We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49c0f8 commit e33a01fCopy full SHA for e33a01f
pom.xml
@@ -184,11 +184,11 @@
184
<configuration>
185
<executable>pandoc</executable>
186
<workingDirectory>${spec.source.directory}</workingDirectory>
187
- <commandlineArgs>--from=markdown --to=pdf
+ <commandlineArgs>--from=markdown
188
+ --to=latex
189
--standalone
190
--toc
- --number-sections -t latex
191
- --css=${spec.source.css.directory}/spec.css
+ --number-sections
192
--lua-filter=${lua.source.directory}/pdf_image_path_converter.lua
193
--strip-comments
194
--output=${spec.file.pdf}
0 commit comments