(e.g., a file containing something like `$x^2 + y^2 = z^2$') and
converts it to a PNG image with no unnecessary surrounding
whitespace. Useful when you want to include TeX stuff in webpages /
other documents.
This currently calls /usr/bin/convert, so we should add ImageMagick.
svn path=/nixpkgs/trunk/; revision=8269
* findLaTeXIncludes: handle the case where the input is already in the
Nix store, and allow a different prefix to be used for searching
included files.
svn path=/nixpkgs/trunk/; revision=8268
handle relative paths to parent directories (../foo/bar.tex). This
can be handled as was done in
https://svn.cs.uu.nl:12443/repos/trace/nix/trunk/make/lib/compile-c.sh.
The `copy-includes.pl' script is generic (not LaTeX specific), so it
should eventually replace most of compile-c.sh and any future
builders that have to set up a tree of symlinks to simulate the
original directory hierarchy of the sources.
svn path=/nixpkgs/trunk/; revision=3220