From: Petter Reinholdtsen Date: Mon, 30 Jul 2012 15:15:18 +0000 (+0200) Subject: Switch back to dblatex, to get pictures and a working index. X-Git-Tag: edition-2015-10-10~2002 X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/commitdiff_plain/b20edd6acfd5aef4e298ba6da4edcf59c002c5c9?ds=sidebyside Switch back to dblatex, to get pictures and a working index. --- diff --git a/Makefile b/Makefile index 48e4e58..2305937 100644 --- a/Makefile +++ b/Makefile @@ -32,12 +32,12 @@ epub: freeculture.nb.epub html: freeculture.html freeculture.nb.html %.pdf: %.xml -# $(DBLATEX) $^ --param=lingua=nb + $(DBLATEX) $^ --param=lingua=nb # Alternative processing path to dblatex is to use xmlto using fop to # create PDF like this. The PDF output (visual design) is better, but -# the PDF index and footnote handling is worse. - xmlto --noautosize -m xmlto-pdf.xsl --with-fop pdf $^ +# the PDF index and footnote handling is worse and images are missing. +# xmlto --noautosize -m xmlto-pdf.xsl --with-fop pdf $^ %.html: %.xml xmlto html-nochunks $^