Lines Matching +refs:slitex +refs:run +refs:command
8 # The above code allows this script to be run under UNIX/LINUX without
13 # script is started under the default command interpreter sh, and the
28 # What are proper command defaults under cygwin?
40 # process has the viewed file in its command line
79 ## 5. diff command. Need to have internal subroutine. Or else
80 ## a more complicated command for WIN95. DONE
90 ## 13. Original criterion for needing another run is wrong.
96 ## 1. Correct algorithm for deciding how many times to run latex:
150 ## Remove slitex mode. It's obsolete. Slitex no longer exists
165 ## Ignore errors from run of bibtex before 1st latex.
219 ## - Fixed "-r" option to detect an command line syntax errors better.
224 ## - Added command line and variable to specify custom RC file.
242 ## - Can specify multiple files on the command line or no files
243 ## on the command line.
307 ## tex/latex's command line? See sub find_basename for the
347 # The $pscmd below holds a command to list running processes. It
349 # current output file. The output of the command must include the
350 # process number and the command line of the processes, since the
375 ## tex/latex's command line? See sub find_basename for the
398 # The $pscmd below holds a command to list running processes. It
400 # current output file. The output of the command must include the
401 # process number and the command line of the processes, since the
410 # Use -f to get full listing, including command line arguments.
420 # 3 would be sufficient: 1st run generates aux file,
421 # 2nd run picks up aux file, and maybe toc, lof which
426 # run, the page refs etc in toc, lof, etc are about
429 # Hence a 4th run is conceivably necessary. Needing
443 $index_mode = 0; # is there an index needing makeindex run?
464 $dvi_filter = ''; # DVI filter command
465 $ps_filter = ''; # Postscript filter command
528 ## Process command line args.
830 ## - if no dvi file, or .aux older than tex file or bib file, run latex.
850 # I don't need to know whether I run latex or pdflatex!
854 # algorithm for determining whether latex needs to be run again is
856 # run. A limit (contained in $max_repeat) is applied on the
875 # to the corresponding file on the current run, and therefore one
888 # exist (as on a first run), then that implies a rerun is
903 # Arrival here means that a new run of latex/pdflatex is requested
905 # from the previous run
907 # the previous run.
936 # So run bibtex in this case
975 "I must run latex again\n";
988 "I must run latex again\n";
1008 # have changed and we must run bibtex.
1021 warn "The .idx file changed. I must run latex again\n";
1172 # Force run if first argument is non-zero.
1178 ## if no .bbl or .bib changed since last bibtex run, run bibtex.
1208 # Force run if first argument is non-zero.
1376 # run appropriate previewer.
1425 # being run by the present user. Typically the string will be the
1426 # name of the process or part of its command line.
1687 " before the -r option on the command line\n";
1696 " To run latex, I use \"$latex\"\n",
1697 " To run pdflatex, I use \"$pdflatex\"\n",
1698 " To run bibtex, I use \"$bibtex\"\n",
1699 " To run makeindex, I use \"$makeindex\"\n",
1714 " Command starting with \"start\" is run detached\n",
1715 " Command that is just \"start\" without any other command, is\n",
1716 " used under MS-Windows to run the command the operating system\n",
2478 # words are at the beginning of the command, the extra ones are removed.
2479 # Third form (with 'NONE') does not run anything, but prints an error
2486 warn "Latexmk::Run: Attempt to run a null program.";
2492 # to force a command to be run detached, when the command
2496 # Win95, WinNT, etc: Prepend start to the command
2509 # The command is given to system as a single argument, to force shell