summary refs log tree commit diff
path: root/pkgs/tools/typesetting
Commit message (Collapse)AuthorAge
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* lowdown: fix dylib on darwinRyan Burns2021-01-24
|
* lowdown: Split out "lib" and "man" outputsJohn Ericson2021-01-23
| | | | Also fix to not always static link
* treewide: add final newlinezowoq2021-01-22
|
* pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob2021-01-17
|
* Merge pull request #109632 from siraben/stdenv-lib-2Sandro2021-01-17
|\
| * pkgs/tools, pkgs/applications: [sS]tdenv.*lib -> libBen Siraphob2021-01-17
| |
* | djvu2pdf: fix broken homepage URLThomas Gerbet2021-01-17
|/ | | | Also updated to the appropriate license.
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* Merge pull request #109097 from sternenseemann/lowdown-0.7.9Sandro2021-01-13
|\ | | | | lowdown: 0.7.5 -> 0.7.9
| * lowdown: 0.7.5 -> 0.7.9sternenseemann2021-01-12
| |
* | texlive: 2020.20201009 -> 2020.20210109Dmitry Kalinkin2021-01-11
| |
* | texlive: put snapshot date into the versionDmitry Kalinkin2021-01-11
|/
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* Merge pull request #105438 from alerque/sile-0.10.13Mario Rodas2021-01-10
|\ | | | | sile: 0.10.12 → 0.10.13
| * sile: mark as broken on DarwinMario Rodas2021-01-08
| |
| * sile: 0.10.12 → 0.10.13Caleb Maclennan2020-11-30
| |
* | tectonic: 0.3.3 -> 0.4.0Mario Rodas2020-12-29
| | | | | | | | https://github.com/tectonic-typesetting/tectonic/releases/tag/tectonic%400.4.0
* | Merge pull request #107705 from sternenseemann/lowdown-0.7.5Mario Rodas2020-12-27
|\ \ | | | | | | lowdown: 0.7.4 -> 0.7.5
| * | lowdown: 0.7.4 -> 0.7.5sternenseemann2020-12-27
| | |
* | | bibclean: add platformsMario Rodas2020-12-26
| | |
* | | texlive.combine: set allowSubstitutes = trueDmitry Kalinkin2020-12-19
|/ /
* | tectonic: 0.3.0 -> 0.3.3Mario Rodas2020-12-12
| |
* | Merge staging-next into staginggithub-actions[bot]2020-12-07
|\ \
| * | scdoc: 1.11.0 -> 1.11.1Michael Weiss2020-12-06
| | |
* | | asciidoctor: add revealjs supportBjørn Forsman2020-12-05
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows creating HTML presentations with `asciidoctor-revealjs presentation.adoc`. NOTE: The generated HTML file implicitly depend on reveal.js (and I see no good way to bundle it with Nix). Either provide reveal.js in a local path next to the generated HTML file[1], or override the revealjsdir attribute, for example by pointing to an URL (can also be a path): asciidoctor-revealjs -a revealjsdir=https://cdn.jsdelivr.net/npm/reveal.js@3.9.2 presentation.adoc Implementation details: 1. Added "gem 'asciidoctor-revealjs'" to the Gemfile. 2. Ran "nix-shell -p bundler --run 'bundle lock --update'" from pkgs/tools/typesetting/asciidoctor/. 3. Hand edited Gemfile.lock to remove all but the asciidoctor-revealjs changes. (Rationale: allow backporting to release-20.09.) 4. Finish off with "nix-shell -p bundix --run 'bundix'". [1] Of course Nix can help with _that_, but that's external to the asciidoctor-revealjs program.
* | pdftk: mark broken on darwinSandro Jäckel2020-12-02
| |
* | Merge pull request #105490 from veprbl/pr/dvisvgm_2_11Dmitry Kalinkin2020-12-01
|\ \ | | | | | | texlive.bin.dvisvgm: texlive 2.8.1 -> upstream 2.11
| * | texlive.bin.dvisvgm: texlive 2.8.1 -> upstream 2.11Dmitry Kalinkin2020-11-30
| | |
* | | skribilo: 0.9.4 -> 0.9.5AndersonTorres2020-11-30
|/ /
* | Merge pull request #104781 from NixOS/staging-nextFrederik Rietdijk2020-11-30
|\ \ | | | | | | Staging next
| * | Merge master into staging-nextFrederik Rietdijk2020-11-28
| |\|
| * | Merge master into staging-nextFrederik Rietdijk2020-11-27
| |\ \
| * \ \ Merge branch 'staging-next' into stagingJan Tojnar2020-11-24
| |\ \ \
| * | | | xmlto: Fix fetch URLScott Worley2020-11-19
| | | | |
* | | | | Merge pull request #105458 from primeos/pdftkMichael Raskin2020-11-30
|\ \ \ \ \ | | | | | | | | | | | | pdftk: 3.0.8 -> 3.2.1
| * | | | | pdftk: 3.0.8 -> 3.2.1Michael Weiss2020-11-30
| | |_|_|/ | |/| | |
* / | | | pdftk-legacy: Mark as brokenMichael Weiss2020-11-30
|/ / / / | | | | | | | | | | | | See https://hydra.nixos.org/build/131063864.
* | | / runLaTeX: rerun at least twice + refactor (#104185)iko2020-11-27
| |_|/ |/| | | | | Building a simple LaTeX document without bibTeX with a table of contents yielded a document with an empty table of contents since LaTeX was only run once
* | | texlive: Use lib.unique for uniqueness checksadisbladis2020-11-24
| |/ |/| | | | | | | | | | | | | In 85605c8a296bd54e9c12e1bd1c33bf1e100d40b7 we got a really nice performance improvement. By using this implementation for texlive instantiation RSS is cut by ~2.6x with a similar wall time speedup.
* | asciidoctorj: 2.4.1 -> 2.4.2R. RyanTM2020-11-23
|/
* pdf2htmlEx: removefreezeboy2020-11-03
| | | | | This package is broken since 2018 and the project itself is abandonned upstream since 2017, so there is no hope to see it evolve
* tectonic: Install desktop file.Doron Behar2020-11-01
|
* tectonic: 0.2.0 -> 0.3.0Doron Behar2020-11-01
|
* rubber: put man and info pages in the right directoryPeter Hoeg2020-10-28
|
* treewide: remove package names from prefix of descriptionsBen Siraphob2020-10-27
|
* asciidoctorj: 2.4.0 -> 2.4.1R. RyanTM2020-10-25
|
* auctex: 12.2 -> 12.3R. RyanTM2020-10-24
|
* kindlegen: mark broken due to download removalSandro Jäckel2020-10-24
|