summaryrefslogtreecommitdiff
path: root/print/latex-mk
AgeCommit message (Collapse)AuthorFilesLines
2007-08-29update to latex-mk-1.9.1. This is a bugfix release and addresses a bugdmcmahill2-6/+6
in the 'clean' target when MPOSTSRCS is used.
2007-06-15update to latex-mk-1.9dmcmahill3-7/+9
- Added support for per-document DVIPS_FLAGS and DVIPDFM_FLAGS. - Avoided the use of hardcoded csh in some scripts. - Removed claims of a BIBTEX_ENV variable in the documentation. It didn't do anything. - Added METAPOST support. - Fixed a bug when using BibTeX and PDFLaTeX at the same time. - Added glossary support. - Fixed a bug with GNU make draft output. - Put the actual installation prefix into the manual. - Avoid a case which caused the testsuite to hang. - Expanded the testsuite and fixed some bugs in the testsuite. - Fix a bug in cleaning xfig and tgif output.
2006-07-10update to latex-mk-1.8dmcmahill2-6/+6
------------------------------ Release Notes for LaTeX-Mk-1.8 ------------------------------ - Fix a syntax error in the latex-mk script which showed up with some shells. - Fix a bug in the latex-mk script where some of the ".old" files that are used for determining when to re-run various tools were not being cleaned up properly. - Add a few more files which latex and makeindex may generate to the list of files removed by the 'clean' target. - Add a testsuite entry for the clean target. - Improve the makefile testsuite robustness. In particular it now deals with the bmake program having different names (make, bmake, bsdmake, etc). - Improve and expand the testsuite for the latex-mk script.
2006-06-09update to latex-mk-1.7dmcmahill3-7/+8
------------------------------ Release Notes for LaTeX-Mk-1.7 ------------------------------ - Added support for makeindex. Suggested by Antoine Reilles who provided a preliminary patch. - Added a --help flag to the latex-mk script and documented the script a bit more there. It seems that some users are using the latex-mk script only and not the makefile system. Suggested by Reuben Thomas. - Added the ability in the latex-mk script to work with a read only current directory and use the TEXMFOUTPUT environment variable to control where the real output goes. Suggested by Reuben Thomas.
2006-04-06List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam2-3/+4
2006-04-04update to latex-mk-1.6dmcmahill2-6/+6
* Fix a syntax error in the (not used yet) ieee-copyout script. * Fix a bug in the latex-mk script when BibTex is used. * Add quoting of command names in the BSD makefiles. This will properly deal with pathnames to the programs which contain spaces. Currently GNU make will not properly deal with this.
2006-01-28update to latex-mk-1.5dmcmahill4-28/+9
* When using tex2page or HeVeA for html output, do not force the running of LaTeX. With latex2html, LaTeX will still be run because latex2html makes use of the .aux files generated by LaTeX. * Fixed a bug where if the BibTeX input file was modified LaTeX would be run again but not BibTeX. * Added a --tex2page mode for latex-mk (the script) which allows latex-mk to run tex2page the appropriate number of times to resolves all references. * Improve the cleaning of tex2page generated output. * Added latex.subdir.mk to support recursive builds.
2005-10-05Update to latex-mk-1.4dmcmahill4-8/+34
* Added support for lgrind. * Added a dist target for creating a distribution archive of all source files. * Added support for using tex2page for html output. * When using pdflatex, directly convert tgif and xfig drawings to PDF instead of to encapsulated postscript. * When using pdflatex, do not create @file{.dvi} files as part of the default target. * Added a LANDSCAPE variable which when set will add landscape flags to various tools. * Make the default flag for exporting xfig drawings to encapsulated postscript be -L eps instead of -L ps.
2005-06-07Note the tools that this package uses, and pass a full path to thejlam1-2/+5
configure script for "BMAKE" so that we don't pull in the BSD make symlink from the tools directory.
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-02-24Add RMD160 digests.agc1-1/+2
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.