summaryrefslogtreecommitdiff
path: root/print/latex-mk
AgeCommit message (Collapse)AuthorFilesLines
2004-05-29update to latex-mk-1.3.dmcmahill3-8/+10
This version fixes installation on case-insensitive file systems as well as a bug where bibtex did not get run properly when the .tex file had no explicit \cite{}'s but rather used \nocite{}.
2004-03-28update to latex-mk-1.2.dmcmahill2-6/+8
Changes are: * Fixed a bug which prevented the POST_BIBTEX_HOOK hook from actually doing anything * Dropped -Ppdf from the default DVIPS_FLAGS. Users who wish to keep -Ppdf as part of DVIPS_FLAGS can add it to the site configuration file, user configuration file, or project Makefile. * Added DVIPDFM_ENV variable for running @code{dvipdfm} inside a customized environment. * Preliminary Rich Text Format (RTF) output support. The new rtf target will use latex2rtf to produce an RTF version of your document. Use this when sending your documents to the text-formatter-challenged. * Fixed a bug where a list of figures, list of tables, and table of contents were sometimes not fully up to date in the final output. * Added support for using ImageMagick to convert JPEG and PNG files to EPS for inclusion in a document.
2004-03-09Remove info files entries from PLIST.seb1-2/+1
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-04depkglint.seb1-2/+2
2003-08-04Convert to USE_NEW_TEXINFO.seb2-5/+5
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-14Update to latex-mk-1.1dmcmahill3-22/+7
This is the "HTML Support" release. The significant changes/additions over the previous version are: # Support for HTML output. Either LaTeX2HTML or HeVeA may be used. * Fixed a bug where bibtex was not run sometimes when it needed to be run. This problem showed up with some versions of LaTeX. * Added a POST_BIBTEX_HOOK variable which specifies a program to be run after a BibTeX run. This gives users the ability to insert an additional processing step if desired.
2003-05-22fix a bug which causes bibtex to not be run properly when needed with somedmcmahill3-2/+17
versions of LaTeX. Noted by Brook Milligan.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-4/+4
2003-02-27update to latex-mk-1.0dmcmahill3-6/+10
Notable changes are: - support for dvipdfm added (USE_DVIPDFM) - support for pdflatex added (USE_PDFLATEX) - handful of bug fixes
2002-10-31update to latex-mk-0.9.1.dmcmahill2-5/+5
This is a bug fix release. per-project xfig dependencies are now supported. This was accidentally omitted from the previous release. In addition, the GNU make support is much more robust.
2002-10-09initial import of latex-mk-0.9dmcmahill5-0/+72
Latex-Mk is a set of makefile fragments and shell scripts designed to assist in the management of LaTeX documents. The user creates a simple Makefile which sets up a few simple variables and then includes the latex.mk fragment at the end. LaTeX-Mk provides easy targets such as 'view', 'pdf', 'print', and 'clean'. Additional features such as multiple top level documents with some shared and some unique dependencies and draft watermark output are included. LaTeX-Mk works with BSD make and also with GNU make.