Skip to content

Commit

Permalink
fix fop not using OASIS font configuration
Browse files Browse the repository at this point in the history
fixes rendering non-ASCII glyphs in the PDF as it embeds the
right fonts into the PDF (and therefore also guarantees everyone sees
them correctly)
  • Loading branch information
mjakubicek committed Aug 16, 2023
1 parent 7dffb53 commit c085ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ html: dmlex-v1.0-wd01.html
pdf: dmlex-v1.0-wd01.pdf

dmlex-v1.0-wd01.pdf: dmlex-v1.0-wd01.fo
fop -pdf $@ -fo $<
fop -c stylesheets/fop.xconf -pdf $@ -fo $<

dmlex-v1.0-wd01.fo: dmlex-v1.0-wd01.xml
xsltproc --xinclude -o $@ stylesheets/oasis-specification-fo-a4.xsl $<
Expand Down

0 comments on commit c085ae6

Please sign in to comment.