Commit graph

10 commits

Author SHA1 Message Date
dmcmahill
782fbda0ee update to latex-mk-1.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.
2007-06-15 23:40:00 +00:00
dmcmahill
54c007e995 update to latex-mk-1.7
------------------------------
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-06-09 23:43:02 +00:00
jlam
292727e131 List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-06 18:18:15 +00:00
dmcmahill
bf7451f4a3 update to latex-mk-1.5
* 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.
2006-01-28 05:46:02 +00:00
dmcmahill
4bbcc8ec35 Update to latex-mk-1.4
* 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-10-05 01:48:40 +00:00
dmcmahill
e0a1b0e9af update to latex-mk-1.3.
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-05-29 13:41:29 +00:00
seb
c7589918da Remove info files entries from PLIST. 2004-03-09 17:16:17 +00:00
seb
ef0156b54a Convert to USE_NEW_TEXINFO. 2003-08-04 21:43:43 +00:00
dmcmahill
9f6a9e81ff update to latex-mk-1.0
Notable changes are:

- support for dvipdfm added (USE_DVIPDFM)
- support for pdflatex added (USE_PDFLATEX)
- handful of bug fixes
2003-02-27 02:18:37 +00:00
dmcmahill
b68b65de68 initial import of latex-mk-0.9
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.
2002-10-09 05:10:49 +00:00