Skip to content

Commit 0e8693c

Browse files
committed
Use tectonic for rendering the PDF, improve style of PDF
1 parent 7398cfc commit 0e8693c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: makefile

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ cards.apkg: cards.md
99

1010
cards.pdf: cards.md
1111
pandoc \
12-
--pdf-engine xelatex \
13-
--variable "monofont:Source Code Pro" \
12+
--pdf-engine tectonic \
13+
--variable "geometry:papersize={130mm,130mm}" \
14+
--variable "fontsize: 10pt" \
15+
--variable "monofont:Hasklug Nerd Font Mono" \
16+
--variable "monofontoptions:Scale=0.7, FontFace={weight=700}" \
1417
--to beamer \
1518
--output $@ \
1619
$<

0 commit comments

Comments
 (0)