Skip to content

Commit a578867

Browse files
committed
[figures] Use NewComputerModernSans font for figures
The new font fits into our main font family (Computer Modern). The PDFs are rebuilt as version 1.5 (up from 1.4).
1 parent 503b4b2 commit a578867

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

source/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ quiet:
1515
latexmk -pdf std -e '$$max_repeat = 1;' -silent || ( rm std.pdf; latexmk -pdf std -e '$$max_repeat = 4;' )
1616

1717
%.pdf: %.dot
18-
dot -o $@ -Tpdf $<
18+
dot -o $@ -Tpdf $< -Nfontname=NewComputerModernSans10
1919

2020
clean-figures:
2121
rm -f $(FIGURES)

source/figdag.pdf

-268 Bytes
Binary file not shown.

source/figname.pdf

-313 Bytes
Binary file not shown.

source/fignonvirt.pdf

-126 Bytes
Binary file not shown.

source/figvirt.pdf

-209 Bytes
Binary file not shown.

source/figvirtnonvirt.pdf

-607 Bytes
Binary file not shown.

source/valuecategories.pdf

-318 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)