summaryrefslogtreecommitdiff
path: root/support/pdfjam/pdfjam.conf
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-11-19 03:02:21 +0000
committerNorbert Preining <norbert@preining.info>2019-11-19 03:02:21 +0000
commit025f7bfee79d7817a876831bb19f34a2dfb1b2e2 (patch)
tree76efc8c89514583aae7ddb55b59bfb879500a09d /support/pdfjam/pdfjam.conf
parent96f9362fc3e3bb70fa2411c62418c42d9acda4d7 (diff)
CTAN sync 201911190302
Diffstat (limited to 'support/pdfjam/pdfjam.conf')
-rw-r--r--support/pdfjam/pdfjam.conf28
1 files changed, 17 insertions, 11 deletions
diff --git a/support/pdfjam/pdfjam.conf b/support/pdfjam/pdfjam.conf
index 9b8f90c12e..eba54b7322 100644
--- a/support/pdfjam/pdfjam.conf
+++ b/support/pdfjam/pdfjam.conf
@@ -1,6 +1,6 @@
###############################################################
##
-## This is a sample 'pdfjam.conf' file.
+## This is a _sample_ 'pdfjam.conf' file.
##
## Edit lines below (and un-comment them as necessary) to
## override settings made in the 'pdfjam' script itself.
@@ -10,19 +10,25 @@
## A file in this format can be used site-wide (as a file named
## "pdfjam.conf", in an appropriate location), or for a specific
## user (as "~/.pdfjam.conf"). User-specific settings override
-## any site-wide settings.
+## site-wide settings.
##
## See 'pdfjam --help' for details, including where to put
-## this file; or see the file PDFjam-README.html.
+## your edited version of this file; or see the file README.md at
+## https://github.com/DavidFirth/pdfjam
##
###############################################################
##
-## UNUSUAL TEX INSTALLATION?
+## UNUSUAL TEX INSTALLATION, OR SPECIFIC LATEX WANTED?
##
-## Specify the location of the 'pdflatex' to be used:
-# pdflatex='/usr/bin/pdflatex' ## typical unix installation
-# pdflatex='/usr/texbin/pdflatex' ## for MacTeX on Mac OS X
-# pdflatex='C:/texmf/miktex/bin/pdflatex.exe' ## Windows??
+## Specify the full path to the 'latex' to be used.
+## Examples:
+#
+# latex='/usr/bin/pdflatex' ## typical unix installation
+# latex='/usr/texbin/pdflatex' ## for MacTeX on Mac OS X?
+# latex='C:/texmf/miktex/bin/pdflatex.exe' ## Windows??
+#
+# latex='/usr/bin/xelatex' ## if you want xelatex
+# latex='/usr/bin/lualatex' ## if you want lualatex
##
###############################################################
##
@@ -61,9 +67,9 @@ checkfiles='false' ## overridden by '--checkfiles' in the call;
##
## DEFAULT PAPER SIZE
##
-## Set the default paper size to be used:
-paper='a4paper' ## for ISO A4 paper
-# paper='letterpaper' ## for 'US letter' paper
+## Set the default paper size to be used. Examples:
+# paper='a4paper' ## for ISO A4 paper size
+# paper='letterpaper' ## for 'US letter' paper size
##
###############################################################
##