Skip to content

Commit 4fe95ff

Browse files
author
Sebastian Bär
authored
Merge pull request #6 from itsallcode/bugfix/superfluous_pandoc_switches_for_PDF
Cleaned up pandoc command for LaTeX generation
2 parents c49c0f8 + e33a01f commit 4fe95ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@
184184
<configuration>
185185
<executable>pandoc</executable>
186186
<workingDirectory>${spec.source.directory}</workingDirectory>
187-
<commandlineArgs>--from=markdown --to=pdf
187+
<commandlineArgs>--from=markdown
188+
--to=latex
188189
--standalone
189190
--toc
190-
--number-sections -t latex
191-
--css=${spec.source.css.directory}/spec.css
191+
--number-sections
192192
--lua-filter=${lua.source.directory}/pdf_image_path_converter.lua
193193
--strip-comments
194194
--output=${spec.file.pdf}

0 commit comments

Comments
 (0)