summary refs log tree commit diff
path: root/pkgs/tools/typesetting
Commit message (Collapse)AuthorAge
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* * added propagated-user-env-packages for lhs2tex and polytableAndres Löh2007-08-24
| | | | svn path=/nixpkgs/trunk/; revision=9195
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* A pkgs/tools/typesetting/pdfjamMartin Bravenboer2007-03-21
| | | | | | | | | | | | | | | | | | | | | | | A pkgs/tools/typesetting/pdfjam/builder.sh A pkgs/tools/typesetting/pdfjam/default.nix Added pdfjam, a package with the following tools: * pdfnup, which allows PDF files to be "n-upped" in roughly the way that psnup does for PostScript files. * pdfjoin, which concatenates the pages of multiple PDF files together into a single file * pdf90, which rotates the pages of one or more PDF files through 90 degrees (anti-clockwise). M pkgs/development/compilers/jdk/jdk6-linux.nix Typo svn path=/nixpkgs/trunk/; revision=8404
* update lhs2tex to 1.12Andres Löh2007-01-30
| | | | svn path=/nixpkgs/trunk/; revision=7813
* * lhs2TeX updated to 1.11.Eelco Dolstra2006-11-15
| | | | svn path=/nixpkgs/trunk/; revision=7055
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* disable local build of pangoxsl, add patch to remove "pangoxsl" from SUBDIRS,Armijn Hemel2006-06-18
| | | | | | otherwise it will still try to build the local pangoxsl (and fail) svn path=/nixpkgs/trunk/; revision=5468
* * More examples of interpolation.Eelco Dolstra2006-05-01
| | | | svn path=/nixpkgs/trunk/; revision=5244
* * Copy even more files (in particular from losser.st-lab.cs.uu.nl,Eelco Dolstra2006-01-30
| | | | | | can't assume that it will live forever). svn path=/nixpkgs/trunk/; revision=4624
* * 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
* * Added unstable pre release of Stratego/XT 0.16Martin Bravenboer2005-10-31
| | | | | | | * Upgraded bibtex-tools to latest unstable release. svn path=/nixpkgs/trunk/; revision=4176
* update of xmlroffMartin Bravenboer2005-08-27
| | | | svn path=/nixpkgs/trunk/; revision=3724
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660
* Added pangoxsl and xmlroffMartin Bravenboer2005-08-13
| | | | svn path=/nixpkgs/trunk/; revision=3574
* hevea needs patching on Mac OS X (see the Darwin ports)Martin Bravenboer2005-07-26
| | | | svn path=/nixpkgs/trunk/; revision=3454
* use tetexEelco Visser2005-05-31
| | | | svn path=/nixpkgs/trunk/; revision=3164
* * Upgraded Stratego/XT to Stratego/XT 0.14Martin Bravenboer2005-05-18
| | | | | | | | * Clean up of SDF attributes in all-package-generic. There is now a single attribute, called sdf. svn path=/nixpkgs/trunk/; revision=3062
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* version 0.1 of bibtex-toolsEelco Visser2004-08-17
| | | | svn path=/nixpkgs/trunk/; revision=1285
* Hevea is an interpreter for (La)TeX that produces HTML. Eelco Visser2004-07-28
| | | | | | | It is written in OCaml. svn path=/nixpkgs/trunk/; revision=1189
* - O'Caml compiler for Object CaMLEelco Visser2004-07-16
- hevea is an interpreter for latex producing html svn path=/nixpkgs/trunk/; revision=1171