dc7e8a9
diff -dur latexmk-3.20.ORIG/latexmk.1 latexmk-3.20/latexmk.1
dc7e8a9
--- latexmk-3.20.ORIG/latexmk.1	2007-07-03 14:22:44.000000000 -0600
dc7e8a9
+++ latexmk-3.20/latexmk.1	2007-08-31 21:44:15.000000000 -0600
01b6260
@@ -1,9 +1,9 @@
dc7e8a9
-.TH LATEXMK 1L "3 July 2007" ""
01b6260
-.SH NAME
dc7e8a9
+.TH "LATEXMK" "1L" "3 July 2007" "" ""
01b6260
+.SH "NAME"
01b6260
 latexmk \- generate LaTeX document
01b6260
-.SH SYNOPSIS
01b6260
+.SH "SYNOPSIS"
01b6260
 .B latexmk [options] [file ...] 
01b6260
-.SH DESCRIPTION
01b6260
+.SH "DESCRIPTION"
01b6260
 .I LatexMk
01b6260
 completely automates the process of compiling a LaTeX document.
dc7e8a9
 Essentially, it is like a specialized relative of the general
dc7e8a9
@@ -15,8 +15,8 @@
dc7e8a9
 document.  It can also be set to run continuously with a suitable
dc7e8a9
 previewer; in that case the LaTeX program, etc, are rerun whenever one
dc7e8a9
 of the source files is modified, and the previewer updates the
dc7e8a9
-on-screen view of the compiled document.
01b6260
-.PP
dc7e8a9
+on\-screen view of the compiled document.
01b6260
+.PP 
dc7e8a9
 \fILatexmk\fR determines which are the source files by examining the
dc7e8a9
 log file.  When \fIlatexmk\fR is run, it examines properties of the
dc7e8a9
 source files, and if any have been changed since the last document
dc7e8a9
@@ -30,14 +30,14 @@
dc7e8a9
 For example, from an updated figure file it can automatically generate
dc7e8a9
 a file in encapsulated postscript or another suitable format for
dc7e8a9
 reading by LaTeX.
01b6260
-.PP
01b6260
+.PP 
01b6260
 \fILatexmk\fR has two different previewing options.  In the simple
dc7e8a9
-\fB-pv\fR option, a dvi, postscript or pdf previewer is automatically
dc7e8a9
+\fB\-pv\fR option, a dvi, postscript or pdf previewer is automatically
dc7e8a9
 run after generating the dvi, postscript or pdf version of the
dc7e8a9
 document.  The type of file to view is selected according to
dc7e8a9
 configuration settings and command line options.
01b6260
-.PP
dc7e8a9
-The second previewing option is the powerful \fB-pvc\fR option
01b6260
+.PP 
dc7e8a9
+The second previewing option is the powerful \fB\-pvc\fR option
dc7e8a9
 (mnemonic: "preview continuously").  In this case, \fIlatexmk\fR runs
dc7e8a9
 continuously, regularly monitoring all the source files to see if any
dc7e8a9
 have changed.  Every time a change is detected, \fIlatexmk\fR runs all
dc7e8a9
@@ -47,31 +47,31 @@
dc7e8a9
 are written to disk, \fIlatexmk\fR completely automates the cycle of
dc7e8a9
 updating the .dvi (and possibly the .ps and .pdf) file, and refreshing
dc7e8a9
 the previewer's display.  It's not quite WYSIWYG, but usefully close.
01b6260
-.PP
01b6260
+.PP 
dc7e8a9
 For other previewers, the user may have to manually make the previewer
dc7e8a9
 update its display, which can be (some versions of xdvi and gsview) as
dc7e8a9
 simple as forcing a redraw of its display.
01b6260
-.PP
01b6260
+.PP 
dc7e8a9
 \fILatexmk\fR has the ability to print a banner in gray diagonally
dc7e8a9
 across each page when making the postscript file.  It can also, if
dc7e8a9
 needed, call an external program to do other postprocessing on the
dc7e8a9
 generated files.
01b6260
-.PP
01b6260
+.PP 
01b6260
 \fILatexmk\fR is highly configurable, both from the command line and
01b6260
 in configuration files, so that it can accommodate a wide variety of
dc7e8a9
 user needs and system configurations.  Default values are set
dc7e8a9
 according to the operating system, so \fIlatexmk\fR often works 
dc7e8a9
-without special configuration on MS-Windows, cygwin, Linux, OS-X, and
dc7e8a9
+without special configuration on MS\-Windows, cygwin, Linux, OS\-X, and
dc7e8a9
 other UNIX systems (notably Solaris).
dc7e8a9
-.PP
dc7e8a9
+.PP 
dc7e8a9
 A very annoying complication handled very reliably by \fILatexmk\fR,
dc7e8a9
 is that LaTeX is a multiple pass system.  On each run, LaTeX reads in
dc7e8a9
 information generated on a previous run, for things like cross
dc7e8a9
 referencing and indexing.  In the simplest cases, a second run of
dc7e8a9
 LaTeX suffices, and often the log file contains a message about the
dc7e8a9
-need for another pass.  However, there is a wide variety of add-on
dc7e8a9
+need for another pass.  However, there is a wide variety of add\-on
dc7e8a9
 macro packages to LaTeX, with a variety of behaviors.  The result is
dc7e8a9
-to break simple-minded determinations of how many runs are needed and
dc7e8a9
+to break simple\-minded determinations of how many runs are needed and
dc7e8a9
 of which programs.  In its new version, \fIlatexmk\fR has a highly
dc7e8a9
 general and efficient solution to these issues.  The solution involves
dc7e8a9
 retaining between runs information on the source files, and a symptom
dc7e8a9
@@ -79,10 +79,10 @@
dc7e8a9
 \fR.fdb_latexmk\fR, by default) that contains the source file
dc7e8a9
 information.
dc7e8a9
 
01b6260
-.SH LATEXMK OPTIONS AND ARGUMENTS
01b6260
-(All options can be introduced by single or double "-" characters,
01b6260
-e.g., "latexmk -help" or "latexmk --help".)
01b6260
-.TP
01b6260
+.SH "LATEXMK OPTIONS AND ARGUMENTS"
01b6260
+(All options can be introduced by single or double "\-" characters,
01b6260
+e.g., "latexmk \-help" or "latexmk \-\-help".)
01b6260
+.TP 
01b6260
 .B file
01b6260
 One or more files can be specified.  If no files are specified,
01b6260
 \fIlatexmk\fR will, by default, run on all files in the current working directory
dc7e8a9
@@ -95,79 +95,79 @@
01b6260
 	latexmk foo
01b6260
 
01b6260
 then \fIlatexmk\fR will operate on the file "foo.tex".  
01b6260
-.TP
01b6260
-.B -bm <message>
01b6260
+.TP 
01b6260
+.B \-bm <message>
01b6260
 A banner message to print diagonally across each page when converting
01b6260
 the dvi file to postscript.  The message must be a single argument on
01b6260
 the command line so be careful with quoting spaces and such.
01b6260
 
01b6260
-Note that if the \fB-bm\fR option is specified, the \fB-ps\fR option is
01b6260
+Note that if the \fB\-bm\fR option is specified, the \fB\-ps\fR option is
dc7e8a9
 assumed.
01b6260
-.TP
01b6260
-.B -bi <intensity>
01b6260
+.TP 
01b6260
+.B \-bi <intensity>
01b6260
 How dark to print the banner message.  A decimal number between 0 and 1.
dc7e8a9
 0 is black and 1 is white.  The default is 0.95, which is OK unless your
01b6260
 toner cartridge is getting low.
01b6260
-.TP
01b6260
-.B -bs <scale>
01b6260
+.TP 
01b6260
+.B \-bs <scale>
01b6260
 A decimal number that specifies how large the banner message will be
01b6260
 printed.  Experimentation is necessary to get the right scale for your
01b6260
 message, as a rule of thumb the scale should be about equal to 1100
dc7e8a9
 divided by the number of characters in the message.  The default is 220.0
01b6260
 which is just right for 5 character messages.
01b6260
 .TP 
01b6260
-.B -commands
01b6260
+.B \-commands
01b6260
 List the commands used by \fIlatexmk\fR for processing files, and then
01b6260
 exit. 
01b6260
 .TP 
01b6260
-.B -c
01b6260
+.B \-c
dc7e8a9
 Clean up (remove) all regenerateable files generated by \fIlatex\fR
dc7e8a9
 and \fIbibtex\fR except dvi, postscript and pdf.  In addition, files
dc7e8a9
 specified by the $clean_ext configuration variable are removed.  But
dc7e8a9
 the file containing a database of source file information is not
dc7e8a9
 removed.
01b6260
 
01b6260
-This cleanup is instead of a regular make.  See the \fB-gg\fR option
01b6260
+This cleanup is instead of a regular make.  See the \fB\-gg\fR option
dc7e8a9
 if you want to do a cleanup then a make.
01b6260
 .TP 
01b6260
-.B -C
01b6260
+.B \-C
01b6260
 Clean up (remove) all regenerateable files generated by \fIlatex\fR
01b6260
 and \fIbibtex\fR including aux, dep, dvi, postscript and pdf.  In
01b6260
 addition, those specified by the $clean_ext and $clean_full_ext
dc7e8a9
 configuration variables are removed.  But the file containing a
dc7e8a9
 database of source file information is not removed.
01b6260
 
01b6260
-This cleanup is instead of a regular make.  See the \fB-gg\fR option
01b6260
+This cleanup is instead of a regular make.  See the \fB\-gg\fR option
01b6260
 if you want to do a cleanup than a make.
dc7e8a9
 .TP 
dc7e8a9
-.B -CA
dc7e8a9
+.B \-CA
dc7e8a9
 Clean up (remove) absolutely all regenerateable files generated by
dc7e8a9
 \fIlatex\fR and \fIbibtex\fR including aux, dep, dvi, postscript and
dc7e8a9
 pdf.  In addition, those specified by the $clean_ext, $clean_full_ext,
dc7e8a9
 and @generated_exts configuration variables are removed, and the file
dc7e8a9
 containing a database of source file information.
01b6260
 
dc7e8a9
-This cleanup is instead of a regular make.  It is the same as \fB-C
dc7e8a9
--CF\fR.  See the \fB-gg\fR option if you want to do a cleanup then a
dc7e8a9
+This cleanup is instead of a regular make.  It is the same as \fB\-C
dc7e8a9
+\-CF\fR.  See the \fB\-gg\fR option if you want to do a cleanup then a
dc7e8a9
 make.
dc7e8a9
 .TP 
dc7e8a9
-.B -CF
dc7e8a9
+.B \-CF
dc7e8a9
 Remove the file containing a database of source file information,
dc7e8a9
 before doing the other actions requested.
01b6260
 .TP 
01b6260
-.B -d
01b6260
+.B \-d
01b6260
 Set draft mode.  This prints the banner message "DRAFT" across your
01b6260
 page when converting the dvi file to postscript.  Size and intensity
01b6260
-can be modified with the \fB-bs\fR and \fB-bi\fR options.  The \fB-bm\fR
01b6260
+can be modified with the \fB\-bs\fR and \fB\-bi\fR options.  The \fB\-bm\fR
01b6260
 option will override this option as this is really just a short way of
01b6260
 specifying:
01b6260
 
01b6260
-	latexmk -bm DRAFT
01b6260
+	latexmk \-bm DRAFT
01b6260
 
01b6260
-Note that if the \fB-d\fR option is specified, the \fB-ps\fR option is
01b6260
+Note that if the \fB\-d\fR option is specified, the \fB\-ps\fR option is
dc7e8a9
 assumed.
01b6260
-.TP
01b6260
-.B -dF
01b6260
+.TP 
01b6260
+.B \-dF
01b6260
 Dvi file filtering.  The argument to this option is a filter which will
01b6260
 generate a filtered dvi file with the extension ".dviF".  All extra
01b6260
 processing (e.g. conversion to postscript, preview, printing) will then
dc7e8a9
@@ -175,117 +175,117 @@
01b6260
 
01b6260
 Example usage: To use dviselect to select only the even pages of the dvi file:
01b6260
 
01b6260
-	latexmk -dF 'dviselect even' foo.tex
01b6260
-.TP
dc7e8a9
-.B -diagnostics
01b6260
+	latexmk \-dF 'dviselect even' foo.tex
01b6260
+.TP 
dc7e8a9
+.B \-diagnostics
dc7e8a9
 Print detailed diagnostics during a run.  This may help for debugging
dc7e8a9
 problems or to understand \fI.latexmk\fR's behavior in difficult
dc7e8a9
 situations. 
dc7e8a9
-.TP
dc7e8a9
-.B -dvi
dc7e8a9
+.TP 
01b6260
+.B \-dvi
01b6260
 Generate dvi version of document.
01b6260
-.TP
01b6260
-.B -dvi-
01b6260
+.TP 
01b6260
+.B \-dvi\-
01b6260
 Turn off generation of dvi version of document.  (This may get
01b6260
 overridden, if some other file is made (a .ps file) that is generated from
01b6260
 the dvi file, or if no generated file at all is requested.)
01b6260
-.TP
01b6260
-.B -f
01b6260
+.TP 
01b6260
+.B \-f
01b6260
 Force \fIlatexmk\fR to continue document processing despite errors.
dc7e8a9
 Normally, when \fIlatexmk\fR detects that LaTeX or another program has
dc7e8a9
 found an error which will not be resolved by further processing, no
dc7e8a9
 further processing is carried out.
01b6260
-.TP
01b6260
-.B -f-
01b6260
-Turn off the forced processing-past-errors such as is set by the
01b6260
-\fB-f\fR option.  This could be used to override a setting in a
01b6260
+.TP 
01b6260
+.B \-f\-
01b6260
+Turn off the forced processing\-past\-errors such as is set by the
01b6260
+\fB\-f\fR option.  This could be used to override a setting in a
01b6260
 configuration file.
01b6260
-.TP
01b6260
-.B -g
01b6260
+.TP 
01b6260
+.B \-g
dc7e8a9
 Force \fIlatexmk\fR to process document fully, even under situations
dc7e8a9
 where \fIlatexmk\fR would normally decide that no changes in the
dc7e8a9
 source files have occured since the previous run. 
01b6260
 This option is useful, for example, if you change some options and
01b6260
 wish to reprocess the files.
01b6260
-.TP
01b6260
-.B -g-
01b6260
-Turn off \fB-g\fR.
01b6260
-.TP
01b6260
-.B -gg
01b6260
+.TP 
01b6260
+.B \-g\-
01b6260
+Turn off \fB\-g\fR.
01b6260
+.TP 
01b6260
+.B \-gg
dc7e8a9
 "Super go mode" or "clean make": clean out generated files as if
dc7e8a9
-\fB-CA\fR had been given, and then do a regular make.
01b6260
-.TP
01b6260
-.B -h, -help
dc7e8a9
+\fB\-CA\fR had been given, and then do a regular make.
01b6260
+.TP 
01b6260
+.B \-h, \-help
01b6260
 Print help information.
01b6260
-.TP
01b6260
-.B -l
01b6260
+.TP 
01b6260
+.B \-l
01b6260
 Run in landscape mode, using the landscape mode for the previewers and
dc7e8a9
 the dvi to postscript converters.  This option is not normally needed
dc7e8a9
 nowadays, since current previewers normally determine this information
dc7e8a9
 automatically. 
01b6260
-.TP
01b6260
-.B -l-
01b6260
-Turn off \fB-l\fR.
01b6260
-.TP
01b6260
-.B -new-viewer
01b6260
-When in continuous-preview mode, always start a new viewer to view the
01b6260
-generated file.  By default, \fIlatexmk\fR will, in continuous-preview
01b6260
+.TP 
01b6260
+.B \-l\-
01b6260
+Turn off \fB\-l\fR.
01b6260
+.TP 
01b6260
+.B \-new\-viewer
01b6260
+When in continuous\-preview mode, always start a new viewer to view the
01b6260
+generated file.  By default, \fIlatexmk\fR will, in continuous\-preview
01b6260
 mode, test for a previously running previewer for the same file and
01b6260
 not start a new one if a previous previewer is running.  However, its
01b6260
-test sometimes fails (notably if there is an already-running previewer
01b6260
+test sometimes fails (notably if there is an already\-running previewer
01b6260
 that is viewing a file of the same name as the current file, but in a
01b6260
 different directory).  This option turns off this default behavior.
01b6260
-.TP
01b6260
-.B -new-viewer-
dc7e8a9
-The inverse of the \fB-new-viewer\fR option.  It puts \fIlatexmk\fR
01b6260
-in its normal behavior that in preview-continuous mode it checks for
01b6260
-an already-running previewer.  
01b6260
-.TP
01b6260
-.B -p
01b6260
+.TP 
01b6260
+.B \-new\-viewer\-
dc7e8a9
+The inverse of the \fB\-new\-viewer\fR option.  It puts \fIlatexmk\fR
01b6260
+in its normal behavior that in preview\-continuous mode it checks for
01b6260
+an already\-running previewer.  
01b6260
+.TP 
01b6260
+.B \-p
dc7e8a9
 Print out the document.  By default on a UNIX or Linux system, this is
dc7e8a9
 done using lpr after generating the postscript file.  But you can use
dc7e8a9
-the \fB-print=...\fR option to print the dvi or pdf files instead, and
dc7e8a9
+the \fB\-print=...\fR option to print the dvi or pdf files instead, and
dc7e8a9
 you can configure this in a start up file (by setting the
dc7e8a9
 \fI$print_type\fR variable).
01b6260
 
dc7e8a9
 However, the correct behavior for printing very much depends on your
dc7e8a9
-system's software.  In particular, under MS-Windows you must have
dc7e8a9
+system's software.  In particular, under MS\-Windows you must have
dc7e8a9
 suitable program(s) available, and you must have configured the print
dc7e8a9
-commands used by \fIlatexmk\fR.  This can be non-trivial.
dc7e8a9
+commands used by \fIlatexmk\fR.  This can be non\-trivial.
01b6260
 
01b6260
-This option is incompatible with the \fB-pv\fR and \fB-pvc\fR options,
01b6260
+This option is incompatible with the \fB\-pv\fR and \fB\-pvc\fR options,
01b6260
 so it turns them off. 
01b6260
-.TP
01b6260
-.B -pdf
01b6260
+.TP 
01b6260
+.B \-pdf
01b6260
 Generate pdf version of document using pdflatex.
01b6260
-.TP
01b6260
-.B -pdfdvi
01b6260
+.TP 
01b6260
+.B \-pdfdvi
01b6260
 Generate pdf version of document from the dvi file, by default using dvipdf.
01b6260
-.TP
01b6260
-.B -pdfps
01b6260
+.TP 
01b6260
+.B \-pdfps
01b6260
 Generate pdf version of document from the ps file, by default using
01b6260
 ps2pdf. 
01b6260
-.TP
01b6260
-.B -pdf-
01b6260
+.TP 
01b6260
+.B \-pdf\-
01b6260
 Turn off generation of pdf version of document.  
01b6260
 (This can be used to override a setting in a configuration file.
01b6260
 It may get overridden if some other option requires the generation of
01b6260
 a pdf file.)
01b6260
-.TP
01b6260
-.B -print=dvi, -print=ps, -print=pdf
01b6260
+.TP 
01b6260
+.B \-print=dvi, \-print=ps, \-print=pdf
01b6260
 Define which kind of file is printed.  This option also ensures that
01b6260
 the requisite file is made, and turns on printing.
01b6260
-.TP
01b6260
-.B -ps
01b6260
+.TP 
01b6260
+.B \-ps
01b6260
 Generate postscript version of document.
01b6260
-.TP
01b6260
-.B -ps-
01b6260
+.TP 
01b6260
+.B \-ps\-
01b6260
 Turn off generation of postscript version of document.
01b6260
 This can be used to override a setting in a configuration file.
01b6260
 (It may get overridden by some other option that requires a postscript
01b6260
 file, for example a request for printing.)
01b6260
-.TP
01b6260
-.B -pF
01b6260
+.TP 
01b6260
+.B \-pF
01b6260
 Postscript file filtering.  The argument to this option is a filter
01b6260
 which will generate a filtered postscript file with the extension
01b6260
 ".psF".  All extra processing (e.g. preview, printing) will then be
dc7e8a9
@@ -293,54 +293,54 @@
01b6260
 
01b6260
 Example usage: Use psnup to print two pages on the one page:
01b6260
 
01b6260
-	latexmk -ps -pF 'psnup -2' foo.tex
01b6260
+	latexmk \-ps \-pF 'psnup \-2' foo.tex
01b6260
 
01b6260
 or
01b6260
 
01b6260
-	latexmk -ps -pF "psnup -2" foo.tex
01b6260
+	latexmk \-ps \-pF "psnup \-2" foo.tex
01b6260
 
01b6260
-Whether to use single or double quotes round the "psnup -2" will depend on
01b6260
+Whether to use single or double quotes round the "psnup \-2" will depend on
01b6260
 your command interpreter, in particular on the operating system.
01b6260
-.TP
01b6260
-.B -pv
01b6260
-Run file previewer.  If the \fB-view\fR option is used, this will select
01b6260
+.TP 
01b6260
+.B \-pv
01b6260
+Run file previewer.  If the \fB\-view\fR option is used, this will select
01b6260
 the kind of file to be previewed (dvi, ps or pdf).
01b6260
 Otherwise the viewer views the "highest" kind of file selected, by the
01b6260
-\fB-dvi\fR, \fB-ps\fR, \fB-pdf\fR, \fB-pdfps\fR options, in the
01b6260
+\fB\-dvi\fR, \fB\-ps\fR, \fB\-pdf\fR, \fB\-pdfps\fR options, in the
01b6260
 order dvi, ps, pdf (low to high).
01b6260
 If no file type has been selected, the dvi previewer will be used.
01b6260
-This option is incompatible with the \fB-p\fR and \fB-pvc\fR options,
01b6260
+This option is incompatible with the \fB\-p\fR and \fB\-pvc\fR options,
01b6260
 so it turns them off.
01b6260
-.TP
01b6260
-.B -pv-
01b6260
-Turn off \fB-pv\fR.
01b6260
-.TP
01b6260
-.B -pvc
01b6260
+.TP 
01b6260
+.B \-pv\-
01b6260
+Turn off \fB\-pv\fR.
01b6260
+.TP 
01b6260
+.B \-pvc
01b6260
 Run a file previewer and continually update the .dvi, .ps, and/or .pdf
01b6260
 files whenever changes are made to source files (see the Description
01b6260
 above).  Which of these files is generated and which is viewed is
01b6260
-governed by the other options, and is the same as for the \fB-pv\fR
01b6260
+governed by the other options, and is the same as for the \fB\-pv\fR
01b6260
 option. 
01b6260
-This option also turns on the \fB-f\fR option, since it is normally
01b6260
-desirable in preview-continuous-mode to continue working even if
01b6260
+This option also turns on the \fB\-f\fR option, since it is normally
01b6260
+desirable in preview\-continuous\-mode to continue working even if
01b6260
 errors are found.
01b6260
-The preview-continuous option \fB-pvc\fR can only work with one file.
01b6260
+The preview\-continuous option \fB\-pvc\fR can only work with one file.
01b6260
 So in this case you will normally only specify one filename on
01b6260
 the command line.  It is also incompatible with the 
01b6260
-\fB-p\fR and \fB-pv\fR options, so it turns these options off
01b6260
+\fB\-p\fR and \fB\-pv\fR options, so it turns these options off
01b6260
 
dc7e8a9
 With a good previewer the display will be automatically updated.
dc7e8a9
-(Under \fIsome but not all\fR versions of UNIX/Linux "gv -watch" does
dc7e8a9
+(Under \fIsome but not all\fR versions of UNIX/Linux "gv \-watch" does
dc7e8a9
 this for postscript files; this can be set by a configuration
dc7e8a9
 variable.  This would also work for pdf files except for an apparent
dc7e8a9
 bug in gv that causes an error when the newly updated pdf file is
dc7e8a9
 read.)  Many other previewers will need a manual update.
01b6260
 
01b6260
-Important note: the acroread program on MS-Windows locks the pdf file,
01b6260
+Important note: the acroread program on MS\-Windows locks the pdf file,
01b6260
 and prevents new versions being written, so it is a bad idea to use
01b6260
-acroread to view pdf files in preview-continuous mode.  It is better
01b6260
-to use a dvi or ps viewer, as set by one of the \fB-view=dvi\fR and
01b6260
-\fB-view=ps\fR options.
01b6260
+acroread to view pdf files in preview\-continuous mode.  It is better
01b6260
+to use a dvi or ps viewer, as set by one of the \fB\-view=dvi\fR and
01b6260
+\fB\-view=ps\fR options.
01b6260
 
dc7e8a9
 There are some other methods for arranging an update, notably useful
dc7e8a9
 for many versions of xdvi and xpdf.  These are best set in
dc7e8a9
@@ -348,65 +348,65 @@
dc7e8a9
 
dc7e8a9
 Note that if \fIlatexmk\fR dies or is stopped by the user, the
01b6260
 "forked" previewer will continue to run.  Successive invocations with
01b6260
-the \fB-pvc\fR option will not fork new previewers, but \fIlatexmk\fR
01b6260
+the \fB\-pvc\fR option will not fork new previewers, but \fIlatexmk\fR
dc7e8a9
 will normally use the existing previewer.  (At least this will happen
dc7e8a9
 when \fIlatexmk\fR is running under an operating system where it knows
dc7e8a9
 how to determine whether an existing previewer is running.)
01b6260
-.TP
01b6260
-.B -pvc-
01b6260
-Turn off \fB-pvc\fR.
01b6260
-.TP
01b6260
-.B -quiet
01b6260
-Same as -silent
01b6260
-.TP
01b6260
-.B -r <rcfile>
01b6260
+.TP 
01b6260
+.B \-pvc\-
01b6260
+Turn off \fB\-pvc\fR.
01b6260
+.TP 
01b6260
+.B \-quiet
01b6260
+Same as \-silent
01b6260
+.TP 
01b6260
+.B \-r <rcfile>
dc7e8a9
 Read the specified initialization file ("RC file") before processing.
dc7e8a9
 
dc7e8a9
-Be careful about the ordering: (1) Standard initialization files --
dc7e8a9
-see the section below on "Initialization (RC) files" -- are read
dc7e8a9
+Be careful about the ordering: (1) Standard initialization files \-\-
dc7e8a9
+see the section below on "Initialization (RC) files" \-\- are read
dc7e8a9
 first.  (2) Then the options on the command line are acted on in the
dc7e8a9
 order they are given.  Therefore if an initialization file is
dc7e8a9
-specified by the \fB-r\fR option, it is read during this second step.
01b6260
-Thus an initialization file specified with the \fB-r\fR option can
dc7e8a9
+specified by the \fB\-r\fR option, it is read during this second step.
01b6260
+Thus an initialization file specified with the \fB\-r\fR option can
dc7e8a9
 override both the standard initialization files and \fIpreviously\fR
dc7e8a9
 specified options.  But all of these can be overridden by \fIlater\fR
dc7e8a9
 options.  See below for more details about initialization (RC) files.
01b6260
-.TP
01b6260
-.B -silent
01b6260
+.TP 
01b6260
+.B \-silent
01b6260
 Run commands silently, i.e., with options that reduce the amount of
01b6260
 diagnostics generated.  For example, with the default settings for
01b6260
-commands under UNIX, the command "latex -interaction=batchmode" is used
01b6260
+commands under UNIX, the command "latex \-interaction=batchmode" is used
01b6260
 for latex.
01b6260
 
01b6260
 Also reduce the number of informational messages that \fIlatexmk\fR
01b6260
 generates. 
01b6260
-.TP
01b6260
-.B -v, -version
01b6260
+.TP 
01b6260
+.B \-v, \-version
dc7e8a9
 Print version number of \fIlatexmk\fR.
01b6260
-.TP
01b6260
-.B -verbose
01b6260
-Opposite of \fB-silent\fR.  This is the default setting.
01b6260
-.TP
01b6260
-.B -view=default, -view=dvi, -view=ps, -view=pdf
01b6260
+.TP 
01b6260
+.B \-verbose
01b6260
+Opposite of \fB\-silent\fR.  This is the default setting.
01b6260
+.TP 
01b6260
+.B \-view=default, \-view=dvi, \-view=ps, \-view=pdf
01b6260
 Set the kind of file used when previewing is requested (e.g., by the
01b6260
-\fB-pv\fR or \fB-pvc\fR switches).  The default is to view the "highest"
01b6260
+\fB\-pv\fR or \fB\-pvc\fR switches).  The default is to view the "highest"
01b6260
 kind of requested file (in the order dvi, ps, pdf).  
01b6260
-.PP
01b6260
-The preview-continuous option \fB-pvc\fR can only work with one file.
01b6260
+.PP 
01b6260
+The preview\-continuous option \fB\-pvc\fR can only work with one file.
01b6260
 So in this case you will normally only specify one filename on
01b6260
 the command line.  
01b6260
-.PP
01b6260
-Options \fB-p\fR, \fB-pv\fR and \fB-pvc\fR are mutually exclusive.  So
01b6260
+.PP 
01b6260
+Options \fB\-p\fR, \fB\-pv\fR and \fB\-pvc\fR are mutually exclusive.  So
01b6260
 each of these options turns the others off.
dc7e8a9
 
01b6260
-.SH EXAMPLES
01b6260
-.nf
01b6260
+.SH "EXAMPLES"
01b6260
+.nf 
01b6260
 .ta 2i
01b6260
 % \fBlatexmk thesis\fR		\fI# run latex enough times to resolve
01b6260
-				cross-references\fR 
01b6260
+				cross\-references\fR 
01b6260
 
01b6260
-% \fBlatexmk -pvc -ps thesis\fR	\fI# run latex enough times to resolve
01b6260
-					cross-references, make a postscript
01b6260
+% \fBlatexmk \-pvc \-ps thesis\fR	\fI# run latex enough times to resolve
01b6260
+					cross\-references, make a postscript
01b6260
 					file, start a previewer.  Then
01b6260
 					watch for changes in the source
01b6260
 					file thesis.tex and any files it
dc7e8a9
@@ -416,55 +416,56 @@
01b6260
 					encounters an error, latexmk will
01b6260
 					keep running.
01b6260
 
01b6260
-% \fBlatexmk -c\fR		\fI# remove .aux, .log, .bbl, .blg, .dep,
01b6260
+% \fBlatexmk \-c\fR		\fI# remove .aux, .log, .bbl, .blg, .dep,
01b6260
 				.dvi, .pdf, .ps & .bbl files\fR
01b6260
-.SH INITIALIZATION (RC) FILES
01b6260
-.PP
01b6260
+.SH "INITIALIZATION (RC) FILES"
01b6260
+.PP 
01b6260
 There are four initialization files ("RC files") that \fIlatexmk\fR can
01b6260
 read at startup: 
01b6260
-.PP
01b6260
+.PP 
01b6260
 1) The system RC file, if it exists.  
01b6260
    On a UNIX system, \fIlatexmk\fR searches for following places for its
01b6260
    system RC file, in the following order, and reads the first it finds:
01b6260
    "/opt/local/share/latexmk/LatexMk",
01b6260
    "/usr/local/share/latexmk/LatexMk",
01b6260
    "/usr/local/lib/latexmk/LatexMk".
01b6260
-   On a MS-WINDOWS system it looks for "C:\\latexmk\\LatexMk".
01b6260
-.PP
dc7e8a9
+   On Fedora systems, it only looks for "/etc/latexmk.conf".
01b6260
+   On a MS\-WINDOWS system it looks for "C:\\latexmk\\LatexMk".
01b6260
+.PP 
01b6260
 2) The user's RC file in "$HOME/.latexmkrc", where $HOME is the value
01b6260
 of the environment variable HOME.  On UNIX and clones (including LINUX),
01b6260
 this variable 
01b6260
-is set by the system; on MS-Windows, the user may choose to set it.
01b6260
-.PP
01b6260
+is set by the system; on MS\-Windows, the user may choose to set it.
01b6260
+.PP 
01b6260
 3) The RC file in the current working directory called "latexmkrc".
01b6260
-.PP
01b6260
-4) Any RC file(s) specified on the command line with the \fB-r\fR option.
01b6260
-.PP
01b6260
+.PP 
01b6260
+4) Any RC file(s) specified on the command line with the \fB\-r\fR option.
01b6260
+.PP 
01b6260
 Each RC file is a sequence of Perl commands.  Usually it will be just a
01b6260
-sequence of assignment statements that override the built-in settings of
01b6260
+sequence of assignment statements that override the built\-in settings of
01b6260
 \fILatexmk\fR.  Comment lines are introduced by the "#" character.
01b6260
 
01b6260
 Note that command line options are obeyed in the order in which
01b6260
 they are written; thus any RC file specified on the command line with
01b6260
-the \fB-r\fR option can override previous options but can be itself
01b6260
+the \fB\-r\fR option can override previous options but can be itself
01b6260
 overridden by later options on the command line.  
01b6260
 
01b6260
-.SH RC VARIABLES IN INITIALIZATION FILES
01b6260
-.PP
01b6260
+.SH "RC VARIABLES IN INITIALIZATION FILES"
01b6260
+.PP 
01b6260
 Many of the available variables that can be set are shown in the next
01b6260
 section.  Syntax for the statements in an initialization file is of
01b6260
 the form:
01b6260
-.PP
01b6260
+.PP 
01b6260
 	$bibtex = 'bibtex';
01b6260
-.PP
01b6260
+.PP 
01b6260
 for the setting of a string variable, 
01b6260
-.PP
01b6260
+.PP 
01b6260
 	$preview_mode = 1;
01b6260
-.PP
01b6260
+.PP 
01b6260
 for the setting of a numeric variable, and
01b6260
-.PP
01b6260
+.PP 
01b6260
 	@default_files = ('paper', 'paper1');
01b6260
-.PP
01b6260
+.PP 
01b6260
 for the setting of an array of strings.
01b6260
 
01b6260
 Some of the variables set the names of the commands that \fIlatexmk\fR
dc7e8a9
@@ -472,37 +473,37 @@
01b6260
 
01b6260
 \fB"Detaching" a command\fR: If a command is to be run detached this
01b6260
 is indicated by preceding it with "start", as in
01b6260
-.PP
01b6260
+.PP 
01b6260
 	$dvi_previewer = 'start xdvi';
01b6260
-.PP
01b6260
+.PP 
01b6260
 This will be translated to whatever is appropriate for your operating
01b6260
 system. (Note: in some circumstances, \fIlatex\fR will always run a
01b6260
 command detached.  This is the case for a previewer in preview
01b6260
 continuous mode, since otherwise previewing continuously makes no
01b6260
 sense.)
01b6260
 
01b6260
-\fBCommand names containing spaces\fR: Under MS-Windows it is common
01b6260
+\fBCommand names containing spaces\fR: Under MS\-Windows it is common
01b6260
 that the name of a command includes spaces, since software is often
01b6260
 installed in a subdirectory of "C:\Program Files".  Such command names
01b6260
 should be enclosed in double quotes, as in
01b6260
 
01b6260
   $lpr_pdf = '"c:/Program Files/Ghostgum/gsview/gsview32.exe" /p';
01b6260
 
01b6260
-\fBUsing MS-Windows file associations\fR: A useful trick under modern
01b6260
-versions of MS-Windows (e.g., WinXP) is to use just the command
01b6260
+\fBUsing MS\-Windows file associations\fR: A useful trick under modern
01b6260
+versions of MS\-Windows (e.g., WinXP) is to use just the command
01b6260
 'start' by itself:
01b6260
-.PP
01b6260
+.PP 
01b6260
 	$dvi_previewer = 'start';
01b6260
-.PP
01b6260
-Under recent versions of MS-Windows, this will cause to be run
01b6260
+.PP 
01b6260
+Under recent versions of MS\-Windows, this will cause to be run
01b6260
 whatever program the system has associated with dvi files.  (The same
01b6260
 applies for a postscript viewer and a pdf viewer.)  
01b6260
 
01b6260
 \fBNot using a certain command\fR: If a command is not to be run, the
01b6260
 command name NONE is used, as in
01b6260
-.PP
01b6260
+.PP 
01b6260
 	$lpr  = 'NONE lpr';
01b6260
-.PP
01b6260
+.PP 
01b6260
 This means that an appropriate command has not been configured.  The
01b6260
 string after the 'NONE' is effectively a comment.
dc7e8a9
 
dc7e8a9
@@ -512,9 +513,9 @@
01b6260
 Suppose you want \fIlatexmk\fR to use latex with source specials
01b6260
 enabled.  Then you might use the following line in an initialization
01b6260
 file:
01b6260
-.PP
01b6260
-	$latex = 'latex --src-specials';
01b6260
-.PP
01b6260
+.PP 
01b6260
+	$latex = 'latex \-\-src\-specials';
01b6260
+.PP 
01b6260
 
01b6260
 \fBAdvanced tricks\fR: Normally \fIlatexmk\fR assumes certain behavior
01b6260
 for commands and in particular it assumes certain kinds and ordering
dc7e8a9
@@ -522,50 +523,50 @@
01b6260
 example you might want to use Distiller to convert postscript files to
01b6260
 pdf files.  You cannot simply change the name of the ps2pdf conversion
01b6260
 program, as in
01b6260
-.PP
01b6260
+.PP 
01b6260
 	$ps2pdf = 'distiller';  ######### WRONG
01b6260
-.PP
01b6260
+.PP 
01b6260
 because the command line arguments will be wrong.  In such a
01b6260
-situation, your best bet is to write a batch file (under MS-Windows) or
01b6260
+situation, your best bet is to write a batch file (under MS\-Windows) or
01b6260
 a script (under UNIX) that will do the conversion.  Then you set
01b6260
-.PP
01b6260
+.PP 
01b6260
 	$ps2pdf = 'special_script';
01b6260
-.PP
01b6260
+.PP 
01b6260
 Your script will be invoked by \fIlatexmk\fR in its usual way as
01b6260
 "Special_script file.ps file.pdf".  Your script calls Distiller with
01b6260
 Distiller's correct arguments.
01b6260
 
01b6260
-.SH LIST OF RC VARIABLES IN INITIALIZATION FILES
01b6260
-.PP
01b6260
+.SH "LIST OF RC VARIABLES IN INITIALIZATION FILES"
01b6260
+.PP 
01b6260
 Default values are indicated in brackets.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $banner [0]
01b6260
 If nonzero, the banner message is printed across each page when converting
01b6260
 the dvi file to postscript.  Without modifying $banner_message, this is
01b6260
-equivalent to specifying the \fB-d\fR option.
01b6260
+equivalent to specifying the \fB\-d\fR option.
01b6260
 
01b6260
 Note that if \fB$banner\fR is nonzero, the \fB$postscript_mode\fR is
01b6260
 assumed and the postscript file is always generated, even if it is newer
01b6260
 than the dvi file.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $banner_intensity [0.95]
01b6260
-Equivalent to the \fB-bi\fR option, this is a decimal number between 0
01b6260
+Equivalent to the \fB\-bi\fR option, this is a decimal number between 0
01b6260
 and 1 that specifies how dark to print the banner message. 0 is black,
01b6260
 1 is white.  The default is just right if your toner cartridge isn't
01b6260
 running too low.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $banner_message ["DRAFT"]
01b6260
 The banner message to print across each page when converting the dvi
01b6260
-file to postscript.  This is equivalent to the \fB-bm\fR option.
01b6260
-.TP
01b6260
+file to postscript.  This is equivalent to the \fB\-bm\fR option.
01b6260
+.TP 
01b6260
 .B $banner_scale [220.0]
01b6260
 A decimal number that specifies how large the banner message will be
01b6260
 printed.  Experimentation is necessary to get the right scale for your
01b6260
 message, as a rule of thumb the scale should be about equal to 1100
01b6260
 divided by the number of characters in the message.  The Default is
01b6260
 just right for 5 character messages.  This is equivalent to the
01b6260
-\fB-bs\fR option.
01b6260
-.TP
01b6260
+\fB\-bs\fR option.
01b6260
+.TP 
01b6260
 .B @BIBINPUTS
01b6260
 This is an array variable that specifies directories where
01b6260
 \fIlatexmk\fR should look for .bib files.  By default it is set from
dc7e8a9
@@ -588,13 +589,13 @@
01b6260
 
01b6260
 This variable is likely to become obsolete in a future version of
01b6260
 \fIlatexmk\fR which uses a better method of searching for files.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $bibtex ["bibtex"]
01b6260
 The BibTeX processing program.
01b6260
-.TP
01b6260
-.B $bibtex_silent_switch ["-terse"]
01b6260
+.TP 
01b6260
+.B $bibtex_silent_switch ["\-terse"]
01b6260
 \fBSwitch(es)\fR for the BibTeX processing program when silent mode is on.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $cleanup_mode [0]
dc7e8a9
 If nonzero, specifies cleanup mode: 1 for full cleanup, 2 for cleanup
01b6260
 except for dvi, ps and pdf files, 3 for cleanup except for dep and aux
dc7e8a9
@@ -602,21 +603,21 @@
dc7e8a9
 $clean_full_ext and @generated_exts variables.)
01b6260
 
01b6260
 This variable is equivalent to specifying one of
01b6260
-the \fB-c\fR, \fB-c1\fR, or \fB-C\fR options.  But there should be no need
01b6260
+the \fB\-c\fR, \fB\-c1\fR, or \fB\-C\fR options.  But there should be no need
01b6260
 to set this variable from an RC file.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $clean_ext [""]
01b6260
 Extra extensions of files for \fIlatexmk\fR to remove when any of the
dc7e8a9
-clean-up options (\fB-c\fR, \fB-c1\fR, or \fB-C\fR) is selected.  
01b6260
-.TP
dc7e8a9
+clean\-up options (\fB\-c\fR, \fB\-c1\fR, or \fB\-C\fR) is selected.  
01b6260
+.TP 
01b6260
 .B $clean_full_ext [""]
01b6260
-Extra extensions of files for \fIlatexmk\fR to remove when the \fB-C\fR
01b6260
+Extra extensions of files for \fIlatexmk\fR to remove when the \fB\-C\fR
01b6260
 option is selected, i.e., extensions of files to remove when the .dvi,
01b6260
-etc files are to be cleaned-up.
01b6260
-.TP
01b6260
+etc files are to be cleaned\-up.
01b6260
+.TP 
01b6260
 .B @cus_dep_list [()]
01b6260
-Custom dependency list -- see section on "Custom Dependencies".
01b6260
-.TP
01b6260
+Custom dependency list \-\- see section on "Custom Dependencies".
01b6260
+.TP 
01b6260
 .B @default_files [('*.tex')]
01b6260
 Default list of files to be processed.  
01b6260
 
dc7e8a9
@@ -643,30 +644,30 @@
dc7e8a9
 is '.tex'.  Wild cards are allowed.  The parentheses are because
dc7e8a9
 \fI@default_files\fR is an array variable, i.e., a sequence of
dc7e8a9
 filename specifications is possible.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $dvi_filter [empty]
01b6260
 The dvi file filter to be run on the newly produced dvi file before
01b6260
-other processing.  Equivalent to specifying the \fB-dF\fR option.
01b6260
-.TP
01b6260
+other processing.  Equivalent to specifying the \fB\-dF\fR option.
01b6260
+.TP 
01b6260
 .B $dvi_previewer ["start xdvi" under UNIX]
01b6260
-The command to invoke a dvi-previewer.
01b6260
-[Default is "start" under MS-WINDOWS; under more recent versions of
01b6260
+The command to invoke a dvi\-previewer.
01b6260
+[Default is "start" under MS\-WINDOWS; under more recent versions of
01b6260
 Windows, this will cause to be run whatever command the system has
01b6260
 associated with .dvi files.] 
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $dvi_previewer_landscape ["start xdvi"]
01b6260
-The command to invoke a dvi-previewer in landscape mode.
01b6260
-[Default is "start" under MS-WINDOWS; under more recent versions of
01b6260
+The command to invoke a dvi\-previewer in landscape mode.
01b6260
+[Default is "start" under MS\-WINDOWS; under more recent versions of
01b6260
 Windows, this will cause to be run whatever command the system has
01b6260
 associated with .dvi files.] 
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $dvipdf ["dvipdf"]
01b6260
 Command to convert dvi to pdf file.  
01b6260
 
01b6260
 WARNING1: The default dvipdf
01b6260
 script generates pdf files with bitmapped fonts, which don't look
01b6260
 good when viewed by acroread.  The script should be modified to give
01b6260
-dvips the options "-P pdf" to ensure that type 1 fonts are used in the
01b6260
+dvips the options "\-P pdf" to ensure that type 1 fonts are used in the
01b6260
 pdf file.
01b6260
 
01b6260
 WARNING 2: If you want to use one of the programs dvipdfm or dvipdfmx
dc7e8a9
@@ -676,29 +677,29 @@
01b6260
 the command line.  See the extra_scripts directory of the latexmk
01b6260
 distribution, where the necessary scripts dvipdfm_call, etc are to be
01b6260
 found, together with instructions for their use in the file README1.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $dvips ["dvips"]
01b6260
 The program to used as a filter to convert a .dvi file to a .ps file.  
01b6260
 If pdf is going to be generated from pdf, then the value of the
dc7e8a9
-$dvips_pdf_switch -- see below -- will be appended.
01b6260
-.TP
01b6260
-.B $dvips_landscape ["dvips -tlandscape"]
dc7e8a9
+$dvips_pdf_switch \-\- see below \-\- will be appended.
01b6260
+.TP 
01b6260
+.B $dvips_landscape ["dvips \-tlandscape"]
01b6260
 The program to used as a filter to convert a .dvi file to a .ps file
01b6260
 in landscape mode.
01b6260
-.TP
01b6260
-.B $dvips_pdf_switch ["-P pdf"]
01b6260
+.TP 
01b6260
+.B $dvips_pdf_switch ["\-P pdf"]
dc7e8a9
 Switch(es) for dvips program when pdf file is to be generated from
01b6260
 ps file. 
01b6260
-.TP
01b6260
-.B $dvips_silent_switch ["-q"]
01b6260
+.TP 
01b6260
+.B $dvips_silent_switch ["\-q"]
dc7e8a9
 Switch(es) for dvips program when silent mode is on.
dc7e8a9
-.TP
dc7e8a9
+.TP 
dc7e8a9
 .B $dvi_update_command [""]
dc7e8a9
 When the dvi previewer is set to be updated by running a command, this
dc7e8a9
 is the command that is run.  See the information for the variable
dc7e8a9
 \fI$dvi_update_method\fR. 
01b6260
-.TP
01b6260
-.B $dvi_update_method [2 under UNIX, 1 under MS-Windows]
01b6260
+.TP 
01b6260
+.B $dvi_update_method [2 under UNIX, 1 under MS\-Windows]
01b6260
 How the dvi viewer updates its display when the dvi file has changed.
01b6260
   0 => update is automatic, 
01b6260
   1=> manual update by user, which may only mean a mouse click on the
dc7e8a9
@@ -706,26 +707,26 @@
01b6260
    2 => Send the signal, whose number is in the variable
01b6260
 $dvi_update_signal.  The default value under UNIX is suitable for xdvi.
01b6260
    3 => Viewer cannot do an update, because it locks the file. (As with
01b6260
-acroread under MS-Windows.)
dc7e8a9
+acroread under MS\-Windows.)
dc7e8a9
   4 => run a command to do the update.  The command is specified by
dc7e8a9
 the variable $dvi_update_command.   
01b6260
-.TP
01b6260
-.B $dvi_update_signal [Under UNIX: SIGUSR1, which is a system-dependent value]
01b6260
+.TP 
01b6260
+.B $dvi_update_signal [Under UNIX: SIGUSR1, which is a system\-dependent value]
01b6260
 The number of the signal that is sent to the dvi viewer when it is
01b6260
-updated by sending a signal -- see $dvi_update_method.  The default
01b6260
+updated by sending a signal \-\- see $dvi_update_method.  The default
01b6260
 value is the one appropriate for xdvi on a UNIX system.
01b6260
-.TP
01b6260
+.TP 
dc7e8a9
 .B $fdb_ext ["fdb_latex"]
dc7e8a9
 The extension of the file which \fIlatexmk\fR generates to contain a
dc7e8a9
 database of information on source files.  You will not normally need
dc7e8a9
 to change this.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $force_mode [0]
01b6260
 If nonzero, continue processing past minor \fIlatex\fR errors 
01b6260
 including unrecognized cross references.  Equivalent to specifying the
01b6260
-\fB-f\fR option.
dc7e8a9
-Note that specifying the \fB-pvc\fR sets $force_mode to 1.
01b6260
-.TP
01b6260
+\fB\-f\fR option.
dc7e8a9
+Note that specifying the \fB\-pvc\fR sets $force_mode to 1.
01b6260
+.TP 
dc7e8a9
 .B @generated_exts [( 'ind', 'lof', 'lot', 'out', 'toc', $fdb_ext)]
01b6260
 This contains a list of extensions for files that are generated
01b6260
 (directly or indirectly) during a LaTeX run and that are read in by
dc7e8a9
@@ -750,38 +751,38 @@
01b6260
 
01b6260
 adds the extension 'end' to the list of predefined generated
01b6260
 extensions. 
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $go_mode [0]
01b6260
 If nonzero, process files regardless of timestamps.  Equivalent to the
01b6260
-\fB-g\fR option.
01b6260
-.TP
01b6260
+\fB\-g\fR option.
01b6260
+.TP 
01b6260
 .B $index_mode [0 and then as determined from the results of a run]
01b6260
 If nonzero, run \fImakeindex\fR to produce index of document.  
01b6260
 Normally you should not need to set this variable in an RC file, since
01b6260
 latexmk determines automatically if \fImakeindex\fR needs to be run.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $landscape_mode [0]
01b6260
 If nonzero, run in landscape mode, using the landscape mode previewers and
01b6260
-dvi to postscript converters.  Equivalent to the \fB-l\fR option.
01b6260
+dvi to postscript converters.  Equivalent to the \fB\-l\fR option.
dc7e8a9
 Normally not needed with current previewers.
dc7e8a9
-.TP
01b6260
+.TP 
01b6260
 .B $latex ["latex"]
01b6260
 The LaTeX processing program.  Note that as with other programs, you
01b6260
 can use this variable not just to change the name of the program used,
01b6260
 but also specify options to the program.  E.g.,
01b6260
 
01b6260
-	$latex = 'latex --src-specials';
01b6260
-.TP
01b6260
-.B $latex_silent_switch ["-interaction=batchmode"]
01b6260
+	$latex = 'latex \-\-src\-specials';
01b6260
+.TP 
01b6260
+.B $latex_silent_switch ["\-interaction=batchmode"]
01b6260
 \fBSwitch(es)\fR for the LaTeX processing program when silent mode is on.
01b6260
-Under MS-Windows, the default value is changed to 
01b6260
-"-interaction=batchmode -c-style-errors", as used by MikTeX and fpTeX.
01b6260
-.TP
01b6260
+Under MS\-Windows, the default value is changed to 
01b6260
+"\-interaction=batchmode \-c\-style\-errors", as used by MikTeX and fpTeX.
01b6260
+.TP 
01b6260
 .B $lpr ["lpr"]
01b6260
-[Default is "NONE lpr" under MS-WINDOWS.]
01b6260
+[Default is "NONE lpr" under MS\-WINDOWS.]
dc7e8a9
 The command to print postscript files.
01b6260
 
01b6260
-Under MS-Windows (unlike UNIX/LINUX), there is no standard program for
01b6260
+Under MS\-Windows (unlike UNIX/LINUX), there is no standard program for
01b6260
 printing files.  But there are ways you can do it.  For example, if
dc7e8a9
 you have gsview installed, you could use it with the option '/p':
01b6260
 
dc7e8a9
@@ -795,14 +796,14 @@
dc7e8a9
 the command obeyed; this is necessary because one part of the command
dc7e8a9
 name ('Program Files') contains a space which would otherwise be
dc7e8a9
 misinterpreted.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $lpr_dvi ["NONE lpr_dvi"]
01b6260
 The printing program to print dvi files.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $lpr_pdf ["NONE lpr_pdf"]
01b6260
 The printing program to print pdf files.
01b6260
 
01b6260
-Under MS-Windows you could set this to use gsview, if it is installed,
01b6260
+Under MS\-Windows you could set this to use gsview, if it is installed,
01b6260
 e.g.,
01b6260
 
01b6260
     $lpr = '"c:/Program Files/Ghostgum/gsview/gsview32.exe" /p';
dc7e8a9
@@ -812,18 +813,18 @@
01b6260
 is necessary because one part of the command name ('Program Files')
01b6260
 contains a space which would otherwise be misinterpreted. 
01b6260
 
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $makeindex ["makeindex"]
01b6260
 The index processing program.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $new_viewer_always [0]
01b6260
 This variable applies to \fIlatexmk\fR \fBonly\fR in
01b6260
-continuous-preview mode.  If $new_viewer_always is 0,
01b6260
+continuous\-preview mode.  If $new_viewer_always is 0,
01b6260
 \fIlatexmk\fR will check for a previously running previewer on the
01b6260
 same file, and if one is running will not start a new one.  If
01b6260
-$new_viewer_always is non-zero, this check will be skipped, and
01b6260
+$new_viewer_always is non\-zero, this check will be skipped, and
01b6260
 \fIlatexmk\fR will behave as if no viewer is running.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $pdf_mode [0]
01b6260
 If zero, do NOT generate a pdf version of the document.
01b6260
 If equal to 1, generate a pdf version of the document using pdflatex.  
dc7e8a9
@@ -831,153 +832,153 @@
01b6260
 file, by using the command specified by the $ps2pdf variable.  
01b6260
 If equal to 3, generate a pdf version of the document from the dvi
01b6260
 file, by using the command specified by the $dvipdf variable.  
01b6260
-Equivalent to the \fB-pdf-\fR, \fB-pdf\fR, \fB-pdfdvi\fR, 
dc7e8a9
-\fB-pdfps\fR options.
01b6260
-.TP
dc7e8a9
+Equivalent to the \fB\-pdf\-\fR, \fB\-pdf\fR, \fB\-pdfdvi\fR, 
dc7e8a9
+\fB\-pdfps\fR options.
01b6260
+.TP 
01b6260
 .B $pdflatex ["pdflatex"]
01b6260
 The LaTeX processing program in the version that makes a pdf file instead
01b6260
 of a dvi file.
01b6260
-.TP
01b6260
-.B $pdflatex_silent_switch  ["-interaction=batchmode"]
01b6260
+.TP 
01b6260
+.B $pdflatex_silent_switch  ["\-interaction=batchmode"]
dc7e8a9
 Switch(es) for the LaTeX processing program when silent mode is on.
01b6260
-Under MS-Windows, the default value is changed to 
01b6260
-"-interaction=batchmode -c-style-errors", as used by MikTeX and fpTeX.
01b6260
-.TP
01b6260
+Under MS\-Windows, the default value is changed to 
01b6260
+"\-interaction=batchmode \-c\-style\-errors", as used by MikTeX and fpTeX.
01b6260
+.TP 
01b6260
 .B $pdf_previewer ["start acroread"]
01b6260
-The command to invoke a pdf-previewer.
01b6260
-[Default is changed to "start" on MS-WINDOWS; under more recent versions of
01b6260
+The command to invoke a pdf\-previewer.
01b6260
+[Default is changed to "start" on MS\-WINDOWS; under more recent versions of
01b6260
 Windows, this will cause to be run whatever command the system has
01b6260
 associated with .pdf files.]  
01b6260
 
01b6260
-Potential problem under MS-Windows:
01b6260
+Potential problem under MS\-Windows:
01b6260
 if acroread is used as the pdf previewer, and it is
01b6260
 actually viewing a pdf file, the pdf file cannot be updated.  Thus
01b6260
 makes acroread a bad choice of previewer if you use \fIlatexmk\fR's
01b6260
-previous-continuous mode (option \fB-pvc\fR) under MS-windows.
01b6260
+previous\-continuous mode (option \fB\-pvc\fR) under MS\-windows.
01b6260
 This problem does not occur if ghostview, gv or gsview is used to
01b6260
 view pdf files.
01b6260
-.TP
dc7e8a9
+.TP 
dc7e8a9
 .B $pdf_update_command [""]
dc7e8a9
 When the pdf previewer is set to be updated by running a command, this
dc7e8a9
 is the command that is run.  See the information for the variable
dc7e8a9
 \fI$pdf_update_method\fR. 
dc7e8a9
-.TP
01b6260
-.B $pdf_update_method [1 under UNIX, 3 under MS-Windows]
01b6260
+.TP 
01b6260
+.B $pdf_update_method [1 under UNIX, 3 under MS\-Windows]
01b6260
 How the pdf viewer updates its display when the pdf file has
dc7e8a9
 changed. See $dvi_update_method for the codes, with the change that
dc7e8a9
 for the value 4, to run a command to do the update, the command is
dc7e8a9
 specified by the variable $pdf_update_command.
dc7e8a9
 
01b6260
-Note that acroread under MS-Windows (but not UNIX) locks the pdf file, so
01b6260
+Note that acroread under MS\-Windows (but not UNIX) locks the pdf file, so
01b6260
 the default value is then 3.  
01b6260
-.TP
01b6260
-.B $pdf_update_signal [Under UNIX: SIGHUP, which is a system-dependent value]
01b6260
+.TP 
01b6260
+.B $pdf_update_signal [Under UNIX: SIGHUP, which is a system\-dependent value]
01b6260
 The number of the signal that is sent to the pdf viewer when it is
01b6260
-updated by sending a signal -- see $pdf_update_method.  The default
01b6260
+updated by sending a signal \-\- see $pdf_update_method.  The default
01b6260
 value is the one appropriate for gv on a UNIX system.
01b6260
-.TP
01b6260
-.B $pid_position = [1 under UNIX, -1 under MS-Windows]     
01b6260
+.TP 
01b6260
+.B $pid_position = [1 under UNIX, \-1 under MS\-Windows]     
01b6260
 Command used to get all the processes currently run by the user.  
01b6260
-The -pvc option uses the command specified by the variable $pscmd to
01b6260
+The \-pvc option uses the command specified by the variable $pscmd to
01b6260
 determine if there is an already running previewer, and to find the
01b6260
 process ID (needed if \fIlatexmk\fR needs to signal the previewer about
01b6260
 file changes).  The variable $pid_position is used to specify which word
01b6260
 in lines of the output from $pscmd corresponds to the process ID.  The
01b6260
 first word in the line is numbered 0.  The default value of 1 (2nd word in
01b6260
-line) is correct for Solaris 2.6 and Linux.  Setting the variable to -1 is
01b6260
+line) is correct for Solaris 2.6 and Linux.  Setting the variable to \-1 is
01b6260
 used to indicate that $pscmd is not to be used.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $postscript_mode [0]
01b6260
 If nonzero, generate a postscript version of the document.  
01b6260
-Equivalent to the \fB-ps\fR option.
01b6260
-.TP
01b6260
+Equivalent to the \fB\-ps\fR option.
01b6260
+.TP 
01b6260
 .B $preview_continuous_mode [0]
01b6260
 If nonzero, run a previewer to view the document, and
01b6260
-continue running \fIlatexmk\fR to keep .dvi up-to-date.  Equivalent to
01b6260
-the \fB-pvc\fR option.
01b6260
+continue running \fIlatexmk\fR to keep .dvi up\-to\-date.  Equivalent to
01b6260
+the \fB\-pvc\fR option.
01b6260
 Which previewer is run depends on the other settings, see the command
dc7e8a9
-line options \fB-view=\fR, and the variable \fI$view\fR.  
01b6260
-.TP
dc7e8a9
+line options \fB\-view=\fR, and the variable \fI$view\fR.  
01b6260
+.TP 
01b6260
 .B $preview_mode [0]
01b6260
 If nonzero, run a previewer to preview the document.
01b6260
-Equivalent to the \fB-pv\fR option.  
01b6260
+Equivalent to the \fB\-pv\fR option.  
01b6260
 Which previewer is run depends on the other settings, see the command
dc7e8a9
-line options \fB-view=\fR, and the variable \fI$view\fR.  
01b6260
-.TP
dc7e8a9
+line options \fB\-view=\fR, and the variable \fI$view\fR.  
01b6260
+.TP 
01b6260
 .B $printout_mode [0]
01b6260
 If nonzero, print the document using \fIlpr\fR.  Equivalent to the
dc7e8a9
-\fB-p\fR option.  This is recommended \fBnot\fR to be set from an RC
dc7e8a9
+\fB\-p\fR option.  This is recommended \fBnot\fR to be set from an RC
dc7e8a9
 file, otherwise you could waste lots of paper.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $print_type = ["ps"]
01b6260
 Type of file to printout: possibilities are "dvi", "none", "pdf", or
01b6260
 "ps".  
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $pscmd 
01b6260
-[On UNIX, the default is "ps -f -u $ENV{USER}", with changes for Linux
01b6260
-and OS-X.
01b6260
-On MS-WINDOWS the default in "NONE pscmd".]
01b6260
+[On UNIX, the default is "ps \-f \-u $ENV{USER}", with changes for Linux
01b6260
+and OS\-X.
01b6260
+On MS\-WINDOWS the default in "NONE pscmd".]
01b6260
 Command used to get all the processes currently run by the user.  This
01b6260
-is used by the -pvc option to determine if there is an already running
01b6260
+is used by the \-pvc option to determine if there is an already running
01b6260
 previewer. 
01b6260
 The command line options for this command under the different flavors of
01b6260
 UNIX are quite variable.  The command given above is suitable for Solaris
dc7e8a9
 2.6 and above, and \fIlatexmk\fR corrects it for Linux and OSX.
01b6260
 
dc7e8a9
 NOTE: The variable \fI$pid_position\fR must also be set; see its description.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $ps2pdf ["ps2pdf"]
01b6260
 Command to convert ps to pdf file.  
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $ps_filter [empty]
01b6260
 The postscript file filter to be run on the newly produced postscript
01b6260
-file before other processing.  Equivalent to specifying the \fB-pF\fR
01b6260
+file before other processing.  Equivalent to specifying the \fB\-pF\fR
01b6260
 option.
01b6260
-.TP
01b6260
-.B $ps_previewer ["start gv -watch"]
01b6260
-The command to invoke a ps-previewer.
01b6260
-[Default is "start" on MS-WINDOWS; under more recent versions of
01b6260
+.TP 
01b6260
+.B $ps_previewer ["start gv \-watch"]
01b6260
+The command to invoke a ps\-previewer.
01b6260
+[Default is "start" on MS\-WINDOWS; under more recent versions of
01b6260
 Windows, this will cause to be run whatever command the system has
01b6260
 associated with .ps files.]  
01b6260
 
01b6260
-Note that gv with the -watch option updates its display whenever the
01b6260
+Note that gv with the \-watch option updates its display whenever the
01b6260
 postscript file changes, whereas ghostview does not. 
01b6260
-.TP
01b6260
-.B $ps_previewer_landscape ["start gv -swap -watch"]
01b6260
-The command to invoke a ps-previewer in landscape mode.
01b6260
-[Default is "start" on MS-WINDOWS; under more recent versions of
01b6260
+.TP 
01b6260
+.B $ps_previewer_landscape ["start gv \-swap \-watch"]
01b6260
+The command to invoke a ps\-previewer in landscape mode.
01b6260
+[Default is "start" on MS\-WINDOWS; under more recent versions of
01b6260
 Windows, this will cause to be run whatever command the system has
01b6260
 associated with .ps files.]  
01b6260
-.TP
dc7e8a9
+.TP 
dc7e8a9
 .B $ps_update_command [""]
dc7e8a9
 When the postscript previewer is set to be updated by running a command, this
dc7e8a9
 is the command that is run.  See the information for the variable
dc7e8a9
 \fI$ps_update_method\fR. 
dc7e8a9
-.TP
01b6260
-.B $ps_update_method [0 under UNIX, 1 under MS-Windows]
01b6260
+.TP 
01b6260
+.B $ps_update_method [0 under UNIX, 1 under MS\-Windows]
01b6260
 How the postscript viewer updates its display when the ps file has
dc7e8a9
 changed. See $dvi_update_method for the codes, with the change that
dc7e8a9
 for the value 4, to run a command to do the update, the command is
dc7e8a9
 specified by the variable $ps_update_command.
01b6260
-.TP
01b6260
-.B $ps_update_signal [Under UNIX: SIGHUP, which is a system-dependent value]
01b6260
+.TP 
01b6260
+.B $ps_update_signal [Under UNIX: SIGHUP, which is a system\-dependent value]
01b6260
 The number of the signal that is sent to the pdf viewer when it is
01b6260
-updated by sending a signal -- see $ps_update_method.  The default
01b6260
+updated by sending a signal \-\- see $ps_update_method.  The default
01b6260
 value is the one appropriate for gv on a UNIX system.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B $sleep_time [2]
01b6260
 The time to sleep (in seconds) between checking for source file 
01b6260
-changes when running the \fB-pvc\fR option.
01b6260
-.TP
01b6260
+changes when running the \fB\-pvc\fR option.
01b6260
+.TP 
01b6260
 .B $texfile_search [""]
01b6260
 This is an obsolete variable, replaced by the \fI@default_files\fR
dc7e8a9
 variable.  
01b6260
 
dc7e8a9
 For backward compatibility, if you choose to set
dc7e8a9
-\fI$texfile_search\fR, it is a string of space-separated filenames, and
dc7e8a9
+\fI$texfile_search\fR, it is a string of space\-separated filenames, and
01b6260
 then \fIlatexmk\fR replaces \fI@default_files\fR with the filenames in
01b6260
 \fI$texfile_search\fR to which is added '*.tex'.
01b6260
-.TP
dc7e8a9
+.TP 
dc7e8a9
 .B $tmpdir [See below for default]
dc7e8a9
 Directory to store temporary files that \fIlatexmk\fR may generate while
dc7e8a9
 running.  
dc7e8a9
@@ -986,62 +987,62 @@
dc7e8a9
 \fI$tmpdir\fR to the value of the first of whichever of the system
dc7e8a9
 environment variables TMPDIR or TEMP exists, otherwise to the current
dc7e8a9
 directory.  Under other operating systems (expected to be UNIX/Linux,
dc7e8a9
-including OS-X), the default is the value of the system environment
dc7e8a9
+including OS\-X), the default is the value of the system environment
dc7e8a9
 variable TMPDIR if it exists, otherwise to "/tmp".
dc7e8a9
-.TP
dc7e8a9
+.TP 
dc7e8a9
 .B $view ["default"]
dc7e8a9
 Which kind of file is to be previewed if a previewer is used.  The
dc7e8a9
 possible values are 'default', 'dvi', 'ps', 'pdf'.  The value of
dc7e8a9
 "default" means that the "highest" of the kinds of file generated is
dc7e8a9
 to be used (among dvi, ps and pdf).
dc7e8a9
 
01b6260
-.SH CUSTOM DEPENDENCIES
01b6260
-.PP
01b6260
+.SH "CUSTOM DEPENDENCIES"
01b6260
+.PP 
01b6260
 In any RC file a set of custom dependencies can be set up to convert a
01b6260
 file with one extension to a file with another.  An example use of this
01b6260
-would be to allow \fIlatexmk\fR to convert a \fI.fig\fR file to
01b6260
+would be to allow \fIlatexmk\fR to convert a \fI.fi g\fR file to
01b6260
 \fI.eps\fR to be included in the \fI.tex\fR file.  A table of custom
01b6260
 dependencies are set up by using the \fB@cus_dep_list\fR array.  Each
01b6260
 string in the array has four arguments, separated by a space:
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B from extension:
01b6260
 The extension of the file we are converting from (e.g. "fig").
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B to extension:
01b6260
 The extension of the file we are converting to (e.g. "eps").
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B must:
01b6260
-If non-zero, the file we are converting from \fBmust\fR exist, if it
01b6260
+If non\-zero, the file we are converting from \fBmust\fR exist, if it
01b6260
 doesn't exist \fIlatexmk\fR will give an error message and exit unless
01b6260
-the \fB-f\fR option is specified.  If \fImust\fR is zero and the file
01b6260
+the \fB\-f\fR option is specified.  If \fImust\fR is zero and the file
01b6260
 we are converting from doesn't exist, then no action is taken.
01b6260
-.TP
01b6260
+.TP 
01b6260
 .B function:
01b6260
 The name of the subroutine that \fIlatexmk\fR should call to perform the
01b6260
 file conversion.  The first argument to the subroutine is the base name
01b6260
 of the file to be converted without any extension.  The subroutines are
01b6260
 declared in the syntax of \fIperl\fR.  The function should return 0 if
01b6260
 it was successful and a nonzero number if it failed.
01b6260
-.PP
01b6260
-Example in an RC file to convert a \fI.fig\fR file to a \fI.eps\fR file:
01b6260
+.PP 
01b6260
+Example in an RC file to convert a \fI.fi g\fR file to a \fI.eps\fR file:
01b6260
 
01b6260
 @cus_dep_list = (@cus_dep_list, "fig eps 0 fig2eps");
01b6260
 
01b6260
 sub fig2eps
01b6260
 {
01b6260
-  system("fig2dev -Lps $_[0].fig $_[0].eps");
01b6260
+  system("fig2dev \-Lps $_[0].fi g $_[0].eps");
01b6260
 }
01b6260
 
01b6260
-The subroutine \fIfig2eps\fR will only be called if the \fI.fig\fR file
01b6260
+The subroutine \fIfig2eps\fR will only be called if the \fI.fi g\fR file
01b6260
 was modified more recently then the \fI.eps\fR file, or the \fI.eps\fR
01b6260
 file does not exist.
01b6260
 
01b6260
-If the return value of the subroutine is non-zero, then \fIlatexmk\fR
01b6260
+If the return value of the subroutine is non\-zero, then \fIlatexmk\fR
01b6260
 will assume an error occurred during the execution of the subroutine.
01b6260
 
01b6260
-.SH SEE ALSO
01b6260
+.SH "SEE ALSO"
01b6260
 latex(1), bibtex(1).
01b6260
-.SH BUGS
01b6260
+.SH "BUGS"
01b6260
 Search for .bib files is not correct if they are not in the current
01b6260
 directory; the problem is that the log file generated by bibtex does not
01b6260
 give the full path to the .bib files.  The easiest fix at the moment is to
dc7e8a9
@@ -1062,29 +1063,29 @@
01b6260
 Gv on UNIX/LINUX works for both postscript and pdf.
01b6260
 Ghostview on UNIX/LINUX needs a manual update (reopen); it views
01b6260
 postscript and pdf. 
01b6260
-Gsview under MS-Windows works for both postscript and pdf, 
01b6260
+Gsview under MS\-Windows works for both postscript and pdf, 
01b6260
 but only reads the updated file when its screen is refreshed.
01b6260
 Acroread under UNIX/LINUX views pdf, but the file needs to be closed
01b6260
 and reopened to view an updated version.
01b6260
-Under MS-Windows, acroread locks its input file and so the
01b6260
+Under MS\-Windows, acroread locks its input file and so the
01b6260
 pdf file cannot be updated.  (Remedy: configure \fIlatexmk\fR use gsview
01b6260
 instead.) 
01b6260
-.SH THANKS TO
01b6260
+.SH "THANKS TO"
dc7e8a9
 Authors of previous versions.  Many users with their feedback, and
dc7e8a9
 especially 
dc7e8a9
 David Coppit (username david at node coppit.org) who made many useful
01b6260
 suggestions that contributed to version 3. (Please note that the
01b6260
-e-mail addresses are not written in their standard form to avoid being
01b6260
+e\-mail addresses are not written in their standard form to avoid being
01b6260
 harvested by worms and viruses.)
01b6260
-.SH AUTHOR
01b6260
+.SH "AUTHOR"
01b6260
 Current version, with substantial modifications, enhancements and bug
01b6260
 fixes by John Collins (username collins at node phys.psu.edu).
dc7e8a9
 (Version 3.09).
01b6260
 
01b6260
 It can be obtained from CTAN:
01b6260
-<http://www.tug.org/tex-archive/support/latexmk/>, and from the
01b6260
+<http://www.tug.org/tex\-archive/support/latexmk/>, and from the
01b6260
 author's website <http://www.phys.psu.edu/~collins/software/latexmk/>.
01b6260
-.br
01b6260
+.br 
01b6260
 Modifications and enhancements by Evan McLean (Version 2.0)
01b6260
-.br
01b6260
+.br 
01b6260
 Original script called "go" by David J. Musliner (RCS Version 3.2)
dc7e8a9
diff -dur latexmk-3.20.ORIG/latexmk.pl latexmk-3.20/latexmk.pl
dc7e8a9
--- latexmk-3.20.ORIG/latexmk.pl	2007-08-31 21:46:47.000000000 -0600
dc7e8a9
+++ latexmk-3.20/latexmk.pl	2007-08-31 21:45:50.000000000 -0600
dc7e8a9
@@ -584,10 +584,8 @@
01b6260
     ## /usr/local/share, depending on the local conventions.
01b6260
     ## /usr/local/lib/latexmk/LatexMk is put in the list for
01b6260
     ## compatibility with older versions of latexmk.
01b6260
-    @rc_system_files = 
01b6260
-     ( '/opt/local/share/latexmk/LatexMk', 
01b6260
-       '/usr/local/share/latexmk/LatexMk',
01b6260
-       '/usr/local/lib/latexmk/LatexMk' );
dc7e8a9
+    ## Fedora change: only look in /etc
01b6260
+    @rc_system_files = ( '/etc/latexmk.conf' );
01b6260
 
01b6260
     $search_path_separator = ':';  # Separator of elements in search_path
01b6260