diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-28 00:21:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-28 00:21:43 +0000 |
commit | 1253550b4126fb28972becd97fb0296324250c1f (patch) | |
tree | 34c6e2c1b35306bb6a64eb31ec11669df6d66b8c /Master/texmf-dist/doc/support/latexmk | |
parent | 7c96ac614de5bb500b464ef083b833919d0947f1 (diff) |
latexmk update (27may09)
git-svn-id: svn://tug.org/texlive/trunk@13499 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk')
-rw-r--r-- | Master/texmf-dist/doc/support/latexmk/CHANGES | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/latexmk/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/latexmk/latexmk.1 | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/latexmk/latexmk.pdf | bin | 73863 -> 73828 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/support/latexmk/latexmk.txt | 56 |
5 files changed, 42 insertions, 32 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES index b4b4422f3e5..fc5d7b3167d 100644 --- a/Master/texmf-dist/doc/support/latexmk/CHANGES +++ b/Master/texmf-dist/doc/support/latexmk/CHANGES @@ -69,3 +69,13 @@ From v. 4.01 to v. 4.05 Change to a nicer #! line Safer use of % in placeholders in commands +From v. 4.05 to v. 4.07 + In preview-continuous mode, arrange that ctrl/C used to stop the + processing loop does not automatically kill a script used to + call latexmk + Better handling of situation when a run of (pdf)latex does not + produce a dvi or pdf file, or when the opposite type of output + is produced than expected (e.g., pdf instead of dvi by latex) + Deal better with case that file is written and read by (pdf)latex + during a run + diff --git a/Master/texmf-dist/doc/support/latexmk/README b/Master/texmf-dist/doc/support/latexmk/README index c6dd361df1e..2f80b235e9a 100644 --- a/Master/texmf-dist/doc/support/latexmk/README +++ b/Master/texmf-dist/doc/support/latexmk/README @@ -1,4 +1,4 @@ -Hi, and thanks for checking out latexmk. (Version 4.05, 10 April 2009) +Hi, and thanks for checking out latexmk. (Version 4.07, 27 May 2009) Latexmk completely automates the process of generating a LaTeX document. Essentially, it is a highly specialized cousin of the general make @@ -88,7 +88,7 @@ I hope you find this useful. John Collins ---------------------------- "latexmk -h" ---------------------------- -Latexmk 4.05b: Automatic LaTeX document generation routine +Latexmk 4.07: Automatic LaTeX document generation routine Usage: latexmk [latexmk_options] [filename ...] diff --git a/Master/texmf-dist/doc/support/latexmk/latexmk.1 b/Master/texmf-dist/doc/support/latexmk/latexmk.1 index ec5c9245afa..7ed711e8397 100644 --- a/Master/texmf-dist/doc/support/latexmk/latexmk.1 +++ b/Master/texmf-dist/doc/support/latexmk/latexmk.1 @@ -1,4 +1,4 @@ -.TH LATEXMK 1L "10 April 2009" "" +.TH LATEXMK 1L "27 May 2009" "" .SH NAME latexmk \- generate LaTeX document .SH SYNOPSIS @@ -1574,7 +1574,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.05a). +(Version 4.07). Released version can be obtained from CTAN: <http://www.tug.org/tex-archive/support/latexmk/>, and from the diff --git a/Master/texmf-dist/doc/support/latexmk/latexmk.pdf b/Master/texmf-dist/doc/support/latexmk/latexmk.pdf Binary files differindex 2fd1f26f1fc..fa94b34f8ff 100644 --- a/Master/texmf-dist/doc/support/latexmk/latexmk.pdf +++ b/Master/texmf-dist/doc/support/latexmk/latexmk.pdf diff --git a/Master/texmf-dist/doc/support/latexmk/latexmk.txt b/Master/texmf-dist/doc/support/latexmk/latexmk.txt index 3c6e7197147..0d82b1a44da 100644 --- a/Master/texmf-dist/doc/support/latexmk/latexmk.txt +++ b/Master/texmf-dist/doc/support/latexmk/latexmk.txt @@ -127,7 +127,7 @@ LATEXMK OPTIONS AND ARGUMENTS ON COMMAND LINE - 10 April 2009 2 + 27 May 2009 2 @@ -194,7 +194,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 3 + 27 May 2009 3 @@ -261,7 +261,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 4 + 27 May 2009 4 @@ -328,7 +328,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 5 + 27 May 2009 5 @@ -395,7 +395,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 6 + 27 May 2009 6 @@ -462,7 +462,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 7 + 27 May 2009 7 @@ -529,7 +529,7 @@ EXAMPLES - 10 April 2009 8 + 27 May 2009 8 @@ -596,7 +596,7 @@ HOW TO SET VARIABLES IN INITIALIZATION FILES - 10 April 2009 9 + 27 May 2009 9 @@ -664,7 +664,7 @@ FORMAT OF COMMAND SPECIFICATIONS - 10 April 2009 10 + 27 May 2009 10 @@ -732,7 +732,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 11 + 27 May 2009 11 @@ -800,7 +800,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 12 + 27 May 2009 12 @@ -868,7 +868,7 @@ LIST OF CONFIGURATION VARIABLES USABLE IN INITIALIZATION FILES - 10 April 2009 13 + 27 May 2009 13 @@ -936,7 +936,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 14 + 27 May 2009 14 @@ -1006,7 +1006,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 15 + 27 May 2009 15 @@ -1076,7 +1076,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 16 + 27 May 2009 16 @@ -1146,7 +1146,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 17 + 27 May 2009 17 @@ -1216,7 +1216,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 18 + 27 May 2009 18 @@ -1286,7 +1286,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 19 + 27 May 2009 19 @@ -1356,7 +1356,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 20 + 27 May 2009 20 @@ -1427,7 +1427,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 21 + 27 May 2009 21 @@ -1498,7 +1498,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 22 + 27 May 2009 22 @@ -1569,7 +1569,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 23 + 27 May 2009 23 @@ -1640,7 +1640,7 @@ CUSTOM DEPENDENCIES - 10 April 2009 24 + 27 May 2009 24 @@ -1711,7 +1711,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 25 + 27 May 2009 25 @@ -1782,7 +1782,7 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 26 + 27 May 2009 26 @@ -1851,11 +1851,11 @@ THANKS TO AUTHOR Current version, by John Collins (username collins at node - phys.psu.edu). (Version 4.05a). + phys.psu.edu). (Version 4.07). - 10 April 2009 27 + 27 May 2009 27 @@ -1928,6 +1928,6 @@ LATEXMK(1L) LATEXMK(1L) - 10 April 2009 28 + 27 May 2009 28 |