nixpkgs/pkgs/misc/tex/nix
Eelco Dolstra 04cc6b721a * Made findLaTeXIncludes pure. Previously find-includes.pl looked
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
2009-07-17 15:10:01 +00:00
..
animatedot.sh * "." -> "source". 2005-12-05 14:11:09 +00:00
copy-includes.pl * Support references to parent directories, e.g., \input{../../macros.ltx}. 2005-08-30 13:10:30 +00:00
default.nix * Made findLaTeXIncludes pure. Previously find-includes.pl looked 2009-07-17 15:10:01 +00:00
dot2pdf.sh * Graphviz updated to 2.20.2. Now built with fontconfig, gd and pango 2008-07-03 14:27:19 +00:00
dot2ps.sh dot2ps 2006-04-11 13:27:01 +00:00
find-includes.pl * Made findLaTeXIncludes pure. Previously find-includes.pl looked 2009-07-17 15:10:01 +00:00
run-latex.sh * Support LaTeX documents that have multiple bibliographies (using the 2009-01-08 09:54:04 +00:00