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.
2 parents 19ef96b + 159fda6 commit 51c78ecCopy full SHA for 51c78ec
src/Makefile
@@ -24,13 +24,13 @@ all.pdf: all.tex
24
all.tex: book.tex $(TEXFILES)
25
$(PANDOC) --filter pandoc-minted.py --latex-engine=xelatex \
26
-f markdown+lhs+tex_math_single_backslash -t latex+lhs \
27
- --chapters -N \
+ --top-level-division=chapter -N \
28
--toc \
29
-o $@ $(foreach tex,$(filter-out $<,$^),-A $(tex)) \
30
book.tex
31
32
%.tex: %.lidr
33
34
35
36
-o $@ $<
0 commit comments