outside of the Nix store for the dependencies of the root source
file, which is impure. That's why it needed the
`builtins.currentTime' hack to force a rebuild. It also didn't work
in a chroot. Now find-includes.pl only scans the source file at
hand, and we use builtins.genericClosure to find all includes
recursively.
svn path=/nixpkgs/trunk/; revision=16414
support.
* New function makeFontsConf to generate a fontconfig configuration
file. Moved from NixOS.
* dot2pdf: use makeFontsConf to generate a fonts.conf containing just
the Ghostscript fonts (see NIXPKGS-29).
* dot2pdf: generate PDF directly, don't go through PS. Note that this
and using fontconfig changes the interpretation of "fontname"
attributes in dot graphs.
svn path=/nixpkgs/trunk/; revision=12251
(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