summary refs log tree commit diff
path: root/pkgs/tools/typesetting
Commit message (Collapse)AuthorAge
* xmlto: update from 0.0.23 to 0.0.25Nixpkgs Monitor2014-01-13
|
* Merge branch 'java'Eelco Dolstra2014-01-13
|\
| * fop: Drop runtime dependency on the JDKEelco Dolstra2014-01-06
| |
* | texlive-beamer: bump to version 3.24Thomas Tuegel2014-01-05
| |
* | texlive-extra: bump to version 20131219Thomas Tuegel2014-01-05
| |
* | texlive-core: bump to version 20131219Thomas Tuegel2014-01-05
|/
* texLive: passthru all source attributesMathijs Kwik2013-12-31
|
* docbook2odf: new packageBjørn Forsman2013-12-20
| | | | | | | | Tested like this: nix-build -A docbook2odf ./result/bin/docbook2odf --verbose --debug result/share/doc/docbook2odf/examples/book.docbook swriter book.odt # verify that the document looks ok
* auctex: update from 11.85 to 11.87Nixpkgs Monitor2013-12-18
|
* pgf1: update from 1.10 to 1.18Nixpkgs Monitor2013-12-14
|
* Fix a lots of evaluation errors on Hydra.Peter Simons2013-12-10
|
* fix texlive build, older files were removed on debian serversAristid Breitkreuz2013-12-01
|
* xmlto: remove misleading meta.platforms attribute that prevents this package ↵Peter Simons2013-11-26
| | | | from being built on Darwin
* texlive: update to latest versionJason "Don" O'Conal2013-11-21
|
* asciidoc: update 8.6.8 -> 8.6.9Bjørn Forsman2013-11-17
| | | | Changes: http://www.methods.co.nz/asciidoc/CHANGELOG.html
* ImageMagick and asciidoc build on 64-bit darwinShea Levy2013-11-14
| | | | | | Tested by @zefhemel Signed-off-by: Shea Levy <shea@shealevy.com>
* Set meta.hydraPlatforms instead of meta.platforms for some packagesEelco Dolstra2013-11-05
|
* Apparently fix texinfo5 with fresh TeXLiveMichael Raskin2013-10-20
|
* Update pdf2djvuMichael Raskin2013-10-14
|
* Updating TeXLive to 2013 using updated Debian snapshots.Michael Raskin2013-10-14
| | | | | | | | | | | | | | | | Kept the old hacks where they don't break the build in case they things they fix are still relevant. I checked that the upgrade doesn't break: 1) Asymptote and EProver builds. 2) My XeLaTeX demo from configurations/ repository. 3) Some of my own files. The upgrade fixes problems with simultaneous use of 3D and LaTeX labels in Asymptote. Please provide a test that worked previously and is broken now if you need to revert this update or its parts.
* asciidocFull: add missing sed + coreutils for a2x wrapperBjørn Forsman2013-10-08
| | | | | When making a PDF file I got an error because dblatex couldn't find sed/uname/mkdir etc. This fixes it.
* asciidoc: purify and add asciidocFull attributeBjørn Forsman2013-10-06
| | | | | | | | | | | | The current asciidoc expression is impure; it relies on several tools to be found in PATH at runtime. This commit adds a enableStandardFeatures parameter that, if true, pulls in all dependencies and patches asciidoc to contain full paths to the tools. I've set enableStandardFeatures = false for the existing asciidoc attribute so that the closure size stays unchanged, at 255 MiB. The new asciidocFull attribute (with enableStandardFeatures = true) has a closure size of 1.5 GiB.
* dblatex: purify and add dblatexFull attributeBjørn Forsman2013-10-06
| | | | | | | | | | imagemagick, transfig, inkscape, fontconfig and ghostscript are missing dependencies of dblatex. Instead of adding all those dependencies to the existing dblatex attribute, make a new dblatexFull attribute for that. Also pass --use-python-path at install time so that script shebangs end up with #!/path/to/python instead of #!/path/to/env python (which is impure when not run in a wrapper).
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
* Revert "dblatex: add missing dependencies"Eelco Dolstra2013-09-30
| | | | | | | This reverts commit 0350bd3b4853e2b4e3aa4038129073c195c8bef2. It causes a huge increase in the closure size of dblatex, since it now depends on GUI packages like Inkscape. Also, statically depending on teTeX might be annoying for people who use TeXlive.
* Revert "asciidoc: add missing dependencies"Eelco Dolstra2013-09-30
| | | | | | | This reverts commit aef81d6eb68506426e2004d195125f89922e6a6a. It's really not good to have every little package that depends on asciidoc to pull in 1.5 GiB in dependencies (such as Lilypond).
* asciidoc: add missing dependenciesBjørn Forsman2013-09-29
| | | | | | | | | | | | The current asciidoc expression is impure; it relies on several tools to be found in PATH at runtime. This commit adds a enableStandardFeatures parameter that pulls in all dependencies and patches asciidoc to contain full paths to the tools. enableStandardFeatures defaults to true because asciidoc may attempt to call all tools in its default configuration. With all standard features, the closure size increases from 255 MiB to 1.5 GiB. Set enableStandardFeatures = false if you want a minimal asciidoc.
* asciidoc: add/update meta attributesBjørn Forsman2013-09-29
|
* fop: new packageBjørn Forsman2013-09-29
| | | | | | fop is a XML formatter driven by XSL Formatting Objects (XSL-FO). Homepage: http://xmlgraphics.apache.org/fop/
* dblatex: add missing dependenciesBjørn Forsman2013-09-28
| | | | | | | imagemagick, transfig, inkscape, fontconfig and ghostscript was missing. And pass --use-python-path at install time so that script shebangs end up with #!/path/to/python instead of #!/path/to/env python.
* asciidoc: fixup for matplotlib filter (remove .old/)Bjørn Forsman2013-09-24
| | | | | The matplotlib filter comes with an .old/ directory which contains a chart-filter.conf file that asciidoc loads. I highly doubt that is intended.
* asciidoc: add odf backend, for OpenDocument outputBjørn Forsman2013-09-24
| | | | | | | | | | | See https://github.com/dagwieers/asciidoc-odf for more info. This plugin has a shebang with /bin/env instead of /usr/bin/env, so update the patchPhase to handle both cases. WARNING/TODO: Libreoffice says "General Error. General input/output error." when I try to open the generated .fodp files. So the odt backend works fine, but the odp backend does not.
* asciidoc: add support for deckjs backendBjørn Forsman2013-09-23
| | | | deck.js is a JavaScript library for building modern HTML presentations.
* asciidoc: add support for aafigure filterBjørn Forsman2013-09-22
|
* asciidoc: add support for matplotlib filterBjørn Forsman2013-09-22
|
* asciidoc: add support for qrcode filterBjørn Forsman2013-09-22
|
* asciidoc: support extra filters (ditaa, mscgen, diag)Bjørn Forsman2013-09-22
| | | | | | | | | | | | | | Also, slightly change the shebang fixup in the patchPhase so that it handles optional [[:space:]] before the interpreter path (needed for the filters). To enable the extra filters, put this in packageOverrides: asciidoc = pkgs.asciidoc.override { enableDitaaFilter = true; enableMscgenFilter = true; enableDiagFilter = true; };
* Merge branch 'master' into x-updatesVladimír Čunát2013-09-07
|\
| * texliveAggregationFunction: fix evalJason "Don" O'Conal2013-09-06
| | | | | | | | | | vcunat edited to fix all cases (not just asymptote), and a two "licnese" typos :-)
| * texLive: fix build on darwinJason "Don" O'Conal2013-09-06
| | | | | | | | | | vcunat edit: use ruby19 on all platforms now. See #700 for discussion related to the changes.
* | Merge branch 'master' into x-updatesVladimír Čunát2013-08-22
|\|
| * haskell-lhs2tex: re-generate expression with recent version of cabal2nixPeter Simons2013-08-17
| |
| * unmaintain several packagesLudovic Courtès2013-08-16
| |
* | clean some include flags that weren't really neededVladimír Čunát2013-08-03
|/ | | | Tested the builds still work (x86_64-linux).
* make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin2013-07-14
| | | | possible
* moderntimeline: Add extra source URLRickard Nilsson2013-06-27
|
* nixos.org/tarballs -> tarballs.nixos.orgEelco Dolstra2013-06-25
| | | | | It's currently the same machine, but tarballs.nixos.org should become an S3/CloudFront site eventually.
* Merge remote-tracking branch 'upstream/master' into x-updatesMichael Raskin2013-06-15
|\
| * Add moderntimeline extension for moderncv.Peter Simons2013-06-15
| |
| * moderncv: update to version 1.5.1Peter Simons2013-06-15
| |