10
2
Fork 0
This commit is contained in:
xenia 2020-05-26 06:59:52 -04:00
parent 0db751947e
commit ec334ba574
3 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,7 @@ $(WRITEUP_PDF): $(DOCS_ALL) fonts.tex top.md
@mkdir build/ 2>/dev/null || true
@find . -mindepth 3 -iname '*.png' -exec cp {} build/ \;
@find . -mindepth 3 -iname '*.py' -exec cp {} build/ \;
@cp fonts.tex build/fonts.tex
@cp fonts.tex jork.png build/
@for md in top.md $(DOCS_ALL); do cat $$md; printf "\n\n\\\\newpage\n\n"; done > build/writeup.md
@echo "PDF writeup.pdf"
@cd build && \

BIN
jork.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 KiB

2
top.md
View File

@ -5,5 +5,7 @@ geometry: margin=0.7in
header-includes: |
\input{fonts.tex}
include-before: \begin{center}\includegraphics[width=0.7\pagewidth]{jork.png}\end{center}\newpage
---