summary refs log tree commit diff
path: root/pkgs/misc/tex
Commit message (Collapse)AuthorAge
* * Remove references to dontMakeInstall.Eelco Dolstra2006-12-27
| | | | svn path=/nixpkgs/trunk/; revision=7500
* * Support \pgfimage.Eelco Dolstra2006-11-22
| | | | svn path=/nixpkgs/trunk/; revision=7087
* * `drv + /path' is deprecated, so don't do that anymore.Eelco Dolstra2006-10-17
| | | | svn path=/nixpkgs/trunk/; revision=6754
* * Added a bunch of descriptions.Eelco Dolstra2006-10-11
| | | | svn path=/nixpkgs/trunk/; revision=6705
* * Slightly evil: compress the log file to prevent TeX output fromEelco Dolstra2006-09-19
| | | | | | retaining a dependency on teTeX. svn path=/nixpkgs/trunk/; revision=6559
* * Don't use the subpath operator (~) anymore, it's subsumed by normalEelco Dolstra2006-08-09
| | | | | | concatenation (+). svn path=/nixpkgs/trunk/; revision=6080
* * Follow \bibliographystyle to find .bst files.Eelco Dolstra2006-07-05
| | | | svn path=/nixpkgs/trunk/; revision=5590
* * Follow \usepackage.Eelco Dolstra2006-06-14
| | | | svn path=/nixpkgs/trunk/; revision=5436
* dot2psEelco Visser2006-04-11
| | | | svn path=/nixpkgs/trunk/; revision=5152
* * Prevent unnecessary LaTeX runs.Eelco Dolstra2006-03-23
| | | | svn path=/nixpkgs/trunk/; revision=5082
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * modified tetex to support extra .sty's from other packagesAndres Löh2006-01-27
| | | | | | | * added lazylist and polytable (both tetex packages) * added lhs2tex ebuild, depending on the two above svn path=/nixpkgs/trunk/; revision=4609
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* * Enable option to compress multiple spaces in the index.Eelco Dolstra2005-11-28
| | | | svn path=/nixpkgs/trunk/; revision=4314
* * Also copy the generated bibliography (*.bbl) to $out.Eelco Dolstra2005-10-02
| | | | svn path=/nixpkgs/trunk/; revision=3992
* * Support \pgfdeclareimage.Eelco Dolstra2005-09-02
| | | | svn path=/nixpkgs/trunk/; revision=3771
* * Support references to parent directories, e.g., \input{../../macros.ltx}.Eelco Dolstra2005-08-30
| | | | svn path=/nixpkgs/trunk/; revision=3748
* * Print the page count.Eelco Dolstra2005-08-16
| | | | svn path=/nixpkgs/trunk/; revision=3592
* * Suppress most of that crap TeX spews over your screen. Print aEelco Dolstra2005-08-16
| | | | | | | | summary of the under/overfull boxes and undefined references/citations. The full log output is still written to $out/log. svn path=/nixpkgs/trunk/; revision=3590
* * Don't use `seq'.Eelco Dolstra2005-07-01
| | | | svn path=/nixpkgs/trunk/; revision=3281
* * Support PNG files.Eelco Dolstra2005-06-27
| | | | svn path=/nixpkgs/trunk/; revision=3258
* * A function for dot animation.Eelco Dolstra2005-06-27
| | | | svn path=/nixpkgs/trunk/; revision=3255
* * Process \includegraphics{filename}.Eelco Dolstra2005-06-21
| | | | svn path=/nixpkgs/trunk/; revision=3237
* * Add a dot2pdf function.Eelco Dolstra2005-06-20
| | | | svn path=/nixpkgs/trunk/; revision=3232
* * Scan for BibTeX files included by \bibliography.Eelco Dolstra2005-06-20
| | | | | | | * Automatically run BibTeX when necessary (i.e., when there are \citations in the aux file). svn path=/nixpkgs/trunk/; revision=3222
* * Handle subdirectories (e.g., \input{foo/bar.tex}). We don't yetEelco Dolstra2005-06-20
| | | | | | | | | | | | 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
* * Oops.Eelco Dolstra2005-06-20
| | | | svn path=/nixpkgs/trunk/; revision=3218
* * Find LaTeX document dependencies automatically by scanning forEelco Dolstra2005-06-20
| | | | | | | | | \input and \documentclass. Copied from Maak (https://svn.cs.uu.nl:12443/repos/pkgs/texwrappers/trunk/chase-latex-inputs.pl). TODO: support \bibliography, \usepackage, \includegraphics, etc. svn path=/nixpkgs/trunk/; revision=3217
* * Macros for building LaTeX documents using Nix.Eelco Dolstra2005-06-20
| | | | svn path=/nixpkgs/trunk/; revision=3216
* * Added teTeX 3.0. Sure, it may take up 267M of disk space, but itEelco Dolstra2005-04-28
contains everything you could possibly need, including beamer ;-) This teTeX has been built without X11 support, meaning that xdvi is not included. svn path=/nixpkgs/trunk/; revision=2931