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