summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-22 00:03:01 +0000
committerKarl Berry <karl@freefriends.org>2013-11-22 00:03:01 +0000
commitf7eb2c6a23e6a15f86a636186d8bd77f16b2061d (patch)
tree64a683b7e93c8de9a577168e5d1be3c565adaed3 /Master/texmf-dist/doc/man/man1
parent50936fcbf8d7c6fafc2b9e43b2b9ca4715d954f2 (diff)
latexmk (21nov13)
git-svn-id: svn://tug.org/texlive/trunk@32200 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man/man1')
-rw-r--r--Master/texmf-dist/doc/man/man1/latexmk.133
-rw-r--r--Master/texmf-dist/doc/man/man1/latexmk.man1.pdfbin143313 -> 143562 bytes
2 files changed, 21 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/man/man1/latexmk.1 b/Master/texmf-dist/doc/man/man1/latexmk.1
index 0a64141cebd..eba70f11923 100644
--- a/Master/texmf-dist/doc/man/man1/latexmk.1
+++ b/Master/texmf-dist/doc/man/man1/latexmk.1
@@ -1,4 +1,4 @@
-.TH LATEXMK 1L "2 July 2013" ""
+.TH LATEXMK 1L "10 November 2013" ""
.SH NAME
latexmk \- generate LaTeX document
.SH SYNOPSIS
@@ -563,14 +563,16 @@ directory names are suitable.
.TP
.B -p
-Print out the document. By default it is
-the generated postscript file that is printed. But you can use the
-\fB-print=...\fR option to print the dvi or pdf files instead, and you
+Print out the document. By default the file to be printed is
+the first in the list postscript, pdf, dvi that is being made.
+But you can use the
+\fB-print=...\fR option to change the type of file to be printed, and you
can configure this in a start up file (by setting the
\fI$print_type\fR variable).
However, printing is enabled by default only under UNIX/LINUX systems,
-where the default is to use the lpr command. In general, the correct
+where the default is to use the lpr command and only on postscript
+files. In general, the correct
behavior for printing very much depends on your system's software. In
particular, under MS-Windows you must have suitable program(s)
available, and you must have configured the print commands used by
@@ -634,10 +636,15 @@ Note that the effect of this option can also be achieved by using
the \fB-e\fR option with a suitable line of Perl code to set the
\fI$pdflatex\fR variable. See the explanation of the \fB-e\fR option.
.TP
-.B -print=dvi, -print=ps, -print=pdf
+.B -print=dvi, -print=ps, -print=pdf, -print=auto,
Define which kind of file is printed. This option also ensures that
-the requisite file is made, and turns on printing. The default is to
-print a postscript file.
+the requisite file is made, and turns on printing.
+
+The (default) case
+\fB-print=auto\fR determines the kind of print file automatically from
+the set of files that is being made. The first in the list
+postscript, pdf, dvi that is among the files to be made is the one
+used for print out.
.TP
.B -ps
Generate postscript version of document.
@@ -2080,8 +2087,10 @@ If nonzero, print the document using \fIlpr\fR. Equivalent to the
\fB-p\fR option. This is recommended \fBnot\fR to be set from an RC
file, otherwise you could waste lots of paper.
.TP
-.B $print_type = ["ps"]
-Type of file to printout: possibilities are "dvi", "none", "pdf", or "ps".
+.B $print_type = ["auto"]
+Type of file to printout: possibilities are "auto", "dvi", "none",
+"pdf", or "ps". See the option \fB-print=\fR for the meaning of the
+"auto" value.
.TP
.B $pscmd
Command used to get all the processes currently run by the user. The
@@ -2560,7 +2569,7 @@ following:
TARGETS = document1.pdf document2.pdf
DEPS_DIR = .deps
LATEXMK = latexmk -recorder -use-make -deps \\
- -e 'warn qq(In Makefile, turn off custom dependencies\n);' \\
+ -e 'warn qq(In Makefile, turn off custom dependencies\\n);' \\
-e '@cus_dep_list = ();' \\
-e 'show_cus_dep();'
all : $(TARGETS)
@@ -2641,7 +2650,7 @@ e-mail addresses are not written in their standard form to avoid being
harvested by worms and viruses.)
.SH AUTHOR
Current version, by John Collins (username collins at node phys.psu.edu).
-(Version 4.37).
+(Version 4.39).
Released version can be obtained from CTAN:
<http://www.ctan.org/tex-archive/support/latexmk/>, and from the
diff --git a/Master/texmf-dist/doc/man/man1/latexmk.man1.pdf b/Master/texmf-dist/doc/man/man1/latexmk.man1.pdf
index 5b68a02a09e..8a5de50a71e 100644
--- a/Master/texmf-dist/doc/man/man1/latexmk.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/latexmk.man1.pdf
Binary files differ