Skip to content

Commit 3fe4827

Browse files
authored
add --dpi=300 to improve figure resolution in PDF output
1 parent f876683 commit 3fe4827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ $(BUILDDIR)/reference-framework.pdf: $(INPUTS) $(TEMPLATE) | $(BUILDDIR)
3838
--to pdf \
3939
--pdf-engine=lualatex \
4040
--template=$(TEMPLATE) \
41+
--dpi=300
4142
--toc \
4243
$(INPUTS) \
4344
-o $@

0 commit comments

Comments
 (0)