about summary refs log tree commit diff
path: root/pkgs/tools/typesetting/tex
AgeCommit message (Expand)AuthorFilesLines
2024-06-09Merge remote-tracking branch 'origin/master' into staging-nextAlyssa Ross11-11/+11
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt9-9/+9
2024-06-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt1-1/+1
2024-05-30Merge pull request #311134 from xworld21/texlive-packages-true-multioutputDmitry Kalinkin1-20/+29
2024-05-28texpresso: 0-unstable-2024-05-09 -> 0-unstable-2024-05-23R. Ryantm2-4/+4
2024-05-26tetex: fix darwin buildpaparodeo1-0/+5
2024-05-19texlive: set allowSubstitutes, preferLocalBuild values (#312049)Vincenzo Mantova1-0/+3
2024-05-13texlive.withPackages: generate formats in separate derivations (#291396)Vincenzo Mantova2-20/+48
2024-05-12texlivePackages: use proper multioutput derivationsVincenzo Mantova1-20/+29
2024-05-11texpresso: 0-unstable-2024-04-30 -> 0-unstable-2024-05-09R. Ryantm1-3/+3
2024-05-08texpresso: 0-unstable-2024-04-18 -> 0-unstable-2024-04-30 (#308746)R. RyanTM2-5/+5
2024-05-02pkgs/tools: remove licenses.gpl2Jussi Kuokkanen1-1/+1
2024-05-01Merge pull request #307828 from philiptaron/issue-208242/texlivePol Dellaiera1-6/+19
2024-04-30texlivePackages: reduce priority to discourage nix-env from matching texlive ...Vincenzo Mantova1-0/+2
2024-04-29texlive: avoid top-level `with` in pkgs/tools/typesetting/tex/texlive/generat...Philip Taron1-6/+19
2024-04-27Merge pull request #289854 from xworld21/texlive-packages-top-levelDmitry Kalinkin5-96/+4574
2024-04-26Merge pull request #305642 from wegank/lib-version-fixWeijia Wang1-1/+1
2024-04-24Merge pull request #305812 from xworld21/texlive-remove-deprecated-licensesSandro4-137/+138
2024-04-22Merge pull request #302353 from xworld21/texlive-avoid-self-dependency7c6f434c1-6/+27
2024-04-21texlive.bin.xindy: do not build docs and rules already shipped by texliveVincenzo Mantova1-4/+4
2024-04-21texlive.bin.asymptote: use sty, docs shipped by texliveVincenzo Mantova1-2/+23
2024-04-21texlive.bin.core: use gpl2Plus license instead of gpl2Vincenzo Mantova2-11/+11
2024-04-21texlive.tlpdb.nix: replace gplX licenses with gplXOnlyVincenzo Mantova3-134/+135
2024-04-21treewide: fix version in changelogWeijia Wang1-1/+1
2024-04-21texpresso: 0-unstable-2024-04-08 -> 0-unstable-2024-04-18R. Ryantm1-3/+3
2024-04-11texpresso: 0-unstable-2024-03-26 -> 0-unstable-2024-04-08 (#301517)R. RyanTM2-6/+6
2024-03-31Merge pull request #294826 from xworld21/texlive-install-tlDmitry Kalinkin5-294/+2247
2024-03-29texlive.withPackages: replace postBuild with install-tl like scriptVincenzo Mantova2-229/+418
2024-03-27texlive.tlpdb.nix: add hyphenation patterns and font maps to tlpdbVincenzo Mantova4-66/+1830
2024-03-27texpresso: 0-unstable-2024-03-24 -> 0-unstable-2024-03-26 (#299362)R. RyanTM1-3/+3
2024-03-26texpresso: init at 0-unstable-2024-03-24 (#299168)Nick Hu2-0/+93
2024-03-24texlive.bin.core: patch ttfdump buffer overflow, CVE 2024-25262 (#298721)Vincenzo Mantova1-0/+9
2024-03-23texlive.bin.context: 2.11.02 -> 2.10.08 (#298414)Vincenzo Mantova4-118/+4
2024-03-23texlivePackages: omit texsource in Hydra buildsVincenzo Mantova1-1/+3
2024-03-23texlive: add short description to metaVincenzo Mantova3-0/+4454
2024-03-23texlive: make packages proper multi-output derivationsVincenzo Mantova3-96/+118
2024-03-21texlive.pkgs.context: fix other writes to const loop variablesVincenzo Mantova3-3/+18
2024-03-20texlive.withPackages: do not override output attributes (#296751)Vincenzo Mantova1-4/+3
2024-03-20texlive: 2023.20240114 -> 2023-finalVincenzo Mantova5-1317/+1768
2024-03-20texlive.bin.dvisvgm: 3.1.2 -> 3.2.2Vincenzo Mantova1-2/+2
2024-03-20texlive.bin.context: 2.10.08 -> 2.11.02Vincenzo Mantova1-3/+3
2024-03-19texlive: use --replace-fail for substitutionsVincenzo Mantova3-15/+15
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm5-0/+5
2024-03-18texlive.bin.core-big: LuaTeX 1.16.0 -> 1.17.0 (#296742)Vincenzo Mantova1-7/+11
2024-03-16texlive.pkgs."texlive.infra": fix missing texlive.tlpdb (#296486)Vincenzo Mantova2-2/+2
2024-03-11texlive.bin.dvisvgm: 3.0.3 -> 3.1.2 (#294817)Vincenzo Mantova1-30/+11
2024-03-06texlive.withPackages: build all outputs (#289756)Vincenzo Mantova1-7/+3
2024-03-02texlive.bin.dvisvgm: use mupdf-headless instead of mupdf (#292803)Vincenzo Mantova1-2/+2
2024-01-27blahtexml: drop utf8x to fix doc build with TeX Live 2023Vincenzo Mantova1-0/+5