소스 검색

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 12 년 전
부모
커밋
4f77594dca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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