diff options
Diffstat (limited to 'Master/texmf-dist/doc/man')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/latexmk.1 | 33 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/latexmk.man1.pdf | bin | 143313 -> 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 Binary files differindex 5b68a02a09e..8a5de50a71e 100644 --- a/Master/texmf-dist/doc/man/man1/latexmk.man1.pdf +++ b/Master/texmf-dist/doc/man/man1/latexmk.man1.pdf |