summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-01 00:49:36 +0000
committerKarl Berry <karl@freefriends.org>2011-08-01 00:49:36 +0000
commit9336213eb208ac7e1a3645af0c5b9def89082501 (patch)
tree40e71b041d6a5877d83fd8f0e8a4eb6bbd7b3bec /Master/texmf
parent50c7698471bead67efa87f380ca89bb742d4a12b (diff)
latexmk 4.25 (7jul11)
git-svn-id: svn://tug.org/texlive/trunk@23296 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r--Master/texmf/doc/man/man1/latexmk.121
-rw-r--r--Master/texmf/doc/man/man1/latexmk.man1.pdfbin108396 -> 109529 bytes
2 files changed, 18 insertions, 3 deletions
diff --git a/Master/texmf/doc/man/man1/latexmk.1 b/Master/texmf/doc/man/man1/latexmk.1
index 768cb1ff6c8..56e4fa4a2ff 100644
--- a/Master/texmf/doc/man/man1/latexmk.1
+++ b/Master/texmf/doc/man/man1/latexmk.1
@@ -1,4 +1,4 @@
-.TH LATEXMK 1L "7 May 2011" ""
+.TH LATEXMK 1L "7 July 2011" ""
.SH NAME
latexmk \- generate LaTeX document
.SH SYNOPSIS
@@ -828,6 +828,9 @@ installed in a subdirectory of "C:\\Program Files". Such command names
should be enclosed in double quotes, as in
.PP
$lpr_pdf = '"c:/Program Files/Ghostgum/gsview/gsview32.exe" /p %S';
+ $pdf_previewer = 'start "c:/Program Files/SumatraPDF/SumatraPDF.exe" %O %S';
+ $pdf_previewer = 'start "c:/Program Files/SumatraPDF (x86)/SumatraPDF.exe" %O %S';
+
.PP
(Note about the above example: Forward slashes are equivalent to
backslashes in filenames under MS-Windows, provided that the filename
@@ -836,6 +839,14 @@ examples like the one above, since then one does not have to worry
about the rules for dealing with forward slashes in strings in the
Perl language.)
+\fBCommand names under Cygwin\fR: If latexmk is executed by Cygwin's
+perl, \fI be particularly certain that pathnames in commands have
+\fBforward\fI slashes\fR not the usual backslashes for the separator
+of pathname components. See the above examples. Backslashes often
+get misinterpreted by the Unix shell used by Cygwin's Perl to execute
+external commands. Forward slashes don't suffer from this problem,
+and (when quoted, as above) are equally acceptable to MS-Windows.
+
\fBUsing MS-Windows file associations\fR: A useful trick under modern
versions of MS-Windows (e.g., WinXP) is to use just the
command 'start' by itself:
@@ -844,7 +855,11 @@ command 'start' by itself:
.PP
Under recent versions of MS-Windows, this will cause to be run
whatever program the system has associated with dvi files. (The same
-applies for a postscript viewer and a pdf viewer.)
+applies for a postscript viewer and a pdf viewer.) But note that this
+trick is not always suitable for the pdf previwer, if your system has
+acroread for the default pdf viewer. As explained elsewhere, acroread
+under MS-Windows does not work well with \fIlatex\fR and
+\fIlatexmk\fR, because acroread locks the pdf file.
\fBNot using a certain command\fR: If a command is not to be run, the
command name NONE is used, as in
@@ -2027,7 +2042,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.24).
+(Version 4.25).
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 0ee497e47cb..ab4fd7e6fb0 100644
--- a/Master/texmf/doc/man/man1/latexmk.man1.pdf
+++ b/Master/texmf/doc/man/man1/latexmk.man1.pdf
Binary files differ