summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2013-09-30 08:36:16 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2013-09-30 08:36:16 +0200
commit4f77594dcaad25dcb7d0e249ff6a4eefdb4edcaf (patch)
treef7db696207282ff2b3d75a99ee81417806558ab2
parenta68f44f08e55af2e836aed1a848a01ff81751226 (diff)
downloadorg-mode-4f77594dcaad25dcb7d0e249ff6a4eefdb4edcaf.tar.gz
Add --expand option to texi2pdf
This improves macro expansion, because TeX does cause problems with whitespace when a macro expansion inserts an item.
-rw-r--r--mk/default.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/default.mk b/mk/default.mk
index eb7fac7..a39ecec 100644
--- a/mk/default.mk
+++ b/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