Compare commits
2 Commits
3a12cf7bde
...
e810fab3da
| Author | SHA1 | Date | |
|---|---|---|---|
| e810fab3da | |||
| f9de191036 |
@@ -158,7 +158,7 @@ local mermaid = {
|
|||||||
write_file(infile, code)
|
write_file(infile, code)
|
||||||
pipe(
|
pipe(
|
||||||
self.execpath or 'mmdc',
|
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
|
return read_file(outfile), mime_type
|
||||||
|
|||||||
@@ -9,12 +9,12 @@ pandoc \
|
|||||||
--toc-depth=3 \
|
--toc-depth=3 \
|
||||||
--number-sections \
|
--number-sections \
|
||||||
--lua-filter _extensions/diagram/diagram.lua \
|
--lua-filter _extensions/diagram/diagram.lua \
|
||||||
--syntax-definition razor.xml \
|
--syntax-definition _extensions/razor/razor.xml \
|
||||||
--citeproc \
|
--citeproc \
|
||||||
--bibliography sources.bib \
|
--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 geometry:margin=2cm \
|
||||||
-V toc-title="Inhaltsverzeichnis" \
|
-V toc-title="Inhaltsverzeichnis" \
|
||||||
-H header.tex \
|
|
||||||
--lof \
|
--lof \
|
||||||
-o diplomarbeitsbuch.pdf
|
-o diplomarbeitsbuch.pdf
|
||||||
Reference in New Issue
Block a user