summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-14 18:22:23 +0000
committerKarl Berry <karl@freefriends.org>2010-05-14 18:22:23 +0000
commit4bdb3741be07ea2fb420fed48040d74b1b904341 (patch)
tree5a019659f3999f878dfb6a4ee2fdac06ff3f24af /Master/texmf
parent8ebefab8a722c3ea50bb5f257f167da258d89918 (diff)
latexmk 4.16 (12may10)
git-svn-id: svn://tug.org/texlive/trunk@18246 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r--Master/texmf/doc/man/man1/latexmk.127
-rw-r--r--Master/texmf/doc/man/man1/latexmk.man1.pdfbin88980 -> 89821 bytes
2 files changed, 25 insertions, 2 deletions
diff --git a/Master/texmf/doc/man/man1/latexmk.1 b/Master/texmf/doc/man/man1/latexmk.1
index c8c5016e1b8..917435b18b1 100644
--- a/Master/texmf/doc/man/man1/latexmk.1
+++ b/Master/texmf/doc/man/man1/latexmk.1
@@ -1,4 +1,4 @@
-.TH LATEXMK 1L "18 April 2010" ""
+.TH LATEXMK 1L "10 May 2010" ""
.SH NAME
latexmk \- generate LaTeX document
.SH SYNOPSIS
@@ -786,6 +786,23 @@ the string.
.PP
Default values are indicated in brackets.
.TP
+.B $always_view_file_via_temporary [0]
+Whether ps and pdf files are initially to be made in a temporary
+directory and then moved to the final location. (This applies to
+dvips, dvipdf, and ps2pdf operations, and the filtering operators on
+dvi and ps files. It does not apply to pdflatex, unfortunately.)
+
+This use of a temporary file solves a problem that the making of these
+files can occupy a substantial time. If a viewer sees that the file
+has changed, it reads the new file, and this can cause havoc if the
+program writing the file has not yet finished its work.
+
+See the \fI$pvc_view_file_via_temporary\fR variable for a setting that
+applies only if preview-continuous mode (-pvc option) is used. See
+\fI$tmpdir\fR for the setting of the directory where the temporary
+file is created.
+
+.TP
.B $banner [0]
If nonzero, the banner message is printed across each page when
converting the dvi file to postscript. Without modifying the variable
@@ -1406,6 +1423,12 @@ value 2, to specify update by signal, the signal is specified by
The number of the signal that is sent to the pdf viewer when it is
updated by sending a signal -- see \fI$ps_update_method\fR. The
default value is the one appropriate for gv on a UNIX system.
+
+.TP
+.B $pvc_view_file_via_temporary [1]
+The same as \fI$always_view_file_via_temporary\fR, except that it only
+applies in preview-continuous mode (-pvc option).
+
.TP
.B $quote_filenames [1]
This specifies whether substitutions for placeholders in command
@@ -1677,7 +1700,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.15c).
+(Version 4.16).
Released version can be obtained from CTAN:
<http://www.tug.org/tex-archive/support/latexmk/>, and from the
diff --git a/Master/texmf/doc/man/man1/latexmk.man1.pdf b/Master/texmf/doc/man/man1/latexmk.man1.pdf
index b80445710c5..3b064de0cf3 100644
--- a/Master/texmf/doc/man/man1/latexmk.man1.pdf
+++ b/Master/texmf/doc/man/man1/latexmk.man1.pdf
Binary files differ