Eelco Dolstra
82e678362f
* "." -> "source".
...
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Eelco Dolstra
d68e567fe3
* Enable option to compress multiple spaces in the index.
...
svn path=/nixpkgs/trunk/; revision=4314
2005-11-28 14:19:46 +00:00
Eelco Dolstra
e11a1e014c
* Also copy the generated bibliography (*.bbl) to $out.
...
svn path=/nixpkgs/trunk/; revision=3992
2005-10-02 15:49:09 +00:00
Eelco Dolstra
7fccd83384
* Support \pgfdeclareimage.
...
svn path=/nixpkgs/trunk/; revision=3771
2005-09-02 15:50:55 +00:00
Eelco Dolstra
860e14cd3d
* Support references to parent directories, e.g., \input{../../macros.ltx}.
...
svn path=/nixpkgs/trunk/; revision=3748
2005-08-30 13:10:30 +00:00
Eelco Dolstra
8c1905ce5b
* Print the page count.
...
svn path=/nixpkgs/trunk/; revision=3592
2005-08-16 21:53:46 +00:00
Eelco Dolstra
b40cfcf0f5
* Suppress most of that crap TeX spews over your screen. Print a
...
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
2005-08-16 20:59:39 +00:00
Eelco Dolstra
b5a41376a7
* Don't use `seq'.
...
svn path=/nixpkgs/trunk/; revision=3281
2005-07-01 20:16:56 +00:00
Eelco Dolstra
d33693c438
* Support PNG files.
...
svn path=/nixpkgs/trunk/; revision=3258
2005-06-27 16:48:00 +00:00
Eelco Dolstra
6ea37d567f
* A function for dot animation.
...
svn path=/nixpkgs/trunk/; revision=3255
2005-06-27 09:44:27 +00:00
Eelco Dolstra
1751b6481d
* Process \includegraphics{filename}.
...
svn path=/nixpkgs/trunk/; revision=3237
2005-06-21 20:34:15 +00:00
Eelco Dolstra
3919b35495
* Add a dot2pdf function.
...
svn path=/nixpkgs/trunk/; revision=3232
2005-06-20 22:43:35 +00:00
Eelco Dolstra
fe0981babd
* Scan for BibTeX files included by \bibliography.
...
* Automatically run BibTeX when necessary (i.e., when there are
\citations in the aux file).
svn path=/nixpkgs/trunk/; revision=3222
2005-06-20 15:20:37 +00:00
Eelco Dolstra
6ce80304a5
* Handle subdirectories (e.g., \input{foo/bar.tex}). We don't yet
...
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
2005-06-20 15:06:58 +00:00
Eelco Dolstra
2cc66184ce
* Oops.
...
svn path=/nixpkgs/trunk/; revision=3218
2005-06-20 14:26:07 +00:00
Eelco Dolstra
6b35cefbf8
* Find LaTeX document dependencies automatically by scanning for
...
\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
2005-06-20 14:25:50 +00:00
Eelco Dolstra
6fcee91442
* Macros for building LaTeX documents using Nix.
...
svn path=/nixpkgs/trunk/; revision=3216
2005-06-20 13:51:48 +00:00