nixpkgs/pkgs/tools/typesetting/tex/nix
Eelco Dolstra 82f947c78a runLaTeX: Fix dependency detection
Since Nix 1.4, expressions like "${path}/blabla" always evaluate to a
string rather than a path.  However, findLaTeXIncludes depended on the
old (weird) behaviour, leading to errors like:

  error: string `/nix/store/4c32q75in74m1148anlzdhb8jpppab0s-bla/IEEEtran.cls' cannot refer to other paths

So use path concatenation instead.
2013-03-16 16:56:19 +01:00
..
animatedot.sh svn merge ^/nixpkgs/trunk 2012-02-06 23:03:12 +00:00
copy-includes.pl Moved all LaTeX expressions into tools/typesetting hierarchy. 2012-02-04 09:31:07 +00:00
default.nix runLaTeX: Fix dependency detection 2013-03-16 16:56:19 +01:00
dot2pdf.sh svn merge ^/nixpkgs/trunk 2012-02-06 23:03:12 +00:00
dot2ps.sh svn merge ^/nixpkgs/trunk 2012-02-06 23:03:12 +00:00
find-includes.pl Moved all LaTeX expressions into tools/typesetting hierarchy. 2012-02-04 09:31:07 +00:00
find-lhs2tex-includes.sh Moved all LaTeX expressions into tools/typesetting hierarchy. 2012-02-04 09:31:07 +00:00
lhs2tex.sh svn merge ^/nixpkgs/trunk 2012-02-06 23:03:12 +00:00
run-latex.sh * Set $VARTEXFONTS to make LaTeX documents build in a chroot. 2012-06-19 22:25:39 +00:00