File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ include-before: |
39
39
\begingroup
40
40
The source code for this book is available at
41
41
[https://github.com/LearnYouSomeComputer/Tools-For-Computer-Scientists](https://github.com/LearnYouSomeComputer/Tools-For-Computer-Scientists).
42
- \input{.commit-info}
42
+ \input{.commit-info.tex }
43
43
44
44
We welcome questions, corrections, and improvements!
45
45
\endgroup
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ book: ${TITLE}.pdf
37
37
@echo -e " \n\nDone! Be sure to print that bad-boy using short-edge duplexing."
38
38
39
39
${TITLE}.pdf : ${MD_PIECES} template.tex .commit-info.tex
40
- pandoc --latex -engine=xelatex --template=template.tex --from markdown+${EXTENSIONS} --output ${TITLE} .pdf ${MD_PIECES}
40
+ pandoc --pdf -engine=xelatex --template=template.tex --from markdown-latex_macros +${EXTENSIONS} --output ${TITLE} .pdf ${MD_PIECES}
41
41
42
42
${TITLE}.tex : ${MD_PIECES} template.tex .commit-info.tex
43
- pandoc --latex -engine=xelatex --template=template.tex --standalone --from markdown+${EXTENSIONS} --output ${TITLE} .tex ${MD_PIECES}
43
+ pandoc --pdf -engine=xelatex --template=template.tex --standalone --from markdown-latex_macros +${EXTENSIONS} --output ${TITLE} .tex ${MD_PIECES}
44
44
45
45
% .pdf : 00-FrontMatter.md %* .md .commit-info.tex
46
- pandoc --latex -engine=xelatex --template=template.tex --from markdown+${EXTENSIONS} --output $@ $(filter % .md, $^ )
46
+ pandoc --pdf -engine=xelatex --template=template.tex --from markdown-latex_macros +${EXTENSIONS} --output $@ $(filter % .md, $^ )
47
47
48
48
# .git/index is updated every time a commit, checkout, etc. occurs.
49
49
# .dirty is updated the first time the index goes clean -> dirty.
You can’t perform that action at this time.
0 commit comments