Jump to letter: [
          
            9ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        latexmk - A make-like utility for LaTeX files
        
        - Latexmk is a perl script for running LaTeX the correct number of times to
resolve cross references, etc.; it also runs auxiliary programs (bibtex,
makeindex if necessary, and dvips and/or a previewer as requested).  It has
a number of other useful capabilities, for example to start a previewer and
then run latex whenever the source files are updated, so that the previewer
gives an up-to-date view of the document.  The script runs on both UNIX and
MS-WINDOWS (95, ME, XP, etc).  This script is a corrected and improved
version of the original version of latexmk.
Before using a previewer, read the file README.fedora. 
Packages
        
            
                | Name | Version | Release | Type | Size | Built | 
            
                | latexmk | 3.08n | 4.fc5 | noarch | 261 KiB | Fri Mar 30 11:54:30 2007 | 
        
        Changelog
        
            - * Tue Mar 27 18:00:00 2007 Jerry James <Jerry{*}James{%}usu{*}edu> - 3.08n-4
- - Avoid tetex vs. texlive issues by Requiring the binaries. 
            - * Tue Mar 20 18:00:00 2007 Jerry James <Jerry{*}James{%}usu{*}edu> - 3.08n-3
- - Use xdg-open for the DVI and PostScript previewers also.
- Describe previewer configuration in README.fedora. 
            - * Mon Mar 19 18:00:00 2007 Jerry James <Jerry{*}James{%}usu{*}edu> - 3.08n-2
- - Use xdg-open instead of explicitly invoking evince.
- Package the extra-scripts directory as documentation.
- Fix a few other packaging infelicities as pointed out in Extras review.