Compare commits

...

2 Commits

Author SHA1 Message Date
e810fab3da Add mdi icons
Some checks failed
Word Count / count-words (push) Failing after 30s
2026-03-19 19:05:26 +01:00
f9de191036 Update: Paths 2026-03-19 19:05:14 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -158,7 +158,7 @@ local mermaid = {
write_file(infile, code)
pipe(
self.execpath or 'mmdc',
{"--pdfFit", "--input", infile, "--output", outfile},
{"--pdfFit", "--iconPacksNamesAndUrls", "mdi#https://unpkg.com/@iconify-json/mdi@1.2.3/icons.json", "--input", infile, "--output", outfile},
''
)
return read_file(outfile), mime_type

View File

@@ -9,12 +9,12 @@ pandoc \
--toc-depth=3 \
--number-sections \
--lua-filter _extensions/diagram/diagram.lua \
--syntax-definition razor.xml \
--syntax-definition _extensions/razor/razor.xml \
--citeproc \
--bibliography sources.bib \
--include-before-body=00_preamble.latex \
--include-before-body 00_preamble.tex \
-H _extensions/header/header.tex \
-V geometry:margin=2cm \
-V toc-title="Inhaltsverzeichnis" \
-H header.tex \
--lof \
-o diplomarbeitsbuch.pdf