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.
--chapters
1 parent b96c785 commit 159fda6Copy full SHA for 159fda6
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