about summary refs log tree commit diff
path: root/pkgs/misc/tex/nix
AgeCommit message (Expand)AuthorFilesLines
2011-03-26* runLaTeX: detect the existence of a pre-generated .bbl file and useEelco Dolstra3-5/+10
2010-10-27* Hack to handle PGF/TikZ constructs that require an additional run.Eelco Dolstra1-2/+8
2010-03-15* Increase `max_print_line' to prevent TeX from breaking lines at 79Eelco Dolstra1-0/+7
2009-08-13* Remove some trace calls.Eelco Dolstra1-10/+5
2009-07-23Added lhs2TeX support to LaTeX builder.Andres Löh4-0/+64
2009-07-17* Made findLaTeXIncludes pure. Previously find-includes.pl lookedEelco Dolstra2-103/+84
2009-05-24removed all __primops from nixpkgsMarc Weber1-1/+1
2009-02-11svn path=/nixpkgs/trunk/; revision=14033Eelco Dolstra1-1/+1
2009-01-08* Support LaTeX documents that have multiple bibliographies (using theEelco Dolstra1-7/+12
2008-07-03* Graphviz updated to 2.20.2. Now built with fontconfig, gd and pangoEelco Dolstra2-4/+13
2008-05-20* Raise the dpi.Eelco Dolstra1-1/+1
2008-05-16* runLaTeX: added an option to copy the collected TeX inputs to $outEelco Dolstra2-1/+10
2008-05-16* ImageMagick: don't need to keep old versions I guess.Eelco Dolstra1-21/+37
2008-04-02* Sometime LaTeX needs 4 passes.Eelco Dolstra1-0/+7
2008-03-05svn path=/nixpkgs/trunk/; revision=10964Eelco Dolstra1-1/+4
2008-01-16* \input{foo} should look for foo.tex by default.Eelco Dolstra1-0/+1
2007-04-09* Work around a bad Perl interpreter path.Eelco Dolstra1-1/+1
2007-03-29* Print a warning if files cannot be found.Eelco Dolstra1-0/+5
2007-03-12* A function `simpleTeXToPNG' that typesets a piece of LaTeX codeEelco Dolstra1-0/+79
2007-03-12* runLaTeX: support generation of Postscript.Eelco Dolstra3-14/+28
2007-03-10* Added pgf/tikz.Eelco Dolstra1-1/+2
2006-11-22* Support \pgfimage.Eelco Dolstra1-11/+18
2006-10-17* `drv + /path' is deprecated, so don't do that anymore.Eelco Dolstra1-1/+1
2006-09-19* Slightly evil: compress the log file to prevent TeX output fromEelco Dolstra1-0/+3
2006-08-09* Don't use the subpath operator (~) anymore, it's subsumed by normalEelco Dolstra1-1/+1
2006-07-05* Follow \bibliographystyle to find .bst files.Eelco Dolstra1-0/+4
2006-06-14* Follow \usepackage.Eelco Dolstra1-0/+4
2006-04-11dot2psEelco Visser2-1/+34
2006-03-23* Prevent unnecessary LaTeX runs.Eelco Dolstra1-7/+31
2005-12-05* "." -> "source".Eelco Dolstra3-3/+3
2005-11-28* Enable option to compress multiple spaces in the index.Eelco Dolstra2-2/+7
2005-10-02* Also copy the generated bibliography (*.bbl) to $out.Eelco Dolstra1-0/+1
2005-09-02* Support \pgfdeclareimage.Eelco Dolstra1-6/+12
2005-08-30* Support references to parent directories, e.g., \input{../../macros.ltx}.Eelco Dolstra2-4/+28
2005-08-16* Print the page count.Eelco Dolstra1-0/+2
2005-08-16* Suppress most of that crap TeX spews over your screen. Print aEelco Dolstra2-9/+53
2005-07-01* Don't use `seq'.Eelco Dolstra1-1/+1
2005-06-27* Support PNG files.Eelco Dolstra1-0/+1
2005-06-27* A function for dot animation.Eelco Dolstra2-1/+16
2005-06-21* Process \includegraphics{filename}.Eelco Dolstra2-1/+6
2005-06-20* Add a dot2pdf function.Eelco Dolstra4-10/+45
2005-06-20* Scan for BibTeX files included by \bibliography.Eelco Dolstra4-5/+12
2005-06-20* Handle subdirectories (e.g., \input{foo/bar.tex}). We don't yetEelco Dolstra4-26/+55
2005-06-20* Oops.Eelco Dolstra2-1/+20
2005-06-20* Find LaTeX document dependencies automatically by scanning forEelco Dolstra1-0/+56
2005-06-20* Macros for building LaTeX documents using Nix.Eelco Dolstra2-0/+60