summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pdfjam/pdfjam.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pdfjam/pdfjam.conf')
-rw-r--r--Master/texmf-dist/doc/latex/pdfjam/pdfjam.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/pdfjam/pdfjam.conf b/Master/texmf-dist/doc/latex/pdfjam/pdfjam.conf
index dbebf73ce67..9b8f90c12e1 100644
--- a/Master/texmf-dist/doc/latex/pdfjam/pdfjam.conf
+++ b/Master/texmf-dist/doc/latex/pdfjam/pdfjam.conf
@@ -70,8 +70,8 @@ paper='a4paper' ## for ISO A4 paper
## DEFAULT PATH FOR THE --outfile OPTION
##
outFile="$pwd" ## the obvious default
-# outFile="$HOME/Documents" ## another possibility, perhaps
-# outFile=/dev/stdout ## for easy pipes
+# outFile="$HOME/Documents" ## (another possibility, perhaps)
+# outFile=/dev/stdout ## (for easy pipes)
##
###############################################################
##
@@ -87,5 +87,7 @@ landscape='false' ## overridden by '--landscape' in the call
twoside='false' ## overridden by '--twoside' in the call
# twoside='true' ## the alternative
##
+preamble='' ## concatenate other strings to this by using '--preamble'
+##
###############################################################
## END OF FILE: that's all you can configure here!