Skip to content

Commit 6d429c8

Browse files
committed
report: Fix build error
Got ! Argument of \paragraph has an extra } which had to do with the titlesec package Fixed according to https://stackoverflow.com/questions/42916124/not-able-to-use-titlesec-with-markdown-and-pandoc
1 parent b382bff commit 6d429c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

report/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ includes: pyincludes/urbansound8k-classes.tex \
3030

3131

3232
report.pdf: report.md includes
33-
pandoc --include-before-body=cover.latex --include-before-body=abstract.latex --include-after-body=end.latex --bibliography=references.bib -V papersize:a4 -V geometry:margin=1.0in -V fontsize=12pt -H preamble.tex --csl ieee.csl --toc -Vlof -Vlot --pdf-engine-opt=-shell-escape --number-sections --lua-filter=short-captions.lua -s report.md -o report.pdf
33+
pandoc --include-before-body=cover.latex --include-before-body=abstract.latex --include-after-body=end.latex --bibliography=references.bib -V papersize:a4 -V geometry:margin=1.0in -V fontsize=12pt -H preamble.tex --csl ieee.csl --toc -Vlof -Vlot --pdf-engine-opt=-shell-escape --variable subparagraph --number-sections --lua-filter=short-captions.lua -s report.md -o report.pdf
3434

3535
status.pdf: status.md
3636
pandoc -t beamer -s status.md -o status.pdf --slide-level=2 --mathml

0 commit comments

Comments
 (0)