fix pdf rendering

This commit is contained in:
Cadey Ratio 2019-11-05 18:36:46 +00:00
parent 5c2b517ec8
commit 84b5c10136
2 changed files with 5 additions and 1 deletions

View File

@ -99,7 +99,7 @@ other_tips.md
'
pandoc -o tulpanomicon.epub --epub-chapter-level=2 title.md $FILES
pandoc -o tulpanomicon.pdf --toc --toc-depth=2 title.md $FILES || pandoc -o test.tex -s --toc title.md $FILES
pandoc -o tulpanomicon.pdf --include-in-header sectionpagebreak.tex --variable=subparagraph --toc --toc-depth=2 title.md $FILES || pandoc -o test.tex -s --toc title.md $FILES
kindlegen tulpanomicon.epub
mkdir -p ../book
cp -vrf tulpanomicon.mobi ../book/

4
src/sectionpagebreak.tex Normal file
View File

@ -0,0 +1,4 @@
\usepackage{titlesec}
\titleclass{\section}{top}
\newcommand\sectionbreak{\clearpage}