Browse Source

Add --expand option to texi2pdf

This improves macro expansion, because TeX does cause problems with
whitespace when a macro expansion inserts an item.
Carsten Dominik 11 years ago
parent
commit
4f77594dca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mk/default.mk

+ 1 - 1
mk/default.mk

@@ -103,7 +103,7 @@ ELC	= $(BATCHL) \
 	  --eval '(batch-byte-compile)'
 
 # How to make a pdf file from a texinfo file
-TEXI2PDF = texi2pdf --batch --clean
+TEXI2PDF = texi2pdf --batch --clean --expand
 
 # How to make a pdf file from a tex file
 PDFTEX = pdftex