summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/pdfjam/pdfjam.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/pdfjam/pdfjam.conf')
-rw-r--r--Master/texmf-dist/doc/support/pdfjam/pdfjam.conf28
1 files changed, 17 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/support/pdfjam/pdfjam.conf b/Master/texmf-dist/doc/support/pdfjam/pdfjam.conf
index 9b8f90c12e1..eba54b7322f 100644
--- a/Master/texmf-dist/doc/support/pdfjam/pdfjam.conf
+++ b/Master/texmf-dist/doc/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
##
###############################################################
##