File: README

package info (click to toggle)
latex-make 2.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 576 kB
  • sloc: sh: 309; makefile: 237
file content (14 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

The LaTeX-Make software can also be installed within the directory of a
LaTeX document. This is usefull if your document is under SVN or Git and if
some users did not installed LaTeX-Make.

So, if you LaTeX document is in the $DIR directory, you need to copy, at
least:
* LaTeX.mk in $DIR
* texdepends.sty and figlatex.sty in $DIR
* gensubfig.py, svg2dev.py, svgdepth.py, figdepth.py, gensubfig.py, and
  latexfilter.py in $DIR/bin or $DIR

This can be done by creating a Makefile with 'include LaTeX.mk' in it and
using the 'LaTeX-Make-local-install' Make target.