From 1479f47cc81f60ddf4b79b0144697695931a7de9 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 3 Mar 2026 20:38:39 +0100 Subject: [PATCH] gnu: Update TeX Live to 2026.0. * gnu/packages/tex.scm: Update TeX Live to 2026.0. Change-Id: I4c5fe8720a3b78379417a0e0a8e76ca5c3f8d2ef --- gnu/packages/tex.scm | 24596 ++++++++++++++++++++++++----------------- 1 file changed, 14527 insertions(+), 10069 deletions(-) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 2e35f18736..daa617a112 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -73,6 +73,7 @@ #:use-module (gnu packages boost) #:use-module (gnu packages check) #:use-module (gnu packages compression) + #:use-module (gnu packages cmake) #:use-module (gnu packages cpp) #:use-module (gnu packages digest) #:use-module (gnu packages lisp) @@ -267,18 +268,18 @@ (define-public texlive-source (package (name "texlive-source") - (version "2025.2") + (version "2026.0") (source (origin (method svn-fetch) (uri (svn-reference - (url (string-append %texlive-repository - "tags/texlive-" version "/Build/source")) - (revision 74725))) + (url (string-append %texlive-repository + "tags/texlive-" version "/Build/source")) + (revision 78236))) (file-name (git-file-name name version)) (sha256 (base32 - "1wcldxrk6kv855nzbwp2j2qlkh64z6dxy3jpfdzas4wjp5rwhgli")))) + "0qxjdymjcgqc5051vk25y84l2yxy04lsfm7yvlqys4v23hbzrvsn")))) (build-system trivial-build-system) (arguments (list #:builder #~(mkdir #$output))) (home-page "https://www.tug.org/texlive/") @@ -350,7 +351,16 @@ should not be installed in a profile.") ;; directories. TEXMFLOCAL is not necessary for Guix, but ;; could be required anyway by external TeX installations. (("^TEXMF = .*") - "TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!TEXMFLOCAL,TEXMFSYSVAR,TEXMFSYSCONFIG,!!$TEXMFDIST}\n") + (format #f + "TEXMF = {~a}~%" + (string-join (list "$TEXMFCONFIG" + "$TEXMFVAR" + "$TEXMFHOME" + "!!$TEXMFLOCAL" + "$TEXMFSYSVAR" + "$TEXMFSYSCONFIG" + "!!$TEXMFDIST") + ","))) (("^TEXMFDBS = .*") "TEXMFDBS = {!!$TEXMFLOCAL,!!$TEXMFDIST}\n") ;; Set TEXMFCNF. Since earlier values of variables have ;; precedence over later ones, insert the desired value first. @@ -364,15 +374,6 @@ should not be installed in a profile.") (("^error_line = .*$") "error_line = 254\n") (("^half_error_line = .*$") "half_error_line = 238\n") (("^max_print_line = .*$") "max_print_line = 1000\n")))) - (add-after 'unpack 'patch-directory-traversal - ;; When ST_NLINK_TRICK is set, kpathsea attempts to avoid work - ;; when searching files by assuming that a directory with exactly - ;; two links has no sub-directories. This assumption does not - ;; hold in our case, so some directories with symlinked - ;; sub-directories would not be traversed. - (lambda _ - (substitute* "texk/kpathsea/config.h" - (("#define ST_NLINK_TRICK") "")))) (replace 'install (lambda _ (with-directory-excursion "texk/kpathsea" @@ -473,13 +474,13 @@ of user-specified directories similar to how shells look up executables.") (define-public texlive-scripts (package (name "texlive-scripts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (string-append %texlive-repository "tags/texlive-" version "/Master/")) - (revision 74725) + (revision 78236) (locations (list "texmf-dist/doc/man/man1/fmtutil-sys.1" "texmf-dist/doc/man/man1/fmtutil-sys.man1.pdf" @@ -537,7 +538,7 @@ of user-specified directories similar to how shells look up executables.") "tlpkg/texlive.tlpdb")))) (file-name (git-file-name name version)) (sha256 - "0i7pf13a2j6k6gkn56h97912gssv7z5im2s0zxygawb1pylahayx"))) + "1xhf3p277y3ass6f5v2jwmk3fdnj6h1a12zgdphh06w13z3kscfs"))) (outputs '("out" "doc")) (properties '((updater-extra-inputs "perl"))) (build-system copy-build-system) @@ -610,33 +611,33 @@ of user-specified directories similar to how shells look up executables.") (define-public texlive-hyphen-complete (package (name "texlive-hyphen-complete") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/generic/dehyph-exptl/" - "doc/generic/elhyphen/" - "doc/generic/huhyphen/" - "doc/generic/hyph-utf8/" - "doc/generic/ukrhyph/" - "doc/luatex/hyph-utf8/" - "source/generic/hyph-utf8/" - "source/generic/ruhyphen/" - "source/luatex/hyph-utf8/" - "tex/generic/config/" - "tex/generic/dehyph-exptl/" - "tex/generic/dehyph/" - "tex/generic/hyph-utf8/" - "tex/generic/hyphen/" - "tex/generic/ruhyphen/" - "tex/generic/ukrhyph/" - "tex/luatex/hyph-utf8/")))) + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/generic/dehyph-exptl/" + "doc/generic/elhyphen/" + "doc/generic/huhyphen/" + "doc/generic/hyph-utf8/" + "doc/generic/ukrhyph/" + "doc/luatex/hyph-utf8/" + "source/generic/hyph-utf8/" + "source/generic/ruhyphen/" + "source/luatex/hyph-utf8/" + "tex/generic/config/" + "tex/generic/dehyph-exptl/" + "tex/generic/dehyph/" + "tex/generic/hyph-utf8/" + "tex/generic/hyphen/" + "tex/generic/ruhyphen/" + "tex/generic/ukrhyph/" + "tex/luatex/hyph-utf8/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1zcqpc3qf3vgfqka3lzj1sfdc5cflfjsjdsn3y359rlrb20k9wms")))) + "1d50kl2vx5x3mm7rxzvin0wfagi7398h7a2yzyz9sw1nqv03ad6w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -666,9 +667,7 @@ of user-specified directories similar to how shells look up executables.") (with-directory-excursion "source/generic/hyph-utf8" (substitute* "generate-converters.rb" (("\\$path_root=File.*") - (string-append "$path_root=\"" root "\"\n")) - ;; Avoid error with newer Ruby. - (("#1\\{%") "#1{%%")) + (string-append "$path_root=\"" root "\"\n"))) (invoke "ruby" "generate-converters.rb"))))) (add-before 'build 'regenerate-patterns (lambda* (#:key inputs #:allow-other-keys) @@ -704,8 +703,6 @@ of user-specified directories similar to how shells look up executables.") (("^([[:blank:]]+)TeXROOT = .*" _ indent) (string-append indent "TeXROOT = \"" root "\"\n"))) (substitute* "generate-plain-patterns.rb" - ;; Ruby 2 does not need this. - (("require 'unicode'") "") (("File\\.join\\(PATH::TXT") (string-append "File.join(\"" patterns "\"")) (("File\\.join\\(PATH::QUOTE") @@ -722,8 +719,7 @@ of user-specified directories similar to how shells look up executables.") (string-append "File.join(\"" ptex "\""))) (invoke "ruby" "generate-ptex-patterns.rb")))))))) (native-inputs - ;; TODO: Update to ruby@3 on next rebuild-cycle. - (list ruby-2.7 + (list ruby ruby-hydra-minimal/pinned ;; Build phase requires "docstrip.tex" from TEXLIVE-LATEX. ;; However, adding this package to native inputs would initiate @@ -1423,12 +1419,12 @@ as a package native input, in order to build TeX documentation.") (define-public texlive-12many (package (name "texlive-12many") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/12many/" "source/latex/12many/" "tex/latex/12many/")))) (file-name (git-file-name name version)) @@ -1451,12 +1447,12 @@ that makes changing from one to another a one-line change.") (define-public texlive-a2ping (package (name "texlive-a2ping") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/a2ping.1" "doc/man/man1/a2ping.man1.pdf" "doc/support/a2ping/" "scripts/a2ping/")))) @@ -1482,12 +1478,12 @@ markedEPS, markedPS, PNG, XWD, BMP, TIFF, JPEG, GIF, XPM.") (define-public texlive-aaai-named (package (name "texlive-aaai-named") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/aaai-named/")))) (file-name (git-file-name name version)) (sha256 @@ -1504,12 +1500,12 @@ presumably for use with the @code{aaai} package.") (define-public texlive-aalok (package (name "texlive-aalok") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/aalok/" "source/latex/aalok/" "tex/latex/aalok/")))) (file-name (git-file-name name version)) @@ -1531,18 +1527,18 @@ a Marathi journal, with LaTeX.") (define-public texlive-aastex (package (name "texlive-aastex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/aastex/" "doc/latex/aastex/" "tex/latex/aastex/")))) (file-name (git-file-name name version)) (sha256 (base32 - "07kbrv0vhlpdaxqkiwn2q4psldn5p2x5mmpaw70g6pgcbhk7r74h")))) + "08gja3dabav76njn7ji873hfdpjwyw5j8lkkadik8808mf29g6ps")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/aastex") @@ -1557,12 +1553,12 @@ preference to any of the alternatives available.") (define-public texlive-abc (package (name "texlive-abc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/abc/" "source/latex/abc/" "tex/latex/abc/")))) (file-name (git-file-name name version)) @@ -1584,12 +1580,12 @@ document.") (define-public texlive-abnt (package (name "texlive-abnt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/abnt/" "tex/latex/abnt/")))) (file-name (git-file-name name version)) (sha256 @@ -1608,12 +1604,12 @@ texts.") (define-public texlive-abntex2 (package (name "texlive-abntex2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/abntex2/" "bibtex/bst/abntex2/" "doc/latex/abntex2/" "tex/latex/abntex2/")))) (file-name (git-file-name name version)) @@ -1635,17 +1631,17 @@ Tecnicas} rules. It replaces the old @code{abntex}.") (define-public texlive-abntexto (package (name "texlive-abntexto") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/abntexto/" "tex/latex/abntexto/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0mmjbn5vnqpq1l7mkpw5zrd84k3vvfxbj9xv0ndpb1cw4iadka7k")))) + "1dwgmmkbgim0y6j812m7q1wz1g26gw2bncgigy6z3201v1zncykq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/abntexto") @@ -1659,12 +1655,12 @@ Tecnicas} in academic works like TCCs, dissertations, theses.") (define-public texlive-aboensis (package (name "texlive-aboensis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/aboensis/" "fonts/opentype/public/aboensis/" "tex/latex/aboensis/")))) @@ -1700,19 +1696,24 @@ line spacing.") (define-public texlive-academicons (package (name "texlive-academicons") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/academicons/" + "fonts/enc/dvips/academicons/" + "fonts/map/dvips/academicons/" + "fonts/opentype/public/academicons/" + "fonts/tfm/public/academicons/" "fonts/truetype/public/academicons/" - "tex/latex/academicons/")))) + "fonts/type1/public/academicons/" + "tex/generic/academicons/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1gxgj0ppyrf6pj9qvhk02ybwf68yzlh2110r41iwsai5by2iczhm")))) + "0zhly1fmak361qa9552ibmq37jr81rnpi3z7i1rrgc6h0mcm4y48")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/academicons") @@ -1730,12 +1731,12 @@ commands for each specific icon.") (define-public texlive-accanthis (package (name "texlive-accanthis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/accanthis/" "fonts/enc/dvips/accanthis/" "fonts/map/dvips/accanthis/" @@ -1761,12 +1762,12 @@ Bembo. The package provides support files for use with all LaTeX engines.") (define-public texlive-accents (package (name "texlive-accents") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/accents/" "tex/latex/accents/")))) (file-name (git-file-name name version)) (sha256 @@ -1785,12 +1786,12 @@ scripts.") (define-public texlive-accfonts (package (name "texlive-accfonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/accfonts/" "scripts/accfonts/" "tex/latex/accfonts/")))) (file-name (git-file-name name version)) @@ -1815,12 +1816,12 @@ Omega one.") (define-public texlive-accsupp (package (name "texlive-accsupp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/accsupp/" "source/latex/accsupp/" "tex/latex/accsupp/")))) (file-name (git-file-name name version)) @@ -1841,12 +1842,12 @@ for programmers; its status is experimental.") (define-public texlive-abbr (package (name "texlive-abbr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/abbr/" "tex/generic/abbr/")))) (file-name (git-file-name name version)) (sha256 @@ -1866,12 +1867,12 @@ parameterless macros.") (define-public texlive-abstyles (package (name "texlive-abstyles") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/abstyles/" "bibtex/bst/abstyles/" "doc/bibtex/abstyles/" @@ -1897,12 +1898,12 @@ adaptation for working with Babel.") (define-public texlive-acmconf (package (name "texlive-acmconf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/acmconf/" "source/latex/acmconf/" "tex/latex/acmconf/")))) (file-name (git-file-name name version)) @@ -1923,12 +1924,12 @@ the ACM's own specification.") (define-public texlive-active-conf (package (name "texlive-active-conf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/active-conf/" "source/latex/active-conf/" "tex/latex/active-conf/")))) @@ -1950,12 +1951,12 @@ years with a header file.") (define-public texlive-adfathesis (package (name "texlive-adfathesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/adfathesis/" "doc/latex/adfathesis/" "source/latex/adfathesis/" @@ -1975,12 +1976,12 @@ thesis format. The bundle also includes a BibTeX style file.") (define-public texlive-adforn (package (name "texlive-adforn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/adforn/" "fonts/afm/arkandis/adforn/" "fonts/enc/dvips/adforn/" @@ -1992,7 +1993,7 @@ thesis format. The bundle also includes a BibTeX style file.") (file-name (git-file-name name version)) (sha256 (base32 - "1dw2033lr0j9ag6cn1sa9qvj4awi43vgapcwam2rzj0hhy7r1yd0")))) + "0jbkj0j71p4gc00dv2hqvvw1xpg18bf6yx5z1bzwya946q0n62ws")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/adforn") @@ -2005,12 +2006,12 @@ with TeX and LaTeX support files.") (define-public texlive-adfsymbols (package (name "texlive-adfsymbols") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/adfsymbols/" "fonts/afm/arkandis/adfsymbols/" "fonts/enc/dvips/adfsymbols/" @@ -2022,7 +2023,7 @@ with TeX and LaTeX support files.") (file-name (git-file-name name version)) (sha256 (base32 - "12la4i9cv9azr4ldqawf7jmvmkcramj95ck298my356dsfmqpmyv")))) + "1xj9s7crcj6czcxahbqyl8w5pg5khjz3bff0fn0i66sp13lgs0qb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/adfsymbols") @@ -2035,12 +2036,12 @@ in Adobe Type 1 format, together with TeX and LaTeX support files.") (define-public texlive-adhocfilelist (package (name "texlive-adhocfilelist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/adhocfilelist/" "scripts/adhocfilelist/" "source/support/adhocfilelist/" @@ -2063,12 +2064,12 @@ controlling the searches that the package does.") (define-public texlive-adtrees (package (name "texlive-adtrees") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/adtrees/" "tex/latex/adtrees/")))) (file-name (git-file-name name version)) (sha256 @@ -2086,12 +2087,12 @@ devoted to representing natural language expressions.") (define-public texlive-adobemapping (package (name "texlive-adobemapping") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "fonts/cmap/adobemapping/")))) (file-name (git-file-name name version)) (sha256 @@ -2108,12 +2109,12 @@ available for distribution by Adobe.") (define-public texlive-aesupp (package (name "texlive-aesupp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/aesupp/" "fonts/enc/dvips/aesupp/" "fonts/map/dvips/aesupp/" @@ -2141,13 +2142,13 @@ the TeX Gyre bundle do not need this support.") (define-public texlive-affilauthor (package (name "texlive-affilauthor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/affilauthor/" "tex/latex/affilauthor/")))) (file-name (git-file-name name version)) @@ -2167,12 +2168,12 @@ be customized individually.") (define-public texlive-afm2pl (package (name "texlive-afm2pl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/afm2pl.1" "doc/man/man1/afm2pl.man1.pdf" "fonts/enc/dvips/afm2pl/" @@ -2241,12 +2242,12 @@ ligatures, but also offers additional control over them.") (define-public texlive-afthesis (package (name "texlive-afthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/afthesis/" "doc/latex/afthesis/" "tex/latex/afthesis/")))) (file-name (git-file-name name version)) @@ -2265,12 +2266,12 @@ Of Technology.") (define-public texlive-aguplus (package (name "texlive-aguplus") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/aguplus/" "doc/latex/aguplus/" "tex/latex/aguplus/")))) (file-name (git-file-name name version)) @@ -2291,12 +2292,12 @@ own; it is recommended to switch to the official distribution.") (define-public texlive-aiaa (package (name "texlive-aiaa") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/aiaa/" "doc/latex/aiaa/" "source/latex/aiaa/" "tex/latex/aiaa/")))) (file-name (git-file-name name version)) @@ -2317,12 +2318,12 @@ Astronautics}.") (define-public texlive-aichej (package (name "texlive-aichej") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/aichej/")))) (file-name (git-file-name name version)) (sha256 @@ -2340,13 +2341,13 @@ or @code{AIChE} J or @code{AIChEJ).}") (define-public texlive-aiplans (package (name "texlive-aiplans") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/aiplans/" "tex/latex/aiplans/")))) (file-name (git-file-name name version)) @@ -2370,12 +2371,12 @@ publications.") (define-public texlive-ajl (package (name "texlive-ajl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/ajl/")))) (file-name (git-file-name name version)) (sha256 @@ -2392,12 +2393,12 @@ Australian Journal of Linguistics.") (define-public texlive-akshar (package (name "texlive-akshar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/akshar/" "source/latex/akshar/" "tex/latex/akshar/")))) (file-name (git-file-name name version)) @@ -2416,12 +2417,12 @@ Devanagari characters and syllables in a more correct way.") (define-public texlive-albatross (package (name "texlive-albatross") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/albatross.1" "doc/man/man1/albatross.man1.pdf" "doc/support/albatross/" @@ -2444,12 +2445,12 @@ a given (Unicode) glyph. It relies on Fontconfig.") (define-public texlive-alegreya (package (name "texlive-alegreya") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/alegreya/" "fonts/enc/dvips/alegreya/" "fonts/map/dvips/alegreya/" @@ -2476,18 +2477,18 @@ number styles are available.") (define-public texlive-aleph (package (name "texlive-aleph") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/aleph/base/" "doc/man/man1/aleph.1" "doc/man/man1/aleph.man1.pdf")))) (file-name (git-file-name name version)) (sha256 (base32 - "0nx8nrjjavkqrvp7nmf3nc6yvxlab58q8a0c7xfb1qh08pzr8gn2")))) + "1jk501h2b4z6yg3pdhdyig55d8h4gs26svn0gn25sw8wnwf1s169")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:create-formats #~(list "aleph"))) @@ -2535,12 +2536,12 @@ extensions of TeX, itself developed for e-TeX.") (define-public texlive-alfaslabone (package (name "texlive-alfaslabone") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/alfaslabone/" "fonts/enc/dvips/alfaslabone/" "fonts/map/dvips/alfaslabone/" @@ -2566,12 +2567,12 @@ headlines.") (define-public texlive-alg (package (name "texlive-alg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/alg/" "source/latex/alg/" "tex/latex/alg/")))) (file-name (git-file-name name version)) @@ -2594,12 +2595,12 @@ defined.") (define-public texlive-algobox (package (name "texlive-algobox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/algobox/" "source/latex/algobox/" "tex/latex/algobox/")))) (file-name (git-file-name name version)) @@ -2622,12 +2623,12 @@ inconsistent differences between the input syntax and the program text.") (define-public texlive-algolrevived (package (name "texlive-algolrevived") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/algolrevived/" "fonts/enc/dvips/algolrevived/" "fonts/map/dvips/algolrevived/" @@ -2655,12 +2656,12 @@ specific columns. It also makes a passable but limited text font.") (define-public texlive-algorithm2e (package (name "texlive-algorithm2e") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/algorithm2e/" "tex/latex/algorithm2e/")))) (file-name (git-file-name name version)) @@ -2685,12 +2686,12 @@ in other algorithms.") (define-public texlive-algorithmicx (package (name "texlive-algorithmicx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/algorithmicx/" "tex/latex/algorithmicx/")))) (file-name (git-file-name name version)) @@ -2712,12 +2713,12 @@ style to his native language.") (define-public texlive-algorithms (package (name "texlive-algorithms") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/algorithms/" "source/latex/algorithms/" "tex/latex/algorithms/")))) @@ -2740,18 +2741,18 @@ typesetting popular algorithmic constructs are available.") (define-public texlive-algpseudocodex (package (name "texlive-algpseudocodex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/algpseudocodex/" "tex/latex/algpseudocodex/")))) (file-name (git-file-name name version)) (sha256 (base32 - "03k0ynz63gqgmm6ylikpaq28cd70qfq3advv8n1nbi8bjgz7xrd4")))) + "0xvy6kfwdac35954if6ikf9f0yw68jh0rl8zlbdrx84nihsjizrw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/algpseudocodex") @@ -2768,20 +2769,29 @@ support for long code lines spanning several lines and improved comments.") (define-public texlive-algxpar (package (name "texlive-algxpar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/algxpar/" "tex/latex/algxpar/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1mikzc63n8kv0kaw6l1rfasxqi9a4hfzgz1xhd4rx4dzalhjhxzg")))) + "0qqsdqz71mkzx5lgmln7xvl3xf19l3068c6mpikmi84gc0wy7xdw")))) (outputs '("out" "doc")) (build-system texlive-build-system) + (propagated-inputs + (list texlive-algorithmicx + texlive-amsfonts + texlive-etoolbox + texlive-pgf + texlive-pgfopts + texlive-ragged2e + texlive-varwidth + texlive-xcolor)) (home-page "https://ctan.org/pkg/algxpar") (synopsis "Support multiple lines pseudocode") (description @@ -2792,12 +2802,12 @@ text which spans over multiple lines.") (define-public texlive-aligned-overset (package (name "texlive-aligned-overset") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/aligned-overset/" "source/latex/aligned-overset/" "tex/latex/aligned-overset/")))) @@ -2818,12 +2828,12 @@ math environments.") (define-public texlive-alkalami (package (name "texlive-alkalami") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/alkalami/" "fonts/truetype/public/alkalami/")))) (file-name (git-file-name name version)) @@ -2842,12 +2852,12 @@ region of Nigeria and Niger.") (define-public texlive-allrunes (package (name "texlive-allrunes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/allrunes/" "fonts/map/dvips/allrunes/" "fonts/source/public/allrunes/" @@ -2871,12 +2881,12 @@ covers not only the main forms but also a lot of varieties.") (define-public texlive-almendra (package (name "texlive-almendra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/almendra/" "fonts/enc/dvips/almendra/" "fonts/map/dvips/almendra/" @@ -2904,12 +2914,12 @@ There is also a regular-weight small-caps.") (define-public texlive-almfixed (package (name "texlive-almfixed") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/almfixed/" "fonts/opentype/public/almfixed/" "fonts/truetype/public/almfixed/")))) @@ -2937,12 +2947,12 @@ proofread.") (define-public texlive-alpha-persian (package (name "texlive-alpha-persian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/alpha-persian/" "doc/bibtex/alpha-persian/")))) (file-name (git-file-name name version)) @@ -2962,12 +2972,12 @@ offers several enhancements. It is compatible with the @code{hyperref}, (define-public texlive-amscdx (package (name "texlive-amscdx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/amscdx/" "source/latex/amscdx/" "tex/latex/amscdx/")))) (file-name (git-file-name name version)) @@ -2992,12 +3002,12 @@ class of commutative diagrams and alike.") (define-public texlive-amscls-doc (package (name "texlive-amscls-doc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/amscls-doc/")))) (file-name (git-file-name name version)) (sha256 @@ -3024,12 +3034,12 @@ various components.") (define-public texlive-amslatex-primer (package (name "texlive-amslatex-primer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/amslatex-primer/")))) (file-name (git-file-name name version)) (sha256 @@ -3052,12 +3062,12 @@ create a bibliography.") (define-public texlive-amsldoc-it (package (name "texlive-amsldoc-it") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/amsldoc-it/")))) (file-name (git-file-name name version)) (sha256 @@ -3075,12 +3085,12 @@ create a bibliography.") (define-public texlive-amsldoc-vn (package (name "texlive-amsldoc-vn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/amsldoc-vn/")))) (file-name (git-file-name name version)) (sha256 @@ -3098,19 +3108,19 @@ create a bibliography.") (define-public texlive-amstex (package (name "texlive-amstex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/amstex/base/" "doc/man/man1/amstex.1" "doc/man/man1/amstex.man1.pdf" "tex/amstex/base/" "tex/amstex/config/")))) (file-name (git-file-name name version)) (sha256 (base32 - "16ivmxl924cchgss7jkix7fihbfw1z62avhk5lpi81x3xiz71f6f")))) + "14gprp21xzgb6d67n5x9lpjr84r65sqikjhpwri5kyk3qn7q7i0s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -3153,12 +3163,12 @@ prepare submissions for the AMS.") (define-public texlive-amsthdoc-it (package (name "texlive-amsthdoc-it") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/amsthdoc-it/")))) (file-name (git-file-name name version)) (sha256 @@ -3176,12 +3186,12 @@ prepare submissions for the AMS.") (define-public texlive-andika (package (name "texlive-andika") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/andika/" "fonts/enc/dvips/andika/" "fonts/map/dvips/andika/" @@ -3209,12 +3219,12 @@ with one another.") (define-public texlive-annee-scolaire (package (name "texlive-annee-scolaire") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/annee-scolaire/" "source/latex/annee-scolaire/" "tex/latex/annee-scolaire/")))) @@ -3237,12 +3247,12 @@ the years.") (define-public texlive-annotate (package (name "texlive-annotate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/annotate/")))) (file-name (git-file-name name version)) (sha256 @@ -3262,12 +3272,12 @@ processes an entry's annotate field as part of the printed output.") (define-public texlive-annotate-equations (package (name "texlive-annotate-equations") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/annotate-equations/" "tex/latex/annotate-equations/")))) (file-name (git-file-name name version)) @@ -3287,12 +3297,12 @@ as well as LuaLaTeX.") (define-public texlive-anonymous-acm (package (name "texlive-anonymous-acm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/anonymous-acm/" "tex/latex/anonymous-acm/")))) (file-name (git-file-name name version)) @@ -3317,12 +3327,12 @@ simply changing one option and recompiling.") (define-public texlive-anonymouspro (package (name "texlive-anonymouspro") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/anonymouspro/" "fonts/afm/public/anonymouspro/" "fonts/enc/dvips/anonymouspro/" @@ -3350,12 +3360,12 @@ also provided.") (define-public texlive-antanilipsum (package (name "texlive-antanilipsum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/antanilipsum/" "source/latex/antanilipsum/" "tex/latex/antanilipsum/")))) @@ -3376,12 +3386,12 @@ friends'', in English), directed by Mario Monicelli.") (define-public texlive-antiqua (package (name "texlive-antiqua") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/antiqua/" "fonts/afm/urw/antiqua/" "fonts/map/dvips/antiqua/" @@ -3406,13 +3416,13 @@ Condensed, with supporting files for use with (La)TeX.") (define-public texlive-antique-spanish-units (package (name "texlive-antique-spanish-units") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/antique-spanish-units/")))) (file-name (git-file-name name version)) (sha256 @@ -3432,12 +3442,12 @@ a reference and detailed compendium about this old system of units.") (define-public texlive-antomega (package (name "texlive-antomega") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/omega/antomega/" "omega/ocp/antomega/" "omega/otp/antomega/" "source/lambda/antomega/" @@ -3473,12 +3483,12 @@ of LaTeX documents to Lambda).") (define-public texlive-anufinalexam (package (name "texlive-anufinalexam") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/anufinalexam/")))) (file-name (git-file-name name version)) (sha256 @@ -3496,12 +3506,12 @@ final exams in the @acronym{ANU, Australian National University}.") (define-public texlive-anyfontsize (package (name "texlive-anyfontsize") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/anyfontsize/" "tex/latex/anyfontsize/")))) (file-name (git-file-name name version)) @@ -3524,12 +3534,12 @@ Computer Modern encoding; the present package generalises the facility.") (define-public texlive-aomart (package (name "texlive-aomart") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/aomart/" "doc/latex/aomart/" "doc/man/man1/aom-fullref.1" @@ -3540,7 +3550,7 @@ Computer Modern encoding; the present package generalises the facility.") (file-name (git-file-name name version)) (sha256 (base32 - "0lqy3ydm798iivirdm2gxdp0lfz2im74qiywq4zpmzcr56q6zyjh")))) + "0blcc4jk36bcq9n2yzqxnffjl93b55pa1xfngjv339cd5synbf38")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -3556,12 +3566,12 @@ Computer Modern encoding; the present package generalises the facility.") (define-public texlive-apa (package (name "texlive-apa") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/apa/" "tex/latex/apa/")))) (file-name (git-file-name name version)) (sha256 @@ -3587,12 +3597,12 @@ Apacite, which used to work with this class, has been updated for use with (define-public texlive-apa6e (package (name "texlive-apa6e") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/apa6e/" "source/latex/apa6e/" "tex/latex/apa6e/")))) (file-name (git-file-name name version)) @@ -3613,12 +3623,12 @@ requirements.") (define-public texlive-apa7 (package (name "texlive-apa7") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/apa7/" "source/latex/apa7/" "tex/latex/apa7/")))) (file-name (git-file-name name version)) @@ -3649,12 +3659,12 @@ a development of the @code{apa6} class.") (define-public texlive-apalike-ejor (package (name "texlive-apalike-ejor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/apalike-ejor/" "doc/bibtex/apalike-ejor/")))) (file-name (git-file-name name version)) @@ -3675,12 +3685,12 @@ guidelines.") (define-public texlive-apalike2 (package (name "texlive-apalike2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/apalike2/")))) (file-name (git-file-name name version)) (sha256 @@ -3697,12 +3707,12 @@ base BibTeX distribution.") (define-public texlive-apnum (package (name "texlive-apnum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/apnum/" "tex/generic/apnum/")))) (file-name (git-file-name name version)) (sha256 @@ -3722,12 +3732,12 @@ is allowed. The expression scanner is also provided.") (define-public texlive-apprendre-a-programmer-en-tex (package (name "texlive-apprendre-a-programmer-en-tex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/apprendre-a-programmer-en-tex/")))) (file-name (git-file-name name version)) (sha256 @@ -3747,12 +3757,12 @@ to everyone.") (define-public texlive-apprends-latex (package (name "texlive-apprends-latex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/apprends-latex/")))) (file-name (git-file-name name version)) (sha256 @@ -3770,19 +3780,19 @@ documentation for LaTeX beginners.") (define-public texlive-apxproof (package (name "texlive-apxproof") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/apxproof/" "source/latex/apxproof/" "tex/latex/apxproof/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1m4nvqxvnsllh25qmms6szcqqpb8wffk1z0v2p507fkgsdjz9jln")))) + "1q98vzi849x3vsj17lj2ll6i2nrwj7m09lvh3sxiydkc0d3i9zkp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/apxproof") @@ -3801,12 +3811,12 @@ material.") (define-public texlive-arabi (package (name "texlive-arabi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/arabi/" "fonts/afm/arabi/arabeyes/" "fonts/enc/dvips/arabi/" @@ -3840,12 +3850,12 @@ copied from them and pasted elsewhere.") (define-public texlive-arabi-add (package (name "texlive-arabi-add") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/arabi-add/" "tex/latex/arabi-add/")))) (file-name (git-file-name name version)) @@ -3866,12 +3876,12 @@ contents for Arabic texts created by the @code{arabi} package.") (define-public texlive-arabic-book (package (name "texlive-arabic-book") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/arabic-book/" "tex/xelatex/arabic-book/")))) (file-name (git-file-name name version)) @@ -3897,12 +3907,12 @@ elsewhere.") (define-public texlive-arabluatex (package (name "texlive-arabluatex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/arabluatex/" "source/lualatex/arabluatex/" "tex/lualatex/arabluatex/")))) @@ -3931,12 +3941,12 @@ correlated in various ways.") (define-public texlive-arabtex (package (name "texlive-arabtex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/arabtex/" "fonts/map/dvips/arabtex/" "fonts/source/public/arabtex/" @@ -3965,12 +3975,12 @@ style. ArabTeX will run with Plain TeX and also with LaTeX.") (define-public texlive-arara (package (name "texlive-arara") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/arara.1" "doc/man/man1/arara.man1.pdf" "doc/support/arara/" "scripts/arara/" @@ -3978,7 +3988,7 @@ style. ArabTeX will run with Plain TeX and also with LaTeX.") (file-name (git-file-name name version)) (sha256 (base32 - "0w0c9vbyd0gs9nm7z8aphszrf6nj3ckn7afixaqlx2pbz7bscvn8")))) + "06b6s025aj1v0vx38isjbxz3yrggvkqqjixh3n4cvbbdv5ni9rp7")))) (outputs '("out" "doc")) (properties '((updater-extra-inputs "icedtea"))) (build-system texlive-build-system) @@ -4005,12 +4015,12 @@ virtual machine.") (define-public texlive-aramaic-serto (package (name "texlive-aramaic-serto") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/aramaic-serto/" "fonts/afm/public/aramaic-serto/" "fonts/map/dvips/aramaic-serto/" @@ -4021,7 +4031,7 @@ virtual machine.") (file-name (git-file-name name version)) (sha256 (base32 - "154bicknhsj8nypnyzr999wj34xli0kfpic9vym805abxbpwrmsw")))) + "0x3ddzpkpc2dm7awpyhk0rlspsgg6pkiqffw8a2v9riyy7ak706v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -4039,12 +4049,12 @@ form).") (define-public texlive-archaeologie (package (name "texlive-archaeologie") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/archaeologie/" "doc/latex/archaeologie/" "source/latex/archaeologie/" @@ -4066,12 +4076,12 @@ change and adjust the outcome according to one's own preferences.") (define-public texlive-archaic (package (name "texlive-archaic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/archaic/" "fonts/afm/public/archaic/" "fonts/map/dvips/archaic/" @@ -4101,12 +4111,12 @@ writings.") (define-public texlive-archivo (package (name "texlive-archivo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/archivo/" "fonts/enc/dvips/archivo/" "fonts/map/dvips/archivo/" @@ -4131,18 +4141,18 @@ Omnibus-Type, with support for LaTeX and pdfLaTeX.") (define-public texlive-argumentation (package (name "texlive-argumentation") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/argumentation/" "tex/latex/argumentation/")))) (file-name (git-file-name name version)) (sha256 - (base32 "13lr0g5wiwbgdzl79hwcn7i9nqas0b8xj5b9w0mmy53zqn5gjzmi")))) + (base32 "0iqh4qqv5i253dbrzk4fzcq0cz3ghl67dgbxgq5msyxpd2fz4inv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/argumentation") @@ -4155,12 +4165,12 @@ Omnibus-Type, with support for LaTeX and pdfLaTeX.") (define-public texlive-arimo (package (name "texlive-arimo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/arimo/" "fonts/enc/dvips/arimo/" "fonts/map/dvips/arimo/" @@ -4185,12 +4195,12 @@ design which is metrically compatible with Arial.") (define-public texlive-armtex (package (name "texlive-armtex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/armenian/" "fonts/afm/public/armenian/" "fonts/map/dvips/armenian/" @@ -4220,12 +4230,12 @@ Armenian keyboard using UTF-8 encoding.") (define-public texlive-around-the-bend (package (name "texlive-around-the-bend") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/around-the-bend/")))) (file-name (git-file-name name version)) (sha256 @@ -4244,12 +4254,12 @@ to get onto CTAN.") (define-public texlive-arphic (package (name "texlive-arphic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/arphic/" "dvips/arphic/" "fonts/afm/arphic/bkaiu/" @@ -4292,12 +4302,12 @@ LuaLaTeX are provided by the @code{arphic-ttf} package.") (define-public texlive-arphic-ttf (package (name "texlive-arphic-ttf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/arphic-ttf/" "fonts/truetype/public/arphic-ttf/")))) (file-name (git-file-name name version)) @@ -4318,12 +4328,12 @@ package.") (define-public texlive-arsclassica (package (name "texlive-arsclassica") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/arsclassica/" "tex/latex/arsclassica/")))) (file-name (git-file-name name version)) @@ -4343,20 +4353,20 @@ of writing with LaTeX} (the web page is in Italian).") (define-public texlive-arsenal (package (name "texlive-arsenal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/arsenal/" "fonts/opentype/public/arsenal/" "source/fonts/arsenal/" "tex/latex/arsenal/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1gm0vrcs7dzv4lryaw0phgzhy98sd9y33vwfzlm9a8149fjagh6l")))) + (base32 "00zlm7zxsw69dc25np42q6dy0jpj7ajhlik6xiwkw0hr98r255jz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/arsenal") @@ -4377,12 +4387,12 @@ needs LuaLaTeX or XeLaTeX.") (define-public texlive-articleingud (package (name "texlive-articleingud") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/articleingud/" "source/latex/articleingud/" "tex/latex/articleingud/")))) @@ -4402,12 +4412,12 @@ review. This class is derived from the standard LaTeX class @code{article}.") (define-public texlive-arvo (package (name "texlive-arvo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/arvo/" "fonts/enc/dvips/arvo/" "fonts/map/dvips/arvo/" @@ -4431,12 +4441,12 @@ Koovit, with support for LaTeX and pdfLaTeX.") (define-public texlive-asaetr (package (name "texlive-asaetr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/asaetr/" "doc/latex/asaetr/" "tex/latex/asaetr/")))) (file-name (git-file-name name version)) @@ -4457,12 +4467,12 @@ Caps font.") (define-public texlive-asapsym (package (name "texlive-asapsym") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/asapsym/" "fonts/opentype/omnibus-type/asapsym/" "source/fonts/asapsym/" @@ -4487,18 +4497,18 @@ this time, only XeTeX and LuaTeX are supported.") (define-public texlive-ascelike (package (name "texlive-ascelike") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/ascelike/" "doc/latex/ascelike/" "tex/latex/ascelike/")))) (file-name (git-file-name name version)) (sha256 (base32 - "14n4z4agsnnvms51r142q0r5bv9yqp4gchrr7zvakkp2r3232dai")))) + "1fy4bk1hffxnrvl9lyvf3dw7a361bi6fln47pg30m5kc2qqwwgqj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ascelike") @@ -4513,12 +4523,12 @@ that organization.") (define-public texlive-ascii-chart (package (name "texlive-ascii-chart") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/ascii-chart/")))) (file-name (git-file-name name version)) (sha256 @@ -4536,12 +4546,12 @@ converted between Plain TeX and LaTeX by a simple editing action.") (define-public texlive-ascii-font (package (name "texlive-ascii-font") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ascii-font/" "fonts/map/dvips/ascii-font/" "fonts/tfm/public/ascii-font/" @@ -4565,12 +4575,12 @@ according to the IBM PC Code Page 437 C0 Graphics.") (define-public texlive-ascmac (package (name "texlive-ascmac") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ascmac/" "fonts/map/dvips/ascmac/" "fonts/source/public/ascmac/" @@ -4596,18 +4606,18 @@ boxes and is thus driver independent.") (define-public texlive-asmeconf (package (name "texlive-asmeconf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/asmeconf/" "doc/latex/asmeconf/" "tex/latex/asmeconf/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0y3s4qvpp1dsh1k30xmwcjcjk2x12w9809wqfr1dpwx64abcf9c3")))) + "16fqjl0ajrwlz8js1bqbpk96jg5wp1rb33gwwhzx9zja25zp1aha")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/asmeconf") @@ -4625,18 +4635,18 @@ This LaTeX template is not a publication of ASME.") (define-public texlive-asmejour (package (name "texlive-asmejour") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/asmejour/" "doc/latex/asmejour/" "tex/latex/asmejour/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1s3x0g7hjjrdrxk1sk35j27i3w0lgkk2k10hfngs5jk1qkakbn1d")))) + "1pjya7mqyhk0ggmd0ihv4rbpqzpabx5by3hlhapr9cvx3gc6azda")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/asmejour") @@ -4654,12 +4664,12 @@ This package is not a publication of ASME.") (define-public texlive-aspectratio (package (name "texlive-aspectratio") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/aspectratio/" "fonts/map/dvips/aspectratio/" "fonts/source/public/aspectratio/" @@ -4684,12 +4694,12 @@ and engineers. Note that the package supersedes the package @code{ar}.") (define-public texlive-asternote (package (name "texlive-asternote") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/asternote/" "tex/latex/asternote/")))) (file-name (git-file-name name version)) @@ -4708,12 +4718,12 @@ brackets and marked with an asterisk.") (define-public texlive-astro (package (name "texlive-astro") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/astro/" "fonts/source/public/astro/" "fonts/tfm/public/astro/")))) @@ -4736,13 +4746,13 @@ source.") (define-public texlive-asy-overview (package (name "texlive-asy-overview") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/asy-overview/")))) (file-name (git-file-name name version)) (sha256 @@ -4763,12 +4773,12 @@ a full tutorial or the official reference.") (define-public texlive-asymptote-by-example-zh-cn (package (name "texlive-asymptote-by-example-zh-cn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/asymptote-by-example-zh-cn/")))) (file-name (git-file-name name version)) (sha256 @@ -4785,12 +4795,12 @@ Chinese.") (define-public texlive-asymptote-faq-zh-cn (package (name "texlive-asymptote-faq-zh-cn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/asymptote-faq-zh-cn/")))) (file-name (git-file-name name version)) (sha256 @@ -4806,12 +4816,12 @@ Chinese.") (define-public texlive-asymptote-manual-zh-cn (package (name "texlive-asymptote-manual-zh-cn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/asymptote-manual-zh-cn/")))) (file-name (git-file-name name version)) (sha256 @@ -4829,18 +4839,18 @@ manual.") (define-public texlive-atableau (package (name "texlive-atableau") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/atableau/" "tex/latex/atableau/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0h2sx9h5ra9bp109lvs1r22abxhjdybsdb9196f81i66vfdvc6zx")))) + (base32 "0jz706vv6j8v4xv6s6a097hl75lw457d37wp4ky6rli07g6qf820")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/atableau") @@ -4854,12 +4864,12 @@ tableaux, ribbon tableaux, multitableaux, and abacuses.") (define-public texlive-atkinson (package (name "texlive-atkinson") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/atkinson/" "fonts/enc/dvips/atkinson/" "fonts/map/dvips/atkinson/" @@ -4871,7 +4881,7 @@ tableaux, ribbon tableaux, multitableaux, and abacuses.") (file-name (git-file-name name version)) (sha256 (base32 - "0vas4g5mlkrgnnl5q0i4y313cjl0xa7b89jy7z93m9zc64jrk1fi")))) + "0ifn3r38s03wwz0k5fq4pmpb5kn49b7kxnqcch133lxgi5bn3p0c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/atkinson") @@ -4889,12 +4899,12 @@ increase character recognition, ultimately improving readability.") (define-public texlive-aucklandthesis (package (name "texlive-aucklandthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/aucklandthesis/" "tex/latex/aucklandthesis/")))) (file-name (git-file-name name version)) @@ -4915,12 +4925,12 @@ diplomas.") (define-public texlive-augie (package (name "texlive-augie") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/augie/" "fonts/afm/public/augie/" "fonts/map/dvips/augie/" @@ -4944,12 +4954,12 @@ informal handwriting. The font is distributed in Adobe Type 1 format.") (define-public texlive-auncial-new (package (name "texlive-auncial-new") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/auncial-new/" "fonts/afm/public/auncial-new/" "fonts/map/dvips/auncial-new/" @@ -4976,12 +4986,12 @@ provided, and the font is distributed in Adobe Type 1 format.") (define-public texlive-aurical (package (name "texlive-aurical") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/aurical/" "fonts/afm/public/aurical/" "fonts/map/dvips/aurical/" @@ -5009,12 +5019,12 @@ Svatba offers a long @samp{s}.") (define-public texlive-authordate (package (name "texlive-authordate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/authordate/" "doc/bibtex/authordate/" "tex/latex/authordate/")))) @@ -5036,12 +5046,12 @@ necessary for the LaTeX package to work.") (define-public texlive-auto-pst-pdf (package (name "texlive-auto-pst-pdf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/auto-pst-pdf/" "source/latex/auto-pst-pdf/" "tex/latex/auto-pst-pdf/")))) @@ -5064,12 +5074,12 @@ PSfrag figures can all be input consistently and easily.") (define-public texlive-autoaligne (package (name "texlive-autoaligne") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/autoaligne/" "tex/generic/autoaligne/")))) (file-name (git-file-name name version)) @@ -5088,12 +5098,12 @@ math expressions.") (define-public texlive-autobreak (package (name "texlive-autobreak") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/autobreak/" "source/latex/autobreak/" "tex/latex/autobreak/")))) @@ -5116,12 +5126,12 @@ computer-generated long formulae with many terms.") (define-public texlive-autosp (package (name "texlive-autosp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/autosp/" "doc/man/man1/autosp.1" "doc/man/man1/autosp.man1.pdf" @@ -5130,7 +5140,7 @@ computer-generated long formulae with many terms.") (file-name (git-file-name name version)) (sha256 (base32 - "1n9vpb0cmi0b9gbi3f70zafvhj9znvfhd9614xcn49jwss2bwdk9")))) + "0qhvbcamni3hwby0pbww76i48h6q6a0lwiigvf1m0dwg6nn5s8l0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-autosp-bin)) @@ -5196,12 +5206,12 @@ other parts.") (define-public texlive-axodraw2 (package (name "texlive-axodraw2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/axodraw2/" "doc/man/man1/axohelp.1" "doc/man/man1/axohelp.man1.pdf" @@ -5280,12 +5290,12 @@ the pdf code inserted in the output file. The processing involves a run of (define-public texlive-b1encoding (package (name "texlive-b1encoding") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/b1encoding/" "fonts/enc/dvips/b1encoding/" "source/latex/b1encoding/" @@ -5306,12 +5316,12 @@ with LaTeX when typesetting things using his Bookhands fonts.") (define-public texlive-backnaur (package (name "texlive-backnaur") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/backnaur/" "source/latex/backnaur/" "tex/latex/backnaur/")))) @@ -5332,12 +5342,12 @@ in-line BNF expressions using math mode.") (define-public texlive-baekmuk (package (name "texlive-baekmuk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/baekmuk/" "fonts/truetype/public/baekmuk/")))) (file-name (git-file-name name version)) @@ -5357,12 +5367,12 @@ in-line BNF expressions using math mode.") (define-public texlive-bagpipe (package (name "texlive-bagpipe") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/bagpipe/" "tex/generic/bagpipe/")))) (file-name (git-file-name name version)) @@ -5381,12 +5391,12 @@ package provides specialized and re-defined macros to simplify this task.") (define-public texlive-bangla (package (name "texlive-bangla") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bangla/" "fonts/truetype/public/bangla/" "tex/latex/bangla/")))) @@ -5407,19 +5417,19 @@ language and comes with some fonts of its own.") (define-public texlive-bangorcsthesis (package (name "texlive-bangorcsthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bangorcsthesis/" "source/latex/bangorcsthesis/" "tex/latex/bangorcsthesis/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0lnrqlzgl8ayycx4by7lygf4jbsghb22ymlzl0h3fg6jf50032ag")))) + "0kbs4x3ch4q22zjpvgid2fgq213jw1gxy4yki197vq4j22vfdf6d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bangorcsthesis") @@ -5433,19 +5443,19 @@ also provides macros designed to optimise the process of producing a thesis.") (define-public texlive-bangorexam (package (name "texlive-bangorexam") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bangorexam/" "source/latex/bangorexam/" "tex/latex/bangorexam/")))) (file-name (git-file-name name version)) (sha256 (base32 - "09pp88415mba65icf6cx4vqn3an54hrgkd8s677ndlf2ml7n0lhs")))) + "15nj153v0kgsmxfmak35mn3mlvi742czxjl8frcai9njcpbxns8s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bangorexam") @@ -5459,12 +5469,12 @@ styles. Marks are totalled and checked automatically.") (define-public texlive-bangtex (package (name "texlive-bangtex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bangtex/" "fonts/source/public/bangtex/" "fonts/tfm/public/bangtex/" @@ -5486,12 +5496,12 @@ and Metafont sources for fonts.") (define-public texlive-barr (package (name "texlive-barr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/barr/" "tex/generic/barr/")))) (file-name (git-file-name name version)) (sha256 @@ -5509,12 +5519,12 @@ of mathematical disciplines.") (define-public texlive-bartel-chess-fonts (package (name "texlive-bartel-chess-fonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/bartel-chess-fonts/" "fonts/source/public/bartel-chess-fonts/" "fonts/tfm/public/bartel-chess-fonts/")))) @@ -5539,12 +5549,12 @@ of mathematical disciplines.") (define-public texlive-baskervaldadf (package (name "texlive-baskervaldadf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/baskervaldadf/" "fonts/afm/public/baskervaldadf/" "fonts/enc/dvips/baskervaldadf/" @@ -5580,12 +5590,12 @@ fonts include the slashed zero and additional non-standard ligatures.") (define-public texlive-baskervaldx (package (name "texlive-baskervaldx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/baskervaldx/" "fonts/afm/public/baskervaldx/" "fonts/enc/dvips/baskervaldx/" @@ -5613,12 +5623,12 @@ support files.") (define-public texlive-baskervillef (package (name "texlive-baskervillef") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/baskervillef/" "fonts/enc/dvips/baskervillef/" "fonts/map/dvips/baskervillef/" @@ -5646,12 +5656,12 @@ an option to @code{newtxmath}.") (define-public texlive-basque-book (package (name "texlive-basque-book") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/basque-book/" "source/latex/basque-book/" "tex/latex/basque-book/")))) @@ -5673,12 +5683,12 @@ Theses, etc., in Basque.") (define-public texlive-basque-date (package (name "texlive-basque-date") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/basque-date/" "source/latex/basque-date/" "tex/latex/basque-date/")))) @@ -5700,19 +5710,19 @@ issues of numbers in Basque.") (define-public texlive-bath-bst (package (name "texlive-bath-bst") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/bath-bst/" "doc/bibtex/bath-bst/" "source/bibtex/bath-bst/")))) (file-name (git-file-name name version)) (sha256 (base32 - "06v5icy6537d69g5in7ps322wgnkf0imd93gnmh2y7fladsmvp06")))) + "15k9hqwpyj15dadqr2ks1paghpzzqhd6rjff2g9ibsaj53r8lfm5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bath-bst") @@ -5727,12 +5737,12 @@ used in conjunction with @code{natbib} for citations.") (define-public texlive-bbding (package (name "texlive-bbding") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bbding/" "fonts/source/public/bbding/" "fonts/tfm/public/bbding/" @@ -5756,12 +5766,12 @@ available in the @code{niceframe} fonts bundle.") (define-public texlive-bbold-type1 (package (name "texlive-bbold-type1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/bbold-type1/" "fonts/afm/public/bbold-type1/" "fonts/map/dvips/bbold-type1/" @@ -5784,12 +5794,12 @@ versions of the @code{bbold} fonts.") (define-public texlive-bboldx (package (name "texlive-bboldx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/bboldx/" "fonts/afm/public/bboldx/" "fonts/enc/dvips/bboldx/" @@ -5816,12 +5826,12 @@ bold.") (define-public texlive-bclogo (package (name "texlive-bclogo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bclogo/" "metapost/bclogo/" "tex/latex/bclogo/")))) (file-name (git-file-name name version)) @@ -5840,12 +5850,12 @@ It may use either TikZ or PSTricks as graphics engine.") (define-public texlive-beamer-fuberlin (package (name "texlive-beamer-fuberlin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamer-fuberlin/" "tex/latex/beamer-fuberlin/")))) (file-name (git-file-name name version)) @@ -5866,12 +5876,12 @@ class itself (FUbeamer) or use the theme in the usual way with (define-public texlive-beamer-verona (package (name "texlive-beamer-verona") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamer-verona/" "tex/latex/beamer-verona/")))) (file-name (git-file-name name version)) @@ -5889,17 +5899,17 @@ class itself (FUbeamer) or use the theme in the usual way with (define-public texlive-beebe (package (name "texlive-beebe") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/beebe/" "tex/generic/beebe/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1w8f2zc5rghjpqrp8klq65prqblyam3wzhwp9yas5xfmy7hlsf52")))) + "1z42i7ci9a5wl6pfvqm51nb86mkl8s56ps2lq30qs7q5mf289zn8")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblio") (synopsis "Collection of bibliographies") @@ -5912,12 +5922,12 @@ includes a LaTeX wrapper file to typeset the bibliography.") (define-public texlive-begingreek (package (name "texlive-begingreek") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/begingreek/" "source/latex/begingreek/" "tex/latex/begingreek/")))) @@ -5939,12 +5949,12 @@ texts.") (define-public texlive-beilstein (package (name "texlive-beilstein") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/beilstein/" "doc/latex/beilstein/" "source/latex/beilstein/" @@ -5967,12 +5977,12 @@ of Nanotechnology}.") (define-public texlive-belleek (package (name "texlive-belleek") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/belleek/" "fonts/map/dvips/belleek/" "fonts/truetype/public/belleek/" @@ -5992,12 +6002,12 @@ of Nanotechnology}.") (define-public texlive-begriff (package (name "texlive-begriff") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/begriff/" "tex/latex/begriff/")))) (file-name (git-file-name name version)) (sha256 @@ -6015,12 +6025,12 @@ of Nanotechnology}.") (define-public texlive-bengali (package (name "texlive-bengali") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/bengali/" "fonts/source/public/bengali/" "fonts/tfm/public/bengali/" @@ -6043,12 +6053,12 @@ supports Assamese.") (define-public texlive-berenisadf (package (name "texlive-berenisadf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/berenisadf/" "fonts/afm/arkandis/berenisadf/" "fonts/enc/dvips/berenisadf/" @@ -6084,12 +6094,12 @@ TeXnANSI (LY1) and LaTeX standard T1 and TS1 encodings.") (define-public texlive-besjournals (package (name "texlive-besjournals") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/besjournals/" "doc/bibtex/besjournals/")))) (file-name (git-file-name name version)) @@ -6110,12 +6120,12 @@ Society, and has no formal approval by the BES.") (define-public texlive-bestpapers (package (name "texlive-bestpapers") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/bestpapers/" "doc/bibtex/bestpapers/")))) (file-name (git-file-name name version)) @@ -6140,12 +6150,12 @@ and then let the computer select the papers with highest scores.") (define-public texlive-betababel (package (name "texlive-betababel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/betababel/" "tex/latex/betababel/")))) (file-name (git-file-name name version)) @@ -6166,12 +6176,12 @@ transliteration.") (define-public texlive-beuron (package (name "texlive-beuron") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/beuron/" "fonts/map/dvips/beuron/" "fonts/opentype/public/beuron/" @@ -6199,17 +6209,17 @@ selection commands for use with LaTeX.") (define-public texlive-bfh-ci (package (name "texlive-bfh-ci") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bfh-ci/" "tex/latex/bfh-ci/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1f1ygicy2i23z7ilz3cpv856nccplah0996nv3wc0p2k1xw29rpk")))) + "18sdw79l8i1g8lmijgnkp05qjhj0x0pcl0n1skrgk65pa50a3sz5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-adjustbox @@ -6249,12 +6259,12 @@ classes as well as some helper packages and config files.") (define-public texlive-bgteubner (package (name "texlive-bgteubner") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/bgteubner/" "doc/latex/bgteubner/" "makeindex/bgteubner/" @@ -6292,12 +6302,12 @@ the user.") (define-public texlive-bguq (package (name "texlive-bguq") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/bguq/" "fonts/map/dvips/bguq/" "fonts/source/public/bguq/" @@ -6324,12 +6334,12 @@ will be used by other packages which implement the Begriffsschrift.") (define-public texlive-bib-fr (package (name "texlive-bib-fr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/bib-fr/" "doc/bibtex/bib-fr/")))) (file-name (git-file-name name version)) (sha256 @@ -6347,12 +6357,12 @@ files.") (define-public texlive-bib2gls (package (name "texlive-bib2gls") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/bib2gls.1" "doc/man/man1/bib2gls.man1.pdf" "doc/man/man1/convertgls2bib.1" @@ -6365,7 +6375,7 @@ files.") (file-name (git-file-name name version)) (sha256 (base32 - "1r77zf0h1zxdapfwxdwd8ljvj70r7zll819c0614aympnnl4slp4")))) + "18dfglb8i7658nqkf3qj926ndp8lwis2ymdn0xba83wd2mcg919b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "bib2gls.sh" "convertgls2bib.sh"))) @@ -6392,13 +6402,13 @@ etc.)#: to the @file{.bib} format required by @command{bib2gls}.") (define-public texlive-bib2qr (package (name "texlive-bib2qr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bib2qr/" "source/latex/bib2qr/" "tex/latex/bib2qr/")))) @@ -6419,12 +6429,12 @@ the @code{LaTeX} packages @code{biblatex} and @code{qrcode}.") (define-public texlive-bibarts (package (name "texlive-bibarts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bibarts/" "source/latex/bibarts/" "tex/latex/bibarts/")))) (file-name (git-file-name name version)) @@ -6459,25 +6469,56 @@ The lists are created by @command{bibsort}. This program creates the bibliography without using MakeIndex or BibTeX.") (license license:gpl3+))) +(define-public texlive-bibbreeze + (package + (name "texlive-bibbreeze") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/bibbreeze/" + "tex/latex/bibbreeze/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1plxb3sdjfcyxpcig57p8rk04m726bxz9bg4jmfdg2jpxi831hb2")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/bibbreeze") + (synopsis + "Referencing package for automatically reconstructing bibliography data") + (description + "This LaTeX package, called BibBreeze, written using LaTeX3, is +a referencing package that automates bibliography reconstruction, eliminating +manual effort in reference handling. It reorders disorganized fields for +bibliography entries, fills in missing fields, and produces polished, +referencing style-compliant bibliographies--optimized for researchers, +academics, and writers. Currently, the package's referencing style is +designed for APA (with both numeric and author-year in-text citations) with +more styles (Harvard, Chicago, AMA, etc.) to come.") + (license license:lppl1.3c))) + (define-public texlive-bibcop (package (name "texlive-bibcop") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/bibtex/bibcop/" - "doc/man/man1/bibcop.1" - "doc/man/man1/bibcop.man1.pdf" - "scripts/bibcop/" - "source/bibtex/bibcop/" - "tex/latex/bibcop/")))) + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/bibtex/bibcop/" + "doc/man/man1/bibcop.1" + "doc/man/man1/bibcop.man1.pdf" + "scripts/bibcop/" + "source/bibtex/bibcop/" + "tex/latex/bibcop/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1z6lfd5sqg5nn8gnm0kpqhl169wpdnhvbdlsin0x0i1s6kc7g2xs")))) + "1s8xdsc3qzxd03qx8cgj49hbkzwi5qzix76d6mwwblnbfz4j45w8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "bibcop.pl"))) @@ -6495,12 +6536,12 @@ as a standalone command line tool.") (define-public texlive-biber-ms (package (name "texlive-biber-ms") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/bibtex/biber-ms/" "source/bibtex/biber-ms/")))) (file-name (git-file-name name version)) @@ -6650,12 +6691,12 @@ multiscript version of @code{biblatex-ms}.") (define-public texlive-bibexport (package (name "texlive-bibexport") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/bibexport/" "doc/bibtex/bibexport/" "scripts/bibexport/" "source/bibtex/bibexport/")))) @@ -6686,12 +6727,12 @@ ones like month names) and following the cross-references.") (define-public texlive-bibhtml (package (name "texlive-bibhtml") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/bibhtml/" "doc/bibtex/bibhtml/")))) (file-name (git-file-name name version)) (sha256 @@ -6715,12 +6756,12 @@ package provides three different style files derived from each of the standard (define-public texlive-biblatex-abnt (package (name "texlive-biblatex-abnt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-abnt/" "tex/latex/biblatex-abnt/")))) (file-name (git-file-name name version)) @@ -6739,13 +6780,13 @@ Association of Technical Norms) rules.") (define-public texlive-biblatex-accursius (package (name "texlive-biblatex-accursius") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-accursius/" "source/latex/biblatex-accursius/" "tex/latex/biblatex-accursius/")))) @@ -6801,12 +6842,12 @@ codifies the most prevalent citation practices among Italian legal scholars.") (define-public texlive-biblatex-ajc2020unofficial (package (name "texlive-biblatex-ajc2020unofficial") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-ajc2020unofficial/" "tex/latex/biblatex-ajc2020unofficial/")))) (file-name (git-file-name name version)) @@ -6826,12 +6867,12 @@ BibLaTeX, so you probably want to use @code{biblatex2bibitem}.") (define-public texlive-biblatex-anonymous (package (name "texlive-biblatex-anonymous") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-anonymous/" "tex/latex/biblatex-anonymous/")))) (file-name (git-file-name name version)) @@ -6850,12 +6891,12 @@ It will be useful, for example, in history or classical philology.") (define-public texlive-biblatex-apa6 (package (name "texlive-biblatex-apa6") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-apa6/" "tex/latex/biblatex-apa6/")))) (file-name (git-file-name name version)) @@ -6879,12 +6920,12 @@ the BibLaTeX-apa style package for the latest APA edition conformance.") (define-public texlive-biblatex-archaeology (package (name "texlive-biblatex-archaeology") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-archaeology/" "source/latex/biblatex-archaeology/" "tex/latex/biblatex-archaeology/")))) @@ -6911,12 +6952,12 @@ catalogues.") (define-public texlive-biblatex-arthistory-bonn (package (name "texlive-biblatex-arthistory-bonn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-arthistory-bonn/" "tex/latex/biblatex-arthistory-bonn/")))) (file-name (git-file-name name version)) @@ -6939,19 +6980,19 @@ compatible with English and German.") (define-public texlive-biblatex-bath (package (name "texlive-biblatex-bath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-bath/" "source/latex/biblatex-bath/" "tex/latex/biblatex-bath/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1c640csqvq0f9fd5d7xx4apllbwvr4cmi2x38863wlrvlnxa9kd7")))) + "04g1654n4df9pxgdvrkp1mdhqyq1xdly7n1fi42yzlxydwngn3br")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-bath") @@ -6964,12 +7005,12 @@ Harvard style recommended by the University of Bath Library.") (define-public texlive-biblatex-bookinarticle (package (name "texlive-biblatex-bookinarticle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-bookinarticle/" "tex/latex/biblatex-bookinarticle/")))) (file-name (git-file-name name version)) @@ -6991,12 +7032,12 @@ package is now superseded by @code{biblatex-bookinother}.") (define-public texlive-biblatex-bookinother (package (name "texlive-biblatex-bookinother") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-bookinother/" "tex/latex/biblatex-bookinother/")))) (file-name (git-file-name name version)) @@ -7017,12 +7058,12 @@ supersedes.") (define-public texlive-biblatex-bwl (package (name "texlive-biblatex-bwl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-bwl/" "tex/latex/biblatex-bwl/")))) (file-name (git-file-name name version)) @@ -7042,12 +7083,12 @@ University of Berlin.") (define-public texlive-biblatex-caspervector (package (name "texlive-biblatex-caspervector") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-caspervector/" "tex/latex/biblatex-caspervector/")))) (file-name (git-file-name name version)) @@ -7066,18 +7107,18 @@ style for Chinese LaTeX users, using BibLaTeX.") (define-public texlive-biblatex-chem (package (name "texlive-biblatex-chem") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-chem/" "tex/latex/biblatex-chem/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0y4fgnykh5x48cnbgyhgj04iqz05mvnzqvjn84vbr3mqmwjrndbl")))) + "0sf4z9ndfkxsd5w051ma29ivkmcbb7pjvbrqs0lwgh5sxxgikx9h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-chem") @@ -7093,12 +7134,12 @@ a wide range of journals).") (define-public texlive-biblatex-chicago (package (name "texlive-biblatex-chicago") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-chicago/" "tex/latex/biblatex-chicago/")))) (file-name (git-file-name name version)) @@ -7120,12 +7161,12 @@ others.") (define-public texlive-biblatex-claves (package (name "texlive-biblatex-claves") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-claves/" "tex/latex/biblatex-claves/")))) (file-name (git-file-name name version)) @@ -7152,18 +7193,18 @@ way.") (define-public texlive-biblatex-cse (package (name "texlive-biblatex-cse") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-cse/" "tex/latex/biblatex-cse/")))) (file-name (git-file-name name version)) (sha256 - (base32 "03habhgn696z8zaar0m0l8yws82p6ds5bv0nskhfz5sqc2ddjpmc")))) + (base32 "04pq4j0zf0nxmk7grn11r0hry76dqnj49n2yifl4icqvar9m09my")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-cse") @@ -7176,12 +7217,12 @@ Council of Science Editors (CSE) for BibLaTeX.") (define-public texlive-biblatex-cv (package (name "texlive-biblatex-cv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-cv/" "tex/latex/biblatex-cv/")))) (file-name (git-file-name name version)) @@ -7201,12 +7242,12 @@ automatically format, group, and sort the entries on a CV.") (define-public texlive-biblatex-dw (package (name "texlive-biblatex-dw") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-dw/" "tex/latex/biblatex-dw/bbx/" "tex/latex/biblatex-dw/cbx/" @@ -7229,12 +7270,12 @@ are dependent on BibLaTeX and cannot be used without it.") (define-public texlive-biblatex-enc (package (name "texlive-biblatex-enc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-enc/" "tex/latex/biblatex-enc/")))) (file-name (git-file-name name version)) @@ -7255,18 +7296,18 @@ historical and philological works.") (define-public texlive-biblatex-ext (package (name "texlive-biblatex-ext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-ext/" "tex/latex/biblatex-ext/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0i9n6hj81ma3w67hhfc59wv01h3kna4lwcn652hslbg4x03bprl2")))) + "154wvmibli5zkg4nh3iv76fjkkdlz5l7aclb1nkhhh0hvpkaa8k9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-ext") @@ -7283,12 +7324,12 @@ here as well.") (define-public texlive-biblatex-fiwi (package (name "texlive-biblatex-fiwi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-fiwi/" "tex/latex/biblatex-fiwi/")))) (file-name (git-file-name name version)) @@ -7310,18 +7351,18 @@ documentation is only available in German.") (define-public texlive-biblatex-gb7714-2015 (package (name "texlive-biblatex-gb7714-2015") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-gb7714-2015/" "tex/latex/biblatex-gb7714-2015/")))) (file-name (git-file-name name version)) (sha256 (base32 - "01m60n88k7hy3dkhbc07in57f2h98q9phkbxd7c04cch82ci1mlg")))) + "1xjc1rfkgn1cas337x3pbrxw9v7qpcccx4k69jcjvzk2qw7l7iiw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-gb7714-2015") @@ -7337,12 +7378,12 @@ by simply loading BibLaTeX with the appropriate option.") (define-public texlive-biblatex-german-legal (package (name "texlive-biblatex-german-legal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-german-legal/" "tex/latex/biblatex-german-legal/")))) (file-name (git-file-name name version)) @@ -7363,12 +7404,12 @@ the future.") (define-public texlive-biblatex-gost (package (name "texlive-biblatex-gost") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-gost/" "tex/latex/biblatex-gost/")))) (file-name (git-file-name name version)) @@ -7387,12 +7428,12 @@ GOST 7.0.5-2008") (define-public texlive-biblatex-historian (package (name "texlive-biblatex-historian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-historian/" "tex/latex/biblatex-historian/")))) (file-name (git-file-name name version)) @@ -7411,18 +7452,18 @@ Manual} (a version of Chicago).") (define-public texlive-biblatex-ieee (package (name "texlive-biblatex-ieee") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-ieee/" "tex/latex/biblatex-ieee/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0ld360la3h4j3whg89lx9aw6s28sb4g91c0vk1m5dpvhrsdrnnqi")))) + "0fy65ch7vvnbr2lq8ljpl1bi4mfby5fylchl82mfp4xya85cj1jr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-ieee") @@ -7437,12 +7478,12 @@ option.") (define-public texlive-biblatex-ijsra (package (name "texlive-biblatex-ijsra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-ijsra/" "tex/latex/biblatex-ijsra/")))) (file-name (git-file-name name version)) @@ -7463,12 +7504,12 @@ Student Research in Archaeology.") (define-public texlive-biblatex-iso690 (package (name "texlive-biblatex-iso690") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-iso690/" "tex/latex/biblatex-iso690/")))) (file-name (git-file-name name version)) @@ -7487,12 +7528,12 @@ the latest revision of the international standard ISO 690:2010.") (define-public texlive-biblatex-jura2 (package (name "texlive-biblatex-jura2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-jura2/" "tex/latex/biblatex-jura2/")))) (file-name (git-file-name name version)) @@ -7510,12 +7551,12 @@ the latest revision of the international standard ISO 690:2010.") (define-public texlive-biblatex-juradiss (package (name "texlive-biblatex-juradiss") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-juradiss/" "tex/latex/biblatex-juradiss/")))) (file-name (git-file-name name version)) @@ -7534,12 +7575,12 @@ law thesis with LaTeX.") (define-public texlive-biblatex-license (package (name "texlive-biblatex-license") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-license/" "tex/latex/biblatex-license/")))) (file-name (git-file-name name version)) @@ -7559,12 +7600,12 @@ via BibLaTeX's built-in related mechanism. It provides a new related type (define-public texlive-biblatex-lncs (package (name "texlive-biblatex-lncs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-lncs/" "tex/latex/biblatex-lncs/")))) (file-name (git-file-name name version)) @@ -7583,12 +7624,12 @@ via BibLaTeX's built-in related mechanism. It provides a new related type (define-public texlive-biblatex-lni (package (name "texlive-biblatex-lni") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-lni/" "tex/latex/biblatex-lni/")))) (file-name (git-file-name name version)) @@ -7607,12 +7648,12 @@ by the Gesellschaft fur Informatik (GI e.V.).") (define-public texlive-biblatex-luh-ipw (package (name "texlive-biblatex-luh-ipw") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-luh-ipw/" "tex/latex/biblatex-luh-ipw/bbx/" "tex/latex/biblatex-luh-ipw/cbx/" @@ -7635,12 +7676,12 @@ the institutes for the social sciences of the Leibniz University Hannover/LUH (define-public texlive-biblatex-manuscripts-philology (package (name "texlive-biblatex-manuscripts-philology") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-manuscripts-philology/" "tex/latex/biblatex-manuscripts-philology/")))) (file-name (git-file-name name version)) @@ -7660,12 +7701,12 @@ edition.") (define-public texlive-biblatex-mla (package (name "texlive-biblatex-mla") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-mla/" "tex/latex/biblatex-mla/")))) (file-name (git-file-name name version)) @@ -7684,12 +7725,12 @@ specified by the MLA handbook.") (define-public texlive-biblatex-morenames (package (name "texlive-biblatex-morenames") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-morenames/" "tex/latex/biblatex-morenames/")))) (file-name (git-file-name name version)) @@ -7710,12 +7751,12 @@ means the editor of @code{@@mvcollection}, and not the editor of the (define-public texlive-biblatex-ms (package (name "texlive-biblatex-ms") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/biblatex-ms/biblatex/" "bibtex/bst/biblatex-ms/" "doc/latex/biblatex-ms/" @@ -7742,12 +7783,12 @@ It requires the use of the multiscript version of Biber (biber-ms).") (define-public texlive-biblatex-multiple-dm (package (name "texlive-biblatex-multiple-dm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-multiple-dm/" "tex/latex/biblatex-multiple-dm/")))) (file-name (git-file-name name version)) @@ -7766,12 +7807,12 @@ multiple sources.") (define-public texlive-biblatex-musuos (package (name "texlive-biblatex-musuos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-musuos/" "tex/latex/biblatex-musuos/")))) (file-name (git-file-name name version)) @@ -7790,12 +7831,12 @@ usable with other classes, too.") (define-public texlive-biblatex-nature (package (name "texlive-biblatex-nature") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-nature/" "tex/latex/biblatex-nature/")))) (file-name (git-file-name name version)) @@ -7814,12 +7855,12 @@ preparing papers for submission to the journal @emph{Nature}.") (define-public texlive-biblatex-nejm (package (name "texlive-biblatex-nejm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-nejm/" "source/latex/biblatex-nejm/" "tex/latex/biblatex-nejm/")))) @@ -7839,12 +7880,12 @@ Journal of Medicine (NEJM).") (define-public texlive-biblatex-nottsclassic (package (name "texlive-biblatex-nottsclassic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-nottsclassic/" "tex/latex/biblatex-nottsclassic/")))) (file-name (git-file-name name version)) @@ -7863,12 +7904,12 @@ University of Nottingham.") (define-public texlive-biblatex-opcit-booktitle (package (name "texlive-biblatex-opcit-booktitle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-opcit-booktitle/" "tex/latex/biblatex-opcit-booktitle/")))) (file-name (git-file-name name version)) @@ -7889,12 +7930,12 @@ the @samp{op.@: cit.}@: mechanism does not work. This package fixes this.") (define-public texlive-biblatex-oxref (package (name "texlive-biblatex-oxref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-oxref/" "source/latex/biblatex-oxref/" "tex/latex/biblatex-oxref/")))) @@ -7933,12 +7974,12 @@ manuscripts, audiovisual resources, social media and legal references.") (define-public texlive-biblatex-philosophy (package (name "texlive-biblatex-philosophy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-philosophy/" "source/latex/biblatex-philosophy/" "tex/latex/biblatex-philosophy/")))) @@ -7994,18 +8035,18 @@ language recognized by Babel, possibly with some simple redefinitions.") (define-public texlive-biblatex-phys (package (name "texlive-biblatex-phys") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-phys/" "tex/latex/biblatex-phys/")))) (file-name (git-file-name name version)) (sha256 (base32 - "04qbfcxqp2gvsspvay35vwis8vdpsd86yiylf9k6rmjqk7f3s4px")))) + "0f29jryvl5l20nz4pfv7rnkgdh4l52prfafbzzhxivx5mnq7xkb5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-phys") @@ -8021,18 +8062,18 @@ appropriate option: @samp{\\usepackage[style=phys]@{biblatex@}}.") (define-public texlive-biblatex-publist (package (name "texlive-biblatex-publist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-publist/" "tex/latex/biblatex-publist/")))) (file-name (git-file-name name version)) (sha256 (base32 - "01by2sb53568m5c5qg4psx74lyj45cj9c86j6ma7bk3312yijhsc")))) + "1xkz263cz1jv9nqg8dyr8jnhjbrmpy31y1mn0xz3dar6hkncbw46")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-publist") @@ -8047,12 +8088,12 @@ such as the omission of the author's own name from author or editor data.") (define-public texlive-biblatex-readbbl (package (name "texlive-biblatex-readbbl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-readbbl/" "tex/latex/biblatex-readbbl/")))) (file-name (git-file-name name version)) @@ -8074,12 +8115,12 @@ changes one has to create a new @file{.bbl} file.") (define-public texlive-biblatex-realauthor (package (name "texlive-biblatex-realauthor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-realauthor/" "tex/latex/biblatex-realauthor/")))) (file-name (git-file-name name version)) @@ -8099,12 +8140,12 @@ name.") (define-public texlive-biblatex-sbl (package (name "texlive-biblatex-sbl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-sbl/" "makeindex/biblatex-sbl/" "tex/latex/biblatex-sbl/")))) @@ -8126,12 +8167,12 @@ included.") (define-public texlive-biblatex-science (package (name "texlive-biblatex-science") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-science/" "tex/latex/biblatex-science/")))) (file-name (git-file-name name version)) @@ -8150,12 +8191,12 @@ preparing papers for submission to the journal @emph{Science}.") (define-public texlive-biblatex-shortfields (package (name "texlive-biblatex-shortfields") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-shortfields/" "tex/latex/biblatex-shortfields/")))) (file-name (git-file-name name version)) @@ -8186,12 +8227,12 @@ the fields. This list also includes the claves defined with the (define-public texlive-biblatex-socialscienceshuberlin (package (name "texlive-biblatex-socialscienceshuberlin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-socialscienceshuberlin/" "tex/latex/biblatex-socialscienceshuberlin/")))) (file-name (git-file-name name version)) @@ -8210,19 +8251,19 @@ Humboldt-Universitat zu Berlin.") (define-public texlive-biblatex-software (package (name "texlive-biblatex-software") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-software/" "source/latex/biblatex-software/" "tex/latex/biblatex-software/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1s5d11gdzqr4q04x49sx0l5vf23yayfqcs1vdpbz2miqah1dm5iw")))) + "0fpp87kz65m7im57gl0nlb3yrygqyrasg3fm45h7pfzqkm287d3x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-software") @@ -8235,12 +8276,12 @@ a bibliography style extension. It requires the Biber backend.") (define-public texlive-biblatex-source-division (package (name "texlive-biblatex-source-division") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-source-division/" "tex/latex/biblatex-source-division/")))) (file-name (git-file-name name version)) @@ -8262,12 +8303,12 @@ square brackets may include the division specification.") (define-public texlive-biblatex-spbasic (package (name "texlive-biblatex-spbasic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-spbasic/" "tex/latex/biblatex-spbasic/")))) (file-name (git-file-name name version)) @@ -8287,12 +8328,12 @@ old BibTeX style @file{spbasic.bst}.") (define-public texlive-biblatex-subseries (package (name "texlive-biblatex-subseries") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-subseries/" "tex/latex/biblatex-subseries/")))) (file-name (git-file-name name version)) @@ -8313,12 +8354,12 @@ system.") (define-public texlive-biblatex-swiss-legal (package (name "texlive-biblatex-swiss-legal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-swiss-legal/" "tex/latex/biblatex-swiss-legal/")))) (file-name (git-file-name name version)) @@ -8340,12 +8381,12 @@ work properly with newer versions of BibLaTeX.") (define-public texlive-biblatex-trad (package (name "texlive-biblatex-trad") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-trad/" "tex/latex/biblatex-trad/")))) (file-name (git-file-name name version)) @@ -8364,12 +8405,12 @@ work properly with newer versions of BibLaTeX.") (define-public texlive-biblatex-true-citepages-omit (package (name "texlive-biblatex-true-citepages-omit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-true-citepages-omit/" "tex/latex/biblatex-true-citepages-omit/")))) (file-name (git-file-name name version)) @@ -8391,12 +8432,12 @@ text]@{key@}}. The package corrects this problem.") (define-public texlive-biblatex-unified (package (name "texlive-biblatex-unified") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-unified/" "tex/latex/biblatex-unified/")))) (file-name (git-file-name name version)) @@ -8415,12 +8456,12 @@ Unified Stylesheet for Linguistics Journals.") (define-public texlive-biblatex-vancouver (package (name "texlive-biblatex-vancouver") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-vancouver/" "tex/latex/biblatex-vancouver/")))) (file-name (git-file-name name version)) @@ -8439,12 +8480,12 @@ based on the @code{numeric} style and requires Biber.") (define-public texlive-biblatex2bibitem (package (name "texlive-biblatex2bibitem") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex2bibitem/" "tex/latex/biblatex2bibitem/")))) (file-name (git-file-name name version)) @@ -8468,19 +8509,19 @@ problem.") (define-public texlive-bibleref (package (name "texlive-bibleref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bibleref/" "source/latex/bibleref/" "tex/latex/bibleref/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1fgb6lljdsdvkbs4i7yvwvgjbpbc8vnki0wv3gdi9yq6s5j6lzv5")))) + "1jrpdv0mp8xav9h8d3jhb93m40wl553lxknmswdr7mzd3yar5qfp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bibleref") @@ -8493,19 +8534,19 @@ of the Christian @emph{Bible}, in a number of well-defined formats.") (define-public texlive-bibleref-french (package (name "texlive-bibleref-french") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bibleref-french/" "source/latex/bibleref-french/" "tex/latex/bibleref-french/")))) (file-name (git-file-name name version)) (sha256 (base32 - "12y9xdsz0swh3rndmzk7ch9fbszbhcp0ixb21jyy36xnb3x80wa5")))) + "09qbfhpp3x62plk5j127vh9ncbx5fkq10bmb6ays4la0if551jjf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bibleref-french") @@ -8518,12 +8559,12 @@ conventions for use of @code{bibleref} in French.") (define-public texlive-bibleref-german (package (name "texlive-bibleref-german") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bibleref-german/" "tex/latex/bibleref-german/")))) (file-name (git-file-name name version)) @@ -8544,12 +8585,12 @@ addition, the Vulgate (Latin Bible) is supported.") (define-public texlive-bibleref-lds (package (name "texlive-bibleref-lds") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bibleref-lds/" "source/latex/bibleref-lds/" "tex/latex/bibleref-lds/")))) @@ -8572,12 +8613,12 @@ Saints (LDS).") (define-public texlive-bibleref-mouth (package (name "texlive-bibleref-mouth") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bibleref-mouth/" "source/latex/bibleref-mouth/" "tex/latex/bibleref-mouth/")))) @@ -8600,12 +8641,12 @@ expandable context, such as an argument to a @code{\\url} command.") (define-public texlive-bibleref-parse (package (name "texlive-bibleref-parse") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bibleref-parse/" "tex/latex/bibleref-parse/")))) (file-name (git-file-name name version)) @@ -8626,12 +8667,12 @@ a simpler and more convenient interface to the functionality of the (define-public texlive-biblist (package (name "texlive-biblist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblist/" "tex/latex/biblist/")))) (file-name (git-file-name name version)) (sha256 @@ -8650,12 +8691,12 @@ avoiding the potentially large (macro) impact associated with (define-public texlive-bidihl (package (name "texlive-bidihl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/bidihl/" "tex/xelatex/bidihl/")))) (file-name (git-file-name name version)) (sha256 @@ -8672,12 +8713,12 @@ avoiding the potentially large (macro) impact associated with (define-public texlive-bibtexperllibs (package (name "texlive-bibtexperllibs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/ltx2unitxt.1" "doc/man/man1/ltx2unitxt.man1.pdf" "scripts/bibtexperllibs/" @@ -8685,7 +8726,7 @@ avoiding the potentially large (macro) impact associated with (file-name (git-file-name name version)) (sha256 (base32 - "14v3gr9cs5iyg40cwfnifhq478chsc6ar4jsywrqixgs9psbj8fk")))) + "0x52p86irzw9qnygrkzp54gcahg423qipwa36f6dsg8yxdqr51r3")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bibtexperllibs") (synopsis "BibTeX Perl Libraries") @@ -8699,13 +8740,13 @@ avoiding the potentially large (macro) impact associated with (define-public texlive-bibtools (package (name "texlive-bibtools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/bibtools/" "source/bibtex/bibtools/")))) (file-name (git-file-name name version)) @@ -8750,12 +8791,12 @@ a @file{.bib} file. (define-public texlive-bibtopic (package (name "texlive-bibtopic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bibtopic/" "source/latex/bibtopic/" "tex/latex/bibtopic/")))) @@ -8783,12 +8824,12 @@ have bibliographies specific to one part of a document, see the packages (define-public texlive-bibtopicprefix (package (name "texlive-bibtopicprefix") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bibtopicprefix/" "source/latex/bibtopicprefix/" "tex/latex/bibtopicprefix/")))) @@ -8810,12 +8851,12 @@ package.") (define-public texlive-bibunits (package (name "texlive-bibunits") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bibunits/" "source/latex/bibunits/" "tex/latex/bibunits/")))) @@ -8839,12 +8880,12 @@ and the global bibliographies at the same time.") (define-public texlive-binomexp (package (name "texlive-binomexp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/binomexp/" "source/latex/binomexp/" "tex/latex/binomexp/")))) @@ -8865,12 +8906,12 @@ used to print successive rows of the triangle, or to print the rows inside an (define-public texlive-biocon (package (name "texlive-biocon") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biocon/" "tex/latex/biocon/")))) (file-name (git-file-name name version)) (sha256 @@ -8892,12 +8933,12 @@ Different default styles are used in different situations.") (define-public texlive-biolett-bst (package (name "texlive-biolett-bst") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/biolett-bst/" "doc/bibtex/biolett-bst/")))) (file-name (git-file-name name version)) @@ -8916,12 +8957,12 @@ Different default styles are used in different situations.") (define-public texlive-bitelist (package (name "texlive-bitelist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/bitelist/" "source/generic/bitelist/" "tex/generic/bitelist/")))) @@ -8946,12 +8987,12 @@ retains outer braces.") (define-public texlive-bitpattern (package (name "texlive-bitpattern") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bitpattern/" "source/latex/bitpattern/" "tex/latex/bitpattern/")))) @@ -8971,12 +9012,12 @@ used to describe hardware, data format or protocols.") (define-public texlive-bitter (package (name "texlive-bitter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/bitter/" "fonts/enc/dvips/bitter/" "fonts/map/dvips/bitter/" @@ -9002,12 +9043,12 @@ text. There are regular and bold weights and an italic, but no bold italic.") (define-public texlive-bjfuthesis (package (name "texlive-bjfuthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bjfuthesis/" "tex/latex/bjfuthesis/")))) (file-name (git-file-name name version)) @@ -9027,12 +9068,12 @@ theses and dissertations.") (define-public texlive-blacklettert1 (package (name "texlive-blacklettert1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/blacklettert1/" "fonts/tfm/public/blacklettert1/" "fonts/vf/public/blacklettert1/" @@ -9056,12 +9097,12 @@ into the LaTeX font selection scheme.") (define-public texlive-bmstu (package (name "texlive-bmstu") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bmstu/" "tex/latex/bmstu/")))) (file-name (git-file-name name version)) (sha256 @@ -9084,18 +9125,18 @@ explanatory notes in Bauman Moscow State Technical University (Russia).") (define-public texlive-bmstu-iu8 (package (name "texlive-bmstu-iu8") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bmstu-iu8/" "tex/latex/bmstu-iu8/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0jl0h6f8v1v4afkvlcyqbhv9jrjxi2wj7j9lfgzbj7y2487lpcgg")))) + "12p7s1fcm1kjvhq2ygi8gs4g8n7yxsw01cwpnjax74apjvijjwpm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -9151,19 +9192,19 @@ requirements.") (define-public texlive-bodeplot (package (name "texlive-bodeplot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bodeplot/" "source/latex/bodeplot/" "tex/latex/bodeplot/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0d90y36pfs11yyn7gjjv6nmd09p618qy33wagpwnrqlcw2f0za22")))) + "10091pf4xvc66l4v870dlx86p5069k2vdfl38ybpa0wk09dakg4f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bodeplot") @@ -9189,12 +9230,12 @@ plots of any transfer function given poles, zeros, and gain. (define-public texlive-bohr (package (name "texlive-bohr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bohr/" "tex/latex/bohr/")))) (file-name (git-file-name name version)) (sha256 @@ -9213,12 +9254,12 @@ convert atomic numbers to element symbols or element names and vice versa.") (define-public texlive-boisik (package (name "texlive-boisik") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/boisik/" "fonts/source/public/boisik/" "fonts/tfm/public/boisik/" @@ -9247,12 +9288,12 @@ fonts. LaTeX support is offered for use with OT1, IL2 and OM* encodings.") (define-public texlive-boldtensors (package (name "texlive-boldtensors") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/boldtensors/" "tex/latex/boldtensors/")))) (file-name (git-file-name name version)) @@ -9273,12 +9314,12 @@ characters.") (define-public texlive-bookdb (package (name "texlive-bookdb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/bookdb/" "doc/bibtex/bookdb/")))) (file-name (git-file-name name version)) (sha256 @@ -9298,12 +9339,12 @@ value, volumes.") (define-public texlive-bookhands (package (name "texlive-bookhands") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/bookhands/" "fonts/afm/public/bookhands/" "fonts/map/dvips/bookhands/" @@ -9337,12 +9378,12 @@ centuries); and Insular Majuscule (6th-9th centuries).") (define-public texlive-booktabs-de (package (name "texlive-booktabs-de") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/booktabs-de/")))) (file-name (git-file-name name version)) (sha256 @@ -9360,12 +9401,12 @@ documentation.") (define-public texlive-booktabs-fr (package (name "texlive-booktabs-fr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/booktabs-fr/")))) (file-name (git-file-name name version)) (sha256 @@ -9383,12 +9424,12 @@ documentation.") (define-public texlive-boondox (package (name "texlive-boondox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/boondox/" "fonts/map/dvips/boondox/" "fonts/tfm/public/boondox/" @@ -9413,12 +9454,12 @@ suitable for maths mode are provided, as are LaTeX support files.") (define-public texlive-borceux (package (name "texlive-borceux") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/borceux/" "tex/generic/borceux/")))) (file-name (git-file-name name version)) @@ -9444,12 +9485,12 @@ south-east, etc.); 12 types and 32 directions are available.") (define-public texlive-bosisio (package (name "texlive-bosisio") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bosisio/" "source/latex/bosisio/" "tex/latex/bosisio/")))) (file-name (git-file-name name version)) @@ -9470,12 +9511,12 @@ south-east, etc.); 12 types and 32 directions are available.") (define-public texlive-bpchem (package (name "texlive-bpchem") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bpchem/" "source/latex/bpchem/" "tex/latex/bpchem/")))) (file-name (git-file-name name version)) @@ -9495,12 +9536,12 @@ the labelling of compounds and reference to labelled compounds.") (define-public texlive-br-lex (package (name "texlive-br-lex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/br-lex/" "tex/latex/br-lex/")))) (file-name (git-file-name name version)) (sha256 @@ -9518,12 +9559,12 @@ purpose is to be an easy-to-use implementation for the end-user.") (define-public texlive-braille (package (name "texlive-braille") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/braille/" "tex/latex/braille/")))) (file-name (git-file-name name version)) (sha256 @@ -9544,12 +9585,12 @@ symbols.") (define-public texlive-brandeis-dissertation (package (name "texlive-brandeis-dissertation") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/brandeis-dissertation/" "source/latex/brandeis-dissertation/" "tex/latex/brandeis-dissertation/")))) @@ -9570,12 +9611,12 @@ School of Arts and Sciences}.") (define-public texlive-brandeis-problemset (package (name "texlive-brandeis-problemset") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/brandeis-problemset/" "tex/latex/brandeis-problemset/")))) (file-name (git-file-name name version)) @@ -9595,12 +9636,12 @@ which require fairly rigorous formatting. This document class, which extends (define-public texlive-brandeis-thesis (package (name "texlive-brandeis-thesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/brandeis-thesis/" "source/latex/brandeis-thesis/" "tex/latex/brandeis-thesis/")))) @@ -9621,12 +9662,12 @@ of Arts and Sciences.") (define-public texlive-breakcites (package (name "texlive-breakcites") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/breakcites/" "tex/latex/breakcites/")))) (file-name (git-file-name name version)) @@ -9650,12 +9691,12 @@ LaTeX 2.09. Neither @code{cite} nor @code{natbib} make this mistake.") (define-public texlive-bropd (package (name "texlive-bropd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bropd/" "source/latex/bropd/" "tex/latex/bropd/")))) (file-name (git-file-name name version)) @@ -9681,12 +9722,12 @@ alternate form.") (define-public texlive-brushscr (package (name "texlive-brushscr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/brushscr/" "dvips/brushscr/" "fonts/afm/public/brushscr/" @@ -9712,12 +9753,12 @@ The package includes the files needed by LaTeX in order to use that font.") (define-public texlive-buctthesis (package (name "texlive-buctthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/buctthesis/" "source/xelatex/buctthesis/" "tex/xelatex/buctthesis/")))) @@ -9737,12 +9778,12 @@ of Chemical Technology, supporting bachelor, master, and doctor theses.") (define-public texlive-burmese (package (name "texlive-burmese") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/burmese/" "fonts/map/dvips/burmese/" "fonts/tfm/public/burmese/" @@ -9781,12 +9822,12 @@ macros.") (define-public texlive-bussproofs-extra (package (name "texlive-bussproofs-extra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bussproofs-extra/" "source/latex/bussproofs-extra/" "tex/latex/bussproofs-extra/")))) @@ -9807,12 +9848,12 @@ entire (sub)deductions.") (define-public texlive-bxbase (package (name "texlive-bxbase") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxbase/" "tex/latex/bxbase/")))) (file-name (git-file-name name version)) (sha256 @@ -9831,12 +9872,12 @@ contains a few user-level commands and is of some use by itself.") (define-public texlive-bxcjkjatype (package (name "texlive-bxcjkjatype") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxcjkjatype/" "tex/latex/bxcjkjatype/")))) (file-name (git-file-name name version)) @@ -9858,13 +9899,13 @@ used with it.") (define-public texlive-bxcoloremoji (package (name "texlive-bxcoloremoji") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxcoloremoji/" "tex/latex/bxcoloremoji/")))) (file-name (git-file-name name version)) @@ -9872,6 +9913,7 @@ used with it.") (base32 "0h4pa9h683rds27ni762hg0arrddzpcb5pmr7r8pvr129cy98rvj")))) (outputs '("out" "doc")) (build-system texlive-build-system) + (propagated-inputs (list texlive-twemojis)) (home-page "https://ctan.org/pkg/bxcoloremoji") (synopsis "Use color emojis more conveniently") (description @@ -9888,12 +9930,12 @@ contains no image data.") (define-public texlive-bxghost (package (name "texlive-bxghost") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxghost/" "tex/latex/bxghost/")))) (file-name (git-file-name name version)) (sha256 @@ -9912,12 +9954,12 @@ pTeX, upTeX, and ApTeX (pTeX-ng).") (define-public texlive-bxjaholiday (package (name "texlive-bxjaholiday") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxjaholiday/" "tex/latex/bxjaholiday/")))) (file-name (git-file-name name version)) @@ -9937,12 +9979,12 @@ in Japanese, is available as a free gift.") (define-public texlive-bxjalipsum (package (name "texlive-bxjalipsum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxjalipsum/" "tex/latex/bxjalipsum/")))) (file-name (git-file-name name version)) @@ -9963,12 +10005,12 @@ language, the package uses some real text in public domain.") (define-public texlive-bxjaprnind (package (name "texlive-bxjaprnind") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxjaprnind/" "tex/latex/bxjaprnind/")))) (file-name (git-file-name name version)) @@ -9988,12 +10030,12 @@ of parentheses accordingly.") (define-public texlive-bxjatoucs (package (name "texlive-bxjatoucs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxjatoucs/" "fonts/tfm/public/bxjatoucs/" "tex/latex/bxjatoucs/")))) @@ -10016,18 +10058,18 @@ set.") (define-public texlive-bxjscls (package (name "texlive-bxjscls") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxjscls/" "source/latex/bxjscls/" "tex/latex/bxjscls/")))) (file-name (git-file-name name version)) (sha256 (base32 - "006sq8p88sxsv54g81kv4yv2vy1nbwj2lk2by53wykrjhjjc8lrg")))) + "0r466ncawk7l8c7ggjb4f3gbawpl4ilva7g0d8rn5j7fw7h20wd3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxjscls") @@ -10043,12 +10085,12 @@ Japanese typesetting.") (define-public texlive-bxorigcapt (package (name "texlive-bxorigcapt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxorigcapt/" "tex/latex/bxorigcapt/")))) (file-name (git-file-name name version)) @@ -10068,12 +10110,12 @@ Babel package.") (define-public texlive-bxwareki (package (name "texlive-bxwareki") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxwareki/" "tex/latex/bxwareki/")))) (file-name (git-file-name name version)) (sha256 @@ -10095,12 +10137,12 @@ years.") (define-public texlive-bytefield (package (name "texlive-bytefield") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bytefield/" "source/latex/bytefield/" "tex/latex/bytefield/")))) @@ -10122,12 +10164,12 @@ a packet or in memory.") (define-public texlive-c-pascal (package (name "texlive-c-pascal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/c-pascal/" "tex/generic/c-pascal/")))) (file-name (git-file-name name version)) @@ -10146,12 +10188,12 @@ in Python, C and Pascal. Program source files may also be input.") (define-public texlive-c90 (package (name "texlive-c90") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/enc/c90/" "fonts/enc/dvips/c90/" "source/fonts/enc/c90/")))) (file-name (git-file-name name version)) @@ -10168,18 +10210,18 @@ in Python, C and Pascal. Program source files may also be input.") (define-public texlive-cahierprof (package (name "texlive-cahierprof") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cahierprof/" "tex/latex/cahierprof/")))) (file-name (git-file-name name version)) (sha256 - (base32 "07zbwnbk2pdzb6rkkivlrmfzyx312p1h6qb9sgjxggnq03zifcmh")))) + (base32 "0ws4gbsk6pxlkgn27hrag8shzwy8zlqyi8kmpn20syr1s1xx5nsv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cahierprof") @@ -10192,12 +10234,12 @@ schedules and grade books.") (define-public texlive-caladea (package (name "texlive-caladea") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/caladea/" "fonts/enc/dvips/caladea/" "fonts/map/dvips/caladea/" @@ -10222,12 +10264,12 @@ the Caladea family of fonts.") (define-public texlive-calculation (package (name "texlive-calculation") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/calculation/" "source/latex/calculation/" "tex/latex/calculation/")))) @@ -10253,12 +10295,12 @@ hints although numbering and commenting is then disabled.") (define-public texlive-calligra (package (name "texlive-calligra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/calligra/" "fonts/source/public/calligra/" "fonts/tfm/public/calligra/")))) @@ -10280,12 +10322,12 @@ provided in the @code{calligra} package in the @code{fundus} bundle.") (define-public texlive-calligra-type1 (package (name "texlive-calligra-type1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/calligra-type1/" "fonts/afm/public/calligra-type1/" "fonts/map/dvips/calligra-type1/" @@ -10306,12 +10348,12 @@ font.") (define-public texlive-cantarell (package (name "texlive-cantarell") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cantarell/" "fonts/enc/dvips/cantarell/" "fonts/map/dvips/cantarell/" @@ -10338,12 +10380,12 @@ package using FontForge from its sources, for full support with Dvips.") (define-public texlive-carlito (package (name "texlive-carlito") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/carlito/" "fonts/enc/dvips/carlito/" "fonts/map/dvips/carlito/" @@ -10368,12 +10410,12 @@ the Carlito family of sans serif fonts, designed by Lukasz Dziedzic.") (define-public texlive-carolmin-ps (package (name "texlive-carolmin-ps") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/carolmin-ps/" "fonts/afm/public/carolmin-ps/" "fonts/map/dvips/carolmin-ps/" @@ -10396,12 +10438,12 @@ originals.") (define-public texlive-cartonaugh (package (name "texlive-cartonaugh") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cartonaugh/" "source/latex/cartonaugh/" "tex/latex/cartonaugh/")))) @@ -10424,12 +10466,12 @@ contains commands for drawing implicants on top of the map.") (define-public texlive-cascade (package (name "texlive-cascade") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cascade/" "source/latex/cascade/" "tex/latex/cascade/")))) (file-name (git-file-name name version)) @@ -10450,12 +10492,12 @@ for the deductions.") (define-public texlive-cascadia-code (package (name "texlive-cascadia-code") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cascadia-code/" "fonts/enc/dvips/cascadia-code/" "fonts/map/dvips/cascadia-code/" @@ -10480,18 +10522,18 @@ the Cascadia Code family of fonts with support for LaTeX and pdfLaTeX.") (define-public texlive-cascadiamono-otf (package (name "texlive-cascadiamono-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cascadiamono-otf/" - "tex/fonts/cascadiamono-otf/")))) + "tex/latex/cascadiamono-otf/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1v27fz7cx68hfcl2ypgs9ddgyac1mnxv10rv82wrqbcd39vxm14q")))) + (base32 "0ihm1xk0hb8pmgaprsqw5yr9yhjdz744pxrcx5f5bvrzg8mkagrj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cascadiamono-otf") @@ -10505,12 +10547,12 @@ but without ligatures.") (define-public texlive-cascadilla (package (name "texlive-cascadilla") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/cascadilla/" "doc/latex/cascadilla/" "tex/latex/cascadilla/")))) @@ -10533,12 +10575,12 @@ conference proceedings.") (define-public texlive-catcodes (package (name "texlive-catcodes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/catcodes/" "source/generic/catcodes/" "tex/generic/catcodes/")))) @@ -10566,12 +10608,12 @@ mechanism. (define-public texlive-causets (package (name "texlive-causets") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/causets/" "tex/latex/causets/")))) (file-name (git-file-name name version)) (sha256 @@ -10591,12 +10633,12 @@ modify a diagram.") (define-public texlive-ccfonts (package (name "texlive-ccfonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ccfonts/" "source/latex/ccfonts/" "tex/latex/ccfonts/")))) (file-name (git-file-name name version)) @@ -10618,12 +10660,12 @@ including AMS fonts (Ulrik Vieth's @code{concmath}).") (define-public texlive-ccool (package (name "texlive-ccool") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ccool/" "source/latex/ccool/" "tex/latex/ccool/")))) (file-name (git-file-name name version)) @@ -10649,12 +10691,12 @@ documents sharing the same notation.") (define-public texlive-cell (package (name "texlive-cell") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/cell/" "doc/latex/cell/" "tex/latex/cell/")))) (file-name (git-file-name name version)) @@ -10674,12 +10716,12 @@ package is also provided.") (define-public texlive-cesenaexam (package (name "texlive-cesenaexam") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cesenaexam/" "source/latex/cesenaexam/" "tex/latex/cesenaexam/")))) @@ -10698,12 +10740,12 @@ package is also provided.") (define-public texlive-cfr-initials (package (name "texlive-cfr-initials") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cfr-initials/" "tex/latex/cfr-initials/")))) (file-name (git-file-name name version)) @@ -10723,12 +10765,12 @@ package.") (define-public texlive-cfr-lm (package (name "texlive-cfr-lm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cfr-lm/" "fonts/enc/dvips/cfr-lm/" "fonts/map/dvips/cfr-lm/" @@ -10739,7 +10781,7 @@ package.") (file-name (git-file-name name version)) (sha256 (base32 - "169wav78cr14d2zrrsfndszbixg4vyvfw3i8rcg9sa7d7821zmmp")))) + "13435h5hx8kqv43vybf5qzg6q90x045qrf5f8clyzc1mlh8z5fmz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -10770,12 +10812,12 @@ by default, say, but tabular lining digits within a particular table.") (define-public texlive-chbibref (package (name "texlive-chbibref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chbibref/" "tex/latex/chbibref/")))) (file-name (git-file-name name version)) (sha256 @@ -10793,12 +10835,12 @@ whichever of @code{\\bibname} and @code{\\refname} is in use.") (define-public texlive-chem-journal (package (name "texlive-chem-journal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/chem-journal/")))) (file-name (git-file-name name version)) (sha256 @@ -10817,12 +10859,12 @@ Chemistry Chemical Physics}.") (define-public texlive-chemarrow (package (name "texlive-chemarrow") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/chemarrow/" "fonts/afm/public/chemarrow/" "fonts/map/dvips/chemarrow/" @@ -10850,12 +10892,12 @@ do Knuth's originals.") (define-public texlive-chembst (package (name "texlive-chembst") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/chembst/" "doc/latex/chembst/" "source/latex/chembst/")))) (file-name (git-file-name name version)) @@ -10879,12 +10921,12 @@ be cited simultaneously.") (define-public texlive-chemcompounds (package (name "texlive-chemcompounds") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chemcompounds/" "source/latex/chemcompounds/" "tex/latex/chemcompounds/")))) @@ -10906,12 +10948,12 @@ generating an odd-looking list of compounds inside the text.") (define-public texlive-chemcono (package (name "texlive-chemcono") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chemcono/" "tex/latex/chemcono/")))) (file-name (git-file-name name version)) (sha256 @@ -10932,12 +10974,12 @@ affect the normal citation routines.") (define-public texlive-chemexec (package (name "texlive-chemexec") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chemexec/" "tex/latex/chemexec/")))) (file-name (git-file-name name version)) (sha256 @@ -10957,12 +10999,12 @@ of solutions.") (define-public texlive-chemformula (package (name "texlive-chemformula") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chemformula/" "tex/latex/chemformula/")))) (file-name (git-file-name name version)) @@ -10983,13 +11025,13 @@ reactions in support of other chemistry packages (such as (define-public texlive-chemformula-ru (package (name "texlive-chemformula-ru") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chemformula-ru/" "tex/latex/chemformula-ru/")))) (file-name (git-file-name name version)) @@ -11010,12 +11052,12 @@ notation or defines a new macro @code{\\Ch} for that purpose.") (define-public texlive-chemgreek (package (name "texlive-chemgreek") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chemgreek/" "tex/latex/chemgreek/")))) (file-name (git-file-name name version)) @@ -11034,12 +11076,12 @@ packages (such as @code{chemmacros}).") (define-public texlive-chemmacros (package (name "texlive-chemmacros") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chemmacros/" "tex/latex/chemmacros/")))) (file-name (git-file-name name version)) @@ -11060,12 +11102,12 @@ newman projections, etc.") (define-public texlive-chemnum (package (name "texlive-chemnum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chemnum/" "tex/latex/chemnum/")))) (file-name (git-file-name name version)) (sha256 @@ -11083,12 +11125,12 @@ compound numbers.") (define-public texlive-chemobabel (package (name "texlive-chemobabel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chemobabel/" "source/latex/chemobabel/" "tex/latex/chemobabel/")))) @@ -11113,12 +11155,12 @@ or @command{ps2eps} (optional; for cropping large margins of PDF/EPS).") (define-public texlive-chemplants (package (name "texlive-chemplants") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chemplants/" "tex/latex/chemplants/")))) (file-name (git-file-name name version)) @@ -11139,12 +11181,12 @@ UNICHIM regulation.") (define-public texlive-chemschemex (package (name "texlive-chemschemex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chemschemex/" "source/latex/chemschemex/" "tex/latex/chemschemex/")))) @@ -11164,12 +11206,12 @@ schemes, and also offers automatic structure referencing.") (define-public texlive-chemsec (package (name "texlive-chemsec") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chemsec/" "source/latex/chemsec/" "tex/latex/chemsec/")))) (file-name (git-file-name name version)) @@ -11191,12 +11233,12 @@ references.") (define-public texlive-chemstyle (package (name "texlive-chemstyle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chemstyle/" "source/latex/chemstyle/" "tex/latex/chemstyle/")))) @@ -11217,12 +11259,12 @@ leading journals. It also provides some handy chemistry-related macros.") (define-public texlive-cherokee (package (name "texlive-cherokee") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cherokee/" "fonts/source/public/cherokee/" "fonts/tfm/public/cherokee/" @@ -11252,12 +11294,12 @@ appropriate character.") (define-public texlive-chess (package (name "texlive-chess") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/chess/" "fonts/source/public/chess/" "fonts/tfm/public/chess/" "tex/latex/chess/")))) @@ -11280,19 +11322,19 @@ notation support), @code{texmate} (for alternative notation support), or (define-public texlive-chess-problem-diagrams (package (name "texlive-chess-problem-diagrams") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chess-problem-diagrams/" "source/latex/chess-problem-diagrams/" "tex/latex/chess-problem-diagrams/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1yikr896j3n7qslhlpb4qyi960icw163qgpj2ql8yij10la5rfg3")))) + "06mckddgc9f0zwl5hygn12hsl23lzgjr0sc001hwziv0dlrqvm27")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chess-problem-diagrams") @@ -11306,12 +11348,12 @@ boards.") (define-public texlive-chessboard (package (name "texlive-chessboard") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chessboard/" "source/latex/chessboard/" "tex/latex/chessboard/")))) @@ -11333,12 +11375,12 @@ pieces (e.g., for fairy chess) is possible.") (define-public texlive-chessfss (package (name "texlive-chessfss") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chessfss/" "fonts/enc/dvips/chessfss/" "source/latex/chessfss/" @@ -11364,12 +11406,12 @@ e.g,. single chess symbols and simple diagrams.") (define-public texlive-chhaya (package (name "texlive-chhaya") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chhaya/" "source/latex/chhaya/" "tex/latex/chhaya/")))) (file-name (git-file-name name version)) @@ -11391,12 +11433,12 @@ given by Mumbai University.") (define-public texlive-chicago (package (name "texlive-chicago") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/chicago/" "tex/latex/chicago/")))) (file-name (git-file-name name version)) (sha256 @@ -11414,12 +11456,12 @@ provided. The style was derived from the @code{newapa} style.") (define-public texlive-chicago-annote (package (name "texlive-chicago-annote") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/chicago-annote/" "doc/bibtex/chicago-annote/")))) (file-name (git-file-name name version)) @@ -11438,12 +11480,12 @@ in place of the original's annotation.") (define-public texlive-chicagoa (package (name "texlive-chicagoa") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/chicagoa/")))) (file-name (git-file-name name version)) (sha256 @@ -11460,13 +11502,13 @@ an annotation field in bibliographies.") (define-public texlive-chicagolinks (package (name "texlive-chicagolinks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/chicagolinks/" "doc/bibtex/chicagolinks/")))) (file-name (git-file-name name version)) @@ -11485,12 +11527,12 @@ fields.") (define-public texlive-chifoot (package (name "texlive-chifoot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chifoot/" "tex/latex/chifoot/")))) (file-name (git-file-name name version)) (sha256 @@ -11510,12 +11552,12 @@ number.") (define-public texlive-chinesechess (package (name "texlive-chinesechess") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chinesechess/" "tex/latex/chinesechess/")))) (file-name (git-file-name name version)) @@ -11534,12 +11576,12 @@ environment for Chinese chess manual writing.") (define-public texlive-chivo (package (name "texlive-chivo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/chivo/" "fonts/enc/dvips/chivo/" "fonts/map/dvips/chivo/" @@ -11566,12 +11608,12 @@ Team.") (define-public texlive-chordbars (package (name "texlive-chordbars") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chordbars/" "tex/latex/chordbars/")))) (file-name (git-file-name name version)) @@ -11593,12 +11635,12 @@ structure by showing the bar count and the repetitions of the patterns.") (define-public texlive-chordbox (package (name "texlive-chordbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chordbox/" "tex/latex/chordbox/")))) (file-name (git-file-name name version)) (sha256 @@ -11618,18 +11660,19 @@ appearance.") (define-public texlive-chronos (package (name "texlive-chronos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chronos/" + "source/latex/chronos/" "tex/latex/chronos/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0fyz2m8iqsna70lds6y2b278b1zn4wxqj3pmpnbnr3q68fw3hpf7")))) + (base32 "0x8vvcbigf92syhqpyb6zc960snvmpxf234irn6b20bdg4nzla8f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chronos") @@ -11644,12 +11687,12 @@ documented examples of each. Memoization works out-of-the-box if the (define-public texlive-chronosys (package (name "texlive-chronosys") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/chronosys/" "tex/generic/chronosys/")))) (file-name (git-file-name name version)) @@ -11668,12 +11711,12 @@ Interfaces for Plain TeX, ConTeXt and LaTeX are provided.") (define-public texlive-chs-physics-report (package (name "texlive-chs-physics-report") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chs-physics-report/" "tex/latex/chs-physics-report/")))) (file-name (git-file-name name version)) @@ -11696,12 +11739,12 @@ only use TeX for mathematics and not typesetting.") (define-public texlive-chscite (package (name "texlive-chscite") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/chscite/" "doc/latex/chscite/" "source/latex/chscite/" "tex/latex/chscite/")))) (file-name (git-file-name name version)) @@ -11721,13 +11764,13 @@ Technology that follows given recommendations.") (define-public texlive-chuushaku (package (name "texlive-chuushaku") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chuushaku/" "tex/latex/chuushaku/")))) (file-name (git-file-name name version)) @@ -11746,12 +11789,12 @@ coordinates, eliminating the need for manual adjustment of note positions.") (define-public texlive-churchslavonic (package (name "texlive-churchslavonic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/churchslavonic/" "tex/latex/churchslavonic/")))) (file-name (git-file-name name version)) @@ -11776,12 +11819,12 @@ to typeset Church Slavonic texts.") (define-public texlive-cinzel (package (name "texlive-cinzel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cinzel/" "fonts/enc/dvips/cinzel/" "fonts/map/dvips/cinzel/" @@ -11811,12 +11854,12 @@ support.") (define-public texlive-citation-style-language (package (name "texlive-citation-style-language") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/citation-style-language/" "doc/man/man1/citeproc-lua.1" "doc/man/man1/citeproc-lua.man1.pdf" @@ -11825,7 +11868,7 @@ support.") (file-name (git-file-name name version)) (sha256 (base32 - "1gd5flkd1ixn7p1xwp6wz258ndv919y3x9xr5dwhjlwqj5w92ax0")))) + "0hswx0q79lkfn6xr4pvlcfq2nl05dlshgs13sqswx28knimvhxk5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "citeproc-lua.lua"))) @@ -11856,12 +11899,12 @@ processor.") (define-public texlive-citeall (package (name "texlive-citeall") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/citeall/" "tex/latex/citeall/")))) (file-name (git-file-name name version)) (sha256 @@ -11879,12 +11922,12 @@ a BibLaTeX (@file{.bbl}) file.") (define-public texlive-citeref (package (name "texlive-citeref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/citeref/" "tex/latex/citeref/")))) (file-name (git-file-name name version)) (sha256 @@ -11900,17 +11943,46 @@ job without using the indexing facilities, and needs no special @code{\\cite}-replacement package.") (license license:bsd-4))) +(define-public texlive-citeright + (package + (name "texlive-citeright") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/citeright/" + "tex/latex/citeright/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1rfbglxgsszxv42ygy3cp4flqslf14xx1x8ycwc60gg312ia4gx5")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/citeright") + (synopsis + "Specify @code{natbib} citations for diverse naming conventions") + (description + "This package provides the command @code{\\citeright} for aliasing +in-text citations and specifying their appearance in the list of references. +It is specifically tailored for use with the @code{natbib} package and is +compatible with citation managers such as BibDesk and JabRef. The package is +intended to provide a means for respecting the diverse naming conventions of +cited authors and, in this way, decolonizing academia.") + (license license:lppl1.3c))) + (define-public texlive-cje (package (name "texlive-cje") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "bibtex/bst/cje/" "doc/latex/cje/" - "tex/latex/cje/")))) + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "bibtex/bst/cje/" "doc/latex/cje/" + "tex/latex/cje/")))) (file-name (git-file-name name version)) (sha256 (base32 @@ -11930,12 +12002,12 @@ the proof authors will receive for approval).") (define-public texlive-cjhebrew (package (name "texlive-cjhebrew") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cjhebrew/" "fonts/afm/public/cjhebrew/" "fonts/enc/dvips/cjhebrew/" @@ -11962,12 +12034,12 @@ in other-language documents.") (define-public texlive-cjk (package (name "texlive-cjk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cjk/" "source/latex/cjk/contrib/wadalab/" "source/latex/cjk/texinput/KS/HLaTeX/" @@ -12003,12 +12075,12 @@ supported.") (define-public texlive-cjk-gs-integrate (package (name "texlive-cjk-gs-integrate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cjk-gs-integrate/" "fonts/misc/cjk-gs-integrate/" "scripts/cjk-gs-integrate/" @@ -12033,12 +12105,12 @@ Ghostscript.") (define-public texlive-cjk-ko (package (name "texlive-cjk-ko") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cjk-ko/" "tex/latex/cjk-ko/")))) (file-name (git-file-name name version)) (sha256 @@ -12059,12 +12131,12 @@ between Latin and CJK characters.") (define-public texlive-cjkpunct (package (name "texlive-cjkpunct") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cjkpunct/" "source/latex/cjkpunct/" "tex/latex/cjkpunct/")))) @@ -12083,12 +12155,12 @@ adjust locations and kerning of CJK punctuation marks.") (define-public texlive-cjkutils (package (name "texlive-cjkutils") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/bg5conv.1" "doc/man/man1/bg5conv.man1.pdf" "doc/man/man1/cef5conv.1" @@ -12172,13 +12244,13 @@ supported.") (define-public texlive-cjs-rcs-article (package (name "texlive-cjs-rcs-article") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/cjs-rcs-article/" "doc/latex/cjs-rcs-article/" @@ -12186,7 +12258,7 @@ supported.") "tex/latex/cjs-rcs-article/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0a5d1dkzcz4vqh9vb3lyv7rxjj8ahj48mx453gx99arvcwdw2fm3")))) + (base32 "08iwrpa9n015pl244jahj6fr9q6gmcrfprg72xyk9hy7vcnkxdm2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cjs-rcs-article") @@ -12201,12 +12273,12 @@ Canadian Journal of Statistics.") (define-public texlive-clara (package (name "texlive-clara") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/clara/" "fonts/enc/dvips/clara/" "fonts/map/dvips/clara/" @@ -12236,12 +12308,12 @@ languages.") (define-public texlive-classicthesis (package (name "texlive-classicthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/classicthesis/" "tex/latex/classicthesis/")))) (file-name (git-file-name name version)) @@ -12262,12 +12334,12 @@ in the bundle are templates to make thesis writing easier.") (define-public texlive-cleanthesis (package (name "texlive-cleanthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cleanthesis/" "tex/latex/cleanthesis/")))) (file-name (git-file-name name version)) @@ -12286,12 +12358,12 @@ documents.") (define-public texlive-clearsans (package (name "texlive-clearsans") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/clearsans/" "fonts/enc/dvips/clearsans/" "fonts/map/dvips/clearsans/" @@ -12303,7 +12375,7 @@ documents.") (file-name (git-file-name name version)) (sha256 (base32 - "1sf84xxvq9rxb3n5nsggfswvdagynnz6clazk86w4k2a5r0qf8yw")))) + "1w692hiwixl4lp1hmiz2n4q72dvja4rqbwinyxxr390f620qxnqb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/clearsans") @@ -12323,12 +12395,12 @@ both TrueType and Type 1 formats.") (define-public texlive-cleveref (package (name "texlive-cleveref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cleveref/" "source/latex/cleveref/" "tex/latex/cleveref/")))) @@ -12356,13 +12428,13 @@ numerically-consecutive labels to a reference range.") (define-public texlive-cleveref-forward (package (name "texlive-cleveref-forward") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cleveref-forward/" "tex/latex/cleveref-forward/")))) @@ -12382,13 +12454,13 @@ the package @code{cleveref}. It is derived from the package (define-public texlive-cleveref-usedon (package (name "texlive-cleveref-usedon") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cleveref-usedon/" "source/latex/cleveref-usedon/" "tex/latex/cleveref-usedon/")))) @@ -12416,12 +12488,12 @@ for the reader of the final text.") (define-public texlive-clrscode (package (name "texlive-clrscode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/clrscode/" "tex/latex/clrscode/")))) (file-name (git-file-name name version)) (sha256 @@ -12442,12 +12514,12 @@ output will look just like the pseudocode in the text.") (define-public texlive-clrscode3e (package (name "texlive-clrscode3e") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/clrscode3e/" "tex/latex/clrscode3e/")))) (file-name (git-file-name name version)) @@ -12469,12 +12541,12 @@ will look just like the pseudocode in the text.") (define-public texlive-cm-mf-extra-bold (package (name "texlive-cm-mf-extra-bold") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "fonts/source/public/cm-mf-extra-bold/" "fonts/tfm/public/cm-mf-extra-bold/")))) (file-name (git-file-name name version)) @@ -12494,12 +12566,12 @@ font distribution), as Metafont base files.") (define-public texlive-cm-unicode (package (name "texlive-cm-unicode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cm-unicode/" "fonts/afm/public/cm-unicode/" "fonts/enc/dvips/cm-unicode/" @@ -12527,12 +12599,12 @@ and LuaTeX.") (define-public texlive-cmathbb (package (name "texlive-cmathbb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cmathbb/" "fonts/enc/dvips/cmathbb/" "fonts/map/dvips/cmathbb/" @@ -12556,12 +12628,12 @@ for the Computer Modern font family in blackboard bold.") (define-public texlive-cmll (package (name "texlive-cmll") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cmll/" "fonts/map/dvips/cmll/" "fonts/source/public/cmll/" @@ -12591,12 +12663,12 @@ series. The font is provided both as Metafont source, and in Adobe Type (define-public texlive-cmpica (package (name "texlive-cmpica") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cmpica/" "fonts/source/public/cmpica/" "fonts/tfm/public/cmpica/")))) @@ -12620,12 +12692,12 @@ fonts are supplied as Metafont source.") (define-public texlive-cmpj (package (name "texlive-cmpj") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/cmpj/" "doc/latex/cmpj/" "tex/latex/cmpj/")))) (file-name (git-file-name name version)) @@ -12646,12 +12718,12 @@ Sciences of Ukraine.") (define-public texlive-cmsrb (package (name "texlive-cmsrb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cmsrb/" "fonts/afm/public/cmsrb/" "fonts/enc/dvips/cmsrb/" @@ -12683,12 +12755,12 @@ modified so that it is now easy to transcribe Latin text to Cyrillic.") (define-public texlive-cmtiup (package (name "texlive-cmtiup") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cmtiup/" "fonts/source/public/cmtiup/" "fonts/tfm/public/cmtiup/" @@ -12697,7 +12769,7 @@ modified so that it is now easy to transcribe Latin text to Cyrillic.") (file-name (git-file-name name version)) (sha256 (base32 - "0cdm10aybgc8ifi11fahl3hb18blmibk08b4b5m8q88150ic563r")))) + "1fk3g9kjmazhfs459hiy8xjdly2zk924j7sn18ik29qp72habis1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -12715,12 +12787,12 @@ provided.") (define-public texlive-cmupint (package (name "texlive-cmupint") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cmupint/" "fonts/afm/public/cmupint/" "fonts/map/dvips/cmupint/" @@ -12745,12 +12817,12 @@ Computer Modern font.") (define-public texlive-cochineal (package (name "texlive-cochineal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cochineal/" "fonts/afm/public/cochineal/" "fonts/enc/dvips/cochineal/" @@ -12780,19 +12852,19 @@ formats.") (define-public texlive-codeanatomy (package (name "texlive-codeanatomy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/codeanatomy/" "source/latex/codeanatomy/" "tex/latex/codeanatomy/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1frkyj86kf9b3n08xlwfndiygllymp2lp7ra82zsnx4xzw1ff4as")))) + "0xhq1l7ifx73ibvjb2mmccnkhsrm47bbf6cy1qrvgpj268dchi5g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/codeanatomy") @@ -12807,12 +12879,12 @@ Interdisciplinary Approach} from Robert Sedgewick and Kevin Wayne.") (define-public texlive-codicefiscaleitaliano (package (name "texlive-codicefiscaleitaliano") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/codicefiscaleitaliano/" "source/latex/codicefiscaleitaliano/" "tex/latex/codicefiscaleitaliano/")))) @@ -12834,12 +12906,12 @@ be useful for lawyers and accountants that use fiscal codes very frequently.") (define-public texlive-coelacanth (package (name "texlive-coelacanth") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/coelacanth/" "fonts/enc/dvips/coelacanth/" "fonts/map/dvips/coelacanth/" @@ -12867,13 +12939,13 @@ family for general book typesetting.") (define-public texlive-collargs (package (name "texlive-collargs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/collargs/" "source/generic/collargs/" "tex/context/third/collargs/" @@ -12906,18 +12978,18 @@ the argument scope of any command whose argument structure conforms to (define-public texlive-collref (package (name "texlive-collref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/collref/" "source/latex/collref/" "tex/latex/collref/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0gvla01fypbdqvjg0zziy4cl2s6z441pvn3s8b45dvz4hy1hkfji")))) + "0wfm8iq1bc0hyk6999cs0i7ksm93pwxbnxsg8kbidymy8l6w6miz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/collref") @@ -12931,18 +13003,18 @@ which always appear in the same sequence in @code{\\cite}, into a single (define-public texlive-colorblind (package (name "texlive-colorblind") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/colorblind/" "tex/latex/colorblind/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0w21drrpmal8iw50kcvik0d2q7sgj7ngqif01iq9xky5xiy1ywx6")))) + (base32 "0mrjx5vdgcq5df4cbjjp01kg79fwk9fzb9qrmai1r24icxcba8bc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/colorblind") @@ -12963,18 +13035,18 @@ process, making it both less cumbersome and less error-prone.") (define-public texlive-coloredbelts (package (name "texlive-coloredbelts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/coloredbelts/" "tex/latex/coloredbelts/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0yc50fy2bgl8w76bwb818nxi1ls4llhpq1rfx18s6xvdycpynvci")))) + (base32 "11c69fa3ikvxi28wl9hb8m6ffpf62n00qy1fx144yf14h30pd3dd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/coloredbelts") @@ -12987,18 +13059,18 @@ colored belts to present skills, for example.") (define-public texlive-coloredtheorem (package (name "texlive-coloredtheorem") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/coloredtheorem/" "tex/latex/coloredtheorem/")))) (file-name (git-file-name name version)) (sha256 - (base32 "11dmvqxs1gij8hrrp5rrwlcfj6vc68j5492r4qqg8nif2aphmhqh")))) + (base32 "0cbx6vaj53jc6vsd6kbgrgxg5ciwjl6q5y9irmc6ay9fq3j1n5hk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/coloredtheorem") @@ -13011,12 +13083,12 @@ colored belts to present skills, for example.") (define-public texlive-colorsep (package (name "texlive-colorsep") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "dvips/colorsep/")))) (file-name (git-file-name name version)) (sha256 @@ -13032,12 +13104,12 @@ colored belts to present skills, for example.") (define-public texlive-comfortaa (package (name "texlive-comfortaa") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/comfortaa/" "fonts/enc/dvips/comfortaa/" "fonts/map/dvips/comfortaa/" @@ -13063,12 +13135,12 @@ includes both the TrueType fonts, and conversions to Adobe Type 1 format.") (define-public texlive-comicneue (package (name "texlive-comicneue") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/comicneue/" "fonts/enc/dvips/comicneue/" "fonts/map/dvips/comicneue/" @@ -13094,12 +13166,12 @@ and also has converted Type1 files for pdfTeX users.") (define-public texlive-commath (package (name "texlive-commath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/commath/" "tex/latex/commath/")))) (file-name (git-file-name name version)) (sha256 @@ -13118,12 +13190,12 @@ domain and range, and function operation) and various reference commands.") (define-public texlive-commutative-diagrams (package (name "texlive-commutative-diagrams") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/commutative-diagrams/" "tex/context/third/commutative-diagrams/" "tex/generic/commutative-diagrams/" @@ -13145,12 +13217,12 @@ easy to design, parse and tweak.") (define-public texlive-compactbib (package (name "texlive-compactbib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/latex/compactbib/")))) (file-name (git-file-name name version)) (sha256 @@ -13167,12 +13239,12 @@ title, after the main bibliography.") (define-public texlive-compare (package (name "texlive-compare") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/generic/compare/")))) (file-name (git-file-name name version)) (sha256 @@ -13191,12 +13263,12 @@ is alphabetic, using ASCII collating order.") (define-public texlive-complexity (package (name "texlive-complexity") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/complexity/" "tex/latex/complexity/")))) (file-name (git-file-name name version)) @@ -13218,13 +13290,13 @@ basic, most commonly used ones).") (define-public texlive-complexpolylongdiv (package (name "texlive-complexpolylongdiv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/complexpolylongdiv/" "source/latex/complexpolylongdiv/" @@ -13244,12 +13316,12 @@ polynomial long division.") (define-public texlive-computational-complexity (package (name "texlive-computational-complexity") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/computational-complexity/" "doc/latex/computational-complexity/" "source/latex/computational-complexity/" @@ -13272,12 +13344,12 @@ a set of theorem definitions, an algorithm environment, and more.") (define-public texlive-concmath (package (name "texlive-concmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/concmath/" "source/latex/concmath/" "tex/latex/concmath/")))) @@ -13298,12 +13370,12 @@ math fonts using parameters from Concrete Roman text fonts.") (define-public texlive-concmath-fonts (package (name "texlive-concmath-fonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/concmath-fonts/" "fonts/source/public/concmath-fonts/" "fonts/tfm/public/concmath-fonts/")))) @@ -13326,19 +13398,19 @@ LaTeX support is offered by the @code{concmath} package.") (define-public texlive-concmath-otf (package (name "texlive-concmath-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/concmath-otf/" "fonts/opentype/public/concmath-otf/" "tex/latex/concmath-otf/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1s7bzc14jmhd9zsmicz69yzj2kmzhkrb4x4v93xjdfd6fg9wbpkl")))) + "1ys7hijnm6kayrdpdsiyq6vfp3j753g375drszmp20ibgx9mjs5v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/concmath-otf") @@ -13353,12 +13425,12 @@ engines.") (define-public texlive-concrete (package (name "texlive-concrete") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/concrete/" "fonts/source/public/concrete/" "fonts/tfm/public/concrete/")))) @@ -13384,12 +13456,12 @@ the @code{ecc} fonts are part of the @code{cm-super} bundle.") (define-public texlive-confproc (package (name "texlive-confproc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/confproc/" "doc/latex/confproc/" "makeindex/confproc/" "source/latex/confproc/" @@ -13411,12 +13483,12 @@ some scripts for generating conference proceedings.") (define-public texlive-conteq (package (name "texlive-conteq") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/conteq/" "source/latex/conteq/" "tex/latex/conteq/")))) (file-name (git-file-name name version)) @@ -13436,12 +13508,12 @@ the equalities are provided, and the user may define their own.") (define-public texlive-convbkmk (package (name "texlive-convbkmk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/convbkmk/" "scripts/convbkmk/")))) (file-name (git-file-name name version)) (sha256 @@ -13462,12 +13534,12 @@ files created by pLaTeX or upLaTeX, using @code{hyperref}.") (define-public texlive-cookingsymbols (package (name "texlive-cookingsymbols") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cookingsymbols/" "fonts/source/public/cookingsymbols/" "fonts/tfm/public/cookingsymbols/" @@ -13492,12 +13564,12 @@ defined using Metafont.") (define-public texlive-cooperhewitt (package (name "texlive-cooperhewitt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cooperhewitt/" "fonts/enc/dvips/cooperhewitt/" "fonts/map/dvips/cooperhewitt/" @@ -13522,18 +13594,18 @@ modified-geometric curves and arches, by Chester Jenkins.") (define-public texlive-cora-macs (package (name "texlive-cora-macs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cora-macs/" "tex/latex/cora-macs/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0lgmsykfivvq6ixs9frjclih3jhq7qjd03wf20zkgb2rwafl8cgx")))) + (base32 "08w7skfbddyrmbqscv0wdqmqm15gdwww60a2b53p0xdfhkq7kq6b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cora-macs") @@ -13550,12 +13622,12 @@ documenting complex mathematical objects and operations.") (define-public texlive-cormorantgaramond (package (name "texlive-cormorantgaramond") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cormorantgaramond/" "fonts/enc/dvips/cormorantgaramond/" "fonts/map/dvips/cormorantgaramond/" @@ -13582,12 +13654,12 @@ italics.") (define-public texlive-correctmathalign (package (name "texlive-correctmathalign") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/correctmathalign/" "tex/latex/correctmathalign/")))) (file-name (git-file-name name version)) @@ -13606,18 +13678,18 @@ mathematical environments.") (define-public texlive-couleurs-fr (package (name "texlive-couleurs-fr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/couleurs-fr/" "tex/latex/couleurs-fr/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0nkp76z0ar3hjyrw4ydq177bm27giz69f68jf1gcrb246aid0bj4")))) + (base32 "0jipi8i5r5vphlyziziqgw5zvsx3nzb6qhz258rgj3y06b638yqj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/couleurs-fr") @@ -13630,13 +13702,13 @@ mathematical environments.") (define-public texlive-count1to (package (name "texlive-count1to") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/count1to/" "source/latex/count1to/" "tex/latex/count1to/")))) @@ -13659,13 +13731,13 @@ values can be used to select pages with some drivers.") (define-public texlive-counterz (package (name "texlive-counterz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/counterz/" "source/latex/counterz/" "tex/latex/counterz/")))) @@ -13686,12 +13758,12 @@ counter values for future typesetting.") (define-public texlive-countriesofeurope (package (name "texlive-countriesofeurope") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/countriesofeurope/" "fonts/afm/public/countriesofeurope/" "fonts/enc/dvips/countriesofeurope/" @@ -13718,12 +13790,12 @@ is at the same cartographic scale.") (define-public texlive-courier-scaled (package (name "texlive-courier-scaled") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/courier-scaled/" "tex/latex/courier-scaled/")))) (file-name (git-file-name name version)) @@ -13743,12 +13815,12 @@ for sans serif).") (define-public texlive-courierten (package (name "texlive-courierten") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/courierten/" "fonts/enc/dvips/courierten/" "fonts/map/dvips/courierten/" @@ -13773,18 +13845,18 @@ conversion as well.") (define-public texlive-covington (package (name "texlive-covington") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/covington/" "tex/latex/covington/")))) (file-name (git-file-name name version)) (sha256 (base32 - "16ba3mzahkaza69a92mqrnrr7jx6r9alcwxgma03pppblfkz3k3q")))) + "13qj9n5jqis9qqlrqdqacm5byj5ljvabzvmmc0wwgg4b4zp9ldl3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/covington") @@ -13798,12 +13870,12 @@ translations), Discourse Representation Structures, and example numbering.") (define-public texlive-cquthesis (package (name "texlive-cquthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/cquthesis/" "doc/latex/cquthesis/" "source/latex/cquthesis/" @@ -13825,18 +13897,18 @@ grace and speed.") (define-public texlive-create-theorem (package (name "texlive-create-theorem") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/create-theorem/" "tex/latex/create-theorem/")))) (file-name (git-file-name name version)) (sha256 (base32 - "082nyap4kp7mrl06qbl9lar1x3gs9m4f2zjjbzwkn3fjyng40pfa")))) + "1aqn0zns20ai850fwms3mi32h76iah1xay3j9my73hwni47p9rbs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-crefthe)) @@ -13853,12 +13925,12 @@ adapt to the language settings.") (define-public texlive-crefthe (package (name "texlive-crefthe") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/crefthe/" "tex/latex/crefthe/")))) (file-name (git-file-name name version)) (sha256 @@ -13880,18 +13952,18 @@ the article contractions in many European languages).") (define-public texlive-creationboites (package (name "texlive-creationboites") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/creationboites/" "tex/latex/creationboites/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0d207i32niy8shlq0f2ap5yc4agh4zhyh88rjqk887zkzxlxffa5")))) + (base32 "0l8ghlkf1rmnn9qi7m0bqp3hlirwidsgl9a34mn00cxsk029q6m3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/creationboites") @@ -13905,12 +13977,12 @@ some of its parameters.") (define-public texlive-crimson (package (name "texlive-crimson") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/crimson/" "fonts/enc/dvips/crimson/" "fonts/map/dvips/crimson/" @@ -13935,12 +14007,12 @@ the Crimson family of fonts, designed by Sebastian Kosch.") (define-public texlive-crimsonpro (package (name "texlive-crimsonpro") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/crimsonpro/" "fonts/enc/dvips/crimsonpro/" "fonts/map/dvips/crimsonpro/" @@ -13966,18 +14038,18 @@ includes eight weights and italics for each weight.") (define-public texlive-crossrefenum (package (name "texlive-crossrefenum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/crossrefenum/" "tex/generic/crossrefenum/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0vv963kfibrnlq0lr88hl6iziyw0b74a15fhjg88lrifyzdiv281")))) + "1pyhxnzx0w7akyh6p9f4fywi01aqmbgnm70d1xd4qbwv82wd6ljn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/crossrefenum") @@ -14006,12 +14078,12 @@ ConTeXt and LaTeX.") (define-public texlive-crossrefware (package (name "texlive-crossrefware") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/bbl2bib.1" "doc/man/man1/bbl2bib.man1.pdf" "doc/man/man1/bibdoiadd.1" @@ -14030,7 +14102,7 @@ ConTeXt and LaTeX.") (file-name (git-file-name name version)) (sha256 (base32 - "09rqvsf2lgb75z83295qf7h0pnlbgvm3l8p41qlbgymm9505jid0")))) + "0hqlqb07c28r25idk9j9n49sm9zzk2k2x7225hgf7ydmnn8c2806")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -14071,19 +14143,19 @@ submitting to @url{crossref.org}. (define-public texlive-crossword (package (name "texlive-crossword") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/crossword/" "source/latex/crossword/" "tex/latex/crossword/")))) (file-name (git-file-name name version)) (sha256 (base32 - "134103kkrill6dlql3j9lyx4k7avmv1gmdcri4zrqdrwgh6bv6bd")))) + "02dd800nmf44f364r03hb71j992vfmscw2pwr3y8lxj88lnjvyza")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/crossword") @@ -14115,12 +14187,12 @@ separated by thick lines. (define-public texlive-crosswrd (package (name "texlive-crosswrd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/crosswrd/" "source/latex/crosswrd/" "tex/latex/crosswrd/")))) @@ -14140,12 +14212,12 @@ assists the composer ensure that the grid all goes together properly.") (define-public texlive-cryptocode (package (name "texlive-cryptocode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cryptocode/" "source/latex/cryptocode/" "tex/latex/cryptocode/")))) @@ -14170,12 +14242,12 @@ game-based proofs or black-box reductions.") (define-public texlive-cryst (package (name "texlive-cryst") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cryst/" "fonts/afm/public/cryst/" "fonts/source/public/cryst/" "fonts/tfm/public/cryst/" @@ -14198,12 +14270,12 @@ source.") (define-public texlive-csassignments (package (name "texlive-csassignments") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/csassignments/" "source/latex/csassignments/" "tex/latex/csassignments/")))) @@ -14227,13 +14299,13 @@ as well as several macros for easier math mode usage.") (define-public texlive-culmus (package (name "texlive-culmus") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/culmus/" "fonts/afm/public/culmus/" "fonts/enc/dvips/culmus/" @@ -14263,12 +14335,12 @@ encoding, from the @code{hebrew-fonts} package.") (define-public texlive-cuprum (package (name "texlive-cuprum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cuprum/" "fonts/map/dvips/cuprum/" "fonts/tfm/public/cuprum/" @@ -14289,12 +14361,12 @@ encoding, from the @code{hebrew-fonts} package.") (define-public texlive-custom-bib (package (name "texlive-custom-bib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/custom-bib/" "source/latex/custom-bib/" "tex/latex/custom-bib/")))) @@ -14326,12 +14398,12 @@ application. It includes support for the Harvard style of citations.") (define-public texlive-customdice (package (name "texlive-customdice") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/customdice/" "source/latex/customdice/" "tex/latex/customdice/")))) @@ -14353,18 +14425,18 @@ to dice faces; control over colouring; control over sizing.") (define-public texlive-customenvs (package (name "texlive-customenvs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/customenvs/" "tex/latex/customenvs/")))) (file-name (git-file-name name version)) (sha256 - (base32 "12mjzmj21fg2rgy1sqyd1v1bdxy47zdsmssmxmschgv6d7f4yhx4")))) + (base32 "0fwk7j8x8kd2rfyzv9zmhfgwg8rka9b9qpz44pkakkc8s8bkyd7n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/customenvs") @@ -14377,12 +14449,12 @@ with chosen items, ...) based on existing environments.") (define-public texlive-cvss (package (name "texlive-cvss") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cvss/" "source/latex/cvss/" "tex/latex/cvss/")))) (file-name (git-file-name name version)) @@ -14405,12 +14477,12 @@ Environmental scores will be part of a future release.") (define-public texlive-cweb-old (package (name "texlive-cweb-old") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/plain/cweb-old/")))) (file-name (git-file-name name version)) (sha256 @@ -14426,12 +14498,12 @@ Environmental scores will be part of a future release.") (define-public texlive-dad (package (name "texlive-dad") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/dad/" "fonts/afm/public/dad/" "fonts/map/dvips/dad/" @@ -14459,12 +14531,12 @@ situation.") (define-public texlive-dancers (package (name "texlive-dancers") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "fonts/source/public/dancers/" "fonts/tfm/public/dancers/")))) (file-name (git-file-name name version)) @@ -14493,12 +14565,12 @@ distributed as Metafont source.") (define-public texlive-dashrule (package (name "texlive-dashrule") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dashrule/" "source/latex/dashrule/" "tex/latex/dashrule/")))) @@ -14522,13 +14594,13 @@ are fully compatible with every @code{LaTeX} back-end processor.") (define-public texlive-dashrulex (package (name "texlive-dashrulex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dashrulex/" "tex/latex/dashrulex/")))) (file-name (git-file-name name version)) @@ -14548,12 +14620,12 @@ package.") (define-public texlive-dantelogo (package (name "texlive-dantelogo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/dantelogo/" "fonts/enc/dvips/dantelogo/" "fonts/map/dvips/dantelogo/" @@ -14580,19 +14652,19 @@ provides an interface for LuaLaTeX, XeLaTeX, and pdfLaTeX.") (define-public texlive-dccpaper (package (name "texlive-dccpaper") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dccpaper/" "source/latex/dccpaper/" "tex/latex/dccpaper/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1fqdf56pmcfcl2zcr711qky4anl0pplc3m28fjfbbc3zbll7pm9m")))) + "0bx96vmcx82y3647mkbi0s2qspyb9sbzazriya2a9jjwvf8ni7ss")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dccpaper") @@ -14610,12 +14682,12 @@ Digital Curation Conference, beginning with the 2015 conference.") (define-public texlive-decision-table (package (name "texlive-decision-table") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/decision-table/" "source/latex/decision-table/" "tex/latex/decision-table/")))) @@ -14643,19 +14715,19 @@ multiple DMN tables in one table/figure environment.") (define-public texlive-defoldfonts (package (name "texlive-defoldfonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/defoldfonts/" "source/latex/defoldfonts/" "tex/latex/defoldfonts/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0arzvd8dqnybp9mph1kbpv6nbvc7bzyqprncf29g60vmzcslv80m")))) + (base32 "08907p404d0nzqccnv6rx8xxss6cgwhmargl22qz04yfbqz1vawd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/defoldfonts") @@ -14670,18 +14742,18 @@ command @code{\\sfb}.") (define-public texlive-dejavu-otf (package (name "texlive-dejavu-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/dejavu-otf/" "tex/latex/dejavu-otf/")))) (file-name (git-file-name name version)) (sha256 (base32 - "171mnygvm5984v5cpgh91vaw2fv2rh42098bvbx9i9k01348ry4d")))) + "03r8z5il466z78w6rh3797wckai2a6jw2m7zpdkqlm76k0h7frbm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dejavu-otf") @@ -14694,12 +14766,12 @@ project and the OpenType version of the TeXGyre Math.") (define-public texlive-delim (package (name "texlive-delim") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/delim/" "source/latex/delim/" "tex/latex/delim/")))) (file-name (git-file-name name version)) @@ -14718,12 +14790,12 @@ of @code{\\big} commands and the like.") (define-public texlive-delimseasy (package (name "texlive-delimseasy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/delimseasy/" "tex/latex/delimseasy/")))) (file-name (git-file-name name version)) @@ -14745,19 +14817,19 @@ default.") (define-public texlive-delimset (package (name "texlive-delimset") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/delimset/" "source/latex/delimset/" "tex/latex/delimset/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1xygc60m27x81id2mv8v9ixrwwx3zqrn5k1piz5vqiry6xjqfikp")))) + "13a9vyd8bljd27pbq6a9n1rdnqrdg51azvzg8fpg4l8zphmdsli0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/delimset") @@ -14771,19 +14843,19 @@ delimiters in math mode whose size can be adjusted conveniently.") (define-public texlive-denisbdoc (package (name "texlive-denisbdoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/denisbdoc/" "source/latex/denisbdoc/" "tex/latex/denisbdoc/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0ypd5xl3psg11jss9n7g1qihd7rag480j63wxkvgifhi4kainypc")))) + "1yz9lwc4ixp2ycqdw21qa23zbyr1dazwylw8hyj2h0dbqzbx9amg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/denisbdoc") @@ -14795,12 +14867,12 @@ delimiters in math mode whose size can be adjusted conveniently.") (define-public texlive-derivative (package (name "texlive-derivative") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/derivative/" "tex/latex/derivative/")))) (file-name (git-file-name name version)) @@ -14829,12 +14901,12 @@ a consistent naming scheme making them easy to use and understand.") (define-public texlive-diadia (package (name "texlive-diadia") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/diadia/" "scripts/diadia/" "tex/latex/diadia/")))) (file-name (git-file-name name version)) @@ -14861,12 +14933,12 @@ medication charts and info boxes.") (define-public texlive-diagbox (package (name "texlive-diagbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/diagbox/" "source/latex/diagbox/" "tex/latex/diagbox/")))) (file-name (git-file-name name version)) @@ -14889,12 +14961,12 @@ package, which it supersedes.") (define-public texlive-dice (package (name "texlive-dice") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/dice/" "fonts/source/public/dice/" "fonts/tfm/public/dice/")))) @@ -14915,12 +14987,12 @@ or with various 3D effects.") (define-public texlive-dictsym (package (name "texlive-dictsym") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/dictsym/" "fonts/afm/public/dictsym/" "fonts/map/dvips/dictsym/" @@ -14946,13 +15018,13 @@ package makes the symbols accessible as LaTeX commands.") (define-public texlive-didactic (package (name "texlive-didactic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/didactic/" "source/latex/didactic/" "tex/latex/didactic/")))) @@ -14979,18 +15051,18 @@ with @code{memoir} to produce notes and handouts from the same source.") (define-public texlive-didec (package (name "texlive-didec") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/didec/" "tex/latex/didec/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0c3z7bn812gn5mx2mfk3lkrn8v1j2kkmm2ir2s27kk8ajx0q7i49")))) + (base32 "12daip40fnhmzphf8fx8hxkhv962nk1n259b51b6sdkqmp87rmi4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/didec") @@ -15004,12 +15076,12 @@ The intended use case is (personal) bookkeeping.") (define-public texlive-din1505 (package (name "texlive-din1505") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/din1505/" "doc/latex/din1505/")))) (file-name (git-file-name name version)) (sha256 @@ -15029,12 +15101,12 @@ The intended use case is (personal) bookkeeping.") (define-public texlive-dingbat (package (name "texlive-dingbat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/dingbat/" "fonts/source/public/dingbat/" "fonts/tfm/public/dingbat/" @@ -15058,18 +15130,18 @@ bundle.") (define-public texlive-diffcoeff (package (name "texlive-diffcoeff") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/diffcoeff/" "tex/latex/diffcoeff/")))) (file-name (git-file-name name version)) (sha256 (base32 - "01x16jh9d69pa085ib0di6x3vbgmz722byw73d0kjj8fpr4z4pnj")))) + "033kbmy2sh3dc2h17pwd0pcxi72naihdk80cdqsvs4b6zxwcs1sx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/diffcoeff") @@ -15088,12 +15160,12 @@ extending to differentials (including simple line elements) and jacobians.") (define-public texlive-digiconfigs (package (name "texlive-digiconfigs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/digiconfigs/" "tex/latex/digiconfigs/")))) (file-name (git-file-name name version)) @@ -15115,12 +15187,12 @@ configurations.") (define-public texlive-dijkstra (package (name "texlive-dijkstra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dijkstra/" "tex/latex/dijkstra/")))) (file-name (git-file-name name version)) (sha256 @@ -15140,12 +15212,12 @@ path are stored in macros.") (define-public texlive-dinat (package (name "texlive-dinat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/dinat/" "doc/bibtex/dinat/")))) (file-name (git-file-name name version)) (sha256 @@ -15164,12 +15236,12 @@ parts 2 and 3.") (define-public texlive-dirtree (package (name "texlive-dirtree") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/dirtree/" "source/generic/dirtree/" "tex/generic/dirtree/")))) @@ -15191,12 +15263,12 @@ TeX and with LaTeX.") (define-public texlive-disser (package (name "texlive-disser") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/disser/" "makeindex/disser/" "source/latex/disser/" "tex/latex/disser/")))) (file-name (git-file-name name version)) @@ -15219,12 +15291,12 @@ R 7.0.11-2011, are provided.") (define-public texlive-dithesis (package (name "texlive-dithesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dithesis/" "tex/latex/dithesis/")))) (file-name (git-file-name name version)) (sha256 @@ -15244,12 +15316,12 @@ with XeLaTeX.") (define-public texlive-dk-bib (package (name "texlive-dk-bib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/dk-bib/" "bibtex/bst/dk-bib/" "bibtex/csf/dk-bib/" @@ -15275,12 +15347,12 @@ comes with a couple of Danish sorting order files for BibTeX8.") (define-public texlive-dnp (package (name "texlive-dnp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "fonts/sfd/dnp/")))) (file-name (git-file-name name version)) (sha256 @@ -15296,12 +15368,12 @@ comes with a couple of Danish sorting order files for BibTeX8.") (define-public texlive-docbytex (package (name "texlive-docbytex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/docbytex/" "tex/generic/docbytex/")))) (file-name (git-file-name name version)) @@ -15322,12 +15394,12 @@ programming languages.") (define-public texlive-doipubmed (package (name "texlive-doipubmed") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/doipubmed/" "source/latex/doipubmed/" "tex/latex/doipubmed/")))) @@ -15348,13 +15420,13 @@ bibliographies. A @code{LaTeX2HTML} style file is also provided.") (define-public texlive-domaincoloring (package (name "texlive-domaincoloring") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/domaincoloring/" "tex/lualatex/domaincoloring/")))) @@ -15377,12 +15449,12 @@ point in the complex plane.") (define-public texlive-domitian (package (name "texlive-domitian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/domitian/" "fonts/enc/dvips/domitian/" "fonts/map/dvips/domitian/" @@ -15412,12 +15484,12 @@ has been improved.") (define-public texlive-dosepsbin (package (name "texlive-dosepsbin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/dosepsbin.1" "doc/man/man1/dosepsbin.man1.pdf" "doc/support/dosepsbin/" @@ -15447,12 +15519,12 @@ a file, in particular providing a text'-form EPS file for use with (La)TeX.") (define-public texlive-doublestroke (package (name "texlive-doublestroke") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/doublestroke/" "fonts/map/dvips/doublestroke/" "fonts/source/public/doublestroke/" @@ -15480,12 +15552,12 @@ use are provided.") (define-public texlive-dowith (package (name "texlive-dowith") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/dowith/" "source/generic/dowith/" "tex/generic/dowith/")))) @@ -15507,24 +15579,25 @@ work with other formats as well.") (define-public texlive-dozenal (package (name "texlive-dozenal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/dozenal/" "fonts/afm/public/dozenal/" "fonts/map/dvips/dozenal/" "fonts/source/public/dozenal/" "fonts/tfm/public/dozenal/" "fonts/type1/public/dozenal/" + "source/dozenal/" "source/fonts/dozenal/" "tex/latex/dozenal/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0fhdcnpjpfxaqshddw6vxy0f8c1c3yn8p11aab8fkhnfg3pnllck")))) + "0g7jfpsxybar09w4c9wpw96byvc0g542gasyqr2wq5s6j90pbx24")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -15544,12 +15617,12 @@ as Metafont source and in Adobe Type 1 format.") (define-public texlive-dramatist (package (name "texlive-dramatist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dramatist/" "source/latex/dramatist/" "tex/latex/dramatist/")))) @@ -15572,13 +15645,13 @@ a ``dramatis personae'' list.") (define-public texlive-drawing-with-metapost (package (name "texlive-drawing-with-metapost") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/drawing-with-metapost/")))) (file-name (git-file-name name version)) (sha256 @@ -15596,12 +15669,12 @@ with MetaPost, complete with source code as inspiration and examples.") (define-public texlive-drawmatrix (package (name "texlive-drawmatrix") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/drawmatrix/" "source/latex/drawmatrix/" "tex/latex/drawmatrix/")))) @@ -15622,12 +15695,12 @@ triangular, or banded matrices.") (define-public texlive-drawstack (package (name "texlive-drawstack") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/drawstack/" "tex/latex/drawstack/")))) (file-name (git-file-name name version)) @@ -15647,12 +15720,12 @@ top of TikZ.") (define-public texlive-droit-fr (package (name "texlive-droit-fr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/droit-fr/" "tex/latex/droit-fr/")))) (file-name (git-file-name name version)) (sha256 @@ -15672,12 +15745,12 @@ documentation. The class assumes use of Biber and BibLaTeX.") (define-public texlive-drm (package (name "texlive-drm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/drm/" "fonts/afm/public/drm/" "fonts/map/dvips/drm/" @@ -15711,12 +15784,12 @@ fonts, along with an extremely flexible ellipsis package.") (define-public texlive-droid (package (name "texlive-droid") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/droid/" "fonts/enc/dvips/droid/" "fonts/map/dvips/droid/" @@ -15750,12 +15823,12 @@ bundle includes the fonts in both TrueType and Adobe Type 1 formats.") (define-public texlive-dsptricks (package (name "texlive-dsptricks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dsptricks/" "tex/latex/dsptricks/")))) (file-name (git-file-name name version)) @@ -15780,12 +15853,12 @@ supports DSP block diagrams.") (define-public texlive-dsserif (package (name "texlive-dsserif") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/dsserif/" "fonts/afm/public/dsserif/" "fonts/map/dvips/dsserif/" @@ -15811,12 +15884,12 @@ starting from a Courier-like base.") (define-public texlive-duerer (package (name "texlive-duerer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/duerer/" "fonts/source/public/duerer/" "fonts/tfm/public/duerer/")))) @@ -15839,12 +15912,12 @@ support is available in the @code{duerer-latex} bundle.") (define-public texlive-duerer-latex (package (name "texlive-duerer-latex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/duerer-latex/" "tex/latex/duerer-latex/")))) (file-name (git-file-name name version)) @@ -15863,12 +15936,12 @@ using their standard fontname names.") (define-public texlive-dutchcal (package (name "texlive-dutchcal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/dutchcal/" "fonts/afm/public/dutchcal/" "fonts/map/dvips/dutchcal/" @@ -15892,12 +15965,12 @@ adding a bold version. LaTeX support files are included.") (define-public texlive-dvgloss (package (name "texlive-dvgloss") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dvgloss/" "source/latex/dvgloss/" "tex/latex/dvgloss/")))) (file-name (git-file-name name version)) @@ -15916,12 +15989,12 @@ text --- useful, for instance, for typing linguistics papers.") (define-public texlive-dyntree (package (name "texlive-dyntree") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dyntree/" "source/latex/dyntree/" "tex/latex/dyntree/")))) (file-name (git-file-name name version)) @@ -15945,12 +16018,12 @@ simple roots.") (define-public texlive-e-french (package (name "texlive-e-french") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/e-french/" "makeindex/e-french/" "tex/generic/e-french/")))) @@ -15972,12 +16045,12 @@ Gaulle (now deceased), under a free licence. It replaces the old full (define-public texlive-ean (package (name "texlive-ean") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/ean/" "tex/generic/ean/")))) (file-name (git-file-name name version)) (sha256 @@ -15993,12 +16066,12 @@ Gaulle (now deceased), under a free licence. It replaces the old full (define-public texlive-easing (package (name "texlive-easing") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/easing/" "source/latex/easing/" "tex/latex/easing/")))) @@ -16018,12 +16091,12 @@ to the PGF mathematical engine.") (define-public texlive-ebgaramond (package (name "texlive-ebgaramond") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ebgaramond/" "fonts/enc/dvips/ebgaramond/" "fonts/map/dvips/ebgaramond/" @@ -16050,12 +16123,12 @@ are provided.") (define-public texlive-ebgaramond-maths (package (name "texlive-ebgaramond-maths") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ebgaramond-maths/" "fonts/enc/dvips/ebgaramond-maths/" "fonts/map/dvips/ebgaramond-maths/" @@ -16078,12 +16151,12 @@ mathematics.") (define-public texlive-ebook (package (name "texlive-ebook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ebook/" "tex/latex/ebook/")))) (file-name (git-file-name name version)) (sha256 @@ -16102,12 +16175,12 @@ ebook-readers.") (define-public texlive-ebsthesis (package (name "texlive-ebsthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ebsthesis/" "source/latex/ebsthesis/" "tex/latex/ebsthesis/")))) @@ -16129,12 +16202,12 @@ School.") (define-public texlive-ecc (package (name "texlive-ecc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ecc/" "fonts/source/public/ecc/" "fonts/tfm/public/ecc/")))) (file-name (git-file-name name version)) @@ -16157,12 +16230,12 @@ available as part of the @code{cm-super} font bundle.") (define-public texlive-ecltree (package (name "texlive-ecltree") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ecltree/" "tex/latex/ecltree/")))) (file-name (git-file-name name version)) (sha256 @@ -16181,12 +16254,12 @@ macros. A chunk may have a @code{bundle} environment inside it.") (define-public texlive-eco (package (name "texlive-eco") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/eco/" "fonts/tfm/public/eco/" "fonts/vf/public/eco/" "source/fonts/eco/" "tex/latex/eco/")))) @@ -16208,12 +16281,12 @@ families as well, e.g., PostScript fonts, try @code{altfont}.") (define-public texlive-ecobiblatex (package (name "texlive-ecobiblatex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ecobiblatex/" "tex/latex/ecobiblatex/")))) (file-name (git-file-name name version)) @@ -16233,18 +16306,18 @@ BibLaTeX in the style of the @emph{Global Ecology and Biogeography} journal.") (define-public texlive-econ-bst (package (name "texlive-econ-bst") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/econ-bst/" "doc/bibtex/econ-bst/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1zs07qznvz8hwlinacaas6lpyc6l2zmpcc1m3xxdkszl95xfc3md")))) + "1knk4g4cd9p5igrpmsnz9vsz82qwzp6fyawvp4qwr8f5jczmh088")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/econ-bst") @@ -16259,12 +16332,12 @@ proposed by Ray Robson (2018)") (define-public texlive-econometrics (package (name "texlive-econometrics") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/econometrics/" "tex/latex/econometrics/")))) (file-name (git-file-name name version)) @@ -16287,12 +16360,12 @@ statistical operators.") (define-public texlive-economic (package (name "texlive-economic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/economic/" "doc/bibtex/economic/" "tex/latex/economic/")))) (file-name (git-file-name name version)) @@ -16317,12 +16390,12 @@ provide variations of author-date styles of presentation.") (define-public texlive-ecothesis (package (name "texlive-ecothesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ecothesis/")))) (file-name (git-file-name name version)) (sha256 @@ -16340,12 +16413,12 @@ Universidade Federal de Vicosa}, Brazil.") (define-public texlive-eczar (package (name "texlive-eczar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/eczar/" "fonts/opentype/public/eczar/")))) (file-name (git-file-name name version)) @@ -16364,12 +16437,12 @@ over 45+3 languages in Latin and Devanagari scripts in 5 weights.") (define-public texlive-edfnotes (package (name "texlive-edfnotes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/edfnotes/" "source/latex/edfnotes/" "tex/latex/edfnotes/")))) @@ -16390,12 +16463,12 @@ order that one would expect.") (define-public texlive-edmac (package (name "texlive-edmac") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/edmac/" "tex/generic/edmac/")))) (file-name (git-file-name name version)) @@ -16414,18 +16487,18 @@ editions.") (define-public texlive-edmaths (package (name "texlive-edmaths") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/edmaths/" "tex/latex/edmaths/")))) (file-name (git-file-name name version)) (sha256 - (base32 "19ymw7377h968ggc1kcbs5kgk17953s3h2kbl4jys1pg5s6pp11z")))) + (base32 "05d8ba251dw1rkghvq1hnjj9fwb9sl3am5fynmbp33hgz1i1xkxi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/edmaths") @@ -16442,12 +16515,12 @@ declaration.") (define-public texlive-egameps (package (name "texlive-egameps") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/egameps/" "tex/latex/egameps/")))) (file-name (git-file-name name version)) (sha256 @@ -16465,12 +16538,12 @@ with relative ease. The facilities of PSTricks are used for graphics.") (define-public texlive-eiad (package (name "texlive-eiad") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/eiad/" "fonts/source/public/eiad/" "fonts/tfm/public/eiad/" "tex/latex/eiad/")))) @@ -16495,12 +16568,12 @@ Computer Modern family of fonts.") (define-public texlive-eiad-ltx (package (name "texlive-eiad-ltx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eiad-ltx/" "fonts/source/public/eiad-ltx/" "source/latex/eiad-ltx/" @@ -16522,17 +16595,17 @@ font package, but not provided there.") (define-public texlive-einfart (package (name "texlive-einfart") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/einfart/" "tex/latex/einfart/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0hlj00jp7s9b22r4a8l5fc98hnsblmn05v1ryqxknkcj6qdvrj9d")))) + "1mnl4wai7c7wn1nbh0f75blgiylakscy5ngbji3fxsmn1q4550n3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-minimalist)) @@ -16550,12 +16623,12 @@ compiles with either XeLaTeX or LuaLaTeX. This is part of the (define-public texlive-ejpecp (package (name "texlive-ejpecp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ejpecp/" "source/latex/ejpecp/" "tex/latex/ejpecp/")))) (file-name (git-file-name name version)) @@ -16575,12 +16648,12 @@ research periodicals @emph{Electronic Journal of Probability} (EJP) and (define-public texlive-ekaia (package (name "texlive-ekaia") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ekaia/" "source/latex/ekaia/" "tex/latex/ekaia/")))) (file-name (git-file-name name version)) @@ -16602,12 +16675,12 @@ Basque Country.") (define-public texlive-ektype-tanka (package (name "texlive-ektype-tanka") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ektype-tanka/" "fonts/truetype/public/ektype-tanka/")))) (file-name (git-file-name name version)) @@ -16626,12 +16699,12 @@ Mukta, Baloo, Modak, and Jaini.") (define-public texlive-elbioimp (package (name "texlive-elbioimp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/elbioimp/" "source/latex/elbioimp/" "tex/latex/elbioimp/")))) @@ -16652,12 +16725,12 @@ Mukta, Baloo, Modak, and Jaini.") (define-public texlive-electrumadf (package (name "texlive-electrumadf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/electrumadf/" "fonts/afm/public/electrumadf/" "fonts/enc/dvips/electrumadf/" @@ -16693,12 +16766,12 @@ and superior digits; and four weights. The fonts are provided in Adobe Type (define-public texlive-eledform (package (name "texlive-eledform") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eledform/" "source/latex/eledform/" "tex/latex/eledform/")))) @@ -16718,12 +16791,12 @@ editions typeset using @code{eledmac}.") (define-public texlive-eledmac (package (name "texlive-eledmac") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eledmac/" "source/latex/eledmac/" "tex/latex/eledmac/")))) (file-name (git-file-name name version)) @@ -16745,12 +16818,12 @@ indexing by page and by line numbers, and simple @code{tabular}- and (define-public texlive-els-cas-templates (package (name "texlive-els-cas-templates") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/els-cas-templates/" "doc/latex/els-cas-templates/" "tex/latex/els-cas-templates/")))) @@ -16773,12 +16846,12 @@ electronic submission system and elsewhere.") (define-public texlive-elsarticle (package (name "texlive-elsarticle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/elsarticle/" "doc/latex/elsarticle/" "source/latex/elsarticle/" @@ -16786,7 +16859,7 @@ electronic submission system and elsewhere.") (file-name (git-file-name name version)) (sha256 (base32 - "1hkqfwn8417irdndxazdpzimc2vr2gdb5bmh6q1f1zrx1ixjks3c")))) + "02d44cwq4xm3x29hbxal6hxkak9jqqdb8ll8g61yl8g86yhw1b13")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/elsarticle") @@ -16799,13 +16872,13 @@ articles both in Elsevier's electronic submission system and elsewhere.") (define-public texlive-elteiktdk (package (name "texlive-elteiktdk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/elteiktdk/" "tex/latex/elteiktdk/")))) (file-name (git-file-name name version)) @@ -16835,12 +16908,12 @@ both Hungarian and English theses.") (define-public texlive-elteikthesis (package (name "texlive-elteikthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/elteikthesis/" "tex/latex/elteikthesis/")))) (file-name (git-file-name name version)) @@ -16860,12 +16933,12 @@ template supports producing both Hungarian and English theses.") (define-public texlive-eltex (package (name "texlive-eltex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eltex/" "tex/latex/eltex/")))) (file-name (git-file-name name version)) (sha256 @@ -16885,12 +16958,12 @@ the various parts of the standard IEC 617.") (define-public texlive-elvish (package (name "texlive-elvish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/elvish/" "fonts/source/public/elvish/" "fonts/tfm/public/elvish/")))) @@ -16914,12 +16987,12 @@ are supported by macros in @file{teng.tex}, or by the (better documented) (define-public texlive-emf (package (name "texlive-emf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/emf/" "tex/latex/emf/")))) (file-name (git-file-name name version)) (sha256 @@ -16939,12 +17012,12 @@ otherwise.") (define-public texlive-emisa (package (name "texlive-emisa") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/emisa/" "source/latex/emisa/" "tex/latex/emisa/")))) (file-name (git-file-name name version)) @@ -16974,12 +17047,12 @@ as for typesetting the final document by the editorial office.") (define-public texlive-endiagram (package (name "texlive-endiagram") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/endiagram/" "tex/latex/endiagram/")))) (file-name (git-file-name name version)) @@ -16998,12 +17071,12 @@ diagrams with just a few simple commands.") (define-public texlive-engtlc (package (name "texlive-engtlc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/engtlc/" "tex/latex/engtlc/")))) (file-name (git-file-name name version)) (sha256 @@ -17021,12 +17094,12 @@ telecommunications engineering.") (define-public texlive-iexec (package (name "texlive-iexec") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/iexec/" "source/latex/iexec/" "tex/latex/iexec/")))) (file-name (git-file-name name version)) @@ -17047,12 +17120,12 @@ you use any special symbols inside your command.") (define-public texlive-eolang (package (name "texlive-eolang") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eolang/" "doc/man/man1/eolang.1" "doc/man/man1/eolang.man1.pdf" @@ -17062,20 +17135,25 @@ you use any special symbols inside your command.") (file-name (git-file-name name version)) (sha256 (base32 - "0r4ci6dxr0hln0iq23ry7s012iglpkfdz3k0svcq0kqx7jgl72rg")))) + "1axnv0pafivqhc9ix02vif5imd5n5xij3nzn8vivp9vfamj9bmcj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "eolang.pl"))) (inputs (list perl)) (propagated-inputs - (list texlive-amsfonts + (list texlive-adjustbox + texlive-amsfonts texlive-amsmath + texlive-everyshi texlive-fancyvrb + texlive-hyperref texlive-iexec + texlive-pdftexcmds texlive-pgf texlive-pgfopts - texlive-stmaryrd)) + texlive-stmaryrd + texlive-xstring)) (home-page "https://ctan.org/pkg/eolang") (synopsis "Formulas and graphs for the EO programming language") (description @@ -17087,19 +17165,19 @@ you use any special symbols inside your command.") (define-public texlive-epcqrcode (package (name "texlive-epcqrcode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/epcqrcode/" "source/latex/epcqrcode/" "tex/latex/epcqrcode/")))) (file-name (git-file-name name version)) (sha256 - (base32 "192crw7d0arsw4hl2dqi8pfsbdp37cnmcxj5yq8wngargkm83zsh")))) + (base32 "0agnq2g5v8rmdjjgj6cz8764vhhhy7zx44s9v5k1glzfpy2pc94w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/epcqrcode") @@ -17113,12 +17191,12 @@ verifying the correctness of the IBAN.") (define-public texlive-epigrafica (package (name "texlive-epigrafica") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/epigrafica/" "fonts/afm/public/epigrafica/" "fonts/enc/dvips/epigrafica/" @@ -17143,12 +17221,12 @@ Cosmetica font, which is a similar design to Optima and includes Greek.") (define-public texlive-eplain (package (name "texlive-eplain") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/eplain/" "doc/info/eplain.info" "doc/man/man1/eplain.1" @@ -17197,12 +17275,12 @@ and @code{url}.") (define-public texlive-epsdice (package (name "texlive-epsdice") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/epsdice/" "source/latex/epsdice/" "tex/latex/epsdice/")))) (file-name (git-file-name name version)) @@ -17223,12 +17301,12 @@ is provided in both Encapsulated PostScript and PDF formats.") (define-public texlive-epslatex-fr (package (name "texlive-epslatex-fr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/epslatex-fr/")))) (file-name (git-file-name name version)) (sha256 @@ -17246,12 +17324,12 @@ use imported graphics in LaTeX(2e) documents.") (define-public texlive-eqexpl (package (name "texlive-eqexpl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eqexpl/" "tex/latex/eqexpl/")))) (file-name (git-file-name name version)) (sha256 @@ -17269,12 +17347,12 @@ components of a formula.") (define-public texlive-eqnarray (package (name "texlive-eqnarray") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eqnarray/" "source/latex/eqnarray/" "tex/latex/eqnarray/")))) @@ -17296,12 +17374,12 @@ environment of @code{amsmath}.") (define-public texlive-eqnnumwarn (package (name "texlive-eqnnumwarn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eqnnumwarn/" "tex/latex/eqnnumwarn/")))) (file-name (git-file-name name version)) @@ -17323,12 +17401,12 @@ whenever this occurs.") (define-public texlive-erdc (package (name "texlive-erdc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/erdc/" "source/latex/erdc/" "tex/latex/erdc/")))) (file-name (git-file-name name version)) @@ -17348,12 +17426,12 @@ Engineers.") (define-public texlive-erewhon (package (name "texlive-erewhon") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/erewhon/" "fonts/afm/public/erewhon/" "fonts/enc/dvips/erewhon/" @@ -17366,7 +17444,7 @@ Engineers.") (file-name (git-file-name name version)) (sha256 (base32 - "0vgam0s0kawr69vgykd9b38gc1djjlashbniz877ffw1rsf8p07q")))) + "02qbnpq559z73s9v4xvblpabhlwy08mpnj3jljrhdqfdjgcccryy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/erewhon") @@ -17382,19 +17460,19 @@ Heuristica, matching that of UtopiaStd.") (define-public texlive-erewhon-math (package (name "texlive-erewhon-math") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/erewhon-math/" "fonts/opentype/public/erewhon-math/" "tex/latex/erewhon-math/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1lsnk2rszqp8snibyx2lf9grvmnjg0y7ys07z4xfrplc04swaw30")))) + "1gfbycsa5m976q6cm6wfn17pc8c0hlcd84khmrcmvxp80a01zdz5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/erewhon-math") @@ -17407,12 +17485,12 @@ by Michel Bovani.") (define-public texlive-esrelation (package (name "texlive-esrelation") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/esrelation/" "fonts/map/dvips/esrelation/" "fonts/source/public/esrelation/" @@ -17437,12 +17515,12 @@ describing relations between ordered pairs, using Metafont.") (define-public texlive-esstix (package (name "texlive-esstix") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/esstix/" "fonts/afm/esstix/" "fonts/map/dvips/esstix/" @@ -17469,12 +17547,12 @@ allow their use as @code{calligraphic}, @code{fraktur} and (define-public texlive-estcpmm (package (name "texlive-estcpmm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/estcpmm/" "source/latex/estcpmm/" "tex/latex/estcpmm/")))) (file-name (git-file-name name version)) @@ -17494,12 +17572,12 @@ Environmental Security Technology Certification Program.") (define-public texlive-esvect (package (name "texlive-esvect") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/esvect/" "fonts/map/dvips/esvect/" "fonts/source/public/esvect/" @@ -17526,12 +17604,12 @@ use it.") (define-public texlive-etbb (package (name "texlive-etbb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/etbb/" "fonts/afm/public/etbb/" "fonts/enc/dvips/etbb/" @@ -17559,12 +17637,12 @@ version, along with macros to activate these features in LaTeX.") (define-public texlive-etsvthor (package (name "texlive-etsvthor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/etsvthor/" "tex/latex/etsvthor/")))) (file-name (git-file-name name version)) (sha256 @@ -17584,13 +17662,13 @@ notes or other documents within the association.") (define-public texlive-euclidean-lattice (package (name "texlive-euclidean-lattice") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/euclidean-lattice/" "source/latex/euclidean-lattice/" @@ -17610,12 +17688,12 @@ two-dimensional Euclidean lattices using TikZ.") (define-public texlive-euclideangeometry (package (name "texlive-euclideangeometry") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/euclideangeometry/" "source/latex/euclideangeometry/" "tex/latex/euclideangeometry/")))) @@ -17639,19 +17717,19 @@ package.") (define-public texlive-euler-math (package (name "texlive-euler-math") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/euler-math/" "fonts/opentype/public/euler-math/" "tex/latex/euler-math/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0r4ygvgvmib88d4b0pkzi9s84lbc8dm423vr0y75cy8szxlnb7kj")))) + "1m06yjn6avj31rlvfhz57c517yw5ff6kh9g4a6953mvn795xzy4f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/euler-math") @@ -17665,12 +17743,12 @@ of the @code{eulervm} package for LuaLaTeX and XeLaTeX users.") (define-public texlive-euxm (package (name "texlive-euxm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "fonts/source/public/euxm/" "fonts/tfm/public/euxm/")))) (file-name (git-file-name name version)) @@ -17689,12 +17767,12 @@ needed for Concrete Math.") (define-public texlive-evangelion-jfm (package (name "texlive-evangelion-jfm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/evangelion-jfm/" "source/luatex/evangelion-jfm/" "tex/luatex/evangelion-jfm/")))) @@ -17717,12 +17795,12 @@ feature, meeting the standards, and allows easy customisation.") (define-public texlive-expex (package (name "texlive-expex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/expex/" "tex/generic/expex/")))) (file-name (git-file-name name version)) (sha256 @@ -17741,13 +17819,13 @@ examples. The package can be used with LaTeX or with Plain TeX.") (define-public texlive-expex-glossonly (package (name "texlive-expex-glossonly") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/expex-glossonly/" "tex/latex/expex-glossonly/")))) (file-name (git-file-name name version)) @@ -17773,12 +17851,12 @@ but also allows them to use the glossing macros that ExPex provides.") (define-public texlive-expose-expl3-dunkerque-2019 (package (name "texlive-expose-expl3-dunkerque-2019") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/expose-expl3-dunkerque-2019/")))) (file-name (git-file-name name version)) (sha256 @@ -17800,12 +17878,12 @@ needed to produce it.") (define-public texlive-extarrows (package (name "texlive-extarrows") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/extarrows/" "tex/latex/extarrows/")))) (file-name (git-file-name name version)) @@ -17826,12 +17904,12 @@ needed to produce it.") (define-public texlive-extpfeil (package (name "texlive-extpfeil") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/extpfeil/" "source/latex/extpfeil/" "tex/latex/extpfeil/")))) @@ -17852,13 +17930,13 @@ new ones.") (define-public texlive-ezedits (package (name "texlive-ezedits") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ezedits/" "tex/latex/ezedits/")))) (file-name (git-file-name name version)) @@ -17879,12 +17957,12 @@ within the PDF.") (define-public texlive-facture (package (name "texlive-facture") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/facture/" "source/xelatex/facture/" "tex/xelatex/facture/")))) @@ -17905,12 +17983,12 @@ permitted.") (define-public texlive-facture-belge-simple-sans-tva (package (name "texlive-facture-belge-simple-sans-tva") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/facture-belge-simple-sans-tva/" "tex/xelatex/facture-belge-simple-sans-tva/")))) (file-name (git-file-name name version)) @@ -17934,13 +18012,13 @@ automatically, in the invoice and in the expense report.") (define-public texlive-fail-fast (package (name "texlive-fail-fast") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fail-fast/" "source/latex/fail-fast/" "tex/latex/fail-fast/")))) @@ -17960,12 +18038,12 @@ quality of your documents.") (define-public texlive-faktor (package (name "texlive-faktor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/faktor/" "source/latex/faktor/" "tex/latex/faktor/")))) (file-name (git-file-name name version)) @@ -17988,12 +18066,12 @@ that the numerator and denominator's sizes do not change in the (define-public texlive-fascicules (package (name "texlive-fascicules") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fascicules/" "source/latex/fascicules/" "tex/latex/fascicules/")))) @@ -18015,12 +18093,12 @@ exercises and the activities.") (define-public texlive-fbb (package (name "texlive-fbb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fbb/" "fonts/enc/dvips/fbb/" "fonts/map/dvips/fbb/" @@ -18049,12 +18127,12 @@ all necessary support files are provided. The font works well with (define-public texlive-fbithesis (package (name "texlive-fbithesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fbithesis/" "source/latex/fbithesis/" "tex/latex/fbithesis/")))) @@ -18078,12 +18156,12 @@ is adjusted to these cover pages.") (define-public texlive-fbs (package (name "texlive-fbs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/fbs/")))) (file-name (git-file-name name version)) (sha256 @@ -18100,12 +18178,12 @@ fit @emph{Frontiers in Bioscience} requirements.") (define-public texlive-fcavtex (package (name "texlive-fcavtex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/fcavtex/" "doc/latex/fcavtex/" "tex/latex/fcavtex/")))) (file-name (git-file-name name version)) @@ -18126,12 +18204,12 @@ rules for thesis publications.") (define-public texlive-fcltxdoc (package (name "texlive-fcltxdoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fcltxdoc/" "source/latex/fcltxdoc/" "tex/latex/fcltxdoc/")))) @@ -18152,12 +18230,12 @@ support of others of the author's packages (which are compiled under the (define-public texlive-fdsymbol (package (name "texlive-fdsymbol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fdsymbol/" "doc/latex/fdsymbol/" "fonts/enc/dvips/fdsymbol/" @@ -18185,12 +18263,12 @@ family, but it might also fit other contemporary typefaces.") (define-public texlive-fduthesis (package (name "texlive-fduthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fduthesis/" "source/latex/fduthesis/" "tex/latex/fduthesis/")))) @@ -18210,12 +18288,12 @@ It can make it easy to write theses both in Chinese and English.") (define-public texlive-fei (package (name "texlive-fei") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fei/" "source/latex/fei/" "tex/latex/fei/")))) (file-name (git-file-name name version)) @@ -18241,12 +18319,12 @@ Organization (@acronym{ABNT, Associacao Brasileira de Normas Tecnicas}).") (define-public texlive-fetamont (package (name "texlive-fetamont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fetamont/" "fonts/afm/public/fetamont/" "fonts/map/dvips/fetamont/" @@ -18280,12 +18358,12 @@ Logo fonts to complete the Type 1 encoding.") (define-public texlive-feyn (package (name "texlive-feyn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/feyn/" "fonts/source/public/feyn/" "fonts/tfm/public/feyn/" @@ -18311,12 +18389,12 @@ distributed as Metafont source, and macros for their use are also provided.") (define-public texlive-fge (package (name "texlive-fge") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fge/" "fonts/map/dvips/fge/" "fonts/source/public/fge/" @@ -18342,12 +18420,12 @@ files. A small LaTeX package (@code{fge}) is included.") (define-public texlive-figbas (package (name "texlive-figbas") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/figbas/" "fonts/afm/public/figbas/" "fonts/map/dvips/figbas/" @@ -18371,12 +18449,12 @@ and Palatino/Palladio, respectively.") (define-public texlive-figbib (package (name "texlive-figbib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/figbib/" "doc/latex/figbib/" "tex/latex/figbib/")))) (file-name (git-file-name name version)) @@ -18408,12 +18486,12 @@ float objects or in a separate part at the end of your document. (define-public texlive-filecontentsdef (package (name "texlive-filecontentsdef") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/filecontentsdef/" "source/latex/filecontentsdef/" "tex/latex/filecontentsdef/")))) @@ -18440,12 +18518,12 @@ the PDF as file attachment annotations (by using Scott Pakin's package (define-public texlive-firamath (package (name "texlive-firamath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/firamath/" "fonts/opentype/public/firamath/")))) (file-name (git-file-name name version)) @@ -18467,12 +18545,12 @@ package.") (define-public texlive-firamath-otf (package (name "texlive-firamath-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/firamath-otf/" "tex/latex/firamath-otf/")))) (file-name (git-file-name name version)) @@ -18492,12 +18570,12 @@ Fira Math font.") (define-public texlive-fixdif (package (name "texlive-fixdif") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fixdif/" "source/latex/fixdif/" "tex/latex/fixdif/")))) (file-name (git-file-name name version)) @@ -18518,12 +18596,12 @@ with pdfTeX, XeTeX and LuaTeX, and can also be used with the (define-public texlive-fixfoot (package (name "texlive-fixfoot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fixfoot/" "tex/latex/fixfoot/")))) (file-name (git-file-name name version)) (sha256 @@ -18543,12 +18621,12 @@ run several times to achieve this).") (define-public texlive-fixjfm (package (name "texlive-fixjfm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/fixjfm/" "tex/generic/fixjfm/")))) (file-name (git-file-name name version)) (sha256 @@ -18566,12 +18644,12 @@ TeX are supported.") (define-public texlive-fixltxhyph (package (name "texlive-fixltxhyph") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fixltxhyph/" "source/latex/fixltxhyph/" "tex/latex/fixltxhyph/")))) @@ -18594,12 +18672,12 @@ French, Italian and Romansh.") (define-public texlive-fixmath (package (name "texlive-fixmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fixmath/" "source/latex/fixmath/" "tex/latex/fixmath/")))) (file-name (git-file-name name version)) @@ -18625,12 +18703,12 @@ alphabet @code{\\mathbold} for boldface italic letters, including Greek.") (define-public texlive-fnspe (package (name "texlive-fnspe") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fnspe/" "tex/latex/fnspe/")))) (file-name (git-file-name name version)) (sha256 @@ -18651,12 +18729,12 @@ spaces, operators, physics unit, etc.") (define-public texlive-foekfont (package (name "texlive-foekfont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/foekfont/" "fonts/map/dvips/foekfont/" "fonts/tfm/public/foekfont/" @@ -18678,12 +18756,12 @@ support for its use.") (define-public texlive-fonetika (package (name "texlive-fonetika") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fonetika/" "fonts/afm/public/fonetika/" "fonts/map/dvips/fonetika/" @@ -18710,12 +18788,12 @@ weights. LaTeX support is provided.") (define-public texlive-fontawesome (package (name "texlive-fontawesome") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fontawesome/" "fonts/enc/dvips/fontawesome/" "fonts/map/dvips/fontawesome/" @@ -18739,12 +18817,12 @@ provided by the FontAwesome font.") (define-public texlive-fontawesome5 (package (name "texlive-fontawesome5") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fontawesome5/" "fonts/enc/dvips/fontawesome5/" "fonts/map/dvips/fontawesome5/" @@ -18768,12 +18846,12 @@ set.") (define-public texlive-fontmfizz (package (name "texlive-fontmfizz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fontmfizz/" "fonts/truetype/public/fontmfizz/" "tex/latex/fontmfizz/")))) @@ -18794,12 +18872,12 @@ seen as an extension to FontAwesome.") (define-public texlive-fontsize (package (name "texlive-fontsize") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fontsize/" "source/latex/fontsize/" "tex/latex/fontsize/")))) @@ -18867,19 +18945,19 @@ document, through the @emph{fontsize=} option.") (define-public texlive-fonttable (package (name "texlive-fonttable") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fonttable/" "source/latex/fonttable/" "tex/latex/fonttable/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1mb83zzx5wk92x6zz28k42wmi82hyd1h7fb3p9imjssn6qb73356")))) + "18dpwxfbcwfnqc9ylw9kdpwpy59c49p787bn6k1qidnpvl61z571")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fonttable") @@ -18893,12 +18971,12 @@ or testing purposes), from within a document.") (define-public texlive-footbib (package (name "texlive-footbib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/footbib/" "source/latex/footbib/" "tex/latex/footbib/")))) (file-name (git-file-name name version)) @@ -18924,12 +19002,12 @@ style may be used.") (define-public texlive-formal-grammar (package (name "texlive-formal-grammar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/formal-grammar/" "source/latex/formal-grammar/" "tex/latex/formal-grammar/")))) @@ -18952,12 +19030,12 @@ grammar (which is the main novelty compared to other BNF packages).") (define-public texlive-formation-latex-ul (package (name "texlive-formation-latex-ul") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/formation-latex-ul/" "source/latex/formation-latex-ul/")))) (file-name (git-file-name name version)) @@ -18977,12 +19055,12 @@ Universite Laval, Quebec, Canada.") (define-public texlive-forum (package (name "texlive-forum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/forum/" "fonts/enc/dvips/forum/" "fonts/map/dvips/forum/" @@ -19011,12 +19089,12 @@ just a regular weight and an artificially emboldened bold.") (define-public texlive-fouridx (package (name "texlive-fouridx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fouridx/" "source/latex/fouridx/" "tex/latex/fouridx/")))) (file-name (git-file-name name version)) @@ -19038,12 +19116,12 @@ level, as appropriate. The package provides an alternative to the use of the (define-public texlive-fouriernc (package (name "texlive-fouriernc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fouriernc/" "fonts/afm/public/fouriernc/" "fonts/tfm/public/fouriernc/" @@ -19065,12 +19143,12 @@ Century Schoolbook text.") (define-public texlive-francais-bst (package (name "texlive-francais-bst") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/francais-bst/" "doc/bibtex/francais-bst/" "source/bibtex/francais-bst/" @@ -19093,12 +19171,12 @@ compatible with @code{natbib}.") (define-public texlive-frcursive (package (name "texlive-frcursive") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/frcursive/" "fonts/map/dvips/frcursive/" "fonts/source/public/frcursive/" @@ -19123,12 +19201,12 @@ converted to Adobe Type 1 format. LaTeX support is provided.") (define-public texlive-frederika2016 (package (name "texlive-frederika2016") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/frederika2016/" "fonts/opentype/public/frederika2016/")))) (file-name (git-file-name name version)) @@ -19148,13 +19226,13 @@ is a calligraphy font and this is an initial release.") (define-public texlive-freealign (package (name "texlive-freealign") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/freealign/" "tex/latex/freealign/")))) (file-name (git-file-name name version)) @@ -19172,12 +19250,12 @@ different lines.") (define-public texlive-frenchmath (package (name "texlive-frenchmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/frenchmath/" "source/latex/frenchmath/" "tex/latex/frenchmath/")))) @@ -19208,12 +19286,12 @@ writing french operator names like @emph{pgcd}, @emph{ppcm}, @emph{Card}, (define-public texlive-frimurer (package (name "texlive-frimurer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/frimurer/" "fonts/afm/public/frimurer/" "fonts/enc/dvips/frimurer/" @@ -19237,12 +19315,12 @@ LaTeX.") (define-public texlive-frletter (package (name "texlive-frletter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/frletter/" "tex/latex/frletter/")))) (file-name (git-file-name name version)) (sha256 @@ -19262,12 +19340,12 @@ the standard LaTeX @code{letter} class.") (define-public texlive-frontespizio (package (name "texlive-frontespizio") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/frontespizio/" "source/latex/frontespizio/" "tex/latex/frontespizio/")))) @@ -19292,12 +19370,12 @@ theses in Italy.") (define-public texlive-frpseudocode (package (name "texlive-frpseudocode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/frpseudocode/" "tex/latex/frpseudocode/")))) (file-name (git-file-name name version)) @@ -19317,12 +19395,12 @@ algorithms to make it integrate seamlessly in a French written document.") (define-public texlive-ftc-notebook (package (name "texlive-ftc-notebook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ftc-notebook/" "tex/latex/ftc-notebook/")))) (file-name (git-file-name name version)) @@ -19344,12 +19422,12 @@ explanations, team stories and bios, and more.") (define-public texlive-functan (package (name "texlive-functan") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/functan/" "source/latex/functan/" "tex/latex/functan/")))) (file-name (git-file-name name version)) @@ -19371,12 +19449,12 @@ possibility to override the standard behavior of norms, ...).") (define-public texlive-gaceta (package (name "texlive-gaceta") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gaceta/" "tex/latex/gaceta/")))) (file-name (git-file-name name version)) (sha256 @@ -19394,12 +19472,12 @@ Matematica Espanola}.") (define-public texlive-gamebook (package (name "texlive-gamebook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gamebook/" "source/latex/gamebook/" "tex/latex/gamebook/")))) @@ -19420,12 +19498,12 @@ a tutorial.") (define-public texlive-gamebooklib (package (name "texlive-gamebooklib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gamebooklib/" "source/latex/gamebooklib/" "tex/latex/gamebooklib/")))) @@ -19454,12 +19532,12 @@ used together or separately.") (define-public texlive-gammas (package (name "texlive-gammas") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/gammas/" "doc/latex/gammas/" "tex/latex/gammas/")))) (file-name (git-file-name name version)) @@ -19479,12 +19557,12 @@ used together or separately.") (define-public texlive-garamond-libre (package (name "texlive-garamond-libre") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/garamond-libre/" "fonts/enc/dvips/garamond-libre/" "fonts/map/dvips/garamond-libre/" @@ -19516,12 +19594,12 @@ and swash capitals.") (define-public texlive-garamond-math (package (name "texlive-garamond-math") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/garamond-math/" "fonts/opentype/public/garamond-math/")))) (file-name (git-file-name name version)) @@ -19541,12 +19619,12 @@ derived from other fonts, others are made from scratch.") (define-public texlive-gastex (package (name "texlive-gastex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gastex/" "dvips/gastex/" "tex/latex/gastex/")))) (file-name (git-file-name name version)) @@ -19565,12 +19643,12 @@ nets, diagrams, etc., very easily, in the LaTeX @code{picture} environment.") (define-public texlive-gb4e (package (name "texlive-gb4e") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gb4e/" "tex/latex/gb4e/")))) (file-name (git-file-name name version)) (sha256 @@ -19588,13 +19666,13 @@ glosses, and various other goodies.") (define-public texlive-gb4e-next (package (name "texlive-gb4e-next") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gb4e-next/" "tex/latex/gb4e-next/")))) (file-name (git-file-name name version)) @@ -19614,19 +19692,19 @@ required.") (define-public texlive-gbt7714 (package (name "texlive-gbt7714") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/gbt7714/" "doc/bibtex/gbt7714/" "source/bibtex/gbt7714/" "tex/latex/gbt7714/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0pmkbh0axh0qnc08fjn5g7pbw59n543siy4l9q3bihnyid11i5qp")))) + "1r5l90gpqd7h3x043dv8lkpz1cp1d4jh2x8qn0ca69dkhqfsk3zn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-bibtex texlive-natbib texlive-url)) @@ -19645,12 +19723,12 @@ detection (Chinese and English) for each biblilography entry.") (define-public texlive-gchords (package (name "texlive-gchords") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gchords/" "tex/latex/gchords/")))) (file-name (git-file-name name version)) (sha256 @@ -19671,13 +19749,13 @@ that provides a graphical application which creates LaTeX files that use (define-public texlive-gelasio (package (name "texlive-gelasio") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gelasio/" "fonts/enc/dvips/gelasio/" "fonts/map/dvips/gelasio/" @@ -19703,13 +19781,13 @@ been added.") (define-public texlive-gelasiomath (package (name "texlive-gelasiomath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gelasiomath/" "fonts/map/dvips/gelasiomath/" "fonts/tfm/public/gelasiomath/" @@ -19733,12 +19811,12 @@ small caps and other minor features to Gelasio.") (define-public texlive-gene-logic (package (name "texlive-gene-logic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gene-logic/" "tex/latex/gene-logic/")))) (file-name (git-file-name name version)) @@ -19758,12 +19836,12 @@ environment (NewTheorem), and several macros.") (define-public texlive-genealogy (package (name "texlive-genealogy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/genealogy/" "fonts/source/public/genealogy/" "fonts/tfm/public/genealogy/")))) @@ -19786,19 +19864,19 @@ need only genealogical symbols. The font is distributed as Metafont source.") (define-public texlive-genealogy-profiles (package (name "texlive-genealogy-profiles") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/genealogy-profiles/" "tex/latex/genealogy-profiles/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0076nn6l5nl7vznzgxxd6xibipi60nzhp77xf5md8g84h4d4ybc7")))) + (base32 "1zbjy97byn467qg9mfhl0sgb8420p11n28nraqw1vk2cjniilvgj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/genealogy-profiles") @@ -19813,12 +19891,12 @@ provided to enable references and name formatting.") (define-public texlive-geradwp (package (name "texlive-geradwp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/geradwp/" "source/latex/geradwp/" "tex/latex/geradwp/")))) (file-name (git-file-name name version)) @@ -19839,12 +19917,12 @@ presentation standards required by the @emph{Cahiers du GERAD} series.") (define-public texlive-geschichtsfrkl (package (name "texlive-geschichtsfrkl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/geschichtsfrkl/" "source/latex/geschichtsfrkl/" "tex/latex/geschichtsfrkl/")))) @@ -19864,18 +19942,18 @@ of the History Faculty of the University of Freiburg (Germany).") (define-public texlive-gfdl (package (name "texlive-gfdl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gfdl/" "source/latex/gfdl/" "tex/latex/gfdl/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1yiyhks3097sz686sar1jnkska669hp7v2sv1fm7n0d4j00zm816")))) + "1wfmaca9r2p8l7ddyv4bczj7fy69b37vp9mk4c308b2hsp0m89k2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gfdl") @@ -19892,12 +19970,12 @@ document will be perfectly licensed under GFDL.") (define-public texlive-gfsartemisia (package (name "texlive-gfsartemisia") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gfsartemisia/" "fonts/afm/public/gfsartemisia/" "fonts/enc/dvips/gfsartemisia/" @@ -19925,12 +20003,12 @@ LGR encodings.") (define-public texlive-gfsbodoni (package (name "texlive-gfsbodoni") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gfsbodoni/" "fonts/afm/public/gfsbodoni/" "fonts/enc/dvips/gfsbodoni/" @@ -19960,12 +20038,12 @@ formats.") (define-public texlive-gfscomplutum (package (name "texlive-gfscomplutum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gfscomplutum/" "fonts/afm/public/gfscomplutum/" "fonts/enc/dvips/gfscomplutum/" @@ -19994,12 +20072,12 @@ majuscules.") (define-public texlive-gfsdidot (package (name "texlive-gfsdidot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gfsdidot/" "fonts/afm/public/gfsdidot/" "fonts/enc/dvips/gfsdidot/" @@ -20029,12 +20107,12 @@ OT1, T1, TS1, and LGR encodings.") (define-public texlive-gfsdidotclassic (package (name "texlive-gfsdidotclassic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gfsdidotclassic/" "fonts/opentype/public/gfsdidotclassic/")))) (file-name (git-file-name name version)) @@ -20053,12 +20131,12 @@ engines.") (define-public texlive-gfsneohellenic (package (name "texlive-gfsneohellenic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gfsneohellenic/" "fonts/afm/public/gfsneohellenic/" "fonts/enc/dvips/gfsneohellenic/" @@ -20087,12 +20165,12 @@ support of the fonts is provided, offering OT1, T1 and LGR encodings.") (define-public texlive-gfsneohellenicmath (package (name "texlive-gfsneohellenicmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gfsneohellenicmath/" "fonts/opentype/public/gfsneohellenicmath/" "tex/latex/gfsneohellenicmath/")))) @@ -20113,12 +20191,12 @@ in Beamer documents since this is a sans math font.") (define-public texlive-gfssolomos (package (name "texlive-gfssolomos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gfssolomos/" "fonts/afm/public/gfssolomos/" "fonts/enc/dvips/gfssolomos/" @@ -20145,12 +20223,12 @@ use with the LGR encoding only, is provided.") (define-public texlive-ghab (package (name "texlive-ghab") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ghab/" "fonts/source/public/ghab/" "tex/latex/ghab/")))) @@ -20171,12 +20249,12 @@ using an optional argument.") (define-public texlive-ghsystem (package (name "texlive-ghsystem") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ghsystem/" "tex/latex/ghsystem/")))) (file-name (git-file-name name version)) (sha256 @@ -20195,12 +20273,12 @@ statements are taken from EU regulation 1272/2008.") (define-public texlive-gillcm (package (name "texlive-gillcm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gillcm/" "fonts/map/dvips/gillcm/" "fonts/tfm/public/gillcm/" @@ -20222,12 +20300,12 @@ the package implements unslanted italic Computer Modern fonts.") (define-public texlive-gillius (package (name "texlive-gillius") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gillius/" "fonts/enc/dvips/gillius/" "fonts/map/dvips/gillius/" @@ -20253,12 +20331,12 @@ versions of them, designed by Hirwen Harendal.") (define-public texlive-glosmathtools (package (name "texlive-glosmathtools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glosmathtools/" "tex/latex/glosmathtools/")))) (file-name (git-file-name name version)) @@ -20289,12 +20367,12 @@ package. Its main features are: (define-public texlive-gloss-occitan (package (name "texlive-gloss-occitan") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gloss-occitan/" "source/latex/gloss-occitan/")))) (file-name (git-file-name name version)) @@ -20313,12 +20391,12 @@ Polyglossia.") (define-public texlive-glossaries (package (name "texlive-glossaries") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries/" "doc/man/man1/makeglossaries-lite.1" "doc/man/man1/makeglossaries-lite.man1.pdf" @@ -20334,7 +20412,7 @@ Polyglossia.") (file-name (git-file-name name version)) (sha256 (base32 - "0q82hmvivly0g02pfwx49fvnrg0v7xf2b4ly6lccc1h1fym124vh")))) + "1na3zqjhl99prrka44b4xsm3nxgh92687rllfjf6bvzbkf3ynmrd")))) (outputs '("out" "doc")) (properties '((updater-extra-inputs "perl"))) (build-system texlive-build-system) @@ -20372,12 +20450,12 @@ now obsolete).") (define-public texlive-gmverse (package (name "texlive-gmverse") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gmverse/" "tex/latex/gmverse/")))) (file-name (git-file-name name version)) (sha256 @@ -20397,12 +20475,12 @@ because of length.") (define-public texlive-gnu-freefont (package (name "texlive-gnu-freefont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gnu-freefont/" "fonts/opentype/public/gnu-freefont/" "fonts/truetype/public/gnu-freefont/" @@ -20425,12 +20503,12 @@ modulated stroke).") (define-public texlive-go (package (name "texlive-go") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/go/" "fonts/source/public/go/" "fonts/tfm/public/go/" "source/fonts/go/" "tex/latex/go/")))) @@ -20451,12 +20529,12 @@ modulated stroke).") (define-public texlive-gofonts (package (name "texlive-gofonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gofonts/" "fonts/enc/dvips/gofonts/" "fonts/map/dvips/gofonts/" @@ -20484,12 +20562,12 @@ with italics.") (define-public texlive-gost (package (name "texlive-gost") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/gost/" "bibtex/csf/gost/" "doc/bibtex/gost/" "source/bibtex/gost/")))) (file-name (git-file-name name version)) @@ -20512,12 +20590,12 @@ compatibility.") (define-public texlive-gothic (package (name "texlive-gothic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gothic/" "fonts/source/public/gothic/" "fonts/tfm/public/gothic/" @@ -20550,12 +20628,12 @@ and T1, using Metafont.") (define-public texlive-gotoh (package (name "texlive-gotoh") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gotoh/" "source/latex/gotoh/" "tex/latex/gotoh/")))) (file-name (git-file-name name version)) @@ -20575,12 +20653,12 @@ algorithm parameters.") (define-public texlive-gradstudentresume (package (name "texlive-gradstudentresume") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gradstudentresume/" "tex/latex/gradstudentresume/")))) (file-name (git-file-name name version)) @@ -20600,12 +20678,12 @@ each specific individual's needs.") (define-public texlive-grant (package (name "texlive-grant") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/grant/" "source/latex/grant/" "tex/latex/grant/")))) (file-name (git-file-name name version)) @@ -20634,12 +20712,12 @@ proposals: (define-public texlive-greenpoint (package (name "texlive-greenpoint") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/greenpoint/" "fonts/source/public/greenpoint/" "fonts/tfm/public/greenpoint/")))) @@ -20662,12 +20740,12 @@ logo.") (define-public texlive-gregoriotex (package (name "texlive-gregoriotex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/gregoriotex/" "fonts/source/gregoriotex/" "fonts/truetype/public/gregoriotex/" @@ -20740,12 +20818,12 @@ create a PDF of your score.") (define-public texlive-grotesq (package (name "texlive-grotesq") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/grotesq/" "fonts/afm/urw/grotesq/" "fonts/map/dvips/grotesq/" @@ -20769,12 +20847,12 @@ Bold, with supporting files for use with (La)TeX.") (define-public texlive-grundgesetze (package (name "texlive-grundgesetze") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/grundgesetze/" "source/latex/grundgesetze/" "tex/latex/grundgesetze/")))) @@ -20795,12 +20873,12 @@ Laws of Arithmetic).") (define-public texlive-gsemthesis (package (name "texlive-gsemthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gsemthesis/" "source/latex/gsemthesis/" "tex/latex/gsemthesis/")))) @@ -20823,12 +20901,12 @@ GSEM Faculty for writing PhD dissertations.") (define-public texlive-gtrcrd (package (name "texlive-gtrcrd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gtrcrd/" "tex/latex/gtrcrd/")))) (file-name (git-file-name name version)) (sha256 @@ -20849,12 +20927,12 @@ start of the lyric.") (define-public texlive-gu (package (name "texlive-gu") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gu/" "tex/latex/gu/")))) (file-name (git-file-name name version)) (sha256 @@ -20875,12 +20953,12 @@ Currently two steps of symmetry reduction are supported.") (define-public texlive-gudea (package (name "texlive-gudea") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gudea/" "fonts/enc/dvips/gudea/" "fonts/map/dvips/gudea/" @@ -20904,12 +20982,12 @@ Mingote, with support for LaTeX and pdfLaTeX.") (define-public texlive-guide-to-latex (package (name "texlive-guide-to-latex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/guide-to-latex/")))) (file-name (git-file-name name version)) (sha256 @@ -20928,12 +21006,12 @@ processed files, as well as solutions to the exercises.") (define-public texlive-guitar (package (name "texlive-guitar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/guitar/" "source/latex/guitar/" "tex/latex/guitar/")))) (file-name (git-file-name name version)) @@ -20954,12 +21032,12 @@ recommends use of an additional package such as @code{gchords}.") (define-public texlive-guitarchordschemes (package (name "texlive-guitarchordschemes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/guitarchordschemes/" "tex/latex/guitarchordschemes/")))) (file-name (git-file-name name version)) @@ -20980,12 +21058,12 @@ a range of options that allow wide customization of the output.") (define-public texlive-guitartabs (package (name "texlive-guitartabs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/guitartabs/" "tex/latex/guitartabs/")))) (file-name (git-file-name name version)) @@ -21004,12 +21082,12 @@ to create basic guitar tablatures using LaTeX.") (define-public texlive-guitlogo (package (name "texlive-guitlogo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/guitlogo/" "source/latex/guitlogo/" "tex/latex/guitlogo/")))) @@ -21038,12 +21116,12 @@ Italian only.") (define-public texlive-gustlib (package (name "texlive-gustlib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/gustlib/" "bibtex/bst/gustlib/" "doc/plain/gustlib/" "tex/plain/gustlib/")))) (file-name (git-file-name name version)) @@ -21065,12 +21143,12 @@ manipulation, and tables.") (define-public texlive-gustprog (package (name "texlive-gustprog") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/gustprog/")))) (file-name (git-file-name name version)) (sha256 @@ -21089,18 +21167,18 @@ directories.") (define-public texlive-gzt (package (name "texlive-gzt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gzt/" "source/latex/gzt/" "tex/latex/gzt/")))) (file-name (git-file-name name version)) (sha256 (base32 - "01vzqnh7fxpsd23q98n9x828lyjrvjlfkb9zv0sxydamp5qy3pn5")))) + "04nmrwwf514qwcr51kp7sp5wp7m2p3213q7bs2fvrn0a2wqf6rr1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gzt") @@ -21119,12 +21197,12 @@ drafting of documents, in particular those containing mathematical formulas.") (define-public texlive-h2020proposal (package (name "texlive-h2020proposal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/h2020proposal/" "tex/latex/h2020proposal/")))) (file-name (git-file-name name version)) @@ -21144,12 +21222,12 @@ many cross-referenced tables that are required.") (define-public texlive-hacm (package (name "texlive-hacm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/hacm/" "fonts/map/dvips/hacm/" "fonts/tfm/public/hacm/" @@ -21173,12 +21251,12 @@ Type 1 format.") (define-public texlive-hagenberg-thesis (package (name "texlive-hagenberg-thesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hagenberg-thesis/" "tex/latex/hagenberg-thesis/")))) (file-name (git-file-name name version)) @@ -21202,12 +21280,12 @@ guidelines.") (define-public texlive-hamnosys (package (name "texlive-hamnosys") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/hamnosys/" "fonts/truetype/public/hamnosys/" "source/fonts/hamnosys/" @@ -21230,12 +21308,12 @@ rendering HamNoSys symbols as well as three methods for entering them.") (define-public texlive-hands (package (name "texlive-hands") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "fonts/source/public/hands/" "fonts/tfm/public/hands/")))) (file-name (git-file-name name version)) @@ -21255,12 +21333,12 @@ Metafont source.") (define-public texlive-hanoi (package (name "texlive-hanoi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/plain/hanoi/")))) (file-name (git-file-name name version)) (sha256 @@ -21278,12 +21356,12 @@ the towers with (up to) 15 discs.") (define-public texlive-happy4th (package (name "texlive-happy4th") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/happy4th/")))) (file-name (git-file-name name version)) (sha256 @@ -21301,12 +21379,12 @@ through it.") (define-public texlive-har2nat (package (name "texlive-har2nat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/har2nat/" "tex/latex/har2nat/")))) (file-name (git-file-name name version)) (sha256 @@ -21325,12 +21403,12 @@ commands provided by the @code{harvard} package to be compiled using the (define-public texlive-harmony (package (name "texlive-harmony") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/harmony/" "tex/latex/harmony/")))) (file-name (git-file-name name version)) (sha256 @@ -21348,12 +21426,12 @@ musicology.") (define-public texlive-hanzibox (package (name "texlive-hanzibox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/hanzibox/" "source/xelatex/hanzibox/" "tex/xelatex/hanzibox/")))) @@ -21380,12 +21458,12 @@ other documentation work.") (define-public texlive-harvard (package (name "texlive-harvard") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/harvard/" "bibtex/bst/harvard/" "doc/latex/harvard/" "source/latex/harvard/" "tex/latex/harvard/")))) @@ -21416,12 +21494,12 @@ whose authors offer no description of their behaviour.") (define-public texlive-harvmac (package (name "texlive-harvmac") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/harvmac/" "tex/plain/harvmac/")))) (file-name (git-file-name name version)) (sha256 @@ -21437,12 +21515,12 @@ whose authors offer no description of their behaviour.") (define-public texlive-havannah (package (name "texlive-havannah") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/havannah/" "source/latex/havannah/" "tex/latex/havannah/")))) @@ -21462,19 +21540,19 @@ in the games of Havannah and Hex.") (define-public texlive-hduthesis (package (name "texlive-hduthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hduthesis/" "source/latex/hduthesis/" "tex/latex/hduthesis/")))) (file-name (git-file-name name version)) (sha256 - (base32 "10d2hw98k0gf6kp3mnsrlwi5dz5gi40845n8y82g5bwgnvwpb09s")))) + (base32 "13ma5arq76c1izfxxilclzh2xydg12m19yblymssx3sr7lbqi9xl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hduthesis") @@ -21489,13 +21567,13 @@ degree theses.") (define-public texlive-hebdomon (package (name "texlive-hebdomon") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hebdomon/" "tex/latex/hebdomon/")))) (file-name (git-file-name name version)) @@ -21514,13 +21592,13 @@ user could use their own macros or other commands as they wish.") (define-public texlive-hebrew-fonts (package (name "texlive-hebrew-fonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hebrew-fonts/" "source/latex/hebrew-fonts/" "tex/latex/hebrew-fonts/")))) @@ -21540,12 +21618,12 @@ and font definition files for the Hebrew language.") (define-public texlive-hecthese (package (name "texlive-hecthese") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hecthese/" "source/latex/hecthese/" "tex/latex/hecthese/")))) @@ -21576,12 +21654,12 @@ requirements.") (define-public texlive-helmholtz-ellis-ji-notation (package (name "texlive-helmholtz-ellis-ji-notation") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/helmholtz-ellis-ji-notation/" "fonts/opentype/public/helmholtz-ellis-ji-notation/" "source/fonts/helmholtz-ellis-ji-notation/" @@ -21612,12 +21690,12 @@ compiled using XeLaTeX.") (define-public texlive-hep (package (name "texlive-hep") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hep/" "tex/latex/hep/")))) (file-name (git-file-name name version)) (sha256 @@ -21636,19 +21714,19 @@ papers, etc.") (define-public texlive-hep-bibliography (package (name "texlive-hep-bibliography") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hep-bibliography/" "source/latex/hep-bibliography/" "tex/latex/hep-bibliography/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1g4cgdrpl7jqm19k4z7ykmyqj807d3lkaah07ws7jsrfh120jrys")))) + "0bvqlsgnq82s2zrzv0xzy4r8w0cj22qvzml84f27n567lkjwwyjv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-bibliography") @@ -21663,19 +21741,19 @@ Physics.") (define-public texlive-hep-font (package (name "texlive-hep-font") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/hep-font/" "source/fonts/hep-font/" "tex/latex/hep-font/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1a2vcapvpa6qlbnw5zqmwnn8gil4gnlldpqbhnc9vlv8ahx05i3q")))) + "0sq81rdbkq3k90rg5mz6fy88idi2pbdpzkinqa77lkynj9kbp6mq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-font") @@ -21689,19 +21767,19 @@ Modern counterparts.") (define-public texlive-hep-graphic (package (name "texlive-hep-graphic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hep-graphic/" "source/latex/hep-graphic/" "tex/latex/hep-graphic/")))) (file-name (git-file-name name version)) (sha256 - (base32 "12s7hm6f4znjnb9465y58dg79xcr54nry9k33i0ra5znd4h9c49m")))) + (base32 "0czwr2n62vi1hj8bv73y4vrdw3xaxpq0dbykwz7p87c4v2vq4623")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-graphic") @@ -21716,19 +21794,19 @@ the generated graphics look consistent.") (define-public texlive-hep-math-font (package (name "texlive-hep-math-font") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/hep-math-font/" "source/fonts/hep-math-font/" "tex/latex/hep-math-font/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1n8ii2a72lbdqbvz5dmp9jrz6pyyswrvjx8z29343vphfb3in4hd")))) + "0wvcczfyriscfr4nnxshmcfs4s1qxqxlvybg1x1pxfdf620b3lap")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-math-font") @@ -21743,19 +21821,19 @@ macros are adjusted to give more consistently the naively expected results.") (define-public texlive-hep-paper (package (name "texlive-hep-paper") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hep-paper/" "source/latex/hep-paper/" "tex/latex/hep-paper/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1qdylnhr4fhsrqrxz4c4f25lcfjgwabn6yrxn3bswmgbhb1my5r6")))) + "14lxzi5cdfcbbrmvks4ipc9jydsvvqzbz01qwlwsllzd1sbp21y5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-paper") @@ -21773,19 +21851,19 @@ the @code{hep-paper} package, without optional arguments, in addition to the (define-public texlive-hep-reference (package (name "texlive-hep-reference") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hep-reference/" "source/latex/hep-reference/" "tex/latex/hep-reference/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1jps82gx0hw1g0gwf33rl6llvpw6s4iwdyky98ghzn2vlcsvd0ny")))) + "1pp0017hmpn5x3r3v4br9gk5xwsnaawy3srwl2287wpsijvb1jan")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-reference") @@ -21799,12 +21877,12 @@ publications.") (define-public texlive-hepnames (package (name "texlive-hepnames") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hepnames/" "tex/latex/hepnames/")))) (file-name (git-file-name name version)) (sha256 @@ -21829,12 +21907,12 @@ Hepnicenames provides the main non-resonant particle names from (define-public texlive-hepparticles (package (name "texlive-hepparticles") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hepparticles/" "tex/latex/hepparticles/")))) (file-name (git-file-name name version)) @@ -21869,12 +21947,12 @@ disappear if these macros are used. (define-public texlive-hepthesis (package (name "texlive-hepthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hepthesis/" "tex/latex/hepthesis/")))) (file-name (git-file-name name version)) @@ -21904,12 +21982,12 @@ The class is based on @code{scrbook}, from the KOMA-Script bundle.") (define-public texlive-hepunits (package (name "texlive-hepunits") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hepunits/" "tex/latex/hepunits/")))) (file-name (git-file-name name version)) @@ -21929,19 +22007,19 @@ existing SIunits set.") (define-public texlive-heria (package (name "texlive-heria") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/heria/" "source/latex/heria/" "tex/latex/heria/")))) (file-name (git-file-name name version)) (sha256 - (base32 "041r0p5bs174h3a1mf7b4sd4rlbp2jvfj665z7hzn5mshaihzyq7")))) + (base32 "1z3hm7i4hfpak029pp8zbwnmvb5dcv7y2q76jkx4xka1jdkim1l7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/heria") @@ -21959,12 +22037,12 @@ generated according to data supplied by the user.") (define-public texlive-heros-otf (package (name "texlive-heros-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/heros-otf/" "tex/latex/heros-otf/")))) (file-name (git-file-name name version)) @@ -21985,12 +22063,12 @@ defined.") (define-public texlive-heuristica (package (name "texlive-heuristica") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/heuristica/" "fonts/enc/dvips/heuristica/" "fonts/map/dvips/heuristica/" @@ -22017,12 +22095,12 @@ Mathdesign font packages.") (define-public texlive-hexboard (package (name "texlive-hexboard") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hexboard/" "source/latex/hexboard/" "tex/latex/hexboard/")))) @@ -22042,12 +22120,12 @@ and XeTeX, that provides functionality for drawing Hex boards and games.") (define-public texlive-hexgame (package (name "texlive-hexgame") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hexgame/" "tex/latex/hexgame/")))) (file-name (git-file-name name version)) (sha256 @@ -22066,12 +22144,12 @@ an environment that enables the user to draw such a game in a trivial way.") (define-public texlive-hfbright (package (name "texlive-hfbright") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/hfbright/" "fonts/afm/public/hfbright/" "fonts/enc/dvips/hfbright/" @@ -22093,12 +22171,12 @@ the Computer Modern Bright fonts.") (define-public texlive-hfoldsty (package (name "texlive-hfoldsty") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/hfoldsty/" "fonts/tfm/public/hfoldsty/" "fonts/vf/public/hfoldsty/" @@ -22123,17 +22201,17 @@ with guillemets, and support for character protruding using the (define-public texlive-hfutexam (package (name "texlive-hfutexam") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hfutexam/" "tex/latex/hfutexam/")))) (file-name (git-file-name name version)) (sha256 (base32 - "14zvjkj0icdzb8bq31c5gv3nmw52s0969nlcbacbaxhgmkix9lfk")))) + "0cfvfyz4mzlmp5d3mdv3sjx53wad08955adsk40a9mxp4kyyb6ks")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hfutexam") @@ -22146,12 +22224,12 @@ Technology (China).") (define-public texlive-hfutthesis (package (name "texlive-hfutthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/hfutthesis/" "tex/xelatex/hfutthesis/")))) (file-name (git-file-name name version)) @@ -22174,12 +22252,12 @@ Work Implementation Rules}.") (define-public texlive-hithesis (package (name "texlive-hithesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/hithesis/" "doc/xelatex/hithesis/" "makeindex/hithesis/" @@ -22209,12 +22287,12 @@ of Technology supporting bachelor, master, doctor dissertations.") (define-public texlive-hindmadurai (package (name "texlive-hindmadurai") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/hindmadurai/" "fonts/enc/dvips/hindmadurai/" "fonts/map/dvips/hindmadurai/" @@ -22239,12 +22317,12 @@ Indian Type Foundry, with support for LaTeX and pdfLaTeX.") (define-public texlive-historische-zeitschrift (package (name "texlive-historische-zeitschrift") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/historische-zeitschrift/" "tex/latex/historische-zeitschrift/")))) (file-name (git-file-name name version)) @@ -22263,12 +22341,12 @@ Indian Type Foundry, with support for LaTeX and pdfLaTeX.") (define-public texlive-hitex (package (name "texlive-hitex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/hitex/base/" "doc/man/man1/hishrink.1" "doc/man/man1/hishrink.man1.pdf" @@ -22285,26 +22363,18 @@ Indian Type Foundry, with support for LaTeX and pdfLaTeX.") (file-name (git-file-name name version)) (sha256 (base32 - "1v8lislaz090phbnkx76r0z4qbjdk5zlmjb1xqarm4kp8hl1q535")))) + "16sz4k71wfs51dgn51q0i9kj79wnm88h4lprrs8qljr3x7r5qw32")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:create-formats #~(list "hilatex" "hitex"))) (native-inputs (list (if (target-64bit?) libfaketime datefudge))) (propagated-inputs - (list texlive-babel - texlive-cm + (list texlive-cm texlive-etex - texlive-firstaid texlive-hitex-bin texlive-hyphen-base texlive-knuth-lib - texlive-l3backend - texlive-l3kernel - texlive-latex - texlive-latex-fonts - texlive-plain - texlive-tex-ini-files - texlive-unicode-data)) + texlive-plain)) (home-page "https://ctan.org/pkg/hitex") (synopsis "TeX extension writing HINT output for on-screen reading") (description @@ -22353,12 +22423,12 @@ TeX to format a document for nearly-arbitrary values of @code{\\hsize} and (define-public texlive-hitszbeamer (package (name "texlive-hitszbeamer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/hitszbeamer/" "doc/latex/hitszbeamer/" "source/latex/hitszbeamer/" @@ -22381,12 +22451,12 @@ Technology, ShenZhen).") (define-public texlive-hitszthesis (package (name "texlive-hitszthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/hitszthesis/" "doc/latex/hitszthesis/" "makeindex/hitszthesis/" @@ -22412,12 +22482,12 @@ dissertations.") (define-public texlive-hmtrump (package (name "texlive-hmtrump") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/hmtrump/" "fonts/truetype/public/hmtrump/" "tex/lualatex/hmtrump/")))) @@ -22440,12 +22510,12 @@ card games.") (define-public texlive-hobete (package (name "texlive-hobete") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hobete/" "tex/latex/hobete/")))) (file-name (git-file-name name version)) (sha256 @@ -22464,12 +22534,12 @@ that there will be no support for it from the University.") (define-public texlive-horoscop (package (name "texlive-horoscop") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/horoscop/" "source/latex/horoscop/" "tex/latex/horoscop/")))) @@ -22492,12 +22562,12 @@ computing object positions.") (define-public texlive-hrlatex (package (name "texlive-hrlatex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hrlatex/" "source/latex/hrlatex/" "tex/latex/hrlatex/")))) (file-name (git-file-name name version)) @@ -22518,12 +22588,12 @@ are included.") (define-public texlive-hu-berlin-bundle (package (name "texlive-hu-berlin-bundle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/hu-berlin-bundle/" "source/lualatex/hu-berlin-bundle/" "tex/lualatex/hu-berlin-bundle/")))) @@ -22544,17 +22614,17 @@ university itself, and not officially approved by it.") (define-public texlive-huaz (package (name "texlive-huaz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/huaz/" "tex/latex/huaz/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1qn698n2fvk6wcxbz4ail36vslgy042nwbscn1zr32986mrnvlyr")))) + "005wa406dyqrqrih7pkfxbyh57s8y1kyj0nlpqi2am2clsbqlp0x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/huaz") @@ -22569,13 +22639,13 @@ definite article for cross-references and other commands containing text.") (define-public texlive-huffman (package (name "texlive-huffman") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/huffman/" "metapost/huffman/")))) (file-name (git-file-name name version)) @@ -22595,19 +22665,19 @@ general.") (define-public texlive-hulipsum (package (name "texlive-hulipsum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hulipsum/" "source/latex/hulipsum/" "tex/latex/hulipsum/")))) (file-name (git-file-name name version)) (sha256 (base32 - "15xhphgry6y68h1020fwpsz774kn0fici7xzj5xj04p975nbp1qg")))) + "1w3l50j1i85gqqj0phkkkrkxy36gpfmfdm34zmxah01z4i87b49s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hulipsum") @@ -22624,12 +22694,12 @@ ipse.") (define-public texlive-hustthesis (package (name "texlive-hustthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hustthesis/" "source/latex/hustthesis/" "tex/latex/hustthesis/")))) @@ -22649,17 +22719,17 @@ University of Science and Technology.") (define-public texlive-hvarabic (package (name "texlive-hvarabic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hvarabic/" "tex/latex/hvarabic/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0kjx2x3fnpqw6hybw7ifdlqad4mmbacba290qwlhhggpjrxsvp39")))) + "0jnbf2v85k9ppqcscwnfz2ym4109di9c803m90z65apmbzr3jaq1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hvarabic") @@ -22673,19 +22743,19 @@ monospaced Arabic font. The package only works with LuaLaTeX or XeLaTeX.") (define-public texlive-iaria (package (name "texlive-iaria") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/iaria/" "source/latex/iaria/" "tex/latex/iaria/")))) (file-name (git-file-name name version)) (sha256 - (base32 "17y72vpvfv8balr776vfykrv8m9k17vlni2117wfcy7821kkw5sb")))) + (base32 "01f6xjr4r98sbi66cb8wd2i1qqm2sim04szrag84pb0av5giw4cq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/iaria") @@ -22699,19 +22769,19 @@ implements the specifications for the IARIA citation style.") (define-public texlive-iaria-lite (package (name "texlive-iaria-lite") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/iaria-lite/" "source/latex/iaria-lite/" "tex/latex/iaria-lite/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0cv091zyf731p67bjfhgl2ah9gyan7y29nd8mpx394nv3rh00vf5")))) + (base32 "1mvf4528y2w4gf9i5qr7ccay0cw605fzbmm7iqsyrv7bw7ipqwpy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/iaria-lite") @@ -22726,12 +22796,12 @@ style, for which you have to use the @code{iaria} class.") (define-public texlive-ibarra (package (name "texlive-ibarra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ibarra/" "fonts/enc/dvips/ibarra/" "fonts/map/dvips/ibarra/" @@ -22757,12 +22827,12 @@ in 1780.") (define-public texlive-ibrackets (package (name "texlive-ibrackets") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ibrackets/" "source/latex/ibrackets/" "tex/latex/ibrackets/")))) @@ -22783,12 +22853,12 @@ when using for open intervals.") (define-public texlive-icite (package (name "texlive-icite") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/icite/" "source/latex/icite/" "tex/latex/icite/")))) (file-name (git-file-name name version)) @@ -22809,12 +22879,12 @@ which are called indices locorum citatorum. It relies on a specific (define-public texlive-ietfbibs (package (name "texlive-ietfbibs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/bibtex/ietfbibs/")))) (file-name (git-file-name name version)) (sha256 @@ -22832,18 +22902,18 @@ files.") (define-public texlive-ifis-macros (package (name "texlive-ifis-macros") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/ifis-macros/" "tex/plain/ifis-macros/")))) (file-name (git-file-name name version)) (sha256 - (base32 "12cmpg4r065qvhjnm272iclih3lyk0vqqyk9zjyxdynpyhg042k1")))) + (base32 "00jnp1gpcydya74khrii2436bm8x6sf45aib78fdap5wca7y108l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ifis-macros") @@ -22857,12 +22927,12 @@ dimension for TeX.") (define-public texlive-ifsym (package (name "texlive-ifsym") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ifsym/" "fonts/source/public/ifsym/" "fonts/tfm/public/ifsym/" "tex/latex/ifsym/")))) @@ -22886,12 +22956,12 @@ symbols needed in a document.") (define-public texlive-ijqc (package (name "texlive-ijqc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/ijqc/" "doc/bibtex/ijqc/")))) (file-name (git-file-name name version)) (sha256 @@ -22909,12 +22979,12 @@ symbols needed in a document.") (define-public texlive-imfellenglish (package (name "texlive-imfellenglish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/imfellenglish/" "fonts/enc/dvips/imfellenglish/" "fonts/map/dvips/imfellenglish/" @@ -22941,12 +23011,12 @@ Roman, Italic and Small-Cap fonts.") (define-public texlive-impatient (package (name "texlive-impatient") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/impatient/")))) (file-name (git-file-name name version)) (sha256 @@ -22963,12 +23033,12 @@ Roman, Italic and Small-Cap fonts.") (define-public texlive-impatient-cn (package (name "texlive-impatient-cn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/impatient-cn/")))) (file-name (git-file-name name version)) (sha256 @@ -22986,12 +23056,12 @@ Plain TeX and Eplain. This is its Chinese translation.") (define-public texlive-impatient-fr (package (name "texlive-impatient-fr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/impatient-fr/")))) (file-name (git-file-name name version)) (sha256 @@ -23009,12 +23079,12 @@ Plain TeX and Eplain. This is its French translation.") (define-public texlive-impnattypo (package (name "texlive-impnattypo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/impnattypo/" "source/latex/impnattypo/" "tex/latex/impnattypo/")))) @@ -23034,12 +23104,12 @@ French Imprimerie Nationale.") (define-public texlive-import (package (name "texlive-import") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/import/" "tex/latex/import/")))) (file-name (git-file-name name version)) (sha256 @@ -23061,12 +23131,12 @@ variants of the commands.") (define-public texlive-imsproc (package (name "texlive-imsproc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/imsproc/" "tex/xelatex/imsproc/")))) (file-name (git-file-name name version)) @@ -23085,12 +23155,12 @@ conference proceedings. The class uses the XePersian package.") (define-public texlive-includernw (package (name "texlive-includernw") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/includernw/" "tex/latex/includernw/")))) (file-name (git-file-name name version)) @@ -23110,12 +23180,12 @@ installed.") (define-public texlive-initials (package (name "texlive-initials") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/initials/" "dvips/initials/" "fonts/afm/public/initials/" @@ -23140,12 +23210,12 @@ font, at least a @file{.pfb} and a @file{.tfm} file is provided, with an (define-public texlive-inlinebib (package (name "texlive-inlinebib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/inlinebib/" "doc/bibtex/inlinebib/" "tex/latex/inlinebib/")))) @@ -23166,17 +23236,17 @@ footnotes.") (define-public texlive-install-latex-guide-zh-cn (package (name "texlive-install-latex-guide-zh-cn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/install-latex-guide-zh-cn/")))) (file-name (git-file-name name version)) (sha256 (base32 - "11yybwn14h3m62c69q97w5mvg0r5b0mm745rbsyds34sbs47gnkx")))) + "09l1pva1m68lv12gz1wc956ncn5aib10j3xik7p5pp5ymslx6n07")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/install-latex-guide-zh-cn") @@ -23189,12 +23259,12 @@ Live and mainly introducing command line operations, in Chinese.") (define-public texlive-inter (package (name "texlive-inter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/inter/" "fonts/enc/dvips/inter/" "fonts/map/dvips/inter/" @@ -23223,13 +23293,13 @@ text.") (define-public texlive-interlinear (package (name "texlive-interlinear") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/interlinear/" "tex/latex/interlinear/")))) (file-name (git-file-name name version)) @@ -23259,12 +23329,12 @@ presenting linguistic data.") (define-public texlive-interval (package (name "texlive-interval") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/interval/" "tex/latex/interval/")))) (file-name (git-file-name name version)) (sha256 @@ -23285,12 +23355,12 @@ will end up having the proper closing and opening types.") (define-public texlive-intro-scientific (package (name "texlive-intro-scientific") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/intro-scientific/")))) (file-name (git-file-name name version)) (sha256 @@ -23311,12 +23381,12 @@ bibliographic data and BibTeX.") (define-public texlive-ionumbers (package (name "texlive-ionumbers") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ionumbers/" "source/latex/ionumbers/" "tex/latex/ionumbers/")))) @@ -23350,12 +23420,12 @@ Finally, an @emph{e} starts the exponent of the number. For example, (define-public texlive-iopart-num (package (name "texlive-iopart-num") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/iopart-num/" "doc/bibtex/iopart-num/")))) (file-name (git-file-name name version)) @@ -23375,12 +23445,12 @@ journals, including @emph{Journal of Physics}.") (define-public texlive-ipaex (package (name "texlive-ipaex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ipaex/" "fonts/truetype/public/ipaex/")))) (file-name (git-file-name name version)) @@ -23399,12 +23469,12 @@ proportional width glyphs for Western characters.") (define-public texlive-ipaex-type1 (package (name "texlive-ipaex-type1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ipaex-type1/" "fonts/enc/dvips/ipaex-type1/" "fonts/map/dvips/ipaex-type1/" @@ -23427,18 +23497,18 @@ Type 1 format, which is most suitable for use with the CJK package.") (define-public texlive-ipsum (package (name "texlive-ipsum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ipsum/" "tex/latex/ipsum/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1ihf85j64grna2q4fwxhb1r8pcv8b67x6zzylazhxbl2bhpsqq4h")))) + (base32 "1r6qkdwajii6hzmr3grmyd2x9r28qld1vj4x31gkqiybakq9yssw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ipsum") @@ -23450,13 +23520,13 @@ Type 1 format, which is most suitable for use with the CJK package.") (define-public texlive-iran-bibtex (package (name "texlive-iran-bibtex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/iran-bibtex/" "bibtex/csf/iran-bibtex/" "doc/bibtex/iran-bibtex/" @@ -23483,12 +23553,12 @@ which is automatically loaded.") (define-public texlive-is-bst (package (name "texlive-is-bst") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/is-bst/" "doc/bibtex/is-bst/")))) (file-name (git-file-name name version)) (sha256 @@ -23509,12 +23579,12 @@ citation label suffixing.") (define-public texlive-icsv (package (name "texlive-icsv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/icsv/" "source/latex/icsv/" "tex/latex/icsv/")))) (file-name (git-file-name name version)) @@ -23533,12 +23603,12 @@ conference.") (define-public texlive-ieeeconf (package (name "texlive-ieeeconf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ieeeconf/" "source/latex/ieeeconf/" "tex/latex/ieeeconf/")))) @@ -23558,12 +23628,12 @@ Computer Society Press for conference proceedings.") (define-public texlive-ieeepes (package (name "texlive-ieeepes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/ieeepes/" "doc/latex/ieeepes/" "tex/latex/ieeepes/")))) (file-name (git-file-name name version)) @@ -23583,12 +23653,12 @@ journals.") (define-public texlive-ieeetran (package (name "texlive-ieeetran") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/ieeetran/" "bibtex/bst/ieeetran/" "doc/latex/ieeetran/" "tex/latex/ieeetran/")))) @@ -23609,12 +23679,12 @@ Electronics Engineers} transactions, journals and conferences.") (define-public texlive-ijmart (package (name "texlive-ijmart") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/ijmart/" "doc/latex/ijmart/" "source/latex/ijmart/" "tex/latex/ijmart/")))) (file-name (git-file-name name version)) @@ -23638,12 +23708,12 @@ preprints in arXiv with minimal changes in the LaTeX source.") (define-public texlive-ijsra (package (name "texlive-ijsra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ijsra/" "tex/latex/ijsra/")))) (file-name (git-file-name name version)) (sha256 @@ -23663,12 +23733,12 @@ International Journal of Student Research in Archaeology.") (define-public texlive-imac (package (name "texlive-imac") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/imac/" "doc/latex/imac/" "tex/latex/imac/")))) (file-name (git-file-name name version)) @@ -23688,12 +23758,12 @@ provides a LaTeX package and a BibTeX style file.") (define-public texlive-imakeidx (package (name "texlive-imakeidx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/imakeidx/" "source/latex/imakeidx/" "tex/latex/imakeidx/")))) @@ -23718,12 +23788,12 @@ used.") (define-public texlive-imtekda (package (name "texlive-imtekda") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/imtekda/" "source/latex/imtekda/" "tex/latex/imtekda/")))) (file-name (git-file-name name version)) @@ -23744,12 +23814,12 @@ of Freiburg (Germany). The class is based on the KOMA-Script class (define-public texlive-inkpaper (package (name "texlive-inkpaper") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/inkpaper/" "tex/latex/inkpaper/")))) (file-name (git-file-name name version)) (sha256 @@ -23767,12 +23837,12 @@ for mathematics students, ZJGS students, and magazine editors.") (define-public texlive-iodhbwm (package (name "texlive-iodhbwm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/iodhbwm/" "tex/latex/iodhbwm/")))) (file-name (git-file-name name version)) (sha256 @@ -23792,12 +23862,12 @@ effort.") (define-public texlive-iscram (package (name "texlive-iscram") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/iscram/" "tex/latex/iscram/")))) (file-name (git-file-name name version)) (sha256 @@ -23816,12 +23886,12 @@ Management}.") (define-public texlive-isodate (package (name "texlive-isodate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/isodate/" "source/latex/isodate/" "tex/latex/isodate/")))) (file-name (git-file-name name version)) @@ -23845,12 +23915,12 @@ French, Danish, Swedish, and Norwegian.") (define-public texlive-isomath (package (name "texlive-isomath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/isomath/" "tex/latex/isomath/")))) (file-name (git-file-name name version)) (sha256 @@ -23872,12 +23942,12 @@ symbols.") (define-public texlive-itnumpar (package (name "texlive-itnumpar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/itnumpar/" "source/latex/itnumpar/" "tex/latex/itnumpar/")))) @@ -23899,12 +23969,12 @@ words, both in cardinal and in ordinal form.") (define-public texlive-jablantile (package (name "texlive-jablantile") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/jablantile/" "fonts/source/public/jablantile/")))) (file-name (git-file-name name version)) @@ -23923,12 +23993,12 @@ Slavik Jablan.") (define-public texlive-jacow (package (name "texlive-jacow") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jacow/" "tex/latex/jacow/")))) (file-name (git-file-name name version)) (sha256 @@ -23949,12 +24019,12 @@ conferences held around the world.") (define-public texlive-jamtimes (package (name "texlive-jamtimes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jamtimes/" "fonts/map/dvips/jamtimes/" "fonts/tfm/public/jamtimes/" @@ -23977,12 +24047,12 @@ Mathematique}. Mathematics support is based on the Belleek fonts.") (define-public texlive-jbact (package (name "texlive-jbact") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/jbact/")))) (file-name (git-file-name name version)) (sha256 @@ -24002,13 +24072,13 @@ Biology}.") (define-public texlive-jetbrainsmono-otf (package (name "texlive-jetbrainsmono-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/jetbrainsmono-otf/" "fonts/opentype/SIL/jetbrainsmono-otf/" @@ -24029,18 +24099,18 @@ with weights versions.") (define-public texlive-jeuxcartes (package (name "texlive-jeuxcartes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jeuxcartes/" "tex/latex/jeuxcartes/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1lk9xdkks12phlfasf8siky6837mnqnab3f6dnw8d1fl6wh7nbmk")))) + "05ksqb9a3nr4izhyg4w3nx7di93bsgyjbvvbpdz8zplsi9xx3nv1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jeuxcartes") @@ -24058,12 +24128,12 @@ hand, or random-hand, Poker or French Tarot or Uno, from PNG files.") (define-public texlive-jfmutil (package (name "texlive-jfmutil") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/jfmutil/" "scripts/jfmutil/")))) (file-name (git-file-name name version)) (sha256 @@ -24092,12 +24162,12 @@ format, which is a subset of the ZVP format. (define-public texlive-jigsaw (package (name "texlive-jigsaw") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jigsaw/" "tex/latex/jigsaw/")))) (file-name (git-file-name name version)) (sha256 @@ -24117,12 +24187,12 @@ patterns or automatically generate complete jigsaws.") (define-public texlive-jkmath (package (name "texlive-jkmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jkmath/" "tex/latex/jkmath/")))) (file-name (git-file-name name version)) (sha256 @@ -24141,12 +24211,12 @@ flexibility in typesetting material.") (define-public texlive-jmb (package (name "texlive-jmb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/jmb/" "tex/latex/jmb/")))) (file-name (git-file-name name version)) (sha256 @@ -24165,12 +24235,12 @@ it features author-date references.") (define-public texlive-jmlr (package (name "texlive-jmlr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jmlr/" "source/latex/jmlr/" "tex/latex/jmlr/")))) (file-name (git-file-name name version)) @@ -24191,12 +24261,12 @@ articles written using the @code{jmlr} class into a book.") (define-public texlive-jneurosci (package (name "texlive-jneurosci") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/jneurosci/" "doc/latex/jneurosci/" "tex/latex/jneurosci/")))) @@ -24218,12 +24288,12 @@ a LaTeX package are provided.") (define-public texlive-jnuexam (package (name "texlive-jnuexam") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jnuexam/" "tex/latex/jnuexam/")))) (file-name (git-file-name name version)) (sha256 @@ -24240,13 +24310,13 @@ a LaTeX package are provided.") (define-public texlive-joinbox (package (name "texlive-joinbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/joinbox/" "tex/latex/joinbox/")))) (file-name (git-file-name name version)) @@ -24265,12 +24335,12 @@ using horizontal joined, all boxes to be joined keep same height.") (define-public texlive-josefin (package (name "texlive-josefin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/josefin/" "fonts/enc/dvips/josefin/" "fonts/map/dvips/josefin/" @@ -24296,12 +24366,12 @@ is available in seven weights, with corresponding italics.") (define-public texlive-jourcl (package (name "texlive-jourcl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jourcl/" "tex/latex/jourcl/")))) (file-name (git-file-name name version)) (sha256 @@ -24343,13 +24413,13 @@ preparing the necessary ingredients for the cover letter; (define-public texlive-jourrr (package (name "texlive-jourrr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jourrr/" "tex/latex/jourrr/")))) (file-name (git-file-name name version)) @@ -24374,12 +24444,12 @@ preparing letters during the revision process.") (define-public texlive-jpsj (package (name "texlive-jpsj") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jpsj/" "tex/latex/jpsj/")))) (file-name (git-file-name name version)) (sha256 @@ -24398,12 +24468,12 @@ Society of Japan}.") (define-public texlive-junicode (package (name "texlive-junicode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/junicode/" "fonts/enc/dvips/junicode/" "fonts/map/dvips/junicode/" @@ -24415,7 +24485,7 @@ Society of Japan}.") (file-name (git-file-name name version)) (sha256 (base32 - "0wpsm4f4y25awhvsp0ry4w5d7j1392gmvl931f45325fx229p20k")))) + "1p6jf2r69q9ng5p6150nfa4l8x1w4zrd890sld0402p8nkc0qskk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/junicode") @@ -24430,19 +24500,19 @@ Xe(La)TeX.") (define-public texlive-junicodevf (package (name "texlive-junicodevf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/junicodevf/" "fonts/truetype/public/junicodevf/" "tex/lualatex/junicodevf/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0hq5cgzdjzjmfsp9j9vaynchhxxf5c6yjciwr4nmdv13lg01gdd0")))) + (base32 "0kf66x8xmfn0kgzvc5bbrxp4m928g9jl1fpp1vvirzm29dhdqb6k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/junicodevf") @@ -24459,18 +24529,18 @@ users to access MUFI characters in accessible ways.") (define-public texlive-jupynotex (package (name "texlive-jupynotex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jupynotex/" "tex/latex/jupynotex/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1nwcn44w5xq53r4wfs84qc3ljqhd4saxp0j6iksz8y2pydnsh8b0")))) + "1yh9ykqclfqg4kg2qgw840j8g7v58ixrzhgv6kqkzshmn1qr3ihs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jupynotex") @@ -24486,12 +24556,12 @@ text, LaTeX, images, etc.") (define-public texlive-jura (package (name "texlive-jura") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jura/" "source/latex/jura/" "tex/latex/jura/")))) (file-name (git-file-name name version)) @@ -24512,12 +24582,12 @@ that permits alphanumeric section numbering (e.g., @samp{A. Introduction}; (define-public texlive-juraabbrev (package (name "texlive-juraabbrev") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/juraabbrev/" "makeindex/juraabbrev/" "source/latex/juraabbrev/" @@ -24539,12 +24609,12 @@ abbreviations that have actually been used in the document.") (define-public texlive-jurabib (package (name "texlive-jurabib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/jurabib/" "bibtex/bst/jurabib/" "doc/latex/jurabib/" "source/latex/jurabib/" "tex/latex/jurabib/")))) @@ -24575,12 +24645,12 @@ by the special language field.") (define-public texlive-juramisc (package (name "texlive-juramisc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/juramisc/" "tex/latex/juramisc/")))) (file-name (git-file-name name version)) (sha256 @@ -24599,12 +24669,12 @@ A @code{jurabook} class is also provided, which may not yet be complete.") (define-public texlive-jurarsp (package (name "texlive-jurarsp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/jurarsp/" "doc/latex/jurarsp/" "source/latex/jurarsp/" "tex/latex/jurarsp/")))) (file-name (git-file-name name version)) @@ -24626,18 +24696,18 @@ this purpose, a special BibTeX-style is provided.") (define-public texlive-jwjournal (package (name "texlive-jwjournal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jwjournal/" "tex/latex/jwjournal/")))) (file-name (git-file-name name version)) (sha256 (base32 - "11xg24v6lx8kqh4527y2q5sqxjc12rfsdwjks2a08086mpga2bpw")))) + "00i9k60l1v65gfk04567njmgwim3gcn2kgq94agzmavandqyxvfh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-einfart)) @@ -24651,12 +24721,12 @@ entries into a colorful and nicely formatted journal.") (define-public texlive-karnaugh (package (name "texlive-karnaugh") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/karnaugh/" "tex/latex/karnaugh/")))) (file-name (git-file-name name version)) (sha256 @@ -24677,12 +24747,12 @@ variables.") (define-public texlive-karnaugh-map (package (name "texlive-karnaugh-map") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/karnaugh-map/" "source/latex/karnaugh-map/" "tex/latex/karnaugh-map/")))) @@ -24704,12 +24774,12 @@ drawing implicants on top of the map.") (define-public texlive-karnaughmap (package (name "texlive-karnaughmap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/karnaughmap/" "source/latex/karnaughmap/" "tex/latex/karnaughmap/")))) @@ -24730,17 +24800,17 @@ a key-value system to customize Karnaugh maps and a proper LaTeX package.") (define-public texlive-kaytannollista-latexia (package (name "texlive-kaytannollista-latexia") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kaytannollista-latexia/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1w5d5gz4ijv4zd0lwl4y1qi86cklig5bflwxqcam3vzjwdvd5kjr")))) + "0amrrnid9lf7rh6v5jwf2vxm2n934md13dqy694ngwsbx0h3w56y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kaytannollista-latexia") @@ -24755,12 +24825,12 @@ a reference manual for advanced users.") (define-public texlive-kdgdocs (package (name "texlive-kdgdocs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kdgdocs/" "source/latex/kdgdocs/" "tex/latex/kdgdocs/")))) (file-name (git-file-name name version)) @@ -24781,12 +24851,12 @@ theses.") (define-public texlive-kdpcover (package (name "texlive-kdpcover") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kdpcover/" "source/latex/kdpcover/" "tex/latex/kdpcover/")))) @@ -24819,12 +24889,12 @@ necessary calculations on-the-fly, using the @code{qpdf} tool.") (define-public texlive-kfupm-math-exam (package (name "texlive-kfupm-math-exam") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kfupm-math-exam/" "source/latex/kfupm-math-exam/" "tex/latex/kfupm-math-exam/")))) @@ -24849,13 +24919,13 @@ institution.") (define-public texlive-khatalmaqala (package (name "texlive-khatalmaqala") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/khatalmaqala/" "fonts/truetype/public/khatalmaqala/")))) (file-name (git-file-name name version)) @@ -24873,12 +24943,12 @@ with Arabic support.") (define-public texlive-kixfont (package (name "texlive-kixfont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/kixfont/" "fonts/source/public/kixfont/" "fonts/tfm/public/kixfont/")))) @@ -24902,12 +24972,12 @@ upper-case letters.") (define-public texlive-kluwer (package (name "texlive-kluwer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/kluwer/" "doc/latex/kluwer/" "source/latex/kluwer/" "tex/latex/kluwer/")))) (file-name (git-file-name name version)) @@ -24941,13 +25011,13 @@ unfortunately.") (define-public texlive-korigamik (package (name "texlive-korigamik") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/korigamik/" "tex/latex/korigamik/")))) (file-name (git-file-name name version)) @@ -24967,18 +25037,18 @@ changes.") (define-public texlive-kotex-oblivoir (package (name "texlive-kotex-oblivoir") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kotex-oblivoir/" "tex/latex/kotex-oblivoir/")))) (file-name (git-file-name name version)) (sha256 (base32 - "02wz799ayl8qshwwh9lqhzhicr184fk6dxqllhldk3swvjs003f4")))) + "0gfml9afhdr4x2ckphi7r6acjvkpsavrz3pz1hwr76h44xqgp0dl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-kotex-utf texlive-memoir)) @@ -24992,12 +25062,12 @@ Korean documents.") (define-public texlive-kotex-plain (package (name "texlive-kotex-plain") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/kotex-plain/" "tex/plain/kotex-plain/")))) (file-name (git-file-name name version)) @@ -25017,12 +25087,12 @@ UTF-8.") (define-public texlive-kotex-utf (package (name "texlive-kotex-utf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kotex-utf/" "tex/latex/kotex-utf/")))) (file-name (git-file-name name version)) @@ -25042,12 +25112,12 @@ language; input Korean text should be encoded in UTF-8.") (define-public texlive-kotex-utils (package (name "texlive-kotex-utils") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kotex-utils/" "makeindex/kotex-utils/" "scripts/kotex-utils/")))) @@ -25072,12 +25142,12 @@ Korean language typesetting.") (define-public texlive-knuth-errata (package (name "texlive-knuth-errata") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/knuth-errata/")))) (file-name (git-file-name name version)) (sha256 @@ -25096,17 +25166,17 @@ Metafont and related programs.") (define-public texlive-knuth-hint (package (name "texlive-knuth-hint") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/knuth-hint/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1rrfn1ajj1fkxg2lr7isfdlkff6hxq37scdf370h2vd9ra484ykx")))) + "1jadv0505bh8z5w2d8i3av5x2acmkr00h5g3z76ycrv5dhvha19i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/knuth-hint") @@ -25130,17 +25200,17 @@ capabilities.") (define-public texlive-knuth-pdf (package (name "texlive-knuth-pdf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/knuth-pdf/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1aidr0jd69lysyn6igz7jya7bb504syvymnjbmjbicdjwly800sy")))) + "1d7ilvln1s40v09xmrmyx6svmx3wrsn0qjaazcnfkszpbf0p9sgp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/knuth-pdf") @@ -25163,12 +25233,12 @@ links to the individual documents, either in HTML or in PDF format.") (define-public texlive-ksfh-nat (package (name "texlive-ksfh-nat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/ksfh_nat/")))) (file-name (git-file-name name version)) (sha256 @@ -25188,12 +25258,12 @@ KSFH (@emph{Katholische Stiftungsfachhochschule}) Munich. BibTeX entries in (define-public texlive-ksp-thesis (package (name "texlive-ksp-thesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ksp-thesis/" "tex/latex/ksp-thesis/")))) (file-name (git-file-name name version)) @@ -25218,12 +25288,12 @@ the requirements by KSP.") (define-public texlive-ku-template (package (name "texlive-ku-template") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ku-template/" "tex/latex/ku-template/")))) (file-name (git-file-name name version)) @@ -25243,12 +25313,12 @@ University of Copenhagen (Kobenhavns Universitet).") (define-public texlive-kvmap (package (name "texlive-kvmap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kvmap/" "source/latex/kvmap/" "tex/latex/kvmap/")))) (file-name (git-file-name name version)) @@ -25270,12 +25340,12 @@ It provides a tabular-like input syntax and support for drawing bundles (define-public texlive-langsci (package (name "texlive-langsci") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/langsci/" "tex/xelatex/langsci/")))) (file-name (git-file-name name version)) @@ -25296,21 +25366,49 @@ list of references and indexes.") (define-public texlive-langsci-avm (package (name "texlive-langsci-avm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/latex/langsci-avm/" - "source/latex/langsci-avm/" - "tex/latex/langsci-avm/")))) + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/langsci-avm/" + "source/latex/langsci-avm/" + "tex/latex/langsci-avm/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1n53syf2slndgjbndjhd3cl8y6bl9j3xgb86z9r1mwvdcdls5674")))) + "10figc9mwqzh2z7fybyrk50lsm9cdcq3bh3hjvammc7x337fjahc")))) (outputs '("out" "doc")) + (properties '((updater-extra-native-inputs "texlive-local-tree"))) (build-system texlive-build-system) + (arguments + (list + #:tex-format "xelatex" + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'skip-documentation-build + (lambda _ + (substitute* "source/latex/langsci-avm/langsci-avm.dtx" + (("\\\\DocInput\\{\\\\jobname\\.dtx\\}") ""))))))) + (native-inputs + (list (texlive-local-tree + (list texlive-alphalph + texlive-booktabs + texlive-csquotes + texlive-enumitem + texlive-fancyvrb + texlive-fontspec + texlive-forest + texlive-gb4e + texlive-hologo + texlive-hypdoc + texlive-realscripts + texlive-tools + texlive-underscore + texlive-unicode-math + texlive-xetex + texlive-xltxtra)))) (home-page "https://ctan.org/pkg/langsci-avm") (synopsis "Feature structures and attribute-value matrices (AVM)") (description @@ -25324,12 +25422,12 @@ package.") (define-public texlive-lato (package (name "texlive-lato") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/lato/" "fonts/enc/dvips/lato/" "fonts/map/dvips/lato/" @@ -25356,12 +25454,12 @@ LaTeX.") (define-public texlive-l2picfaq (package (name "texlive-l2picfaq") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/l2picfaq/")))) (file-name (git-file-name name version)) (sha256 @@ -25380,12 +25478,12 @@ some sample code, for every problem.") (define-public texlive-l2tabu (package (name "texlive-l2tabu") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/l2tabu/")))) (file-name (git-file-name name version)) (sha256 @@ -25404,12 +25502,12 @@ and commands.") (define-public texlive-l2tabu-english (package (name "texlive-l2tabu-english") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/l2tabu-english/")))) (file-name (git-file-name name version)) (sha256 @@ -25428,12 +25526,12 @@ and commands.") (define-public texlive-l2tabu-french (package (name "texlive-l2tabu-french") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/l2tabu-french/")))) (file-name (git-file-name name version)) (sha256 @@ -25452,12 +25550,12 @@ and commands.") (define-public texlive-l2tabu-italian (package (name "texlive-l2tabu-italian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/l2tabu-italian/")))) (file-name (git-file-name name version)) (sha256 @@ -25476,12 +25574,12 @@ and commands.") (define-public texlive-l2tabu-spanish (package (name "texlive-l2tabu-spanish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/l2tabu-spanish/")))) (file-name (git-file-name name version)) (sha256 @@ -25500,12 +25598,12 @@ and commands.") (define-public texlive-labyrinth (package (name "texlive-labyrinth") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/labyrinth/" "tex/latex/labyrinth/")))) (file-name (git-file-name name version)) @@ -25525,12 +25623,12 @@ manual solution path.") (define-public texlive-lambda (package (name "texlive-lambda") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/lambda/base/" "tex/lambda/config/")))) (file-name (git-file-name name version)) (sha256 @@ -25545,12 +25643,12 @@ manual solution path.") (define-public texlive-langnames (package (name "texlive-langnames") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/langnames/" "source/latex/langnames/" "tex/latex/langnames/")))) @@ -25574,12 +25672,12 @@ with a variety of language examples.") (define-public texlive-latex-notes-zh-cn (package (name "texlive-latex-notes-zh-cn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/latex-notes-zh-cn/")))) (file-name (git-file-name name version)) (sha256 @@ -25599,12 +25697,12 @@ bibliographies, indexes and page layout).") (define-public texlive-latex2e-help-texinfo-fr (package (name "texlive-latex2e-help-texinfo-fr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/info/latex2e-fr.info" "doc/latex/latex2e-help-texinfo-fr/")))) (file-name (git-file-name name version)) @@ -25623,12 +25721,12 @@ bibliographies, indexes and page layout).") (define-public texlive-latex2e-help-texinfo-spanish (package (name "texlive-latex2e-help-texinfo-spanish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/info/latex2e-es.info" "doc/latex/latex2e-help-texinfo-spanish/")))) (file-name (git-file-name name version)) @@ -25647,12 +25745,12 @@ bibliographies, indexes and page layout).") (define-public texlive-latex4musicians (package (name "texlive-latex4musicians") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latex4musicians/")))) (file-name (git-file-name name version)) (sha256 @@ -25672,12 +25770,12 @@ tablatures, multi-page scores.") (define-public texlive-latexcheat-de (package (name "texlive-latexcheat-de") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latexcheat-de/")))) (file-name (git-file-name name version)) (sha256 @@ -25696,12 +25794,12 @@ standards using the KOMA script document classes.") (define-public texlive-latexcheat-esmx (package (name "texlive-latexcheat-esmx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latexcheat-esmx/")))) (file-name (git-file-name name version)) (sha256 @@ -25719,12 +25817,12 @@ cheat sheet (a reference sheet for writing scientific papers).") (define-public texlive-latino-sine-flexione (package (name "texlive-latino-sine-flexione") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latino-sine-flexione/" "tex/latex/latino-sine-flexione/")))) (file-name (git-file-name name version)) @@ -25749,12 +25847,12 @@ intelligentia}.") (define-public texlive-leadsheets (package (name "texlive-leadsheets") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/leadsheets/" "tex/latex/leadsheets/")))) (file-name (git-file-name name version)) @@ -25773,12 +25871,12 @@ songs, i.e., song lyrics and the corresponding chords.") (define-public texlive-ledmac (package (name "texlive-ledmac") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ledmac/" "source/latex/ledmac/" "tex/latex/ledmac/")))) (file-name (git-file-name name version)) @@ -25801,19 +25899,19 @@ package is now superseded by @code{reledmac}.") (define-public texlive-lete-sans-math (package (name "texlive-lete-sans-math") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/lete-sans-math/" "fonts/opentype/public/lete-sans-math/" "tex/latex/lete-sans-math/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1hsf2vwbn1xf4aml3wskan21b7x025gy54agypj3md3q3v915y3x")))) + (base32 "0bc89cbrh5l0b2i92dwhf2pjllsl026v381xqclqcmxm1ya22m8x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lete-sans-math") @@ -25827,19 +25925,19 @@ documents.") (define-public texlive-letgut (package (name "texlive-letgut") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/letgut/" "source/lualatex/letgut/" "tex/lualatex/letgut/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0jgwxy03k08849q49p3ygzyaafrnzkgik91jy472fb51vass03mz")))) + "07qvs39a523d4wfzvmna7fyyj5hp1f2509d9jjb6g5niy5wns8ma")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/letgut") @@ -25862,12 +25960,12 @@ class, able to be published on the CTAN. This is now done with the present (define-public texlive-letterswitharrows (package (name "texlive-letterswitharrows") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/letterswitharrows/" "source/latex/letterswitharrows/" "tex/latex/letterswitharrows/")))) @@ -25889,12 +25987,12 @@ symbols, the focus lies on single characters.") (define-public texlive-lexend (package (name "texlive-lexend") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/lexend/" "fonts/truetype/public/lexend/" "tex/latex/lexend/")))) @@ -25915,12 +26013,12 @@ make reading easier for everyone.") (define-public texlive-lexikon (package (name "texlive-lexikon") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lexikon/" "tex/latex/lexikon/")))) (file-name (git-file-name name version)) (sha256 @@ -25937,12 +26035,12 @@ dictionary.") (define-public texlive-lexref (package (name "texlive-lexref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lexref/" "tex/latex/lexref/")))) (file-name (git-file-name name version)) (sha256 @@ -25963,12 +26061,12 @@ indexes for each cited Act.") (define-public texlive-lfb (package (name "texlive-lfb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/lfb/" "fonts/source/public/lfb/" "fonts/tfm/public/lfb/")))) (file-name (git-file-name name version)) @@ -25993,12 +26091,12 @@ readable than in some schemes.") (define-public texlive-libertinegc (package (name "texlive-libertinegc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/libertinegc/" "fonts/enc/dvips/libertinegc/" "fonts/map/dvips/libertinegc/" @@ -26022,12 +26120,12 @@ with that package.") (define-public texlive-libertinus (package (name "texlive-libertinus") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/libertinus/" "tex/latex/libertinus/")))) (file-name (git-file-name name version)) @@ -26049,12 +26147,12 @@ fonts are similar to Libertine and Biolinum, but come with math symbols.") (define-public texlive-libertinus-fonts (package (name "texlive-libertinus-fonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/libertinus-fonts/" "fonts/opentype/public/libertinus-fonts/")))) (file-name (git-file-name name version)) @@ -26076,18 +26174,18 @@ OpenType math-capable applications.") (define-public texlive-libertinus-otf (package (name "texlive-libertinus-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/libertinus-otf/" "tex/latex/libertinus-otf/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0j6p4q251jk3im3ghw9klp7m5psyz0vmkz2ivynml389sd466zgj")))) + "1gyii1z1z9mlczby28imyq6sdnhzqk358gsjnsb8m8shq31w7xn5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/libertinus-otf") @@ -26102,12 +26200,12 @@ math symbols.") (define-public texlive-libertinus-type1 (package (name "texlive-libertinus-type1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/libertinus-type1/" "fonts/enc/dvips/libertinus-type1/" "fonts/map/dvips/libertinus-type1/" @@ -26118,7 +26216,7 @@ math symbols.") (file-name (git-file-name name version)) (sha256 (base32 - "1fpyg9xwis7phxdhl0rx0c00sfjkn3jyj7vhsf1jjga2bj6m351b")))) + "1bcnfb7vkpipkvb1swxpiqpm322kyhwfqpkcx5pj7w7dh8b33d3l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/libertinus-type1") @@ -26131,12 +26229,12 @@ traditional processing engines (LaTeX with Dvips or Dvipdfmx, or pdfLaTeX).") (define-public texlive-libertinust1math (package (name "texlive-libertinust1math") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/libertinust1math/" "fonts/afm/public/libertinust1math/" "fonts/enc/dvips/libertinust1math/" @@ -26164,12 +26262,12 @@ Roman and Greek letters.") (define-public texlive-librebaskerville (package (name "texlive-librebaskerville") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/librebaskerville/" "fonts/enc/dvips/librebaskerville/" "fonts/map/dvips/librebaskerville/" @@ -26196,12 +26294,12 @@ A BoldItalic variant has been artificially generated.") (define-public texlive-librebodoni (package (name "texlive-librebodoni") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/librebodoni/" "fonts/enc/dvips/librebodoni/" "fonts/map/dvips/librebodoni/" @@ -26226,12 +26324,12 @@ Fuenzalida, based on the 19th century Morris Fuller Benton's.") (define-public texlive-librecaslon (package (name "texlive-librecaslon") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/librecaslon/" "fonts/enc/dvips/librecaslon/" "fonts/map/dvips/librecaslon/" @@ -26257,12 +26355,12 @@ fonts. An artificially generated BoldItalic variant has been added.") (define-public texlive-librefranklin (package (name "texlive-librefranklin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/librefranklin/" "fonts/enc/dvips/librefranklin/" "fonts/map/dvips/librefranklin/" @@ -26288,12 +26386,12 @@ Fuenzalida and Nhung Nguyen.") (define-public texlive-libris (package (name "texlive-libris") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/libris/" "fonts/afm/public/libris/" "fonts/enc/dvips/libris/" @@ -26329,12 +26427,12 @@ support macros, for use with the Type 1 versions of the fonts.") (define-public texlive-lie-hasse (package (name "texlive-lie-hasse") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lie-hasse/" "tex/latex/lie-hasse/")))) (file-name (git-file-name name version)) @@ -26354,13 +26452,13 @@ package @code{dynkin-diagrams}.") (define-public texlive-liederbuch (package (name "texlive-liederbuch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/liederbuch/" "tex/latex/liederbuch/")))) (file-name (git-file-name name version)) @@ -26384,12 +26482,12 @@ a stave line with song lyrics.") (define-public texlive-lilyglyphs (package (name "texlive-lilyglyphs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lilyglyphs/" "fonts/opentype/public/lilyglyphs/" "scripts/lilyglyphs/" @@ -26402,6 +26500,8 @@ a stave line with song lyrics.") (base32 "1g5v2bq7ml9pnh2xlkzf6k9zh3azw7i96iapp8yajyxk8akj0ki2")))) (outputs '("out" "doc")) + (properties '((updater-extra-inputs "python-wrapper") + (updater-ignored-inputs "python"))) (build-system texlive-build-system) (arguments (list #:link-scripts @@ -26421,12 +26521,12 @@ with LuaLaTeX or XeLaTeX.") (define-public texlive-limecv (package (name "texlive-limecv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/limecv/" "source/latex/limecv/" "tex/latex/limecv/")))) (file-name (git-file-name name version)) @@ -26446,12 +26546,12 @@ this end, it offers several environments and macros for convenience.") (define-public texlive-lineara (package (name "texlive-lineara") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/lineara/" "fonts/afm/public/lineara/" "fonts/map/dvips/lineara/" @@ -26477,20 +26577,20 @@ technology.") (define-public texlive-linearregression (package (name "texlive-linearregression") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/linearregression/" "source/latex/linearregression/" "tex/latex/linearregression/")))) (file-name (git-file-name name version)) (sha256 - (base32 "06ds74yq5r2rbka6nzd36lr4wlzrb0vgdinszhfgbd3xqpad988n")))) + (base32 "0q5avvbz29j8kxbl8kk1wdhgpmf4vhpzym9pahljrh9qhdzliji9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/linearregression") @@ -26505,12 +26605,12 @@ form.") (define-public texlive-ling-macros (package (name "texlive-ling-macros") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ling-macros/" "tex/latex/ling-macros/")))) (file-name (git-file-name name version)) @@ -26529,12 +26629,12 @@ expressions. It covers a range of subfields in formal linguistics.") (define-public texlive-linguex (package (name "texlive-linguex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/linguex/" "tex/latex/linguex/")))) (file-name (git-file-name name version)) (sha256 @@ -26555,12 +26655,12 @@ trees.") (define-public texlive-linguisticspro (package (name "texlive-linguisticspro") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/linguisticspro/" "fonts/enc/dvips/linguisticspro/" "fonts/map/dvips/linguisticspro/" @@ -26583,21 +26683,63 @@ the LinguisticsPro family of fonts. This family is derived from the Utopia Nova font family, by Andreas Nolda.") (license (list license:lppl license:silofl1.1)))) +(define-public texlive-linguistix + (package + (name "texlive-linguistix") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/linguistix/" + "source/latex/linguistix/" + "tex/latex/linguistix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0k4ahz8rhriawz0nzxzlnzshrv5f75qg9xsyw6jfhpq27hw9iq3s")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/linguistix") + (synopsis "Enhanced support for linguistics") + (description + "This is an experimental bundle of packages that provide enhanced support for +typesetting in linguistics. It can be used as a single package, or the packages +can be loaded independently for separate features. Currently, it provides the +following packages: +@itemize +@item @code{LinguisTiX-base}: A base package used by other @code{LinguisTiX} +siblings; +@item @code{LinguisTiX-fixpex}: Solves the compatibility bug between +@code{expex} and @code{unicode-math}; +@item @code{LinguisTiX-fonts}: General text in the New Computer Modern font +family; +@item @code{LinguisTiX-ipa}: IPA text in the New Computer Modern font family; +@item @code{LinguisTiX-glossing}: Accessible interlinear glossing; +@item @code{LinguisTiX-leipzig}: Leipzig-style glossing with tagging; +@item @code{LinguisTiX-languages}: Support for modern multilingual typesetting; +@item @code{LinguisTiX-logos}: For printing the logos of the @code{LinguisTiX} +bundle; +@item @code{LinguisTiX-nfss}: Extra control over NFSS. +@end itemize") + (license license:gpl3+))) + (define-public texlive-lion-msc (package (name "texlive-lion-msc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "bibtex/bst/lion-msc/" "doc/latex/lion-msc/" - "tex/latex/lion-msc/")))) + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "bibtex/bst/lion-msc/" "doc/latex/lion-msc/" + "tex/latex/lion-msc/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1yj3xwbd4lb5vjkfqhwhy82pc9p59vffah6zmiqbgjaj10q1ihb5")))) + "1a57gbsc247vh73900p023rkg9lbqh4vkjf8i4xv6wb1vcbxj351")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lion-msc") @@ -26617,12 +26759,12 @@ but should leave the title page as it is.") (define-public texlive-listbib (package (name "texlive-listbib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/listbib/" "doc/latex/listbib/" "scripts/listbib/" "source/latex/listbib/" "tex/latex/listbib/")))) @@ -26644,19 +26786,19 @@ purpose than the standard styles.") (define-public texlive-litetable (package (name "texlive-litetable") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/litetable/" "source/latex/litetable/" "tex/latex/litetable/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1zdakp22042h6cak40bc29lwmmdc3n6m07h70ivalg74hr649qgw")))) + (base32 "0vrgm58jnf7zycrw6q5nxcjxy1a3y3hldnvv395vd0bf09xydzw3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/litetable") @@ -26668,12 +26810,12 @@ purpose than the standard styles.") (define-public texlive-lithuanian (package (name "texlive-lithuanian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lithuanian/" "fonts/enc/dvips/lithuanian/" "fonts/map/dvips/lithuanian/" @@ -26703,12 +26845,12 @@ and @file{latin7.def}. (define-public texlive-liturg (package (name "texlive-liturg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/liturg/" "source/latex/liturg/" "tex/latex/liturg/")))) (file-name (git-file-name name version)) @@ -26728,17 +26870,44 @@ texts, particularly @code{Missal} and @code{Breviary} texts. The package assumes availability of Latin typesetting packages.") (license license:lppl))) +(define-public texlive-liturgy-cw + (package + (name "texlive-liturgy-cw") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/liturgy-cw/" + "source/latex/liturgy-cw/" + "tex/latex/liturgy-cw/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1as3jcxfc4ddn6zgq4nhfif327ipc1xpf77gacb5dhg30gpnwgxy")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/liturgy-cw") + (synopsis "Create Common Worship style documents") + (description + "This package greatly simplifies the typesetting of service sheets and +booklets in the style of the Common Worship liturgical resources of the Church +of England. The package provides commands for a number of liturgical +elements, including rubrics, responsories and required part indicators.") + (license license:lppl1.3c))) + (define-public texlive-llncs (package (name "texlive-llncs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "bibtex/bst/llncs/" "doc/latex/llncs/" - "tex/latex/llncs/")))) + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "bibtex/bst/llncs/" "doc/latex/llncs/" + "tex/latex/llncs/")))) (file-name (git-file-name name version)) (sha256 (base32 @@ -26759,12 +26928,12 @@ AICT.") (define-public texlive-llncsconf (package (name "texlive-llncsconf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/llncsconf/" "tex/latex/llncsconf/")))) (file-name (git-file-name name version)) @@ -26786,12 +26955,12 @@ for Springer's LNCS series).") (define-public texlive-lni (package (name "texlive-lni") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lni/" "source/latex/lni/" "tex/latex/lni/")))) @@ -26812,12 +26981,12 @@ Informatik.") (define-public texlive-lobster2 (package (name "texlive-lobster2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/lobster2/" "fonts/enc/dvips/lobster2/" "fonts/map/dvips/lobster2/" @@ -26845,12 +27014,12 @@ for both.") (define-public texlive-logicproof (package (name "texlive-logicproof") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/logicproof/" "source/latex/logicproof/" "tex/latex/logicproof/")))) @@ -26874,12 +27043,12 @@ proofs and boxes. It creates proofs in a style similar to that used in (define-public texlive-logicpuzzle (package (name "texlive-logicpuzzle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/logicpuzzle/" "scripts/logicpuzzle/" "tex/latex/logicpuzzle/")))) @@ -26963,12 +27132,12 @@ Great Wall of China, Loop the Loop, Rundweg, Gartenzaun, ...), (define-public texlive-logix (package (name "texlive-logix") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/logix/" "fonts/opentype/public/logix/" "fonts/truetype/public/logix/" @@ -26991,13 +27160,13 @@ symbol variants more suited to work in logic.") (define-public texlive-logoetalab (package (name "texlive-logoetalab") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/logoetalab/" "tex/latex/logoetalab/")))) (file-name (git-file-name name version)) @@ -27015,12 +27184,12 @@ Etalab 2.0} vector logo.") (define-public texlive-lollipop (package (name "texlive-lollipop") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/otherformats/lollipop/" "tex/lollipop/")))) (file-name (git-file-name name version)) (sha256 @@ -27054,12 +27223,12 @@ someone with only a very basic training in TeX programming.") (define-public texlive-longdivision (package (name "texlive-longdivision") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/longdivision/" "tex/latex/longdivision/")))) (file-name (git-file-name name version)) @@ -27086,12 +27255,12 @@ dividend stops (though the dividend doesn't have to be an integer).") (define-public texlive-lpform (package (name "texlive-lpform") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/lpform/" "tex/generic/lpform/")))) (file-name (git-file-name name version)) (sha256 @@ -27115,12 +27284,12 @@ other customization options.") (define-public texlive-lplfitch (package (name "texlive-lplfitch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lplfitch/" "source/latex/lplfitch/" "tex/latex/lplfitch/")))) @@ -27142,12 +27311,12 @@ Proof, and Logic} by Dave Barker-Plummer, Jon Barwise, and John Etchemendy.") (define-public texlive-lps (package (name "texlive-lps") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lps/" "source/latex/lps/" "tex/latex/lps/")))) (file-name (git-file-name name version)) @@ -27168,12 +27337,12 @@ submitting to the journal.") (define-public texlive-lshort-bulgarian (package (name "texlive-lshort-bulgarian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-bulgarian/")))) (file-name (git-file-name name version)) (sha256 @@ -27192,12 +27361,12 @@ Bulgarian translation of the @emph{Short Introduction to LaTeX2e}.") (define-public texlive-lshort-chinese (package (name "texlive-lshort-chinese") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-chinese/")))) (file-name (git-file-name name version)) (sha256 @@ -27216,12 +27385,12 @@ language.") (define-public texlive-lshort-czech (package (name "texlive-lshort-czech") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-czech/")))) (file-name (git-file-name name version)) (sha256 @@ -27239,12 +27408,12 @@ LaTeX2e}.}") (define-public texlive-lshort-dutch (package (name "texlive-lshort-dutch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-dutch/")))) (file-name (git-file-name name version)) (sha256 @@ -27262,12 +27431,12 @@ Introduction to LaTeX2e}.") (define-public texlive-lshort-estonian (package (name "texlive-lshort-estonian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-estonian/")))) (file-name (git-file-name name version)) (sha256 @@ -27285,12 +27454,12 @@ LaTeX2e}.") (define-public texlive-lshort-english (package (name "texlive-lshort-english") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-english/")))) (file-name (git-file-name name version)) (sha256 @@ -27310,12 +27479,12 @@ other languages; see the @code{lshort} catalogue entry for the current list.") (define-public texlive-lshort-finnish (package (name "texlive-lshort-finnish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-finnish/")))) (file-name (git-file-name name version)) (sha256 @@ -27333,12 +27502,12 @@ LaTeX2e}, with added coverage of Finnish typesetting rules.") (define-public texlive-lshort-french (package (name "texlive-lshort-french") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-french/")))) (file-name (git-file-name name version)) (sha256 @@ -27356,12 +27525,12 @@ introduction to LaTeX2e}.") (define-public texlive-lshort-german (package (name "texlive-lshort-german") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-german/")))) (file-name (git-file-name name version)) (sha256 @@ -27381,12 +27550,12 @@ to LaTeX2e: LaTeX2e-Kurzbeschreibung}.") (define-public texlive-lshort-italian (package (name "texlive-lshort-italian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-italian/")))) (file-name (git-file-name name version)) (sha256 @@ -27404,12 +27573,12 @@ to LaTeX2e.}") (define-public texlive-lshort-japanese (package (name "texlive-lshort-japanese") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-japanese/")))) (file-name (git-file-name name version)) (sha256 @@ -27426,12 +27595,12 @@ Introduction to LaTeX2e}.") (define-public texlive-lshort-korean (package (name "texlive-lshort-korean") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-korean/")))) (file-name (git-file-name name version)) (sha256 @@ -27449,12 +27618,12 @@ short introduction to LaTeX2e}.") (define-public texlive-lshort-mongol (package (name "texlive-lshort-mongol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-mongol/")))) (file-name (git-file-name name version)) (sha256 @@ -27472,12 +27641,12 @@ introduction to LaTeX2e}.") (define-public texlive-lshort-persian (package (name "texlive-lshort-persian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-persian/")))) (file-name (git-file-name name version)) (sha256 @@ -27495,12 +27664,12 @@ introduction to LaTeX2e}.") (define-public texlive-lshort-polish (package (name "texlive-lshort-polish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-polish/")))) (file-name (git-file-name name version)) (sha256 @@ -27518,12 +27687,12 @@ to LaTeX2e}.") (define-public texlive-lshort-portuguese (package (name "texlive-lshort-portuguese") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-portuguese/")))) (file-name (git-file-name name version)) (sha256 @@ -27541,12 +27710,12 @@ Introduction to LaTeX2e}.") (define-public texlive-lshort-russian (package (name "texlive-lshort-russian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-russian/")))) (file-name (git-file-name name version)) (sha256 @@ -27563,12 +27732,12 @@ Introduction to LaTeX2e}.") (define-public texlive-lshort-slovak (package (name "texlive-lshort-slovak") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-slovak/")))) (file-name (git-file-name name version)) (sha256 @@ -27586,12 +27755,12 @@ Short Introduction to LaTeX2e}.") (define-public texlive-lshort-slovenian (package (name "texlive-lshort-slovenian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-slovenian/")))) (file-name (git-file-name name version)) (sha256 @@ -27609,12 +27778,12 @@ Short Introduction to LaTeX2e}.") (define-public texlive-lshort-spanish (package (name "texlive-lshort-spanish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-spanish/")))) (file-name (git-file-name name version)) (sha256 @@ -27632,12 +27801,12 @@ Introduction to LaTeX2e}.") (define-public texlive-lshort-thai (package (name "texlive-lshort-thai") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-thai/")))) (file-name (git-file-name name version)) (sha256 @@ -27654,12 +27823,12 @@ Introduction to LaTeX2e}.") (define-public texlive-lshort-turkish (package (name "texlive-lshort-turkish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-turkish/")))) (file-name (git-file-name name version)) (sha256 @@ -27677,12 +27846,12 @@ short introduction to LaTeX2e}.") (define-public texlive-lshort-ukr (package (name "texlive-lshort-ukr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-ukr/")))) (file-name (git-file-name name version)) (sha256 @@ -27700,12 +27869,12 @@ Introduction to LaTeX2e}.") (define-public texlive-lshort-vietnamese (package (name "texlive-lshort-vietnamese") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lshort-vietnamese/")))) (file-name (git-file-name name version)) (sha256 @@ -27723,12 +27892,12 @@ LaTeX2e}.") (define-public texlive-lstbayes (package (name "texlive-lstbayes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lstbayes/" "source/latex/lstbayes/" "tex/latex/lstbayes/")))) @@ -27748,12 +27917,12 @@ several languages not included in that package: BUGS, JAGS, and Stan.") (define-public texlive-ltb2bib (package (name "texlive-ltb2bib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ltb2bib/" "source/latex/ltb2bib/" "tex/latex/ltb2bib/")))) (file-name (git-file-name name version)) @@ -27775,12 +27944,12 @@ bibliographical database (@file{.ltb}) to a BibTeX bibliographical database (define-public texlive-ltxdockit (package (name "texlive-ltxdockit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ltxdockit/" "tex/latex/ltxdockit/")))) (file-name (git-file-name name version)) @@ -27800,12 +27969,12 @@ of his own packages.") (define-public texlive-luabibentry (package (name "texlive-luabibentry") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luabibentry/" "source/lualatex/luabibentry/" "tex/lualatex/luabibentry/")))) @@ -27824,12 +27993,12 @@ of his own packages.") (define-public texlive-lxfonts (package (name "texlive-lxfonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/lxfonts/" "fonts/map/dvips/lxfonts/" "fonts/source/public/lxfonts/" @@ -27858,12 +28027,12 @@ parameters.") (define-public texlive-lyluatex (package (name "texlive-lyluatex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/lyluatex/" "scripts/lyluatex/" "tex/luatex/lyluatex/")))) (file-name (git-file-name name version)) @@ -27884,25 +28053,23 @@ files.") (define-public texlive-m-tx (package (name "texlive-m-tx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/m-tx/" "doc/man/man1/prepmx.1" "doc/man/man1/prepmx.man1.pdf" - "scripts/m-tx/" "tex/generic/m-tx/" "tex/latex/m-tx/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1sakzv7r6mybx0k7k0fi1qb789nf7lvbl0ns8s0hhc9fz37b0br5")))) + "18k1v2dsy93wqha8by2vwf381akq3bdnm659ll3pckxhzq06an1q")))) (outputs '("out" "doc")) (build-system texlive-build-system) - (arguments (list #:link-scripts #~(list "m-tx.lua"))) (propagated-inputs (list texlive-m-tx-bin)) (home-page "https://ctan.org/pkg/m-tx") (synopsis "Preprocessor for @command{pmx}") @@ -27963,12 +28130,12 @@ those who prefer its language.") (define-public texlive-macros2e (package (name "texlive-macros2e") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/macros2e/" "tex/latex/macros2e/")))) (file-name (git-file-name name version)) (sha256 @@ -27989,12 +28156,12 @@ format and may miss some macros.") (define-public texlive-mafr (package (name "texlive-mafr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mafr/" "tex/latex/mafr/")))) (file-name (git-file-name name version)) (sha256 @@ -28014,12 +28181,12 @@ documents such as tests or lessons. The documentation is in French.") (define-public texlive-magra (package (name "texlive-magra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/magra/" "fonts/enc/dvips/magra/" "fonts/map/dvips/magra/" @@ -28043,12 +28210,12 @@ with support for LaTeX and pdfLaTeX.") (define-public texlive-mahjong (package (name "texlive-mahjong") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mahjong/" "source/latex/mahjong/" "tex/latex/mahjong/")))) (file-name (git-file-name name version)) @@ -28072,12 +28239,12 @@ mahjong.") (define-public texlive-marcellus (package (name "texlive-marcellus") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/marcellus/" "fonts/enc/dvips/marcellus/" "fonts/map/dvips/marcellus/" @@ -28105,12 +28272,12 @@ will be silently substituted for bold.") (define-public texlive-margbib (package (name "texlive-margbib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/margbib/" "source/latex/margbib/" "tex/latex/margbib/")))) (file-name (git-file-name name version)) @@ -28130,12 +28297,12 @@ the citation key into the margin.") (define-public texlive-matapli (package (name "texlive-matapli") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/matapli/" "tex/latex/matapli/")))) (file-name (git-file-name name version)) (sha256 @@ -28153,12 +28320,12 @@ Mathématiques Appliquées et Industrielles (SMAI).") (define-public texlive-matc3 (package (name "texlive-matc3") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/matc3/" "source/latex/matc3/" "tex/latex/matc3/")))) (file-name (git-file-name name version)) @@ -28177,12 +28344,12 @@ mathematical textbooks for use in Italian high schools.") (define-public texlive-matc3mem (package (name "texlive-matc3mem") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/matc3mem/" "source/latex/matc3mem/" "tex/latex/matc3mem/")))) @@ -28204,12 +28371,12 @@ textbooks for use in Italian high schools.") (define-public texlive-math-into-latex-4 (package (name "texlive-math-into-latex-4") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/math-into-latex-4/")))) (file-name (git-file-name name version)) (sha256 @@ -28227,19 +28394,19 @@ textbooks for use in Italian high schools.") (define-public texlive-math-operator (package (name "texlive-math-operator") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/math-operator/" "source/latex/math-operator/" "tex/latex/math-operator/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1wpgkqxblb0gl9z2lhs8wz2nszn0k3i791jhy4mmil230i6w9zll")))) + (base32 "1xgwjqwjmjycgawxnbdiysj79n2dnihkx5mqxi289rqpi493hi0w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/math-operator") @@ -28256,12 +28423,12 @@ they may be declared as @code{\\mathord} or @code{\\mathop} sub-formulas.") (define-public texlive-mathabx (package (name "texlive-mathabx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/mathabx/" "fonts/source/public/mathabx/" "fonts/tfm/public/mathabx/" @@ -28285,12 +28452,12 @@ available.") (define-public texlive-mathabx-type1 (package (name "texlive-mathabx-type1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/mathabx-type1/" "fonts/map/dvips/mathabx-type1/" "fonts/type1/public/mathabx-type1/")))) @@ -28307,20 +28474,47 @@ available.") "This is an Adobe Type 1 outline version of the @code{mathabx} fonts.") (license license:lppl))) +(define-public texlive-mathador + (package + (name "texlive-mathador") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/mathador/" + "tex/latex/mathador/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0b15cy4w2wzhjj5cf17djf03rx38s78jyvpmjsn7z2ilnvjj3ysq")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/mathador") + (synopsis "LaTeX commands for the French game Mathador") + (description + "This is a LaTeX package with graphic commands for the French game +Mathador (by author Eric Trouillot and Reseau CANOPE). The principle of the +game is the following: roll the dices! They give you one target +number (between 0 and 99) and five numbers to use to reach it. You can apply +the four arithmetic operations to get there.") + (license (list license:lppl1.3c)))) + (define-public texlive-mathalpha (package (name "texlive-mathalpha") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/latex/mathalpha/" - "fonts/map/dvips/mathalpha/" - "fonts/tfm/public/mathalpha/" - "fonts/type1/public/mathalpha/" - "tex/latex/mathalpha/")))) + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/mathalpha/" + "fonts/map/dvips/mathalpha/" + "fonts/tfm/public/mathalpha/" + "fonts/type1/public/mathalpha/" + "tex/latex/mathalpha/")))) (file-name (git-file-name name version)) (sha256 (base32 @@ -28340,12 +28534,12 @@ addressed via macros @code{\\mathcal}, @code{\\mathbb}, @code{\\mathfrak} and (define-public texlive-mathastext (package (name "texlive-mathastext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mathastext/" "source/latex/mathastext/" "tex/latex/mathastext/")))) @@ -28372,12 +28566,12 @@ smaller PDF files.") (define-public texlive-mathcommand (package (name "texlive-mathcommand") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mathcommand/" "source/latex/mathcommand/" "tex/latex/mathcommand/")))) @@ -28401,12 +28595,12 @@ knowledge package for a proper handling of mathematical notations.") (define-public texlive-mathcomp (package (name "texlive-mathcomp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mathcomp/" "source/latex/mathcomp/" "tex/latex/mathcomp/")))) @@ -28427,19 +28621,19 @@ mode.") (define-public texlive-mathfixs (package (name "texlive-mathfixs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mathfixs/" "source/latex/mathfixs/" "tex/latex/mathfixs/")))) (file-name (git-file-name name version)) (sha256 (base32 - "137f95kz56dhik4pp3d15dl6kqj0lbbpcp1j2av010j4v2f3r8kc")))) + "1z23xbmdlxbbjcgjbwc7zhfsq9xh917nfp1hdkjc64s244vm06sb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathfixs") @@ -28453,13 +28647,13 @@ capital Greek letters. It also adds some related macros.") (define-public texlive-mathgreeks (package (name "texlive-mathgreeks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mathgreeks/" "source/latex/mathgreeks/" "tex/latex/mathgreeks/")))) @@ -28481,12 +28675,12 @@ document.") (define-public texlive-mathlig (package (name "texlive-mathlig") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/generic/mathlig/")))) (file-name (git-file-name name version)) (sha256 @@ -28504,12 +28698,12 @@ maths mode.") (define-public texlive-mathpartir (package (name "texlive-mathpartir") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mathpartir/" "source/latex/mathpartir/" "tex/latex/mathpartir/")))) @@ -28536,12 +28730,12 @@ for typeseting sets of type inference rules or typing derivations.") (define-public texlive-mathpunctspace (package (name "texlive-mathpunctspace") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mathpunctspace/" "tex/latex/mathpunctspace/")))) (file-name (git-file-name name version)) @@ -28560,12 +28754,12 @@ semicolons in mathematical expressions.") (define-public texlive-mathsemantics (package (name "texlive-mathsemantics") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mathsemantics/" "tex/latex/mathsemantics/")))) (file-name (git-file-name name version)) @@ -28588,12 +28782,12 @@ notation if a user prefers to. The semantic layer is split into topics.") (define-public texlive-maths-symbols (package (name "texlive-maths-symbols") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/maths-symbols/")))) (file-name (git-file-name name version)) (sha256 @@ -28612,12 +28806,12 @@ the AMS symbols, if available at compile time).") (define-public texlive-matlab-prettifier (package (name "texlive-matlab-prettifier") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/matlab-prettifier/" "source/latex/matlab-prettifier/" "tex/latex/matlab-prettifier/")))) @@ -28638,12 +28832,12 @@ syntax is not complete.)") (define-public texlive-matrix-skeleton (package (name "texlive-matrix-skeleton") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/matrix-skeleton/" "tex/latex/matrix-skeleton/")))) (file-name (git-file-name name version)) @@ -28665,12 +28859,12 @@ rows and columns for easy styling.") (define-public texlive-mattens (package (name "texlive-mattens") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mattens/" "source/latex/mattens/" "tex/latex/mattens/")))) (file-name (git-file-name name version)) @@ -28691,12 +28885,12 @@ moments of inertia, etc.") (define-public texlive-maze (package (name "texlive-maze") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/maze/" "tex/latex/maze/")))) (file-name (git-file-name name version)) (sha256 @@ -28715,12 +28909,12 @@ obvious. The output it based on the @code{picture} environment.") (define-public texlive-mcmthesis (package (name "texlive-mcmthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mcmthesis/" "source/latex/mcmthesis/" "tex/latex/mcmthesis/")))) @@ -28741,12 +28935,12 @@ typesetting the submitted paper.") (define-public texlive-mdputu (package (name "texlive-mdputu") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mdputu/" "fonts/tfm/public/mdputu/" "fonts/vf/public/mdputu/" @@ -28769,12 +28963,12 @@ digits and punctuation, as an extension to Mathdesign's Utopia bundle.") (define-public texlive-mdsymbol (package (name "texlive-mdsymbol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/mdsymbol/" "doc/latex/mdsymbol/" "fonts/enc/dvips/mdsymbol/" @@ -28803,12 +28997,12 @@ well with other contemporary typefaces.") (define-public texlive-mecaso (package (name "texlive-mecaso") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mecaso/" "tex/latex/mecaso/")))) (file-name (git-file-name name version)) (sha256 @@ -28827,12 +29021,12 @@ package wraps them up in short commands.") (define-public texlive-membranecomputing (package (name "texlive-membranecomputing") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/membranecomputing/" "tex/latex/membranecomputing/")))) (file-name (git-file-name name version)) @@ -28853,12 +29047,12 @@ Computing research.") (define-public texlive-memdesign (package (name "texlive-memdesign") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/memdesign/")))) (file-name (git-file-name name version)) (sha256 @@ -28877,12 +29071,12 @@ first part of the @code{memoir} users manual.") (define-public texlive-memoirchapterstyles (package (name "texlive-memoirchapterstyles") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/memoirchapterstyles/")))) (file-name (git-file-name name version)) (sha256 @@ -28904,12 +29098,12 @@ Zoonekynd's tutorial on headings.") (define-public texlive-memorygraphs (package (name "texlive-memorygraphs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/memorygraphs/" "tex/latex/memorygraphs/")))) (file-name (git-file-name name version)) @@ -28929,19 +29123,19 @@ that represent the memory of a computer program during its execution.") (define-public texlive-mendex-doc (package (name "texlive-mendex-doc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/mendex-doc/" "makeindex/mendex-doc/" "source/latex/mendex-doc/")))) (file-name (git-file-name name version)) (sha256 (base32 - "096b1v9zzl3qm189paaxz16z4a1xgcj7l2bhdgvl2wqshsz9lx4p")))) + "1mcm1gfqm705jj5nfm4ya8hid2f3ilyzv54xcaj2scalw32rl0wn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mendex-doc") @@ -28954,12 +29148,12 @@ processor).") (define-public texlive-mentis (package (name "texlive-mentis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mentis/" "source/latex/mentis/" "tex/latex/mentis/")))) (file-name (git-file-name name version)) @@ -28979,12 +29173,12 @@ Mentis class, but developed in close co-operation with Mentis.") (define-public texlive-merriweather (package (name "texlive-merriweather") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/merriweather/" "fonts/enc/dvips/merriweather/" "fonts/map/dvips/merriweather/" @@ -29013,12 +29207,12 @@ There are four weights and italics for each.") (define-public texlive-messagepassing (package (name "texlive-messagepassing") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/messagepassing/" "source/latex/messagepassing/" "tex/latex/messagepassing/")))) @@ -29042,12 +29236,12 @@ to the processes, checkpoints, ...") (define-public texlive-metafont-beginners (package (name "texlive-metafont-beginners") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/metafont-beginners/")))) (file-name (git-file-name name version)) (sha256 @@ -29067,12 +29261,12 @@ people's fonts.") (define-public texlive-metapost-examples (package (name "texlive-metapost-examples") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/metapost-examples/")))) (file-name (git-file-name name version)) (sha256 @@ -29091,12 +29285,12 @@ geometric transformations, fractals, bitmap, etc).") (define-public texlive-metrix (package (name "texlive-metrix") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/metrix/" "source/latex/metrix/" "tex/latex/metrix/")))) (file-name (git-file-name name version)) @@ -29116,12 +29310,12 @@ with symbols, giving automatic alignment.") (define-public texlive-mex (package (name "texlive-mex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/mex/base/" "source/mex/base/" "tex/mex/base/" "tex/mex/config/")))) (file-name (git-file-name name version)) @@ -29166,12 +29360,12 @@ language and sources of formats.") (define-public texlive-mgltex (package (name "texlive-mgltex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mgltex/" "source/latex/mgltex/" "tex/latex/mgltex/")))) (file-name (git-file-name name version)) @@ -29197,12 +29391,12 @@ scripting language, called MGL, which can be used independently.") (define-public texlive-mhchem (package (name "texlive-mhchem") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mhchem/" "tex/latex/mhchem/")))) (file-name (git-file-name name version)) (sha256 @@ -29232,12 +29426,12 @@ official Risk and Safety (R and S) Phrases that are used to label chemicals.") (define-public texlive-mhequ (package (name "texlive-mhequ") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mhequ/" "tex/latex/mhequ/")))) (file-name (git-file-name name version)) (sha256 @@ -29260,12 +29454,12 @@ reduces visual clutter.") (define-public texlive-miama (package (name "texlive-miama") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/miama/" "fonts/afm/public/miama/" "fonts/enc/dvips/miama/" @@ -29291,12 +29485,12 @@ supports Latin, Cyrillic, and Greek. It comes complete with LaTeX support.") (define-public texlive-miller (package (name "texlive-miller") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/miller/" "source/latex/miller/" "tex/latex/miller/")))) (file-name (git-file-name name version)) @@ -29316,18 +29510,18 @@ number.") (define-public texlive-minimalist (package (name "texlive-minimalist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/minimalist/" "tex/latex/minimalist/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0rcplrng5ib61pwzi32rjxjprk8b5y087xbcyz5jrmkhsyawy575")))) + "1h9gqkmjfnf6mapbnz4vyg0m6vnaxy4v6n9k9gaa14n27llfd9pw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-projlib)) @@ -29345,12 +29539,12 @@ You may also wish to consider the packages @code{einfart} and (define-public texlive-mintspirit (package (name "texlive-mintspirit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/mintspirit/" "fonts/enc/dvips/mintspirit/" "fonts/map/dvips/mintspirit/" @@ -29378,18 +29572,18 @@ for some glyphs.") (define-public texlive-mismath (package (name "texlive-mismath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mismath/" "source/latex/mismath/" "tex/latex/mismath/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1h92j4c8ab3sc90gv3f89dsdpaycgz4ysh5ic0b18ydp4cx650r7")))) + "0z5s2cvaq4arhjf97qfwd8kapi2s77g1xs1q1901lv88v65d6mcz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mismath") @@ -29406,12 +29600,12 @@ for long calculations.") (define-public texlive-missaali (package (name "texlive-missaali") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/missaali/" "fonts/opentype/public/missaali/" "tex/latex/missaali/")))) @@ -29443,12 +29637,12 @@ look.") (define-public texlive-mlacls (package (name "texlive-mlacls") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mlacls/" "source/latex/mlacls/" "tex/latex/mlacls/")))) (file-name (git-file-name name version)) @@ -29470,13 +29664,13 @@ papers almost perfectly adherent to the MLA style guide.") (define-public texlive-mlawriter (package (name "texlive-mlawriter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/mlawriter/" "tex/plain/mlawriter/")))) (file-name (git-file-name name version)) @@ -29494,12 +29688,12 @@ These appear as if they were written in MS Word.") (define-public texlive-mlmodern (package (name "texlive-mlmodern") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/mlmodern/" "fonts/map/dvips/mlmodern/" "fonts/tfm/public/mlmodern/" @@ -29523,12 +29717,12 @@ avoids the spindliness of most other Type 1 versions of Computer Modern.") (define-public texlive-mltex (package (name "texlive-mltex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mltex/" "tex/latex/mltex/" "tex/mltex/config/")))) (file-name (git-file-name name version)) @@ -29575,12 +29769,12 @@ distributed as a TeX change file.") (define-public texlive-mluexercise (package (name "texlive-mluexercise") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mluexercise/" "source/latex/mluexercise/" "tex/latex/mluexercise/")))) @@ -29606,12 +29800,12 @@ during the bachelor's degree program.") (define-public texlive-mnras (package (name "texlive-mnras") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/mnras/" "doc/latex/mnras/" "tex/latex/mnras/")))) (file-name (git-file-name name version)) @@ -29630,12 +29824,12 @@ Notices of the Royal Astronomical Society}.") (define-public texlive-mnsymbol (package (name "texlive-mnsymbol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mnsymbol/" "fonts/enc/dvips/mnsymbol/" "fonts/map/dvips/mnsymbol/" @@ -29667,12 +29861,12 @@ package is provided.") (define-public texlive-modeles-factures-belges-assocs (package (name "texlive-modeles-factures-belges-assocs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/modeles-factures-belges-assocs/" "tex/latex/modeles-factures-belges-assocs/")))) (file-name (git-file-name name version)) @@ -29691,12 +29885,12 @@ invoices for Belgian non-profit organizations.") (define-public texlive-montserrat (package (name "texlive-montserrat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/montserrat/" "fonts/enc/dvips/montserrat/" "fonts/map/dvips/montserrat/" @@ -29728,18 +29922,18 @@ signage in the neighborhood of Montserrat.") (define-public texlive-mp-geom2d (package (name "texlive-mp-geom2d") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/mp-geom2d/" "metapost/mp-geom2d/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1hq7n105vh9lmyfhfd3ghlcnwzmn4in47rr32f90mg0n70cnprkh")))) + (base32 "0mnq33xsziphagzxsqxgzc1rwn66055cgfwkvsqkmxjyvzqhp1sb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mp-geom2d") @@ -29754,13 +29948,13 @@ coordinates (4,5). Draw the line (A, B).}") (define-public texlive-mp-neuralnetwork (package (name "texlive-mp-neuralnetwork") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/mp-neuralnetwork/" "metapost/mp-neuralnetwork/")))) @@ -29780,12 +29974,12 @@ nodes.") (define-public texlive-mparhack (package (name "texlive-mparhack") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mparhack/" "source/latex/mparhack/" "tex/latex/mparhack/")))) @@ -29805,12 +29999,12 @@ come out at the wrong margin.") (define-public texlive-mpfonts (package (name "texlive-mpfonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/mpfonts/" "fonts/map/dvips/mpfonts/" "fonts/type3/mpfonts/")))) @@ -29839,12 +30033,12 @@ printing.") (define-public texlive-mucproc (package (name "texlive-mucproc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mucproc/" "source/latex/mucproc/" "tex/latex/mucproc/")))) (file-name (git-file-name name version)) @@ -29863,12 +30057,12 @@ guidelines for submissions to the German Mensch und Computer conference.") (define-public texlive-mugsthesis (package (name "texlive-mugsthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mugsthesis/" "source/latex/mugsthesis/" "tex/latex/mugsthesis/")))) @@ -29890,12 +30084,12 @@ with Marquette University Graduate School requirements.") (define-public texlive-muling (package (name "texlive-muling") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/muling/" "source/latex/muling/" "tex/latex/muling/")))) (file-name (git-file-name name version)) @@ -29913,19 +30107,51 @@ Mumbai") Department of Linguistics at the University of Mumbai.") (license license:lppl1.3c))) +(define-public texlive-multi-sudoku + (package + (name "texlive-multi-sudoku") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/multi-sudoku/" + "tex/latex/multi-sudoku/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "110smpr48l2p1agbfrc0bdy7sdiaxysczqnnkaz06mx6jsydrbhx")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/multi-sudoku") + (synopsis "Create and customize Sudoku grids of various sizes") + (description + "This package provides tools for typesetting Sudoku grids of various +sizes in LaTeX. Unlike other Sudoku packages which are typically limited to +the standard 9x9 layout, this package supports a broad range of grid sizes, +from trivial 1x1 to extended 49x49 puzzles. + +Grids are drawn with our @code{sudoku} environment, which is based on LaTeX's +native @code{tabular} environment. The package includes options to control +dimensions, font size, and grid thickness. Entries in the grid are inserted as +in a regular table, thus making it simple to create, customize, and fill +Sudoku puzzles manually.") + (license license:lppl1.3c))) + (define-public texlive-multibib (package (name "texlive-multibib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "bibtex/bst/multibib/" "doc/latex/multibib/" - "makeindex/multibib/" - "source/latex/multibib/" - "tex/latex/multibib/")))) + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "bibtex/bst/multibib/" "doc/latex/multibib/" + "makeindex/multibib/" + "source/latex/multibib/" + "tex/latex/multibib/")))) (file-name (git-file-name name version)) (sha256 (base32 @@ -29945,12 +30171,12 @@ compatible with @code{inlinebib}, @code{natbib}, and @code{koma-script}.") (define-public texlive-multibibliography (package (name "texlive-multibibliography") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/multibibliography/" "doc/latex/multibibliography/" "scripts/multibibliography/" @@ -29979,12 +30205,12 @@ packages).") (define-public texlive-multiobjective (package (name "texlive-multiobjective") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/multiobjective/" "source/latex/multiobjective/" "tex/latex/multiobjective/")))) @@ -30005,12 +30231,12 @@ algorithms, multicriteria decision making and similar fields.") (define-public texlive-munich (package (name "texlive-munich") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/munich/" "doc/latex/munich/")))) (file-name (git-file-name name version)) (sha256 @@ -30029,12 +30255,12 @@ styles as @code{harvard} and @code{oxford}.") (define-public texlive-musical (package (name "texlive-musical") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/musical/" "tex/latex/musical/")))) (file-name (git-file-name name version)) (sha256 @@ -30057,12 +30283,12 @@ lists of songs and lists of dances in the show.") (define-public texlive-musicography (package (name "texlive-musicography") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/musicography/" "tex/latex/musicography/")))) (file-name (git-file-name name version)) @@ -30085,12 +30311,12 @@ a larger range of symbols and a more flexible, user-friendly interface.") (define-public texlive-musikui (package (name "texlive-musikui") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/musikui/" "tex/latex/musikui/")))) (file-name (git-file-name name version)) (sha256 @@ -30108,12 +30334,12 @@ LaTeX.") (define-public texlive-musixguit (package (name "texlive-musixguit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/musixguit/" "tex/latex/musixguit/")))) (file-name (git-file-name name version)) @@ -30132,12 +30358,12 @@ especially for simplifying guitar notation with MusixTeX.") (define-public texlive-musixtex (package (name "texlive-musixtex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/musixtex/" "doc/man/man1/musixflx.1" "doc/man/man1/musixflx.man1.pdf" @@ -30151,7 +30377,7 @@ especially for simplifying guitar notation with MusixTeX.") (file-name (git-file-name name version)) (sha256 (base32 - "0z6xz3z4g36f4yb2qn3w4h7v4hj8nsala1jki94dk9njx7wz6f70")))) + "18iyfpp963slm31q63iw44pzlxa125bydh2w7rnkzrf9bg3q55s5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -30177,12 +30403,12 @@ compiles a simpler input language to MusiXTeX macros.") (define-public texlive-musixtex-fonts (package (name "texlive-musixtex-fonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/musixtex-fonts/" "fonts/map/dvips/musixtex-fonts/" "fonts/opentype/public/musixtex-fonts/" @@ -30207,12 +30433,12 @@ the older (Type 1 fonts only) bundle @code{musixtex-t1fonts} obsolete.") (define-public texlive-musixtnt (package (name "texlive-musixtnt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/musixtnt/" "doc/man/man1/msxlint.1" "doc/man/man1/msxlint.man1.pdf" @@ -30293,12 +30519,12 @@ source file. This should be used before using @code{\\TransformNotes}.") (define-public texlive-musuos (package (name "texlive-musuos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/musuos/" "source/latex/musuos/" "tex/latex/musuos/")))) (file-name (git-file-name name version)) @@ -30319,12 +30545,12 @@ is provided.") (define-public texlive-muthesis (package (name "texlive-muthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/muthesis/" "tex/latex/muthesis/")))) (file-name (git-file-name name version)) (sha256 @@ -30343,12 +30569,12 @@ University of Manchester's Department of Computer Science.") (define-public texlive-msu-thesis (package (name "texlive-msu-thesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/msu-thesis/" "tex/latex/msu-thesis/")))) (file-name (git-file-name name version)) @@ -30371,18 +30597,18 @@ functionality of that class.") (define-public texlive-mwcls (package (name "texlive-mwcls") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mwcls/" "source/latex/mwcls/" "tex/latex/mwcls/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1pj1m08gh5zsahvzan6wq9v0lnir9zb4qvgkadsl6jm9ia8990yn")))) + "16kifnq0qv9khax6jqpk75z3k02163rqi4plv7zijg273i8haq9p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mwcls") @@ -30404,12 +30630,12 @@ blank pages.") (define-public texlive-mxedruli (package (name "texlive-mxedruli") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/mxedruli/" "fonts/afm/public/mxedruli/" "fonts/map/dvips/mxedruli/" @@ -30434,19 +30660,19 @@ blank pages.") (define-public texlive-mynsfc (package (name "texlive-mynsfc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/xelatex/mynsfc/" - "source/xelatex/mynsfc/" - "tex/xelatex/mynsfc/")))) + (revision 78236) + (locations (list "doc/latex/mynsfc/" + "source/latex/mynsfc/" + "tex/latex/mynsfc/")))) (file-name (git-file-name name version)) (sha256 (base32 - "15vbgqmqsjqz068gn5ql5ca3wbw7gdq1vnaazpwmc71jdybxxv14")))) + "12z06pwad3hbl3fi7xzr5xqx266vvqs4d92lmvh1hrq0h3jnd4d3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -30468,12 +30694,12 @@ uses BibLaTeX and Biber for the management of references.") (define-public texlive-na-box (package (name "texlive-na-box") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/na-box/" "tex/xelatex/na-box/")))) (file-name (git-file-name name version)) (sha256 @@ -30492,12 +30718,12 @@ boxed @code{theorem}-alike environments.") (define-public texlive-naive-ebnf (package (name "texlive-naive-ebnf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/naive-ebnf/" "source/latex/naive-ebnf/" "tex/latex/naive-ebnf/")))) @@ -30522,12 +30748,12 @@ Form (EBNF) notation.") (define-public texlive-namedtensor (package (name "texlive-namedtensor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/namedtensor/" "tex/latex/namedtensor/")))) (file-name (git-file-name name version)) @@ -30544,12 +30770,12 @@ Form (EBNF) notation.") (define-public texlive-nanicolle (package (name "texlive-nanicolle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/nanicolle/" "tex/xelatex/nanicolle/")))) (file-name (git-file-name name version)) @@ -30570,12 +30796,12 @@ only be compiled with XeLaTeX.") (define-public texlive-nanumtype1 (package (name "texlive-nanumtype1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/nanumtype1/" "fonts/afm/public/nanumtype1/" "fonts/map/dvips/nanumtype1/" @@ -30603,12 +30829,12 @@ TS1 font definition files are also provided.") (define-public texlive-nar (package (name "texlive-nar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/nar/")))) (file-name (git-file-name name version)) (sha256 @@ -30625,12 +30851,12 @@ It was adapted from the standard @file{unsrt.bst} style file.") (define-public texlive-natded (package (name "texlive-natded") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/natded/" "tex/latex/natded/")))) (file-name (git-file-name name version)) (sha256 @@ -30648,12 +30874,12 @@ or that of Kalish and Montague.") (define-public texlive-nath (package (name "texlive-nath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nath/" "tex/latex/nath/")))) (file-name (git-file-name name version)) (sha256 @@ -30677,12 +30903,12 @@ adapt their size to the material enclosed, rendering @code{\\left} and (define-public texlive-nature (package (name "texlive-nature") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/nature/" "doc/latex/nature/" "tex/latex/nature/")))) (file-name (git-file-name name version)) @@ -30702,12 +30928,12 @@ papers in a format acceptable to the publisher.") (define-public texlive-navydocs (package (name "texlive-navydocs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/navydocs/" "source/latex/navydocs/" "tex/latex/navydocs/")))) @@ -30730,12 +30956,12 @@ page at its occurrence in the document.") (define-public texlive-nchairx (package (name "texlive-nchairx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nchairx/" "source/latex/nchairx/" "tex/latex/nchairx/")))) (file-name (git-file-name name version)) @@ -30755,12 +30981,12 @@ environments for quickly creating nice mathematical documents.") (define-public texlive-nddiss (package (name "texlive-nddiss") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/nddiss/" "doc/latex/nddiss/" "source/latex/nddiss/" "tex/latex/nddiss/")))) (file-name (git-file-name name version)) @@ -30780,18 +31006,18 @@ dissertation in LaTeX.") (define-public texlive-neoschool (package (name "texlive-neoschool") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/neoschool/" "tex/latex/neoschool/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0d6jjzk6ws87qiaypjxfyrybpw71c2784p19yg0ica6bwn46p0yr")))) + (base32 "06id93rcpzvw34psxfmm1gqyhg2kgzknlxvgfym1708747bgify0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/neoschool") @@ -30811,12 +31037,12 @@ is multilingual, supporting French, English, and German.") (define-public texlive-nevelok (package (name "texlive-nevelok") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nevelok/" "source/latex/nevelok/" "tex/latex/nevelok/")))) (file-name (git-file-name name version)) @@ -30834,12 +31060,12 @@ is multilingual, supporting French, English, and German.") (define-public texlive-newcastle-bst (package (name "texlive-newcastle-bst") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/newcastle-bst/" "doc/bibtex/newcastle-bst/")))) (file-name (git-file-name name version)) @@ -30860,19 +31086,19 @@ used alongside @code{natbib} for citations.") (define-public texlive-newcomputermodern (package (name "texlive-newcomputermodern") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/newcomputermodern/" "fonts/opentype/public/newcomputermodern/" "tex/latex/newcomputermodern/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1y3x7g591amd36i8hgbnd06kxxrcw8zdv00s3snq6agv3par199k")))) + "0lx5lcs2p9pxm04wmm1ai7n0rqzzxygxh4pa2m3qj17aln4ry25z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/newcomputermodern") @@ -30887,12 +31113,12 @@ weight of Computer Modern, it provides a Book weight for heavier printing.") (define-public texlive-newpx (package (name "texlive-newpx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/newpx/" "fonts/afm/public/newpx/" "fonts/enc/dvips/newpx/" @@ -30906,7 +31132,7 @@ weight of Computer Modern, it provides a Book weight for heavier printing.") (file-name (git-file-name name version)) (sha256 (base32 - "0sm19l8vaj69l1yhlf81m8p7d5jzmc93i3j5agwnyh184ng36m3w")))) + "19d9n5y0811hfhnyz91p383wsp7bbjxzv60dk2pjmrmd5qlsq2cd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/newpx") @@ -30921,12 +31147,12 @@ scaling, improved metrics, and other options.") (define-public texlive-newtxsf (package (name "texlive-newtxsf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/newtxsf/" "fonts/map/dvips/newtxsf/" "fonts/tfm/public/newtxsf/" @@ -30950,12 +31176,12 @@ the STIX sans serif Roman and Greek letters with most symbols taken from (define-public texlive-newtxtt (package (name "texlive-newtxtt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/newtxtt/" "fonts/enc/dvips/newtxtt/" "fonts/map/dvips/newtxtt/" @@ -30979,12 +31205,12 @@ slanted variants and a choice of four different styles for zero.") (define-public texlive-niceframe-type1 (package (name "texlive-niceframe-type1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/niceframe-type1/" "fonts/afm/public/niceframe-type1/" "fonts/map/dvips/niceframe-type1/" @@ -31005,19 +31231,19 @@ slanted variants and a choice of four different styles for zero.") (define-public texlive-nicematrix (package (name "texlive-nicematrix") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nicematrix/" "source/latex/nicematrix/" "tex/latex/nicematrix/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0pr0ffjn9zdwkvq7vki7qk8y2bxg955jmrrs0zg5fz3kl2jbfh3v")))) + "1rp1cj52gkjpjdmkppvakyx4pmwcn38pbsj2v6rmyvrqzijryiib")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nicematrix") @@ -31035,12 +31261,12 @@ cells; etc.") (define-public texlive-nimbus15 (package (name "texlive-nimbus15") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/nimbus15/" "fonts/afm/public/nimbus15/" "fonts/enc/dvips/nimbus15/" @@ -31070,12 +31296,12 @@ be useful for rendering code.") (define-public texlive-nimsticks (package (name "texlive-nimsticks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nimsticks/" "source/latex/nimsticks/" "tex/latex/nimsticks/")))) @@ -31099,12 +31325,12 @@ objects.") (define-public texlive-nkarta (package (name "texlive-nkarta") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/nkarta/" "fonts/source/public/nkarta/" "fonts/tfm/public/nkarta/" @@ -31127,12 +31353,12 @@ Encapsulated PostScript is also provided.") (define-public texlive-nmbib (package (name "texlive-nmbib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/nmbib/" "doc/latex/nmbib/" "source/latex/nmbib/" "tex/latex/nmbib/")))) (file-name (git-file-name name version)) @@ -31154,12 +31380,12 @@ provides other improvements.") (define-public texlive-nnext (package (name "texlive-nnext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nnext/" "source/latex/nnext/" "tex/latex/nnext/")))) (file-name (git-file-name name version)) @@ -31181,12 +31407,12 @@ commands from the @code{expex} package.") (define-public texlive-notes2bib (package (name "texlive-notes2bib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/notes2bib/" "source/latex/notes2bib/" "tex/latex/notes2bib/")))) @@ -31209,12 +31435,12 @@ Both sorted and unsorted bibliography styles are supported.") (define-public texlive-notex-bst (package (name "texlive-notex-bst") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/notex-bst/")))) (file-name (git-file-name name version)) (sha256 @@ -31232,12 +31458,12 @@ generate bibliographies to be served on the web starting from BibTeX files.") (define-public texlive-noto-emoji (package (name "texlive-noto-emoji") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/noto-emoji/" "fonts/truetype/google/noto-emoji/")))) (file-name (git-file-name name version)) @@ -31256,12 +31482,12 @@ version.") (define-public texlive-notomath (package (name "texlive-notomath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/notomath/" "fonts/map/dvips/notomath/" "fonts/tfm/public/notomath/" @@ -31284,12 +31510,12 @@ and NotoSans. (Regular and Bold weights only.)") (define-public texlive-nuc (package (name "texlive-nuc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nuc/" "tex/latex/nuc/")))) (file-name (git-file-name name version)) (sha256 @@ -31310,12 +31536,12 @@ supported in the package.") (define-public texlive-njurepo (package (name "texlive-njurepo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/njurepo/" "source/latex/njurepo/" "tex/latex/njurepo/")))) (file-name (git-file-name name version)) @@ -31335,12 +31561,12 @@ for the bachelor's curriculum.") (define-public texlive-ndsu-thesis (package (name "texlive-ndsu-thesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ndsu-thesis/" "tex/latex/ndsu-thesis/")))) (file-name (git-file-name name version)) @@ -31359,12 +31585,12 @@ be in compliance with North Dakota State University requirements.") (define-public texlive-ndsu-thesis-2022 (package (name "texlive-ndsu-thesis-2022") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ndsu-thesis-2022/" "tex/latex/ndsu-thesis-2022/")))) (file-name (git-file-name name version)) @@ -31390,12 +31616,12 @@ and clever references.") (define-public texlive-nih (package (name "texlive-nih") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nih/" "tex/latex/nih/")))) (file-name (git-file-name name version)) (sha256 @@ -31413,12 +31639,12 @@ National Institutes of Health}, a US government agency.") (define-public texlive-nihbiosketch (package (name "texlive-nihbiosketch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nihbiosketch/" "tex/latex/nihbiosketch/")))) (file-name (git-file-name name version)) @@ -31439,12 +31665,12 @@ format is required for applications submitted for due dates on or after May (define-public texlive-njustthesis (package (name "texlive-njustthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/njustthesis/" "source/latex/njustthesis/" "tex/latex/njustthesis/")))) @@ -31465,19 +31691,19 @@ Technology.") (define-public texlive-njuthesis (package (name "texlive-njuthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/njuthesis/" "source/latex/njuthesis/" "tex/latex/njuthesis/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1y24n3nnzw08n9bvf36v6i5lmplqi8zv1wv08qga2ysr5002lh38")))) + "1jy6hfhr5n4nkdrkwmx1zmaq4acbsf5whn7l0qrl1a5zw41m8j8n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/njuthesis") @@ -31492,12 +31718,12 @@ class requires either XeLaTeX or LuaLaTeX.") (define-public texlive-njuvisual (package (name "texlive-njuvisual") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/njuvisual/" "source/latex/njuvisual/" "tex/latex/njuvisual/")))) @@ -31518,12 +31744,12 @@ a user-friendly interface to display them in documents and beamers.") (define-public texlive-nostarch (package (name "texlive-nostarch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/nostarch/" "doc/latex/nostarch/" "makeindex/nostarch/" "source/latex/nostarch/" @@ -31546,12 +31772,12 @@ books.") (define-public texlive-nrc (package (name "texlive-nrc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nrc/" "source/latex/nrc/" "tex/latex/nrc/")))) (file-name (git-file-name name version)) @@ -31572,12 +31798,12 @@ should be used.") (define-public texlive-nucleardata (package (name "texlive-nucleardata") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nucleardata/" "source/latex/nucleardata/" "tex/latex/nucleardata/")))) @@ -31598,12 +31824,12 @@ requires @command{pythontex} to be called with the TeX file as the argument.") (define-public texlive-numberpt (package (name "texlive-numberpt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/numberpt/" "source/latex/numberpt/" "tex/latex/numberpt/")))) @@ -31625,13 +31851,13 @@ Brazilian vs. European Portuguese forms in the spelling of @samp{16}, (define-public texlive-numbersets (package (name "texlive-numbersets") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/numbersets/" "tex/latex/numbersets/")))) (file-name (git-file-name name version)) @@ -31652,12 +31878,12 @@ predefined presets for common number sets.") (define-public texlive-numerica (package (name "texlive-numerica") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/numerica/" "tex/latex/numerica/")))) (file-name (git-file-name name version)) (sha256 @@ -31679,12 +31905,12 @@ numerical exploration are possible within the document being worked on.") (define-public texlive-numerica-plus (package (name "texlive-numerica-plus") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/numerica-plus/" "tex/latex/numerica-plus/")))) (file-name (git-file-name name version)) @@ -31704,12 +31930,12 @@ terms of recurrence relations.") (define-public texlive-numerica-tables (package (name "texlive-numerica-tables") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/numerica-tables/" "tex/latex/numerica-tables/")))) (file-name (git-file-name name version)) @@ -31728,13 +31954,13 @@ mathematical function values.") (define-public texlive-nstc-proposal (package (name "texlive-nstc-proposal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nstc-proposal/" "source/latex/nstc-proposal/" "tex/latex/nstc-proposal/")))) @@ -31766,12 +31992,12 @@ pdfLaTeX and XeTeX.") (define-public texlive-nunito (package (name "texlive-nunito") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/nunito/" "fonts/enc/dvips/nunito/" "fonts/map/dvips/nunito/" @@ -31796,12 +32022,12 @@ of fonts, designed by Vernon Adams.") (define-public texlive-nwafuthesis (package (name "texlive-nwafuthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nwafuthesis/" "source/latex/nwafuthesis/" "tex/latex/nwafuthesis/")))) @@ -31827,18 +32053,18 @@ only supports XeTeX and LuaTeX engines.") (define-public texlive-nwejm (package (name "texlive-nwejm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nwejm/" "source/latex/nwejm/" "tex/latex/nwejm/")))) (file-name (git-file-name name version)) (sha256 (base32 - "16lcn84hp3l5ibdiz9wpfdghlva4m9lq2xhppv4rcpixkxnm9g60")))) + "0l9a9738n01yx6ws6cpp7zzqkizz48y0mzi54mpp92my9rdacghb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:build-targets #~(list "nwejm.dtx"))) @@ -31857,19 +32083,19 @@ in the NWEJM.") (define-public texlive-nxuthesis (package (name "texlive-nxuthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/nxuthesis/" "doc/latex/nxuthesis/" "tex/latex/nxuthesis/")))) (file-name (git-file-name name version)) (sha256 - (base32 "11lwmh9qqpprmr61v5y8vaxvbjxnc6l6g9cxw4i55raxz1fjjwcp")))) + (base32 "0akjas1c0szspq1rkb2h2b1bakqaw7zn59fbzsp9z423svc8waxd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nxuthesis") @@ -31882,12 +32108,12 @@ order to make it easy to write theses for graduate students.") (define-public texlive-objectz (package (name "texlive-objectz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/objectz/" "source/latex/objectz/" "tex/latex/objectz/")))) (file-name (git-file-name name version)) @@ -31905,12 +32131,12 @@ order to make it easy to write theses for graduate students.") (define-public texlive-obnov (package (name "texlive-obnov") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/obnov/" "fonts/source/public/obnov/" "fonts/tfm/public/obnov/" "tex/latex/obnov/")))) @@ -31934,12 +32160,12 @@ Cyrillic font support.") (define-public texlive-ocherokee (package (name "texlive-ocherokee") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/omega/ocherokee/" "fonts/afm/public/ocherokee/" "fonts/map/dvips/ocherokee/" @@ -31967,12 +32193,12 @@ Cherokee language with the Omega version of LaTeX (known as Lambda).") (define-public texlive-octave (package (name "texlive-octave") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/octave/" "tex/latex/octave/")))) (file-name (git-file-name name version)) (sha256 @@ -31992,12 +32218,12 @@ mid-document.") (define-public texlive-ocr-b (package (name "texlive-ocr-b") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ocr-b/" "fonts/source/public/ocr-b/" "fonts/tfm/public/ocr-b/")))) @@ -32019,12 +32245,12 @@ mid-document.") (define-public texlive-ocr-b-outline (package (name "texlive-ocr-b-outline") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ocr-b-outline/" "fonts/map/dvips/ocr-b-outline/" "fonts/opentype/public/ocr-b-outline/" @@ -32047,12 +32273,12 @@ mid-document.") (define-public texlive-ogham (package (name "texlive-ogham") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ogham/" "fonts/source/public/ogham/" "fonts/tfm/public/ogham/")))) @@ -32074,12 +32300,12 @@ distributed as Metafont source.") (define-public texlive-oinuit (package (name "texlive-oinuit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/oinuit/" "fonts/map/dvips/oinuit/" "fonts/ofm/public/oinuit/" @@ -32107,12 +32333,12 @@ the necessary fonts are also provided.") (define-public texlive-old-arrows (package (name "texlive-old-arrows") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/old-arrows/" "fonts/afm/public/old-arrows/" "fonts/enc/dvips/old-arrows/" @@ -32139,12 +32365,12 @@ arrows together with the old-style ones.") (define-public texlive-oldlatin (package (name "texlive-oldlatin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/oldlatin/" "fonts/source/public/oldlatin/" "fonts/tfm/public/oldlatin/")))) @@ -32165,12 +32391,12 @@ order to generate long @emph{s}, which was used in old text.") (define-public texlive-oldstandard (package (name "texlive-oldstandard") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/oldstandard/" "fonts/enc/dvips/oldstandard/" "fonts/map/dvips/oldstandard/" @@ -32202,12 +32428,12 @@ Greek and Latin, and many more.") (define-public texlive-omega (package (name "texlive-omega") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/omega/base/" "dvips/omega/" "fonts/afm/public/omega/" @@ -32248,12 +32474,12 @@ LuaTeX.") (define-public texlive-omegaware (package (name "texlive-omegaware") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/odvicopy.1" "doc/man/man1/odvicopy.man1.pdf" "doc/man/man1/odvitype.1" @@ -32275,7 +32501,7 @@ LuaTeX.") (file-name (git-file-name name version)) (sha256 (base32 - "0g09l0pm93b0c9qjy66hkrx5gwmfg9bnfxnzkvsi6sw7yqpp8qr3")))) + "1yjksl3krszmr6xxvxz75wffkv5x041ac4ydsfdz4slvjfrjl5hq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-omegaware-bin)) @@ -32329,13 +32555,13 @@ Omega (and Aleph) ideas include Omega-2 and LuaTeX.") (define-public texlive-omgtudoc-asoiu (package (name "texlive-omgtudoc-asoiu") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/omgtudoc-asoiu/" "source/latex/omgtudoc-asoiu/" "tex/latex/omgtudoc-asoiu/")))) @@ -32356,12 +32582,12 @@ class and requires XeLaTeX or LuaLaTeX for its proper working.") (define-public texlive-onrannual (package (name "texlive-onrannual") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/onrannual/" "tex/latex/onrannual/")))) (file-name (git-file-name name version)) @@ -32383,18 +32609,18 @@ with LaTeX-generated PDF submissions in the past.") (define-public texlive-opbible (package (name "texlive-opbible") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/luatex/opbible/" + (revision 78236) + (locations (list "doc/optex/opbible/" "tex/optex/opbible/")))) (file-name (git-file-name name version)) (sha256 - (base32 "01xvl3i6fxyaffgvmnbl319j1pic7sxf6y7y9gnmy8xh63r9j71v")))) + (base32 "1ar5b9zgd7q637wzldsw0kp7igrvgmxc1gkci4n9vzfxwcld2n92")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/opbible") @@ -32410,12 +32636,12 @@ variants and translation subvariants are provided.") (define-public texlive-opensans (package (name "texlive-opensans") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/opensans/" "fonts/enc/dvips/opensans/" "fonts/map/dvips/opensans/" @@ -32441,12 +32667,12 @@ original TrueType fonts, as well as Type 1 versions.") (define-public texlive-oplotsymbl (package (name "texlive-oplotsymbl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/oplotsymbl/" "tex/latex/oplotsymbl/")))) (file-name (git-file-name name version)) @@ -32466,12 +32692,12 @@ the potential user is allowed to use them in other ways.") (define-public texlive-opteng (package (name "texlive-opteng") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/opteng/" "tex/latex/opteng/")))) (file-name (git-file-name name version)) (sha256 @@ -32492,12 +32718,12 @@ The template gives simple instructions on how to prepare the manuscript.") (define-public texlive-ordinalpt (package (name "texlive-ordinalpt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ordinalpt/" "source/latex/ordinalpt/" "tex/latex/ordinalpt/")))) @@ -32520,12 +32746,12 @@ letter case variants, and for masculine and feminine gender inflections.") (define-public texlive-orkhun (package (name "texlive-orkhun") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/orkhun/" "fonts/source/public/orkhun/" "fonts/tfm/public/orkhun/")))) @@ -32546,12 +32772,12 @@ source.") (define-public texlive-oscola (package (name "texlive-oscola") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/oscola/" "makeindex/oscola/" "tex/latex/oscola/")))) (file-name (git-file-name name version)) @@ -32575,13 +32801,13 @@ citations (in conjunction with appropriate indexing packages).") (define-public texlive-oststud (package (name "texlive-oststud") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/oststud/" "source/latex/oststud/" "tex/latex/oststud/")))) @@ -32602,12 +32828,12 @@ and feel to the works produced by the organization's members.") (define-public texlive-oswald (package (name "texlive-oswald") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/oswald/" "fonts/enc/dvips/oswald/" "fonts/map/dvips/oswald/" @@ -32631,12 +32857,12 @@ Kalapi Gajjar, Cyreal, with support for LaTeX and pdfLaTeX.") (define-public texlive-ot-tableau (package (name "texlive-ot-tableau") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ot-tableau/" "tex/latex/ot-tableau/")))) (file-name (git-file-name name version)) @@ -32657,12 +32883,12 @@ stylistic variants are available to suit personal taste.") (define-public texlive-othello (package (name "texlive-othello") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/othello/" "fonts/source/public/othello/" "fonts/tfm/public/othello/" @@ -32684,12 +32910,12 @@ fonts, as Metafont source.") (define-public texlive-othelloboard (package (name "texlive-othelloboard") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/othelloboard/" "tex/latex/othelloboard/")))) (file-name (git-file-name name version)) @@ -32712,12 +32938,12 @@ also supported.") (define-public texlive-otibet (package (name "texlive-otibet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/otibet/" "fonts/ofm/public/otibet/" "fonts/ovf/public/otibet/" @@ -32745,12 +32971,12 @@ also supported.") (define-public texlive-oubraces (package (name "texlive-oubraces") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/oubraces/" "tex/latex/oubraces/")))) (file-name (git-file-name name version)) (sha256 @@ -32771,18 +32997,19 @@ also supported.") (define-public texlive-oup-authoring-template (package (name "texlive-oup-authoring-template") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/latex/oup-authoring-template/" + (revision 78236) + (locations (list "bibtex/bst/oup-authoring-template/" + "doc/latex/oup-authoring-template/" "tex/latex/oup-authoring-template/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1fbkrka650pv2k5n0fcdcgmzlfpj2kzlg9d72d145b24zza79qh0")))) + "185sxy2mij0ah7aqvxsnark7rg13my7d3i0m1db2ji5dxrgw50vd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/oup-authoring-template") @@ -32799,19 +33026,19 @@ journals published by OUP, with large, medium and small page options.") (define-public texlive-overarrows (package (name "texlive-overarrows") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/overarrows/" "source/latex/overarrows/" "tex/latex/overarrows/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1hsh2vfgsdb2bcvvlpsas56lb480hi0cabahl9d3bddx8ab6xkhg")))) + "0apvg8hgdl6jh5j0by29yq3jwxqk5plyjkhvyc9ry2h3j78lppgm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/overarrows") @@ -32827,12 +33054,12 @@ provided.") (define-public texlive-overlock (package (name "texlive-overlock") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/overlock/" "fonts/enc/dvips/overlock/" "fonts/map/dvips/overlock/" @@ -32859,12 +33086,12 @@ are also small-caps and old-style figures in the Regular weight.") (define-public texlive-pacioli (package (name "texlive-pacioli") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/pacioli/" "fonts/source/public/pacioli/" "fonts/tfm/public/pacioli/" @@ -32888,13 +33115,13 @@ package provides Metafont source for the font together with LaTeX support.") (define-public texlive-packdoc (package (name "texlive-packdoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/packdoc/" "tex/latex/packdoc/")))) (file-name (git-file-name name version)) @@ -32927,12 +33154,12 @@ history.") (define-public texlive-pagella-otf (package (name "texlive-pagella-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/pagella-otf/" "tex/latex/pagella-otf/")))) (file-name (git-file-name name version)) @@ -32952,12 +33179,12 @@ missing typefaces like bold math and slanted text are also defined.") (define-public texlive-parallel (package (name "texlive-parallel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/parallel/" "source/latex/parallel/" "tex/latex/parallel/")))) @@ -32980,12 +33207,12 @@ have value when comparing any two texts.") (define-public texlive-paratype (package (name "texlive-paratype") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/paratype/" "fonts/afm/paratype/ptmono/" "fonts/afm/paratype/ptsans/" @@ -33025,12 +33252,12 @@ and @code{ptserif}.") (define-public texlive-parrun (package (name "texlive-parrun") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/parrun/" "source/latex/parrun/" "tex/latex/parrun/")))) (file-name (git-file-name name version)) @@ -33049,12 +33276,12 @@ original source, parallel on the same page, one above the other.") (define-public texlive-pas-crosswords (package (name "texlive-pas-crosswords") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pas-crosswords/" "tex/latex/pas-crosswords/")))) (file-name (git-file-name name version)) @@ -33074,12 +33301,12 @@ its graphical output.") (define-public texlive-pascaltriangle (package (name "texlive-pascaltriangle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pascaltriangle/" "tex/latex/pascaltriangle/")))) (file-name (git-file-name name version)) @@ -33101,12 +33328,12 @@ customized by means of different @code{\\pascal} macro options or the (define-public texlive-patgen2-tutorial (package (name "texlive-patgen2-tutorial") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/patgen2-tutorial/")))) (file-name (git-file-name name version)) (sha256 @@ -33124,13 +33351,13 @@ patterns for wide ranges of languages.") (define-public texlive-pegmatch (package (name "texlive-pegmatch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pegmatch/" "tex/latex/pegmatch/")))) (file-name (git-file-name name version)) @@ -33149,12 +33376,12 @@ as LaTeX3 variables, and offers several operators to compose patterns.") (define-public texlive-perception (package (name "texlive-perception") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/perception/" "doc/bibtex/perception/")))) (file-name (git-file-name name version)) @@ -33173,12 +33400,12 @@ as LaTeX3 variables, and offers several operators to compose patterns.") (define-public texlive-perfectcut (package (name "texlive-perfectcut") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/perfectcut/" "tex/latex/perfectcut/")))) (file-name (git-file-name name version)) @@ -33207,12 +33434,12 @@ reimplementation of @code{\\big}, @code{\\bigg}, etc.") (define-public texlive-persian-bib (package (name "texlive-persian-bib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/persian-bib/" "bibtex/csf/persian-bib/" "doc/xelatex/persian-bib/")))) @@ -33235,17 +33462,17 @@ references and three fields LANGUAGE, TRANSLATOR and AUTHORFA are defined.") (define-public texlive-pfdicons (package (name "texlive-pfdicons") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pfdicons/" "tex/latex/pfdicons/")))) (file-name (git-file-name name version)) (sha256 (base32 - "16xdy0ah7za1gr63w1pdfvbq8x4fkin7q0yfpml7y4wv7m1qxqgc")))) + "0plv1cxh552m3xq30pzkmiwvys97bqmlsslkhiap4j58dw3xgndz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pfdicons") @@ -33262,12 +33489,12 @@ of all fluid processing operations.") (define-public texlive-phaistos (package (name "texlive-phaistos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/phaistos/" "fonts/afm/public/phaistos/" "fonts/map/dvips/phaistos/" @@ -33295,12 +33522,12 @@ the Unicode positions for the symbols).") (define-public texlive-philosophersimprint (package (name "texlive-philosophersimprint") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/philosophersimprint/" "source/latex/philosophersimprint/" "tex/latex/philosophersimprint/")))) @@ -33322,12 +33549,12 @@ The class helps authors to typeset their own articles in Web-ready format.") (define-public texlive-phonetic (package (name "texlive-phonetic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/phonetic/" "fonts/source/public/phonetic/" "fonts/tfm/public/phonetic/" @@ -33349,12 +33576,12 @@ Metafont. Macros for the fonts use are provided for LaTeX.") (define-public texlive-physconst (package (name "texlive-physconst") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/physconst/" "source/latex/physconst/" "tex/latex/physconst/")))) @@ -33381,12 +33608,12 @@ using the accepted values of the fundamental constants.") (define-public texlive-phonrule (package (name "texlive-phonrule") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/phonrule/" "tex/latex/phonrule/")))) (file-name (git-file-name name version)) (sha256 @@ -33404,18 +33631,18 @@ those in @emph{Sound Pattern of English} (Chomsky and Halle 1968).") (define-public texlive-physics-patch (package (name "texlive-physics-patch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/physics-patch/" "tex/latex/physics-patch/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1m0q60h65lkjhhr31yc4b25nf3ygy9qaa555dimmc0z5b46m94li")))) + (base32 "0lzkxv74id1hfr9qg9qxsc72h7q6pxh34zkl6pfgdj8kmsrdvlbc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/physics-patch") @@ -33432,12 +33659,12 @@ and introducing additional macros.") (define-public texlive-physics2 (package (name "texlive-physics2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/physics2/" "source/latex/physics2/" "tex/latex/physics2/")))) @@ -33467,12 +33694,12 @@ Modules of physics provide the following supports: (define-public texlive-physunits (package (name "texlive-physunits") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/physunits/" "source/latex/physunits/" "tex/latex/physunits/")))) @@ -33494,12 +33721,12 @@ Centimetre–Gram–Second} units used in astronomy.") (define-public texlive-piano (package (name "texlive-piano") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/piano/" "tex/latex/piano/")))) (file-name (git-file-name name version)) (sha256 @@ -33518,12 +33745,12 @@ document, with up to 7 keys highlighted.") (define-public texlive-pigpen (package (name "texlive-pigpen") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/pigpen/" "fonts/map/dvips/pigpen/" "fonts/source/public/pigpen/" @@ -33549,12 +33776,12 @@ source, and as an Adobe Type 1 file), and macros for its use.") (define-public texlive-pinoutikz (package (name "texlive-pinoutikz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pinoutikz/" "tex/latex/pinoutikz/")))) (file-name (git-file-name name version)) @@ -33574,12 +33801,12 @@ LaTeX, and directly supporting PDF output format.") (define-public texlive-pittetd (package (name "texlive-pittetd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pittetd/" "source/latex/pittetd/" "tex/latex/pittetd/")))) (file-name (git-file-name name version)) @@ -33599,12 +33826,12 @@ the University of Pittsburgh.") (define-public texlive-pkuthss (package (name "texlive-pkuthss") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pkuthss/" "tex/latex/pkuthss/")))) (file-name (git-file-name name version)) (sha256 @@ -33625,12 +33852,12 @@ dissertations in Peking University.") (define-public texlive-plainyr (package (name "texlive-plainyr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/plainyr/")))) (file-name (git-file-name name version)) (sha256 @@ -33647,12 +33874,12 @@ chronologically (by year) first, then by author, title, etc.") (define-public texlive-plari (package (name "texlive-plari") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/plari/" "source/latex/plari/" "tex/latex/plari/")))) (file-name (git-file-name name version)) @@ -33671,12 +33898,12 @@ paragraphs vertically separated rather than indented.") (define-public texlive-play (package (name "texlive-play") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/play/" "source/latex/play/" "tex/latex/play/")))) (file-name (git-file-name name version)) @@ -33695,13 +33922,13 @@ typesetting of plays, including options for line numbering.") (define-public texlive-playcards (package (name "texlive-playcards") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/playcards/" "tex/latex/playcards/")))) (file-name (git-file-name name version)) @@ -33719,12 +33946,12 @@ with width 59mm and height 89mm, which are typical card dimensions.") (define-public texlive-playfair (package (name "texlive-playfair") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/playfair/" "fonts/enc/dvips/playfair/" "fonts/map/dvips/playfair/" @@ -33755,12 +33982,12 @@ typesetting proper nouns and initialisms.") (define-public texlive-plex (package (name "texlive-plex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/plex/" "fonts/enc/dvips/plex/" "fonts/map/dvips/plex/" @@ -33772,7 +33999,7 @@ typesetting proper nouns and initialisms.") (file-name (git-file-name name version)) (sha256 (base32 - "1n4db1c3qqjkd7gimpb2bgs09xclih0430xih7jkmwgsrd8a80ki")))) + "12w6snag6jnf50dbp7ia817na2gamzncpbzwbr949sr71zhi4zgd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/plex") @@ -33787,17 +34014,17 @@ SemiBold (with corresponding italics).") (define-public texlive-plex-otf (package (name "texlive-plex-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/plex-otf/" "tex/latex/plex-otf/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1cqw4227cca9q20ph002rl884cjgxfn1vbsybnx4aribvkyiqjdl")))) + "0dfwgbkyq5214ldimb17pgsw15wz5wkavim9ki70a0v941qvcw1b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/plex-otf") @@ -33813,12 +34040,12 @@ one of the existing math fonts if you need them.") (define-public texlive-plimsoll (package (name "texlive-plimsoll") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/plimsoll/" "fonts/afm/public/plimsoll/" "fonts/enc/dvips/plimsoll/" @@ -33845,12 +34072,12 @@ well.") (define-public texlive-pm-isomath (package (name "texlive-pm-isomath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pm-isomath/" "source/latex/pm-isomath/" "tex/latex/pm-isomath/")))) @@ -33873,18 +34100,18 @@ typsetting common math symbols that require special ISO treatment.") (define-public texlive-pmdraw (package (name "texlive-pmdraw") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pmdraw/" "tex/latex/pmdraw/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0l07vwch6a4xgsjpx0c3xshi2fq9cazq893wvz9wzrs0g0m4ch06")))) + (base32 "129bwdwi3q9k6k0pivqqxizc74mnssz43fd5zrqw983sf1mdck58")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pmdraw") @@ -33897,18 +34124,18 @@ commonly referred to as diagrams.") (define-public texlive-pmhanguljamo (package (name "texlive-pmhanguljamo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pmhanguljamo/" "tex/latex/pmhanguljamo/")))) (file-name (git-file-name name version)) (sha256 (base32 - "00yd1bh14w5dc8qdrdc2hi5kbhyi5634im0v0vydyy5rylas5hrc")))) + "0lhmfpz67a40n39c6mbg7wlpl0zlk26q288n2ghp3d7fim5ycj0i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pmhanguljamo") @@ -33922,12 +34149,12 @@ is recommended.") (define-public texlive-pmx (package (name "texlive-pmx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pmx/" "doc/man/man1/pmxab.1" "doc/man/man1/pmxab.man1.pdf" @@ -34002,12 +34229,12 @@ a score.") (define-public texlive-pmxchords (package (name "texlive-pmxchords") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/pmxchords.1" "doc/man/man1/pmxchords.man1.pdf" "doc/support/pmxchords/" @@ -34032,12 +34259,12 @@ and support scripts for common requirements.") (define-public texlive-pnas2009 (package (name "texlive-pnas2009") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/pnas2009/")))) (file-name (git-file-name name version)) (sha256 @@ -34055,12 +34282,12 @@ standard @file{unsrt.bst} and adapted to the new (2009) formatting rules.") (define-public texlive-poemscol (package (name "texlive-poemscol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/poemscol/" "source/latex/poemscol/" "tex/latex/poemscol/")))) @@ -34085,12 +34312,12 @@ of contents.") (define-public texlive-poetry (package (name "texlive-poetry") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/poetry/" "source/latex/poetry/" "tex/latex/poetry/")))) (file-name (git-file-name name version)) @@ -34113,12 +34340,12 @@ poems, an index of first lines, and some structural commands.") (define-public texlive-poetrytex (package (name "texlive-poetrytex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/poetrytex/" "source/latex/poetrytex/" "tex/latex/poetrytex/")))) @@ -34162,12 +34389,12 @@ actually typesetting the verse itself.") (define-public texlive-poiretone (package (name "texlive-poiretone") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/poiretone/" "fonts/enc/dvips/poiretone/" "fonts/map/dvips/poiretone/" @@ -34195,12 +34422,12 @@ bold.") (define-public texlive-polexpr (package (name "texlive-polexpr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/polexpr/" "tex/generic/polexpr/")))) (file-name (git-file-name name version)) @@ -34223,12 +34450,12 @@ of all rational roots is implemented via such macros.") (define-public texlive-powerdot-fuberlin (package (name "texlive-powerdot-fuberlin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/powerdot-fuberlin/" "tex/latex/powerdot-fuberlin/")))) (file-name (git-file-name name version)) @@ -34249,12 +34476,12 @@ way with @code{\\style=BerlinFU} as a class option.") (define-public texlive-powerdot-tuliplab (package (name "texlive-powerdot-tuliplab") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/powerdot-tuliplab/" "tex/latex/powerdot-tuliplab/")))) (file-name (git-file-name name version)) @@ -34273,12 +34500,12 @@ presentation drafting.") (define-public texlive-pracjourn (package (name "texlive-pracjourn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pracjourn/" "source/latex/pracjourn/" "tex/latex/pracjourn/")))) @@ -34300,12 +34527,12 @@ among other small changes.") (define-public texlive-prftree (package (name "texlive-prftree") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/prftree/" "tex/latex/prftree/")))) (file-name (git-file-name name version)) (sha256 @@ -34323,18 +34550,18 @@ deduction calculi, sequent-like calculi, and similar.") (define-public texlive-principia (package (name "texlive-principia") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/principia/" "tex/latex/principia/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1y55i4wg20fdadgl6i54cmm5yaiqrrzg6qxccilxi6a7zmnfjwn3")))) + "052skp0xdjfkl93k2sxn6j30ig7ydd8nbvqswbbrqbqi7cpp2ly1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/principia") @@ -34347,12 +34574,12 @@ Whitehead and Russell's 1910 @emph{Principia Mathematica}.") (define-public texlive-proba (package (name "texlive-proba") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/proba/" "source/latex/proba/" "tex/latex/proba/")))) (file-name (git-file-name name version)) @@ -34373,12 +34600,12 @@ filtrations (calligraphic).") (define-public texlive-prociagssymp (package (name "texlive-prociagssymp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/prociagssymp/" "source/latex/prociagssymp/" "tex/latex/prociagssymp/")))) @@ -34403,12 +34630,12 @@ published by Springer-Verlag.") (define-public texlive-prodint (package (name "texlive-prodint") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/prodint/" "fonts/afm/public/prodint/" "fonts/map/dvips/prodint/" @@ -34434,19 +34661,19 @@ proposing the symbol and providing this font.") (define-public texlive-profcollege (package (name "texlive-profcollege") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/profcollege/" "metapost/profcollege/" "tex/latex/profcollege/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0pcmhfmgkkddvl1vq0gq8san1ffylgn2884f2164khymldjjl06p")))) + "1c9x4fbq4p4v5hy3mirvajkpgmdcz3lq2gfzwfrv3zip6ckvcp5s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/profcollege") @@ -34459,12 +34686,12 @@ for 11-16 years olds.") (define-public texlive-proflabo (package (name "texlive-proflabo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/proflabo/" "tex/latex/proflabo/")))) (file-name (git-file-name name version)) (sha256 @@ -34482,19 +34709,19 @@ drawings (using TikZ) for laboratory stuff.") (define-public texlive-proflycee (package (name "texlive-proflycee") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/proflycee/" "metapost/proflycee/" "tex/latex/proflycee/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1llww6w1xicj2z8826z6imfk1pncj862a4vilb06z8a1ghvcavck")))) + "1hps4llfhs586a5qsabq0q5ll34gvn1i6g784axa402186hcfsrc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/proflycee") @@ -34507,18 +34734,18 @@ for 15-18 years olds.") (define-public texlive-profmaquette (package (name "texlive-profmaquette") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/profmaquette/" "tex/latex/profmaquette/")))) (file-name (git-file-name name version)) (sha256 - (base32 "14b2j95hg5cca3cq2cm26njvjy9kp5fwp37jjp0rqallyn964l5i")))) + (base32 "0x3n77iklngln7xr924d7fqhb1x6z8ns40qsx3dnkjavcc1akmfc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/profmaquette") @@ -34531,18 +34758,18 @@ exercise into different sorts of documents.") (define-public texlive-profsio (package (name "texlive-profsio") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/profsio/" "tex/latex/profsio/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0qlhcl6wa0pysh7qy8bfch9569yn4jijh7h8b7g67b1amjgg266f")))) + (base32 "08idyrsqpsh57pnani15gvds6cw538q15kzdq1g8r72w5q2fqky2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/profsio") @@ -34556,18 +34783,18 @@ Karnaugh, MPM graphs, and simple graphs.") (define-public texlive-projlib (package (name "texlive-projlib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/projlib/" "source/latex/projlib/" "tex/latex/projlib/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0prc82a7nrs06y8piq6x1p4kf1iyd0k6bnl5hk17589275bfdcrr")))) + "1bw1i2kcxy9yvf2q2lawbbkijk1xyir8x57p6wxms2hsfaz17kzi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-create-theorem)) @@ -34584,13 +34811,13 @@ introduced.") (define-public texlive-pronunciation (package (name "texlive-pronunciation") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pronunciation/" "tex/latex/pronunciation/")))) (file-name (git-file-name name version)) @@ -34609,19 +34836,19 @@ told.") (define-public texlive-proof-at-the-end (package (name "texlive-proof-at-the-end") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/proof-at-the-end/" "source/latex/proof-at-the-end/" "tex/latex/proof-at-the-end/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1axgv5lln20iwhn07z8ar3blnqmaj4fm6g98948zzlmvysjw5vi9")))) + "10b8sf6lz29c7wvnp81av6g23whyz2sxa0r7z9lprvspzy5rygyg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/proof-at-the-end") @@ -34635,18 +34862,19 @@ links from theorems to proofs, restate theorems, add comments in appendix...") (define-public texlive-prooftrees (package (name "texlive-prooftrees") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/prooftrees/" + "source/latex/prooftrees/" "tex/latex/prooftrees/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1lyaqsh93185ni2qzapjhn0xv3z419nvwpdg434m81sn608q3rhg")))) + "07j2342a7mrkkq42drmxnhfaln5cjqxc6fxa1q85rypl7gds7dn9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/prooftrees") @@ -34666,12 +34894,12 @@ justifications for proof lines or branch closures.") (define-public texlive-proposal (package (name "texlive-proposal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/proposal/base/" "doc/latex/proposal/dfg/" "doc/latex/proposal/eu/" @@ -34706,12 +34934,12 @@ research proposals.") (define-public texlive-prtec (package (name "texlive-prtec") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/prtec/" "doc/latex/prtec/" "tex/latex/prtec/")))) (file-name (git-file-name name version)) @@ -34731,12 +34959,12 @@ Thermal Engineering Conference}.") (define-public texlive-pseudo (package (name "texlive-pseudo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pseudo/" "tex/latex/pseudo/")))) (file-name (git-file-name name version)) (sha256 @@ -34757,12 +34985,12 @@ elements such as keywords, identifiers, and comments.") (define-public texlive-pseudocode (package (name "texlive-pseudocode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pseudocode/" "tex/latex/pseudocode/")))) (file-name (git-file-name name version)) @@ -34781,12 +35009,12 @@ algorithms in a natural manner.") (define-public texlive-psgo (package (name "texlive-psgo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/psgo/" "tex/latex/psgo/")))) (file-name (git-file-name name version)) (sha256 @@ -34803,12 +35031,12 @@ algorithms in a natural manner.") (define-public texlive-psizzl (package (name "texlive-psizzl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/otherformats/psizzl/base/" "source/psizzl/base/" "tex/psizzl/base/" "tex/psizzl/config/")))) @@ -34830,12 +35058,12 @@ modern eyes.") (define-public texlive-ptptex (package (name "texlive-ptptex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ptptex/" "tex/latex/ptptex/")))) (file-name (git-file-name name version)) (sha256 @@ -34854,12 +35082,12 @@ Theoretical Physics}.") (define-public texlive-punk (package (name "texlive-punk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/punk/" "fonts/source/public/punk/" "fonts/tfm/public/punk/")))) @@ -34884,12 +35112,12 @@ Metafont source. The package also offers LaTeX support for them, although (define-public texlive-punk-latex (package (name "texlive-punk-latex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/punk-latex/" "tex/latex/punk-latex/")))) (file-name (git-file-name name version)) @@ -34909,12 +35137,12 @@ to be preferred.") (define-public texlive-punknova (package (name "texlive-punknova") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/punknova/" "fonts/opentype/public/punknova/")))) (file-name (git-file-name name version)) @@ -34935,12 +35163,12 @@ select a variant for each invocation.") (define-public texlive-pxtxalfa (package (name "texlive-pxtxalfa") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/pxtxalfa/" "fonts/tfm/public/pxtxalfa/" "fonts/vf/public/pxtxalfa/" @@ -34963,18 +35191,18 @@ select a variant for each invocation.") (define-public texlive-pynotebook (package (name "texlive-pynotebook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pynotebook/" "tex/latex/pynotebook/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0vq65v8hbrv7z3axznpxsrzz6dfshk7ral3hcg2j3mdh9100jxkr")))) + (base32 "1nacgjcvz2n8f0b08g7b7fr8zlv5ffaxdgjfnv0w0gdl1ci4v85l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pynotebook") @@ -34989,12 +35217,12 @@ blocks (Python) with execution thanks to @code{piton} and PyLuaTeX.") (define-public texlive-pythonhighlight (package (name "texlive-pythonhighlight") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pythonhighlight/" "tex/latex/pythonhighlight/")))) (file-name (git-file-name name version)) @@ -35014,13 +35242,13 @@ blocks (Python) with execution thanks to @code{piton} and PyLuaTeX.") (define-public texlive-q-and-a (package (name "texlive-q-and-a") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/q-and-a/" "tex/latex/q-and-a/")))) (file-name (git-file-name name version)) @@ -35042,12 +35270,12 @@ closely resembles the interface of ChatGPT.") (define-public texlive-qobitree (package (name "texlive-qobitree") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/qobitree/" "tex/latex/qobitree/")))) (file-name (git-file-name name version)) (sha256 @@ -35066,12 +35294,12 @@ commands, and then issue the @code{\\tree} command to typeset the whole.") (define-public texlive-qrbill (package (name "texlive-qrbill") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/qrbill/" "scripts/qrbill/" "source/latex/qrbill/" "tex/latex/qrbill/")))) (file-name (git-file-name name version)) @@ -35091,12 +35319,12 @@ to support these regulations and can be adapted for international use.") (define-public texlive-qsharp (package (name "texlive-qsharp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/qsharp/" "source/latex/qsharp/" "tex/latex/qsharp/")))) (file-name (git-file-name name version)) @@ -35115,12 +35343,12 @@ a domain-specific language for quantum programming.") (define-public texlive-qtree (package (name "texlive-qtree") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/qtree/" "tex/latex/qtree/")))) (file-name (git-file-name name version)) (sha256 @@ -35142,12 +35370,12 @@ end.") (define-public texlive-qualitype (package (name "texlive-qualitype") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/qualitype/" "fonts/opentype/public/qualitype/")))) (file-name (git-file-name name version)) @@ -35165,12 +35393,12 @@ end.") (define-public texlive-quantumarticle (package (name "texlive-quantumarticle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/quantumarticle/" "doc/latex/quantumarticle/" "tex/latex/quantumarticle/")))) @@ -35201,12 +35429,12 @@ notes as well.") (define-public texlive-quattrocento (package (name "texlive-quattrocento") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/quattrocento/" "fonts/enc/dvips/quattrocento/" "fonts/map/dvips/quattrocento/" @@ -35237,12 +35465,12 @@ Quattrocento.") (define-public texlive-raleway (package (name "texlive-raleway") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/raleway/" "fonts/enc/dvips/raleway/" "fonts/map/dvips/raleway/" @@ -35254,7 +35482,7 @@ Quattrocento.") (file-name (git-file-name name version)) (sha256 (base32 - "1pp5m31rr4lww0z92q3vsaz1l01nb78ll5mn2l9w469hpghf2gd3")))) + "1fyk76yhp5653x3ilm7qlsfrwjcxkpksmgn8a7m5765r5864rkcy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/raleway") @@ -35268,12 +35496,12 @@ font family is included.") (define-public texlive-rank-2-roots (package (name "texlive-rank-2-roots") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rank-2-roots/" "tex/latex/rank-2-roots/")))) (file-name (git-file-name name version)) @@ -35293,12 +35521,12 @@ systems, with Weyl chambers, weight lattices, and parabolic subgroups.") (define-public texlive-rbt-mathnotes (package (name "texlive-rbt-mathnotes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rbt-mathnotes/" "tex/latex/rbt-mathnotes/")))) (file-name (git-file-name name version)) @@ -35318,12 +35546,12 @@ for typesetting homework assignments, and formula cheat sheets for exams.") (define-public texlive-realtranspose (package (name "texlive-realtranspose") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/realtranspose/" "source/latex/realtranspose/" "tex/latex/realtranspose/")))) @@ -35343,13 +35571,13 @@ by rotating the symbols 90 degrees.") (define-public texlive-rebuttal (package (name "texlive-rebuttal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rebuttal/" "source/latex/rebuttal/" "tex/latex/rebuttal/")))) @@ -35368,17 +35596,17 @@ conference paper rebuttals.") (define-public texlive-rec-thy (package (name "texlive-rec-thy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rec-thy/" "tex/latex/rec-thy/")))) (file-name (git-file-name name version)) (sha256 (base32 - "157xa3679cglk521jdwg24z7gbfc4zqv59phsn99p06153y3ball")))) + "0czprg4a6mk76pjzyriq3x4rz9zp5jsdhff13agp8wbdwddi2d1k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rec-thy") @@ -35394,18 +35622,18 @@ classes.") (define-public texlive-recorder-fingering (package (name "texlive-recorder-fingering") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/recorder-fingering/" "tex/latex/recorder-fingering/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0z1ajxiigdwd8z15iykw9w34ji684gimidapsqb42p8fjdf1r056")))) + "0wmn7qpy6infj9hfwvkv5jr3jy9d01yjqzaqa8swnchrdcy9wjs8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/recorder-fingering") @@ -35420,12 +35648,12 @@ alternate fingerings for trills, etc.") (define-public texlive-recycle (package (name "texlive-recycle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/recycle/" "fonts/map/dvips/recycle/" "fonts/source/public/recycle/" @@ -35456,19 +35684,19 @@ at various sizes.") (define-public texlive-reledmac (package (name "texlive-reledmac") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/reledmac/" "source/latex/reledmac/" "tex/latex/reledmac/")))) (file-name (git-file-name name version)) (sha256 (base32 - "14daz7vzpnnfjjj9gnrifj24hl2daxn7hp08vi3smql2isldyhfm")))) + "1i4riykybbkwmkpl0ba0rh79fv73ff2dn446lc482pk9g1mvprcs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/reledmac") @@ -35484,12 +35712,12 @@ related @code{reledpar} package.") (define-public texlive-resolsysteme (package (name "texlive-resolsysteme") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/resolsysteme/" "tex/latex/resolsysteme/")))) (file-name (git-file-name name version)) @@ -35519,12 +35747,12 @@ solution of a linear system; (define-public texlive-resphilosophica (package (name "texlive-resphilosophica") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/resphilosophica/" "doc/latex/resphilosophica/" "source/latex/resphilosophica/" @@ -35532,7 +35760,7 @@ solution of a linear system; (file-name (git-file-name name version)) (sha256 (base32 - "12a0pnksxh3b0w9iwhly9sb8j6jhhmk9r1957mb7m01h435n9yb4")))) + "1x4mnpcvaffj49vawgazv85gmjaajx5yhibvsrlbd6l7m6izz89r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/resphilosophica") @@ -35545,13 +35773,13 @@ solution of a linear system; (define-public texlive-responsive (package (name "texlive-responsive") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/responsive/" "tex/latex/responsive/")))) (file-name (git-file-name name version)) @@ -35573,12 +35801,12 @@ e-ink readers to printed A4 pages.") (define-public texlive-rest-api (package (name "texlive-rest-api") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rest-api/" "source/latex/rest-api/" "tex/latex/rest-api/")))) @@ -35600,12 +35828,12 @@ content type and status code.") (define-public texlive-resumecls (package (name "texlive-resumecls") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/resumecls/" "source/xelatex/resumecls/" "tex/xelatex/resumecls/")))) @@ -35625,12 +35853,12 @@ both in English and Chinese with more ease and flexibility.") (define-public texlive-reverxii (package (name "texlive-reverxii") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/reverxii/" "source/generic/reverxii/" "tex/generic/reverxii/")))) @@ -35653,12 +35881,12 @@ Reversi.") (define-public texlive-revquantum (package (name "texlive-revquantum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/revquantum/" "source/latex/revquantum/" "tex/latex/revquantum/")))) @@ -35683,12 +35911,12 @@ known to be incompatible with @code{revtex4-1}.") (define-public texlive-revtex4 (package (name "texlive-revtex4") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/revtex4/" "doc/latex/revtex4/" "source/latex/revtex4/" "tex/latex/revtex4/")))) (file-name (git-file-name name version)) @@ -35707,12 +35935,12 @@ users having difficulty with the incompatibility of that latest version.") (define-public texlive-revtex4-1 (package (name "texlive-revtex4-1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/revtex4-1/" "doc/latex/revtex4-1/" "source/latex/revtex4-1/" @@ -35758,12 +35986,12 @@ users having difficulty with the incompatibility of that latest version.") (define-public texlive-ribbonproofs (package (name "texlive-ribbonproofs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ribbonproofs/" "tex/latex/ribbonproofs/")))) (file-name (git-file-name name version)) @@ -35783,13 +36011,13 @@ implications.") (define-public texlive-rigidnotation (package (name "texlive-rigidnotation") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rigidnotation/" "source/latex/rigidnotation/" "tex/latex/rigidnotation/")))) @@ -35813,20 +36041,20 @@ other fields) for position vectors, rotation matrices, pose matrices, etc.") (define-public texlive-rit-fonts (package (name "texlive-rit-fonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/rit-fonts/" "fonts/opentype/public/rit-fonts/" "fonts/truetype/public/rit-fonts/" "tex/latex/rit-fonts/")))) (file-name (git-file-name name version)) (sha256 - (base32 "00wdcjb98ar8vjcrp77lyj36vvnm8mjdmdfphxxx88skw8ghnxky")))) + (base32 "1k9k2vwavz7ybmplishjs0i735iljq0rs3z4xwmdfw4ksf1j6q9c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rit-fonts") @@ -35845,12 +36073,12 @@ fonts in LaTeX documents with XeTeX or LuaTeX is also provided.") (define-public texlive-rmathbr (package (name "texlive-rmathbr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rmathbr/" "source/latex/rmathbr/" "tex/latex/rmathbr/")))) (file-name (git-file-name name version)) @@ -35874,12 +36102,12 @@ mathematical packages.") (define-public texlive-roboto (package (name "texlive-roboto") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/roboto/" "fonts/enc/dvips/roboto/" "fonts/map/dvips/roboto/" @@ -35905,12 +36133,12 @@ families of fonts, designed by Christian Robertson and Greg Gazdowicz.") (define-public texlive-romandeadf (package (name "texlive-romandeadf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/romandeadf/" "fonts/afm/public/romandeadf/" "fonts/enc/dvips/romandeadf/" @@ -35951,12 +36179,12 @@ these features in LaTeX as explained in the documentation.") (define-public texlive-rosario (package (name "texlive-rosario") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/rosario/" "fonts/enc/dvips/rosario/" "fonts/map/dvips/rosario/" @@ -35982,18 +36210,18 @@ LaTeX. Rosario is a set of four fonts provided by Hector Gatti.") (define-public texlive-rpgicons (package (name "texlive-rpgicons") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rpgicons/" "tex/latex/rpgicons/")))) (file-name (git-file-name name version)) (sha256 - (base32 "04q3wkdgnjwgbbp7gckdpmd7999g4iyxssj5ks8yas5hi7dhmmpl")))) + (base32 "1mc4ifskssv1ld18qqfawhi46rf6sg35fan1z64bc0cyh1dhx1xk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rpgicons") @@ -36009,12 +36237,12 @@ other on PGF/TikZ.") (define-public texlive-rsfso (package (name "texlive-rsfso") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/rsfso/" "fonts/map/dvips/rsfso/" "fonts/tfm/public/rsfso/" "fonts/vf/public/rsfso/" "tex/latex/rsfso/")))) @@ -36036,12 +36264,12 @@ from the Adobe Mathematical Pi script font.") (define-public texlive-rrgtrees (package (name "texlive-rrgtrees") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rrgtrees/" "source/latex/rrgtrees/" "tex/latex/rrgtrees/")))) @@ -36064,12 +36292,12 @@ lines, as is required by this theory for many languages.") (define-public texlive-rsc (package (name "texlive-rsc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/rsc/" "doc/latex/rsc/" "source/latex/rsc/" "tex/latex/rsc/")))) (file-name (git-file-name name version)) @@ -36090,12 +36318,12 @@ the file @file{pccp.bst}, but also implements a number of styles from the (define-public texlive-rtklage (package (name "texlive-rtklage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rtklage/" "tex/latex/rtklage/")))) (file-name (git-file-name name version)) (sha256 @@ -36114,13 +36342,13 @@ a class to make lawsuits.") (define-public texlive-rub-kunstgeschichte (package (name "texlive-rub-kunstgeschichte") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rub-kunstgeschichte/" "source/latex/rub-kunstgeschichte/" @@ -36141,12 +36369,12 @@ Institut) at Ruhr University Bochum.") (define-public texlive-rubik (package (name "texlive-rubik") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rubik/" "doc/man/man1/rubikrotation.1" "doc/man/man1/rubikrotation.man1.pdf" @@ -36186,12 +36414,12 @@ their associated rotation sequences. (define-public texlive-rutitlepage (package (name "texlive-rutitlepage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rutitlepage/" "source/latex/rutitlepage/" "tex/latex/rutitlepage/")))) @@ -36212,12 +36440,12 @@ university.") (define-public texlive-ryersonsgsthesis (package (name "texlive-ryersonsgsthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ryersonsgsthesis/" "tex/latex/ryersonsgsthesis/")))) (file-name (git-file-name name version)) @@ -36236,12 +36464,12 @@ School of Graduate Studies (SGS) theses.") (define-public texlive-ryethesis (package (name "texlive-ryethesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ryethesis/" "source/latex/ryethesis/" "tex/latex/ryethesis/")))) @@ -36262,12 +36490,12 @@ formatting regulations.") (define-public texlive-sageep (package (name "texlive-sageep") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/sageep/" "doc/latex/sageep/" "source/latex/sageep/" "tex/latex/sageep/")))) (file-name (git-file-name name version)) @@ -36287,12 +36515,12 @@ of Geophysics to Engineering and Environmental Problems, known as SAGEEP.") (define-public texlive-sankey (package (name "texlive-sankey") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sankey/" "source/latex/sankey/" "tex/latex/sankey/")))) (file-name (git-file-name name version)) @@ -36312,12 +36540,12 @@ to the flow rate.") (define-public texlive-sansmathaccent (package (name "texlive-sansmathaccent") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/sansmathaccent/" "fonts/map/dvips/sansmathaccent/" "fonts/tfm/public/sansmathaccent/" @@ -36341,12 +36569,12 @@ used for sans serif maths.") (define-public texlive-sapthesis (package (name "texlive-sapthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/sapthesis/" "doc/latex/sapthesis/" "tex/latex/sapthesis/")))) @@ -36366,12 +36594,12 @@ the publishing guidelines of the Sapienza University of Rome.") (define-public texlive-sasnrdisplay (package (name "texlive-sasnrdisplay") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sasnrdisplay/" "tex/latex/sasnrdisplay/")))) (file-name (git-file-name name version)) @@ -36392,12 +36620,12 @@ capable of overloading the Sweave User Manual and SASweave packages.") (define-public texlive-sauterfonts (package (name "texlive-sauterfonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sauterfonts/" "source/latex/sauterfonts/" "tex/latex/sauterfonts/")))) @@ -36420,12 +36648,12 @@ intermediate document sizes as 11pt. Also included is the package (define-public texlive-schola-otf (package (name "texlive-schola-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/schola-otf/" "tex/latex/schola-otf/")))) (file-name (git-file-name name version)) @@ -36445,12 +36673,12 @@ missing typefaces like bold math and slanted text are also defined.") (define-public texlive-scholax (package (name "texlive-scholax") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/scholax/" "fonts/afm/public/scholax/" "fonts/enc/dvips/scholax/" @@ -36480,17 +36708,17 @@ adaptation of the Fourier math Greek letters.") (define-public texlive-schule (package (name "texlive-schule") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/schule/" "tex/latex/schule/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0i26lfkgjflj2fdnqclz7k4glsja1lk9zmgaq69g7q3scd6q1fjh")))) + "1p6jfsdpm0yzq2mpx8pah2w1ry68xkkcsvblh1lrz5csqybvi7ws")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/schule") @@ -36511,12 +36739,12 @@ and answer keys).") (define-public texlive-schulschriften (package (name "texlive-schulschriften") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/schulschriften/" "fonts/source/public/schulschriften/" "fonts/tfm/public/schulschriften/" @@ -36541,12 +36769,12 @@ Ausgangsschrift.") (define-public texlive-scientific-thesis-cover (package (name "texlive-scientific-thesis-cover") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scientific-thesis-cover/" "source/latex/scientific-thesis-cover/" "tex/latex/scientific-thesis-cover/")))) @@ -36566,12 +36794,12 @@ a thesis. This package provides both.") (define-public texlive-shobhika (package (name "texlive-shobhika") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/shobhika/" "fonts/opentype/public/shobhika/")))) (file-name (git-file-name name version)) @@ -36596,12 +36824,12 @@ scientific and technical documents.") (define-public texlive-schwalbe-chess (package (name "texlive-schwalbe-chess") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/schwalbe-chess/" "source/latex/schwalbe-chess/" "tex/latex/schwalbe-chess/")))) @@ -36622,12 +36850,12 @@ has a dependency on the @code{bartel-chess-fonts}.") (define-public texlive-sciposter (package (name "texlive-sciposter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sciposter/" "tex/latex/sciposter/")))) (file-name (git-file-name name version)) @@ -36649,12 +36877,12 @@ any editing (save reducing the size).") (define-public texlive-sclang-prettifier (package (name "texlive-sclang-prettifier") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sclang-prettifier/" "source/latex/sclang-prettifier/" "tex/latex/sclang-prettifier/")))) @@ -36675,17 +36903,17 @@ with LaTeX and friends.") (define-public texlive-scrabble (package (name "texlive-scrabble") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scrabble/" "tex/latex/scrabble/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0zqqwxh4v7jmx7hamrhkix98b2my3j4kqfz5s1p5c5vq40dvfha3")))) + "14p60cpm8l41k8ndkcqpdvqlyaw36714g2k12y1wfj07g0jzj7aj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scrabble") @@ -36698,12 +36926,12 @@ with a Scrabble board.") (define-public texlive-scratchx (package (name "texlive-scratchx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scratchx/" "tex/latex/scratchx/")))) (file-name (git-file-name name version)) (sha256 @@ -36722,12 +36950,12 @@ specialists.") (define-public texlive-screenplay (package (name "texlive-screenplay") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/screenplay/" "source/latex/screenplay/" "tex/latex/screenplay/")))) @@ -36747,12 +36975,12 @@ Picture Arts and Sciences.") (define-public texlive-screenplay-pkg (package (name "texlive-screenplay-pkg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/screenplay-pkg/" "tex/latex/screenplay-pkg/")))) (file-name (git-file-name name version)) @@ -36772,13 +37000,13 @@ within another document class.") (define-public texlive-scrhack (package (name "texlive-scrhack") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scrhack/" "source/latex/scrhack/" "tex/latex/scrhack/")))) @@ -36804,19 +37032,19 @@ former KOMA-Script package of the same name.") (define-public texlive-scripture (package (name "texlive-scripture") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scripture/" "source/latex/scripture/" "tex/latex/scripture/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1yb4ys38b0gfdnz733vr2nln8858j0j1qasqzf0sx7fls9rz0xnv")))) + "0frx4x7x18fbf95gsg3j2h0sgv8gifs54ak2n3pd2snxn7vg3dsk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scripture") @@ -36832,18 +37060,18 @@ paragraphs. A reference for the quotation can optionally be added.") (define-public texlive-scrjrnl (package (name "texlive-scrjrnl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scrjrnl/" "source/latex/scrjrnl/" "tex/latex/scrjrnl/")))) (file-name (git-file-name name version)) (sha256 (base32 - "10smy8cq2papzv63q5lsharxcn1l1ln97fhrd39wm2jf48967lbn")))) + "0hqrk2cqah79ihav767spsnkbavzsqixqxj3ydv2jbvdrxqa638j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scrjrnl") @@ -36856,12 +37084,12 @@ typesetting diaries, journals or devotionals.") (define-public texlive-sduthesis (package (name "texlive-sduthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sduthesis/" "source/latex/sduthesis/" "tex/latex/sduthesis/")))) @@ -36880,12 +37108,12 @@ typesetting diaries, journals or devotionals.") (define-public texlive-se2thesis (package (name "texlive-se2thesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/se2thesis/" "source/latex/se2thesis/" "tex/latex/se2thesis/")))) @@ -36910,12 +37138,12 @@ title page, it still provides large degrees of freedom to its users.") (define-public texlive-serbian-apostrophe (package (name "texlive-serbian-apostrophe") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/serbian-apostrophe/" "tex/latex/serbian-apostrophe/")))) (file-name (git-file-name name version)) @@ -36934,12 +37162,12 @@ words) whose expansion is the Serbian word with appropriate apostrophes.") (define-public texlive-serbian-date-lat (package (name "texlive-serbian-date-lat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/serbian-date-lat/" "tex/latex/serbian-date-lat/")))) (file-name (git-file-name name version)) @@ -36959,12 +37187,12 @@ a @code{\\date} command that solves the problem.") (define-public texlive-serbian-def-cyr (package (name "texlive-serbian-def-cyr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/serbian-def-cyr/" "tex/latex/serbian-def-cyr/")))) (file-name (git-file-name name version)) @@ -36983,12 +37211,12 @@ language in Cyrillic scripts in T2A encoding and CP1251 code pages.") (define-public texlive-serbian-lig (package (name "texlive-serbian-lig") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/serbian-lig/" "tex/latex/serbian-lig/")))) (file-name (git-file-name name version)) @@ -37007,12 +37235,12 @@ Serbian text written using Roman script.") (define-public texlive-sesamanuel (package (name "texlive-sesamanuel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sesamanuel/" "source/latex/sesamanuel/" "tex/latex/sesamanuel/")))) @@ -37034,12 +37262,12 @@ book.") (define-public texlive-seu-ml-assign (package (name "texlive-seu-ml-assign") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/seu-ml-assign/" "tex/latex/seu-ml-assign/")))) (file-name (git-file-name name version)) @@ -37059,12 +37287,12 @@ a colorful theme that makes it look elegant and attractive.") (define-public texlive-seuthesis (package (name "texlive-seuthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/seuthesis/" "doc/latex/seuthesis/" "source/latex/seuthesis/")))) @@ -37084,12 +37312,12 @@ China.") (define-public texlive-seuthesix (package (name "texlive-seuthesix") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/seuthesix/" "doc/latex/seuthesix/" "source/latex/seuthesix/" @@ -37111,13 +37339,13 @@ It is based on the @code{seuthesis}.") (define-public texlive-sfee (package (name "texlive-sfee") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/sfee/" "doc/latex/sfee/" "source/latex/sfee/" @@ -37144,12 +37372,12 @@ generate the article citations.") (define-public texlive-sfg (package (name "texlive-sfg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sfg/" "tex/latex/sfg/")))) (file-name (git-file-name name version)) (sha256 @@ -37167,12 +37395,12 @@ electrical and electronics engineers and graph theorists.") (define-public texlive-sgame (package (name "texlive-sgame") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sgame/" "tex/latex/sgame/")))) (file-name (git-file-name name version)) (sha256 @@ -37193,12 +37421,12 @@ vertically centered within the boxes.") (define-public texlive-shortmathj (package (name "texlive-shortmathj") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/shortmathj/" "tex/latex/shortmathj/")))) (file-name (git-file-name name version)) @@ -37215,16 +37443,50 @@ journal names as written in AMS standard: @url{https://mathscinet.ams.org/msnhtml/serials.pdf}.") (license license:lppl1.3c))) +(define-public texlive-show-pdf-tags + (package + (name "texlive-show-pdf-tags") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list + "doc/man/man1/show-pdf-tags.1" + "doc/man/man1/show-pdf-tags.man1.pdf" + "doc/support/show-pdf-tags/" + "scripts/show-pdf-tags/" + "tex/latex/show-pdf-tags/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "07yz05cnbilc8l9h6vv64ny0a9gyvlwgfqm74pcc1x2hi03xlymf")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (arguments + (list #:link-scripts #~(list "show-pdf-tags.lua"))) + (home-page "https://ctan.org/pkg/show-pdf-tags") + (synopsis "Extract PDF tags from tagged PDF files") + (description + "This package provides a tool to make the structure of tagged PDF files +visible. It parses a PDF file and extracts most tagging related information to +turn it into either a visual tree structure or an XML document representing +the tags. The package is released together with a collection of schema which +can be used to check that the resulting XML structure follows specified +rules.") + (license license:expat))) + (define-public texlive-showtags (package (name "texlive-showtags") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/latex/showtags/" "tex/latex/showtags/")))) + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/showtags/" "tex/latex/showtags/")))) (file-name (git-file-name name version)) (sha256 (base32 @@ -37241,12 +37503,12 @@ bibliography.") (define-public texlive-shtthesis (package (name "texlive-shtthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/shtthesis/" "tex/latex/shtthesis/")))) (file-name (git-file-name name version)) @@ -37293,12 +37555,12 @@ requirements of the school.") (define-public texlive-shuffle (package (name "texlive-shuffle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/shuffle/" "fonts/source/public/shuffle/" "fonts/tfm/public/shuffle/" @@ -37320,12 +37582,12 @@ the shuffle product which is used in some part of mathematics and physics.") (define-public texlive-sides (package (name "texlive-sides") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sides/" "tex/latex/sides/")))) (file-name (git-file-name name version)) (sha256 @@ -37344,18 +37606,18 @@ been made to it.") (define-public texlive-sim-os-menus (package (name "texlive-sim-os-menus") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sim-os-menus/" "tex/latex/sim-os-menus/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1q4lw8b8d249lnj9zm2c3y56k9vshy386xvkyhsb6pkzkf83v3p3")))) + (base32 "0ma7wic1f8igsbwn3n6wznsgmxhfwf9xshma0r4j91pi1jcwnyms")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sim-os-menus") @@ -37368,18 +37630,18 @@ terminal, a fake context menu with sub-menus, and a fake viewer.") (define-public texlive-simplebnf (package (name "texlive-simplebnf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/simplebnf/" "tex/latex/simplebnf/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0iwqhk0nk1bbc6sxx8ylywv8ag1g32ncck44cf7gan22nm1y3xb2")))) + "19xcv236gp1r4xj8mzxjxp58vhk66v9jb7x1zbap71s3ai7mby1r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simplebnf") @@ -37393,12 +37655,12 @@ annotated), so users can write readable BNF expressions in their documents.") (define-public texlive-simpleicons (package (name "texlive-simpleicons") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/simpleicons/" "fonts/enc/dvips/simpleicons/" "fonts/map/dvips/simpleicons/" @@ -37409,7 +37671,7 @@ annotated), so users can write readable BNF expressions in their documents.") (file-name (git-file-name name version)) (sha256 (base32 - "07pnpnimw34vvkqvdljdjgdiskpc88a3ns2kykqj4cy3ypsk66g0")))) + "0ibdm3h1lllg647xzzc5zmv729kv25x9mc0sc21hdzn5q5qcvm47")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simpleicons") @@ -37423,12 +37685,12 @@ annotated), so users can write readable BNF expressions in their documents.") (define-public texlive-simpler-wick (package (name "texlive-simpler-wick") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/simpler-wick/" "tex/latex/simpler-wick/")))) (file-name (git-file-name name version)) @@ -37453,12 +37715,12 @@ contractions.") (define-public texlive-simples-matrices (package (name "texlive-simples-matrices") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/simples-matrices/" "source/latex/simples-matrices/" "tex/latex/simples-matrices/")))) @@ -37478,12 +37740,12 @@ coefficients are given row by row in a list of values separated by commas.") (define-public texlive-simplewick (package (name "texlive-simplewick") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/simplewick/" "source/latex/simplewick/" "tex/latex/simplewick/")))) @@ -37503,12 +37765,12 @@ and below expressions.") (define-public texlive-sistyle (package (name "texlive-sistyle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sistyle/" "source/latex/sistyle/" "tex/latex/sistyle/")))) (file-name (git-file-name name version)) @@ -37530,12 +37792,12 @@ now.") (define-public texlive-siunits (package (name "texlive-siunits") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/siunits/" "source/latex/siunits/" "tex/latex/siunits/")))) (file-name (git-file-name name version)) @@ -37555,19 +37817,19 @@ by @code{siunitx}; @code{siunits} has maintenance-only support, now.") (define-public texlive-sjtutex (package (name "texlive-sjtutex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sjtutex/" "source/latex/sjtutex/" "tex/latex/sjtutex/")))) (file-name (git-file-name name version)) (sha256 - (base32 "01j55ckmgi8q06p7n64azmpwfj0zp9a6x8300236vfw6gx4fqidw")))) + (base32 "0nv31m2bb92hdd3n08h24ssw8lkdxj9lbggpissjxgk8bnx8mmj4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -37600,12 +37862,12 @@ document class @code{sjtuthesis}, as well as the regular document classes (define-public texlive-skak (package (name "texlive-skak") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/skak/" "fonts/source/public/skak/" "fonts/tfm/public/skak/" "tex/latex/skak/")))) @@ -37630,12 +37892,12 @@ chess fonts is provided in @code{chessfss}.") (define-public texlive-skaknew (package (name "texlive-skaknew") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/skaknew/" "fonts/afm/public/skaknew/" "fonts/map/dvips/skaknew/" @@ -37658,12 +37920,12 @@ Metafont source by the @code{skak} bundle.") (define-public texlive-skmath (package (name "texlive-skmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/skmath/" "source/latex/skmath/" "tex/latex/skmath/")))) (file-name (git-file-name name version)) @@ -37682,12 +37944,12 @@ re-definitions of existing commands.") (define-public texlive-skull (package (name "texlive-skull") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "fonts/source/public/skull/" "fonts/tfm/public/skull/" "source/fonts/skull/" "tex/latex/skull/")))) @@ -37708,12 +37970,12 @@ maths mode.") (define-public texlive-smflatex (package (name "texlive-smflatex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/smflatex/" "doc/latex/smflatex/" "source/latex/smflatex/" "tex/latex/smflatex/")))) @@ -37746,12 +38008,12 @@ on AMS classes. Besides a quite different design, their main features are: (define-public texlive-songbook (package (name "texlive-songbook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/songbook/" "makeindex/songbook/" "source/latex/songbook/" "tex/latex/songbook/")))) @@ -37778,12 +38040,12 @@ languages.") (define-public texlive-songproj (package (name "texlive-songproj") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/songproj/" "source/latex/songproj/" "tex/latex/songproj/")))) @@ -37808,12 +38070,12 @@ can be used to convert plain-text song lyrics to the expected LaTeX markup.") (define-public texlive-songs (package (name "texlive-songs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/songs/" "source/latex/songs/" "tex/latex/songs/")))) (file-name (git-file-name name version)) @@ -37843,12 +38105,12 @@ scripture references); (define-public texlive-sort-by-letters (package (name "texlive-sort-by-letters") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/sort-by-letters/" "doc/bibtex/sort-by-letters/")))) (file-name (git-file-name name version)) @@ -37869,12 +38131,12 @@ bibliography entry. The styles are adapted from standard ones or from (define-public texlive-soton (package (name "texlive-soton") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/soton/" "tex/latex/soton/")))) (file-name (git-file-name name version)) (sha256 @@ -37893,12 +38155,12 @@ compliant presentations.") (define-public texlive-soup (package (name "texlive-soup") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/soup/" "source/latex/soup/" "tex/latex/soup/")))) (file-name (git-file-name name version)) @@ -37920,12 +38182,12 @@ custom symbol sets.") (define-public texlive-spalign (package (name "texlive-spalign") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/spalign/" "source/latex/spalign/" "tex/latex/spalign/")))) (file-name (git-file-name name version)) @@ -37952,17 +38214,17 @@ teachers) should find this package to be a real time saver.") (define-public texlive-spbmark (package (name "texlive-spbmark") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/spbmark/" "tex/latex/spbmark/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1nan1ag5v8w0nydfvjj5s5vmibh8id6si8l8g18jd4mjl7wy4zsd")))) + "0bvirqvfspy0a08d0xhb8axs4h7ydv5cpqqii6hlip1d7dy3n3lg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/spbmark") @@ -37977,12 +38239,12 @@ in text and math mode.") (define-public texlive-spectral (package (name "texlive-spectral") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/spectral/" "fonts/enc/dvips/spectral/" "fonts/map/dvips/spectral/" @@ -38009,12 +38271,12 @@ with small caps.") (define-public texlive-sphdthesis (package (name "texlive-sphdthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sphdthesis/" "tex/latex/sphdthesis/")))) (file-name (git-file-name name version)) @@ -38036,12 +38298,12 @@ not be difficult.") (define-public texlive-spie (package (name "texlive-spie") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/spie/" "bibtex/bst/spie/" "doc/latex/spie/" "tex/latex/spie/")))) (file-name (git-file-name name version)) @@ -38060,12 +38322,12 @@ manuscripts. A class and a BibTeX style are provided.") (define-public texlive-splitbib (package (name "texlive-splitbib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/splitbib/" "source/latex/splitbib/" "tex/latex/splitbib/")))) @@ -38086,13 +38348,13 @@ split and reordered.") (define-public texlive-sqltex (package (name "texlive-sqltex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/sqltex/" "scripts/sqltex/" "source/support/sqltex/")))) @@ -38120,12 +38382,12 @@ Ingres, mSQL and PostgreSQL are also supported.") (define-public texlive-sr-vorl (package (name "texlive-sr-vorl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sr-vorl/" "source/latex/sr-vorl/" "tex/latex/sr-vorl/")))) (file-name (git-file-name name version)) @@ -38147,12 +38409,12 @@ fitting the conditions of the aforementioned publishers.") (define-public texlive-srbtiks (package (name "texlive-srbtiks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/srbtiks/" "fonts/enc/dvips/srbtiks/" "fonts/map/dvips/srbtiks/" @@ -38176,18 +38438,18 @@ Macedonian languages.") (define-public texlive-srdp-mathematik (package (name "texlive-srdp-mathematik") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/srdp-mathematik/" "tex/latex/srdp-mathematik/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0dmi37jl292v5wia88wmkhvhd5hj17rvdglqzq5j26m14kay5pja")))) + "1hf69lpr99033ph10id265n16bxxh12c4skkzjblxk3h16vg2sgl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/srdp-mathematik") @@ -38204,12 +38466,12 @@ for tests) easily.") (define-public texlive-stage (package (name "texlive-stage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/stage/" "source/latex/stage/" "tex/latex/stage/")))) (file-name (git-file-name name version)) @@ -38228,12 +38490,12 @@ a standard manuscript format for production and submission.") (define-public texlive-stanli (package (name "texlive-stanli") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/stanli/" "tex/latex/stanli/")))) (file-name (git-file-name name version)) (sha256 @@ -38254,12 +38516,12 @@ permits creating such 2D and 3D structures in a very fast and simple way.") (define-public texlive-starfont (package (name "texlive-starfont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/starfont/" "fonts/afm/public/starfont/" "fonts/map/dvips/starfont/" @@ -38284,18 +38546,18 @@ Format and in Adobe Type 1 format.") (define-public texlive-starray (package (name "texlive-starray") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/starray/" "tex/latex/starray/")))) (file-name (git-file-name name version)) (sha256 - (base32 "17wshr3s7di32kjp6qfx32v1pig85y60v4nzqvzy4gwajpflvhb4")))) + (base32 "11y13685gixb0hjb2ghyl3zv9aj2h7qn40q5ra9lkkq5144qasbp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/starray") @@ -38310,12 +38572,12 @@ property (or sequence, or token) lists.") (define-public texlive-startex (package (name "texlive-startex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/otherformats/startex/" "makeindex/startex/" "source/startex/startex/" "tex/startex/")))) @@ -38336,12 +38598,12 @@ such a task. It is also more robust than plain TeX and LaTeX.") (define-public texlive-statex (package (name "texlive-statex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/statex/" "tex/latex/statex/")))) (file-name (git-file-name name version)) (sha256 @@ -38360,12 +38622,12 @@ version of the package is available: @code{statex2}.") (define-public texlive-statex2 (package (name "texlive-statex2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/statex2/" "tex/latex/statex2/")))) (file-name (git-file-name name version)) (sha256 @@ -38384,12 +38646,12 @@ presentations. It represents a syntax-incompatible upgrade of (define-public texlive-statistics (package (name "texlive-statistics") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/statistics/" "source/latex/statistics/" "tex/latex/statistics/")))) @@ -38416,12 +38678,12 @@ graphs.") (define-public texlive-statistik (package (name "texlive-statistik") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/statistik/" "source/latex/statistik/" "tex/latex/statistik/")))) @@ -38441,12 +38703,12 @@ results in a separate file; the format of the file is selectable.") (define-public texlive-statmath (package (name "texlive-statmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/statmath/" "source/latex/statmath/" "tex/latex/statmath/")))) @@ -38467,12 +38729,12 @@ the popular @code{amsmath} package.") (define-public texlive-staves (package (name "texlive-staves") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/staves/" "fonts/map/dvips/staves/" "fonts/tfm/public/staves/" @@ -38496,12 +38758,12 @@ in Adobe Type 1 format and LaTeX support.") (define-public texlive-steinmetz (package (name "texlive-steinmetz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/steinmetz/" "source/latex/steinmetz/" "tex/latex/steinmetz/")))) @@ -38521,12 +38783,12 @@ numbers in the Steinmetz notation used in electrotechnics.") (define-public texlive-stellenbosch (package (name "texlive-stellenbosch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/stellenbosch/" "doc/latex/stellenbosch/" "source/latex/stellenbosch/" @@ -38558,13 +38820,13 @@ as various graphic files for logos.") (define-public texlive-stellenbosch-2 (package (name "texlive-stellenbosch-2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/stellenbosch-2/" "doc/latex/stellenbosch-2/" "source/latex/stellenbosch-2/" @@ -38585,12 +38847,12 @@ of Stellenbosch University, South Africa. Note: The previous version, (define-public texlive-step (package (name "texlive-step") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/step/" "fonts/enc/dvips/step/" "fonts/map/dvips/step/" @@ -38618,12 +38880,12 @@ legacy TeX engines.") (define-public texlive-stepgreek (package (name "texlive-stepgreek") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/stepgreek/" "fonts/enc/dvips/stepgreek/" "fonts/map/dvips/stepgreek/" @@ -38650,12 +38912,12 @@ polytonic Greek.") (define-public texlive-stickstoo (package (name "texlive-stickstoo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/stickstoo/" "fonts/afm/public/stickstoo/" "fonts/enc/dvips/stickstoo/" @@ -38683,12 +38945,12 @@ provides a matching math package using STIX2 letters (Roman and Greek) with (define-public texlive-stix (package (name "texlive-stix") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/stix/" "fonts/enc/dvips/stix/" "fonts/map/dvips/stix/" @@ -38727,12 +38989,12 @@ See @code{stix2-otf} and @code{stix2-type1} instead.") (define-public texlive-stix2-type1 (package (name "texlive-stix2-type1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/stix2-type1/" "fonts/enc/dvips/stix2-type1/" "fonts/map/dvips/stix2-type1/" @@ -38762,12 +39024,12 @@ between the OpenType and Type 1 versions.") (define-public texlive-structmech (package (name "texlive-structmech") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/structmech/" "tex/latex/structmech/")))) (file-name (git-file-name name version)) @@ -38788,19 +39050,19 @@ internal force distributions, etc.") (define-public texlive-struktex (package (name "texlive-struktex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/struktex/" "source/latex/struktex/" "tex/latex/struktex/")))) (file-name (git-file-name name version)) (sha256 (base32 - "05bvzxrqwiw9jcq1dvvwf6ss1207qygg3iqdlfd0yjv0y7rdjvvf")))) + "1kw40ynxplyfawqnvw2ym535lrvwbxpasncvjyrc7zzh86nz59f0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/struktex") @@ -38817,12 +39079,12 @@ conventions for alternatives, etc. The charts are drawn using the (define-public texlive-subfiles (package (name "texlive-subfiles") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/subfiles/" "source/latex/subfiles/" "tex/latex/subfiles/")))) @@ -38845,12 +39107,12 @@ either.") (define-public texlive-substances (package (name "texlive-substances") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/substances/" "tex/latex/substances/")))) (file-name (git-file-name name version)) @@ -38871,12 +39133,12 @@ created.") (define-public texlive-subsupscripts (package (name "texlive-subsupscripts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/subsupscripts/" "tex/latex/subsupscripts/")))) (file-name (git-file-name name version)) @@ -38895,12 +39157,12 @@ combinations of left and right sub- and superscripts.") (define-public texlive-subtext (package (name "texlive-subtext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/subtext/" "tex/latex/subtext/")))) (file-name (git-file-name name version)) (sha256 @@ -38919,12 +39181,12 @@ using the @code{\\text@{@}} command from the @code{amstext} package.") (define-public texlive-sudoku (package (name "texlive-sudoku") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sudoku/" "source/latex/sudoku/" "tex/latex/sudoku/")))) (file-name (git-file-name name version)) @@ -38943,12 +39205,12 @@ grids.") (define-public texlive-sudokubundle (package (name "texlive-sudokubundle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sudokubundle/" "source/latex/sudokubundle/" "tex/latex/sudokubundle/")))) @@ -38974,12 +39236,12 @@ The bundle comes with a set of ready-prepared puzzle files.") (define-public texlive-suftesi (package (name "texlive-suftesi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/suftesi/" "source/latex/suftesi/" "tex/latex/suftesi/")))) (file-name (git-file-name name version)) @@ -39048,12 +39310,12 @@ for use in the humanities).") (define-public texlive-sugconf (package (name "texlive-sugconf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sugconf/" "tex/latex/sugconf/")))) (file-name (git-file-name name version)) (sha256 @@ -39072,12 +39334,12 @@ produced by the class is based on that published by SAS Institute (2021).") (define-public texlive-superiors (package (name "texlive-superiors") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/superiors/" "tex/latex/superiors/")))) (file-name (git-file-name name version)) @@ -39098,12 +39360,12 @@ Times, the other matching Libertine.") (define-public texlive-susy (package (name "texlive-susy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/susy/" "tex/latex/susy/")))) (file-name (git-file-name name version)) (sha256 @@ -39120,12 +39382,12 @@ abbreviations of longer expressions.") (define-public texlive-svg (package (name "texlive-svg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/svg/" "source/latex/svg/" "tex/latex/svg/")))) (file-name (git-file-name name version)) @@ -39162,12 +39424,12 @@ rendered within the LaTeX document, using either ImageMagick or Ghostscript.") (define-public texlive-svrsymbols (package (name "texlive-svrsymbols") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/svrsymbols/" "fonts/afm/public/svrsymbols/" "fonts/map/dvips/svrsymbols/" @@ -39193,12 +39455,12 @@ in physics texts.") (define-public texlive-syllogism (package (name "texlive-syllogism") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/syllogism/" "tex/latex/syllogism/")))) (file-name (git-file-name name version)) @@ -39218,12 +39480,12 @@ a conclusion.") (define-public texlive-symbats3 (package (name "texlive-symbats3") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/symbats3/" "tex/latex/symbats3/")))) (file-name (git-file-name name version)) (sha256 @@ -39241,13 +39503,13 @@ Symbats3 neopagan dingbats fonts.") (define-public texlive-sympycalc (package (name "texlive-sympycalc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/sympycalc/" "tex/lualatex/sympycalc/")))) (file-name (git-file-name name version)) @@ -39273,12 +39535,12 @@ SymPy commands and format the result with some adjustments in formatting.") (define-public texlive-sympytexpackage (package (name "texlive-sympytexpackage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sympytexpackage/" "scripts/sympytexpackage/" "source/latex/sympytexpackage/" @@ -39300,12 +39562,12 @@ module (or from Matplotlib).") (define-public texlive-synproof (package (name "texlive-synproof") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/synproof/" "tex/latex/synproof/")))) (file-name (git-file-name name version)) (sha256 @@ -39325,12 +39587,12 @@ parameters (dimensions) can still be achieved through key=value pairs.") (define-public texlive-t-angles (package (name "texlive-t-angles") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/t-angles/" "tex/latex/t-angles/")))) (file-name (git-file-name name version)) (sha256 @@ -39352,12 +39614,12 @@ ConTeXt) it may also be used with pdfLaTeX.") (define-public texlive-t2 (package (name "texlive-t2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/t2/" "fonts/enc/t2/" "tex/generic/t2/cyrfinst/" "tex/latex/t2/")))) (file-name (git-file-name name version)) @@ -39385,12 +39647,12 @@ non-ASCII) characters in citation keys; (define-public texlive-tablor (package (name "texlive-tablor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tablor/" "tex/latex/tablor/")))) (file-name (git-file-name name version)) (sha256 @@ -39412,12 +39674,12 @@ package requires that shell escape be enabled.") (define-public texlive-tabriz-thesis (package (name "texlive-tabriz-thesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tabriz-thesis/" "doc/xelatex/tabriz-thesis/" "tex/latex/tabriz-thesis/" @@ -39439,12 +39701,12 @@ XeLaTeX.") (define-public texlive-tabvar (package (name "texlive-tabvar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tabvar/" "fonts/afm/public/tabvar/" "fonts/map/dvips/tabvar/" @@ -39469,13 +39731,13 @@ variations of functions as they are used in France.") (define-public texlive-tango (package (name "texlive-tango") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/tango/" "tex/lualatex/tango/")))) (file-name (git-file-name name version)) @@ -39492,13 +39754,13 @@ variations of functions as they are used in France.") (define-public texlive-tangocolors (package (name "texlive-tangocolors") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tangocolors/" "source/latex/tangocolors/" "tex/latex/tangocolors/")))) @@ -39518,18 +39780,18 @@ access these colors by their names.") (define-public texlive-tangramtikz (package (name "texlive-tangramtikz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tangramtikz/" "tex/latex/tangramtikz/")))) (file-name (git-file-name name version)) (sha256 (base32 - "13ayvjg3nq6y4iy4l1hfiix7imk9pxqbqjn9ss1lkjl3avsls4h8")))) + "0n1grpkmh54zbiv000d5az0dhsidwqk7i4k3179nswgm0i0h2lb3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tangramtikz") @@ -39544,12 +39806,12 @@ a predefined tangram.") (define-public texlive-tapir (package (name "texlive-tapir") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/tapir/" "fonts/source/public/tapir/" "fonts/type1/public/tapir/")))) @@ -39572,13 +39834,13 @@ Czech, Slovak and Polish languages.") (define-public texlive-tblr-extras (package (name "texlive-tblr-extras") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tblr-extras/" "tex/latex/tblr-extras/")))) (file-name (git-file-name name version)) @@ -39600,12 +39862,12 @@ implements extra libraries to use the @code{caption} package alongside (define-public texlive-tdsfrmath (package (name "texlive-tdsfrmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tdsfrmath/" "source/latex/tdsfrmath/" "tex/latex/tdsfrmath/")))) @@ -39626,12 +39888,12 @@ will facilitate the everyday use of LaTeX by mathematics teachers.") (define-public texlive-technion-thesis-template (package (name "texlive-technion-thesis-template") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/technion-thesis-template/" "tex/xelatex/technion-thesis-template/")))) (file-name (git-file-name name version)) @@ -39650,13 +39912,13 @@ specifications.") (define-public texlive-telprint (package (name "texlive-telprint") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/telprint/" "source/latex/telprint/" "tex/latex/telprint/")))) @@ -39675,12 +39937,12 @@ telephone numbers.") (define-public texlive-tempora (package (name "texlive-tempora") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/tempora/" "fonts/afm/public/tempora/" "fonts/enc/dvips/tempora/" @@ -39709,19 +39971,19 @@ polytonic and ancient Greek, and almost full T2A coverage of Cyrillic.") (define-public texlive-temporal-logic (package (name "texlive-temporal-logic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/temporal-logic/" "source/latex/temporal-logic/" "tex/latex/temporal-logic/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0r4ibsa3dgbj4y6xdjx6477y1lrzkmkfrkqzhgjl8jyn745w997c")))) + (base32 "1ca5xq7hfwm7sv01m871cxipxhz3ikzq5ifpkid58cvf0161hc86")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/temporal-logic") @@ -39738,12 +40000,12 @@ the optional interval.") (define-public texlive-tengwarscript (package (name "texlive-tengwarscript") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tengwarscript/" "fonts/enc/dvips/tengwarscript/" "fonts/map/dvips/tengwarscript/" @@ -39772,12 +40034,12 @@ are provided for all the supported fonts.") (define-public texlive-tensind (package (name "texlive-tensind") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tensind/" "tex/latex/tensind/")))) (file-name (git-file-name name version)) (sha256 @@ -39795,12 +40057,12 @@ index placement.") (define-public texlive-tensor (package (name "texlive-tensor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tensor/" "source/latex/tensor/" "tex/latex/tensor/")))) (file-name (git-file-name name version)) @@ -39821,12 +40083,12 @@ indices.") (define-public texlive-termes-otf (package (name "texlive-termes-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/termes-otf/" "tex/latex/termes-otf/")))) (file-name (git-file-name name version)) @@ -39846,12 +40108,12 @@ missing typefaces like bold math and slanted text are also defined.") (define-public texlive-tex-ewd (package (name "texlive-tex-ewd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/tex-ewd/" "tex/generic/tex-ewd/")))) (file-name (git-file-name name version)) @@ -39872,12 +40134,12 @@ that support calculational proofs and Dijkstra's guarded command language.") (define-public texlive-tex-virtual-academy-pl (package (name "texlive-tex-virtual-academy-pl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/tex-virtual-academy-pl/")))) (file-name (git-file-name name version)) (sha256 @@ -39896,12 +40158,12 @@ descriptions, etc.") (define-public texlive-texilikechaps (package (name "texlive-texilikechaps") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/latex/texilikechaps/")))) (file-name (git-file-name name version)) (sha256 @@ -39918,12 +40180,12 @@ chapter headings in standard classes into a Texi-like smaller format.") (define-public texlive-texilikecover (package (name "texlive-texilikecover") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/latex/texilikecover/")))) (file-name (git-file-name name version)) (sha256 @@ -39940,12 +40202,12 @@ produces.") (define-public texlive-texsis (package (name "texlive-texsis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/texsis/" "doc/man/man1/texsis.1" "doc/man/man1/texsis.man1.pdf" @@ -40005,12 +40267,12 @@ useful. It is completely compatible with Plain TeX.") (define-public texlive-textglos (package (name "texlive-textglos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/textglos/" "source/latex/textglos/" "tex/latex/textglos/")))) @@ -40032,12 +40294,12 @@ phonemic examples, orthographic examples, and more.") (define-public texlive-textgreek (package (name "texlive-textgreek") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/textgreek/" "source/latex/textgreek/" "tex/latex/textgreek/")))) @@ -40058,12 +40320,12 @@ symbols.") (define-public texlive-textopo (package (name "texlive-textopo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/textopo/" "source/latex/textopo/" "tex/latex/textopo/")))) (file-name (git-file-name name version)) @@ -40082,12 +40344,12 @@ membrane protein topology plots and helical wheels.") (define-public texlive-tfrupee (package (name "texlive-tfrupee") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/tfrupee/" "fonts/afm/public/tfrupee/" "fonts/map/dvips/tfrupee/" @@ -40111,12 +40373,12 @@ Simple LaTeX support written for its use.") (define-public texlive-thaienum (package (name "texlive-thaienum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/thaienum/" "tex/latex/thaienum/")))) (file-name (git-file-name name version)) (sha256 @@ -40137,12 +40399,12 @@ Concrete examples are given in the documentation.") (define-public texlive-thaispec (package (name "texlive-thaispec") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/thaispec/" "source/latex/thaispec/" "tex/latex/thaispec/")))) @@ -40164,12 +40426,12 @@ tools.") (define-public texlive-thalie (package (name "texlive-thalie") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/thalie/" "tex/latex/thalie/")))) (file-name (git-file-name name version)) (sha256 @@ -40188,12 +40450,12 @@ into acts and scenes and to build the dramatis personae automatically.") (define-public texlive-theanodidot (package (name "texlive-theanodidot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/theanodidot/" "fonts/enc/dvips/theanodidot/" "fonts/map/dvips/theanodidot/" @@ -40220,12 +40482,12 @@ but there are no italic variants.") (define-public texlive-theanomodern (package (name "texlive-theanomodern") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/theanomodern/" "fonts/enc/dvips/theanomodern/" "fonts/map/dvips/theanomodern/" @@ -40252,12 +40514,12 @@ but there are no italic variants.") (define-public texlive-theanooldstyle (package (name "texlive-theanooldstyle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/theanooldstyle/" "fonts/enc/dvips/theanooldstyle/" "fonts/map/dvips/theanooldstyle/" @@ -40284,12 +40546,12 @@ provided but there are no italic variants.") (define-public texlive-theatre (package (name "texlive-theatre") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/theatre/")))) (file-name (git-file-name name version)) (sha256 @@ -40307,18 +40569,18 @@ permits creating highly customized printouts for each actor.") (define-public texlive-thematicpuzzle (package (name "texlive-thematicpuzzle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/thematicpuzzle/" "tex/latex/thematicpuzzle/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0yvqrrmnkhlxscghh0bk13fbng8hpyza8qnc7iz1ip958620cp90")))) + (base32 "14ylimcdp5n7m0ji9hixr78313lv3nackfv9f47q8ja4q2mjnx98")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thematicpuzzle") @@ -40331,19 +40593,19 @@ form of a puzzle. There are some predefined themes.") (define-public texlive-thermodynamics (package (name "texlive-thermodynamics") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/thermodynamics/" "source/latex/thermodynamics/" "tex/latex/thermodynamics/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0hi7zxdkn46d8f5kqfkyp6yjrr7jcy6xjikmba8p8qqm627zfxmz")))) + "0mwl3a119bh5nynsnlgrxx3dhsl2r8cy035xc5z6m6b0rm0mgnrf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thermodynamics") @@ -40362,19 +40624,19 @@ by changing package options.") (define-public texlive-thesis-ekf (package (name "texlive-thesis-ekf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/thesis-ekf/" "source/latex/thesis-ekf/" "tex/latex/thesis-ekf/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0r5fnzj6gp5p9kq0s2f55c3xr0ha8xb19y1cqkxv88zalayvqyp5")))) + "1y5fxlgjpql1nrvhp80cxa4n9yiwwz7h9b7p82dqr6p276yy2wdp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thesis-ekf") @@ -40388,12 +40650,12 @@ Hungarian.") (define-public texlive-thesis-gwu (package (name "texlive-thesis-gwu") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/thesis-gwu/" "tex/latex/thesis-gwu/")))) (file-name (git-file-name name version)) @@ -40415,12 +40677,12 @@ dissertations and theses.") (define-public texlive-thesis-qom (package (name "texlive-thesis-qom") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/thesis-qom/" "tex/xelatex/thesis-qom/")))) (file-name (git-file-name name version)) @@ -40444,12 +40706,12 @@ Yas.") (define-public texlive-thesis-titlepage-fhac (package (name "texlive-thesis-titlepage-fhac") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/thesis-titlepage-fhac/" "source/latex/thesis-titlepage-fhac/" "tex/latex/thesis-titlepage-fhac/")))) @@ -40467,12 +40729,12 @@ Yas.") (define-public texlive-thmbox (package (name "texlive-thmbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/thmbox/" "source/latex/thmbox/" "tex/latex/thmbox/")))) (file-name (git-file-name name version)) @@ -40493,12 +40755,12 @@ to use the environment.") (define-public texlive-thuaslogos (package (name "texlive-thuaslogos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/thuaslogos/" "tex/latex/thuaslogos/")))) (file-name (git-file-name name version)) @@ -40518,12 +40780,12 @@ of Applied Sciences}. These Logos are available in English and in Dutch.") (define-public texlive-thubeamer (package (name "texlive-thubeamer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/thubeamer/" "doc/latex/thubeamer/" "source/latex/thubeamer/" @@ -40543,12 +40805,12 @@ of Applied Sciences}. These Logos are available in English and in Dutch.") (define-public texlive-thucoursework (package (name "texlive-thucoursework") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/thucoursework/" "source/latex/thucoursework/" "tex/latex/thucoursework/")))) @@ -40599,12 +40861,12 @@ students from other universities.") (define-public texlive-thuthesis (package (name "texlive-thuthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/thuthesis/" "doc/latex/thuthesis/" "source/latex/thuthesis/" @@ -40612,7 +40874,7 @@ students from other universities.") (file-name (git-file-name name version)) (sha256 (base32 - "1427s0h848972r16w71prprwvvmn48y2hbawdvj5408008maqs94")))) + "1vckyzagjlpfxhpvlj9bh9hcxbh4q3n5wzjzqkj1ggdybdiyh71c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thuthesis") @@ -40626,12 +40888,12 @@ masters theses, doctoral dissertations, and postdoctoral reports.") (define-public texlive-tidyres (package (name "texlive-tidyres") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tidyres/" "tex/latex/tidyres/")))) (file-name (git-file-name name version)) (sha256 @@ -40649,12 +40911,12 @@ create multi-column formal resumes.") (define-public texlive-timbreicmc (package (name "texlive-timbreicmc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/timbreicmc/" "source/latex/timbreicmc/" "tex/latex/timbreicmc/")))) @@ -40676,12 +40938,12 @@ Carlos-SP, Brazil.") (define-public texlive-tinos (package (name "texlive-tinos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/tinos/" "fonts/enc/dvips/tinos/" "fonts/map/dvips/tinos/" @@ -40706,12 +40968,12 @@ metrically compatible with Times New Roman.") (define-public texlive-tiscreen (package (name "texlive-tiscreen") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tiscreen/" "tex/latex/tiscreen/")))) (file-name (git-file-name name version)) (sha256 @@ -40729,12 +40991,12 @@ display calculators, specifically the TI-82 STATS.") (define-public texlive-tlc-article (package (name "texlive-tlc-article") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tlc-article/" "tex/latex/tlc-article/")))) (file-name (git-file-name name version)) @@ -40755,12 +41017,12 @@ documents.") (define-public texlive-tocbibind (package (name "texlive-tocbibind") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tocbibind/" "source/latex/tocbibind/" "tex/latex/tocbibind/")))) @@ -40780,12 +41042,12 @@ the contents, etc., to the table of contents.") (define-public texlive-topletter (package (name "texlive-topletter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/topletter/" "source/latex/topletter/" "tex/latex/topletter/")))) @@ -40807,12 +41069,12 @@ English.") (define-public texlive-toptesi (package (name "texlive-toptesi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/toptesi/" "source/latex/toptesi/" "tex/latex/toptesi/")))) (file-name (git-file-name name version)) @@ -40836,12 +41098,12 @@ a thesis in PDF/A-1b compliant mode and with all the necessary metadata.") (define-public texlive-tpslifonts (package (name "texlive-tpslifonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tpslifonts/" "source/latex/tpslifonts/" "tex/latex/tpslifonts/")))) @@ -40870,12 +41132,12 @@ Modern Bright maths, or Euler fonts.") (define-public texlive-trajan (package (name "texlive-trajan") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/trajan/" "fonts/afm/public/trajan/" "fonts/map/dvips/trajan/" @@ -40901,12 +41163,12 @@ together with some punctuation and analphabetics; no lowercase or digits.") (define-public texlive-translation-array-fr (package (name "texlive-translation-array-fr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/translation-array-fr/")))) (file-name (git-file-name name version)) (sha256 @@ -40924,12 +41186,12 @@ together with some punctuation and analphabetics; no lowercase or digits.") (define-public texlive-translation-dcolumn-fr (package (name "texlive-translation-dcolumn-fr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/translation-dcolumn-fr/")))) (file-name (git-file-name name version)) (sha256 @@ -40947,12 +41209,12 @@ together with some punctuation and analphabetics; no lowercase or digits.") (define-public texlive-translation-natbib-fr (package (name "texlive-translation-natbib-fr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/translation-natbib-fr/")))) (file-name (git-file-name name version)) (sha256 @@ -40970,12 +41232,12 @@ together with some punctuation and analphabetics; no lowercase or digits.") (define-public texlive-translation-tabbing-fr (package (name "texlive-translation-tabbing-fr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/translation-tabbing-fr/")))) (file-name (git-file-name name version)) (sha256 @@ -40993,12 +41255,12 @@ the @code{tabbing} package.") (define-public texlive-tree-dvips (package (name "texlive-tree-dvips") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tree-dvips/" "dvips/tree-dvips/" "tex/latex/tree-dvips/")))) (file-name (git-file-name name version)) @@ -41023,19 +41285,19 @@ The package @code{lingmacros.sty} defines a few macros for linguists: (define-public texlive-tuda-ci (package (name "texlive-tuda-ci") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tuda-ci/" "source/latex/tuda-ci/" "tex/latex/tuda-ci/")))) (file-name (git-file-name name version)) (sha256 (base32 - "01swh258gs59nn99a3hsvcmsqhznsgql9x87a1q2xv8mdsfb8d3g")))) + "1lp3i6r2anssg2kvrch9wg7kbfi6y9mbpvkyjy960clp4v742d46")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -41051,12 +41313,12 @@ documentation, which currently are only available in German.") (define-public texlive-tudscr (package (name "texlive-tudscr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tudscr/" "source/latex/tudscr/" "tex/latex/tudscr/")))) (file-name (git-file-name name version)) @@ -41122,18 +41384,18 @@ headings in @code{twocolumn} layout. (define-public texlive-tugboat (package (name "texlive-tugboat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/tugboat/" "doc/latex/tugboat/" "source/latex/tugboat/" "tex/latex/tugboat/")))) (file-name (git-file-name name version)) (sha256 (base32 - "10v65skfcym6ylg0hy3mx3iw6y2lmjpcqkh3ws3zwcxgl3xp8zfj")))) + "1slr052hrn2kmkc2j78cq7z9pkaj9j331w5pz5kwp1pp1a76z3n9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tugboat") @@ -41147,18 +41409,18 @@ style, @file{tugboat.bst}.") (define-public texlive-tugboat-plain (package (name "texlive-tugboat-plain") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/tugboat-plain/" "tex/plain/tugboat-plain/")))) (file-name (git-file-name name version)) (sha256 (base32 - "10r4x2rbf36anczwzplq4icanw6phin0x9kxdbfs29gpbm7hq2gq")))) + "0qqffrjhiiby94djmshwjb019rh1zfwdaaqga7hwmkn991949gys")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tugboat-plain") @@ -41171,12 +41433,12 @@ TeX for publication in @emph{TUGboat}.") (define-public texlive-tui (package (name "texlive-tui") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tui/" "tex/latex/tui/")))) (file-name (git-file-name name version)) (sha256 @@ -41195,12 +41457,12 @@ implemented as an extension of the @code{memoir} class.") (define-public texlive-turabian (package (name "texlive-turabian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/turabian/" "tex/latex/turabian/")))) (file-name (git-file-name name version)) (sha256 @@ -41219,12 +41481,12 @@ conforming to the Turabian 8th Edition style guide.") (define-public texlive-turabian-formatting (package (name "texlive-turabian-formatting") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/turabian-formatting/" "tex/latex/turabian-formatting/")))) (file-name (git-file-name name version)) @@ -41245,12 +41507,12 @@ edition).") (define-public texlive-turnstile (package (name "texlive-turnstile") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/turnstile/" "source/latex/turnstile/" "tex/latex/turnstile/")))) @@ -41271,12 +41533,12 @@ logic, between a collection of formulas and a derived formula.") (define-public texlive-twemoji-colr (package (name "texlive-twemoji-colr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/twemoji-colr/" "fonts/truetype/public/twemoji-colr/")))) (file-name (git-file-name name version)) @@ -41295,12 +41557,12 @@ collection of emoji images.") (define-public texlive-txfontsb (package (name "texlive-txfontsb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/txfontsb/" "fonts/afm/public/txfontsb/" "fonts/enc/dvips/txfontsb/" @@ -41328,12 +41590,12 @@ The extensions are made with modifications of the GNU Freefont.") (define-public texlive-txuprcal (package (name "texlive-txuprcal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/txuprcal/" "fonts/map/dvips/txuprcal/" "fonts/tfm/public/txuprcal/" @@ -41356,12 +41618,12 @@ A scaled option is provided to allow arbitrary scaling.") (define-public texlive-typicons (package (name "texlive-typicons") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/typicons/" "fonts/truetype/public/typicons/" "tex/latex/typicons/")))) @@ -41381,12 +41643,12 @@ included Typicons font, designed by Stephen Hutchings.") (define-public texlive-uaclasses (package (name "texlive-uaclasses") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uaclasses/" "source/latex/uaclasses/" "tex/latex/uaclasses/")))) @@ -41410,12 +41672,12 @@ any document class.") (define-public texlive-uafthesis (package (name "texlive-uafthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uafthesis/" "tex/latex/uafthesis/")))) (file-name (git-file-name name version)) @@ -41433,13 +41695,13 @@ any document class.") (define-public texlive-ualberta (package (name "texlive-ualberta") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ualberta/" "tex/latex/ualberta/")))) (file-name (git-file-name name version)) @@ -41460,19 +41722,19 @@ formatting.") (define-public texlive-uantwerpendocs (package (name "texlive-uantwerpendocs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uantwerpendocs/" "source/latex/uantwerpendocs/" "tex/latex/uantwerpendocs/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0rk7js4c81xvx92h2kaihzz25nzp89g642vs0v02jfaxrs1bsbmq")))) + "01nw82ccf81q6wi19la44fdv38gq9nixrz2cizp3dwnld4z7hspw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uantwerpendocs") @@ -41488,12 +41750,12 @@ style of the University of Antwerp.") (define-public texlive-ucalgmthesis (package (name "texlive-ucalgmthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ucalgmthesis/" "tex/latex/ucalgmthesis/")))) (file-name (git-file-name name version)) @@ -41514,12 +41776,12 @@ Graduate Studies. It uses the @code{memoir} class.") (define-public texlive-ucbthesis (package (name "texlive-ucbthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ucbthesis/" "tex/latex/ucbthesis/")))) (file-name (git-file-name name version)) @@ -41539,12 +41801,12 @@ California, Berkeley. It is based on the @code{memoir} class.") (define-public texlive-ucdavisthesis (package (name "texlive-ucdavisthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ucdavisthesis/" "source/latex/ucdavisthesis/" "tex/latex/ucdavisthesis/")))) @@ -41566,19 +41828,19 @@ requirements as of April 2016.") (define-public texlive-ucph-revy (package (name "texlive-ucph-revy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ucph-revy/" "source/latex/ucph-revy/" "tex/latex/ucph-revy/")))) (file-name (git-file-name name version)) (sha256 - (base32 "05n04qvf64fjnl7znrkc9qavvsh93njad2fcjhzd44jgazfdgkxl")))) + (base32 "0gvzx83nj6wjh8rf888yryifcvbfn1vgkg7pjlnf678rhlvz18h9")))) (outputs '("out" "doc")) (properties '((updater-extra-native-inputs "texlive-local-tree"))) (build-system texlive-build-system) @@ -41605,12 +41867,12 @@ Faculties of Science at the University of Copenhagen (uchp).") (define-public texlive-ucsmonograph (package (name "texlive-ucsmonograph") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ucsmonograph/" "source/latex/ucsmonograph/" "tex/latex/ucsmonograph/")))) @@ -41632,12 +41894,12 @@ the @acronym{UCS, University of Caxias do Sul} specifications.") (define-public texlive-ucthesis (package (name "texlive-ucthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ucthesis/" "tex/latex/ucthesis/")))) (file-name (git-file-name name version)) (sha256 @@ -41656,12 +41918,12 @@ and masters theses.") (define-public texlive-udes-genie-these (package (name "texlive-udes-genie-these") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/udes-genie-these/" "source/latex/udes-genie-these/" "tex/latex/udes-genie-these/")))) @@ -41687,12 +41949,12 @@ in French, the language of the typical user at the Universite de Sherbrooke.") (define-public texlive-uestcthesis (package (name "texlive-uestcthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/uestcthesis/" "doc/latex/uestcthesis/" "tex/latex/uestcthesis/")))) @@ -41712,17 +41974,17 @@ Science and Technology of China.") (define-public texlive-ufrgscca (package (name "texlive-ufrgscca") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ufrgscca/" "tex/latex/ufrgscca/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0f41g9y2rzpgb6h0vii75n0w41pkkg48l8q3iyp5wy9knyndl2xz")))) + "05inxbfpyzqgiw618dsm7vqhsx2yw7d7jlnqdxr7gk6jqxqa9gbj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ufrgscca") @@ -41740,12 +42002,12 @@ auxiliary packages, some of which can be used independently.") (define-public texlive-uhhassignment (package (name "texlive-uhhassignment") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uhhassignment/" "source/latex/uhhassignment/" "tex/latex/uhhassignment/")))) @@ -41765,12 +42027,12 @@ assignments at the university of Hamburg (Universitat Hamburg).") (define-public texlive-uiucredborder (package (name "texlive-uiucredborder") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uiucredborder/" "source/latex/uiucredborder/" "tex/latex/uiucredborder/")))) @@ -41791,12 +42053,12 @@ doctoral dissertations --- your thesis committee members.") (define-public texlive-uiucthesis (package (name "texlive-uiucthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uiucthesis/" "source/latex/uiucthesis/" "tex/latex/uiucthesis/")))) @@ -41816,12 +42078,12 @@ the University's Handbook for Graduate Students Preparing to Deposit.") (define-public texlive-ukbill (package (name "texlive-ukbill") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ukbill/" "tex/latex/ukbill/")))) (file-name (git-file-name name version)) (sha256 @@ -41839,12 +42101,12 @@ The font Palatine Parliamentary is required to use this package.") (define-public texlive-ulqda (package (name "texlive-ulqda") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ulqda/" "scripts/ulqda/" "source/latex/ulqda/" "tex/latex/ulqda/")))) (file-name (git-file-name name version)) @@ -41882,18 +42144,18 @@ information.") (define-public texlive-ulthese (package (name "texlive-ulthese") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ulthese/" "source/latex/ulthese/" "tex/latex/ulthese/")))) (file-name (git-file-name name version)) (sha256 (base32 - "08kb98agpninn0i6mcfi7h3li7sqkhgywshgq70vh3i0g4jnvvyh")))) + "1z7ndbd4qc0zmlgdbpij263j2ip3dpivg84q6x99m561mfs9w83s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ulthese") @@ -41912,12 +42174,12 @@ templates are all written in French, the language of the target audience.") (define-public texlive-umbclegislation (package (name "texlive-umbclegislation") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/umbclegislation/" "tex/latex/umbclegislation/")))) (file-name (git-file-name name version)) @@ -41938,12 +42200,12 @@ Government Association Bills.") (define-public texlive-umich-thesis (package (name "texlive-umich-thesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/umich-thesis/" "tex/latex/umich-thesis/")))) (file-name (git-file-name name version)) @@ -41962,12 +42224,12 @@ Michigan dissertation according to the Rackham dissertation handbook.") (define-public texlive-umthesis (package (name "texlive-umthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/umthesis/" "tex/latex/umthesis/")))) (file-name (git-file-name name version)) (sha256 @@ -41985,12 +42247,12 @@ loads @code{book} class, and makes minimal changes to it.") (define-public texlive-umtypewriter (package (name "texlive-umtypewriter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/umtypewriter/" "fonts/opentype/public/umtypewriter/")))) (file-name (git-file-name name version)) @@ -42011,12 +42273,12 @@ which are required for use of the @code{xgreek} package for XeLaTeX.") (define-public texlive-unam-thesis (package (name "texlive-unam-thesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/unam-thesis/" "tex/latex/unam-thesis/")))) (file-name (git-file-name name version)) @@ -42035,12 +42297,12 @@ National Autonomous University of Mexico (UNAM) guidelines.") (define-public texlive-unamth-template (package (name "texlive-unamth-template") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/unamth-template/")))) (file-name (git-file-name name version)) (sha256 @@ -42058,12 +42320,12 @@ Theses.") (define-public texlive-unamthesis (package (name "texlive-unamthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/unamthesis/" "doc/latex/unamthesis/" "tex/latex/unamthesis/")))) @@ -42085,17 +42347,17 @@ author-year schemes using the @code{natbib} package.") (define-public texlive-unbtex (package (name "texlive-unbtex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/unbtex/" "tex/latex/unbtex/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1pz780nx7wyhfkrkca1adj850nzz34ivdln0mrjkd94z2bav4d2y")))) + "196yyg2yg7hj8k0ricgbkn5cf8vjczg9vz4rf87qhndnx5f5ri6x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unbtex") @@ -42113,12 +42375,12 @@ audience.") (define-public texlive-unfonts-core (package (name "texlive-unfonts-core") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/unfonts-core/" "fonts/truetype/public/unfonts-core/")))) (file-name (git-file-name name version)) @@ -42145,12 +42407,12 @@ following font families (12 fonts): (define-public texlive-unfonts-extra (package (name "texlive-unfonts-extra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/unfonts-extra/" "fonts/truetype/public/unfonts-extra/")))) (file-name (git-file-name name version)) @@ -42178,12 +42440,12 @@ following Korean font families (11 fonts): (define-public texlive-uni-wtal-ger (package (name "texlive-uni-wtal-ger") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uni-wtal-ger/" "tex/latex/uni-wtal-ger/")))) (file-name (git-file-name name version)) @@ -42204,12 +42466,12 @@ in faculty of humanities at the Bergische Universitat Wuppertal.") (define-public texlive-uni-wtal-lin (package (name "texlive-uni-wtal-lin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uni-wtal-lin/" "tex/latex/uni-wtal-lin/")))) (file-name (git-file-name name version)) @@ -42230,18 +42492,18 @@ Institute of Linguistics at the Bergische Universitat Wuppertal.") (define-public texlive-unibidi-lua (package (name "texlive-unibidi-lua") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/unibidi-lua/" "tex/luatex/unibidi-lua/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1gws4cs3wj0p6l41ffhgn5sm4zcy0gb169fv6qf690z7r2fc2j8g")))) + (base32 "1bbvb8ad8pzvxil862b1sxgzl1wnn2ix35shn5wiqgvy6lnjwfqb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unibidi-lua") @@ -42256,12 +42518,12 @@ under LuaTeX only.") (define-public texlive-unicode-alphabets (package (name "texlive-unicode-alphabets") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/unicode-alphabets/" "tex/latex/unicode-alphabets/")))) (file-name (git-file-name name version)) @@ -42285,12 +42547,12 @@ display of medieval and other documents.") (define-public texlive-unifith (package (name "texlive-unifith") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/unifith/" "doc/latex/unifith/" "tex/latex/unifith/")))) (file-name (git-file-name name version)) @@ -42310,13 +42572,13 @@ Florence (Italy).") (define-public texlive-unifront (package (name "texlive-unifront") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/unifront/" "tex/latex/unifront/")))) (file-name (git-file-name name version)) @@ -42340,12 +42602,12 @@ the bar.") (define-public texlive-unigrazpub (package (name "texlive-unigrazpub") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/unigrazpub/" "source/latex/unigrazpub/" "tex/latex/unigrazpub/")))) @@ -42366,12 +42628,12 @@ of the Library Publishing Services of University of Graz.") (define-public texlive-unitn-bimrep (package (name "texlive-unitn-bimrep") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/unitn-bimrep/" "tex/latex/unitn-bimrep/")))) (file-name (git-file-name name version)) @@ -42394,12 +42656,12 @@ publication performed by a student.") (define-public texlive-unitsdef (package (name "texlive-unitsdef") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/unitsdef/" "source/latex/unitsdef/" "tex/latex/unitsdef/")))) @@ -42420,12 +42682,12 @@ settings.") (define-public texlive-universa (package (name "texlive-universa") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/universa/" "fonts/source/public/universa/" "fonts/tfm/public/universa/" @@ -42449,12 +42711,12 @@ supplied.") (define-public texlive-universalis (package (name "texlive-universalis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/universalis/" "fonts/enc/dvips/universalis/" "fonts/map/dvips/universalis/" @@ -42481,12 +42743,12 @@ Frutiger.") (define-public texlive-univie-ling (package (name "texlive-univie-ling") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/univie-ling/" "tex/latex/univie-ling/")))) (file-name (git-file-name name version)) @@ -42514,12 +42776,12 @@ may have to be adjusted.") (define-public texlive-unizgklasa (package (name "texlive-unizgklasa") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/unizgklasa/" "tex/latex/unizgklasa/")))) (file-name (git-file-name name version)) @@ -42542,12 +42804,12 @@ uniformizing the look of all graduate papers.") (define-public texlive-unswcover (package (name "texlive-unswcover") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/unswcover/" "tex/latex/unswcover/")))) (file-name (git-file-name name version)) @@ -42567,12 +42829,12 @@ Copyright and Authenticity statements.") (define-public texlive-uol-physics-report (package (name "texlive-uol-physics-report") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uol-physics-report/" "source/latex/uol-physics-report/" "tex/latex/uol-physics-report/")))) @@ -42596,12 +42858,12 @@ the page numbering.") (define-public texlive-uothesis (package (name "texlive-uothesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uothesis/" "source/latex/uothesis/" "tex/latex/uothesis/")))) @@ -42622,12 +42884,12 @@ theses as laid out in the Fall 2010 UO graduate school student manual.") (define-public texlive-uowthesis (package (name "texlive-uowthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uowthesis/" "tex/latex/uowthesis/")))) (file-name (git-file-name name version)) @@ -42650,12 +42912,12 @@ Research & Innovation Division, UoW.") (define-public texlive-uowthesistitlepage (package (name "texlive-uowthesistitlepage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uowthesistitlepage/" "tex/latex/uowthesistitlepage/")))) (file-name (git-file-name name version)) @@ -42678,12 +42940,12 @@ is required in the front of each PhD thesis.") (define-public texlive-uppunctlm (package (name "texlive-uppunctlm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/uppunctlm/" "fonts/tfm/public/uppunctlm/" "fonts/vf/public/uppunctlm/" @@ -42708,12 +42970,12 @@ period, semicolon, colon, parentheses, square brackets, and Arabic numerals.") (define-public texlive-urlbst (package (name "texlive-urlbst") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/urlbst/" "doc/bibtex/urlbst/" "scripts/urlbst/" "source/bibtex/urlbst/")))) (file-name (git-file-name name version)) @@ -42738,12 +43000,12 @@ robust rather than pretty.") (define-public texlive-urcls (package (name "texlive-urcls") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/urcls/" "tex/latex/urcls/")))) (file-name (git-file-name name version)) (sha256 @@ -42766,12 +43028,12 @@ in the usual way with @code{\\usetheme@{UR@}}.") (define-public texlive-urwchancal (package (name "texlive-urwchancal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/urwchancal/" "fonts/tfm/urw/urwchancal/" "fonts/vf/urw/urwchancal/" @@ -42795,12 +43057,12 @@ basic fonts collection. This package supersedes the @code{pzccal} package.") (define-public texlive-usebib (package (name "texlive-usebib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/usebib/" "source/latex/usebib/" "tex/latex/usebib/")))) (file-name (git-file-name name version)) @@ -42822,13 +43084,13 @@ field from a specified entry in that database.") (define-public texlive-useclass (package (name "texlive-useclass") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/useclass/" "source/latex/useclass/" "tex/latex/useclass/")))) @@ -42851,12 +43113,12 @@ a simple interface for utilizing classes as packages.") (define-public texlive-uspatent (package (name "texlive-uspatent") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uspatent/" "tex/latex/uspatent/")))) (file-name (git-file-name name version)) (sha256 @@ -42875,12 +43137,12 @@ LyX.") (define-public texlive-ut-thesis (package (name "texlive-ut-thesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ut-thesis/" "source/latex/ut-thesis/" "tex/latex/ut-thesis/")))) @@ -42900,12 +43162,12 @@ University of Toronto School of Graduate Studies (SGS), as of Fall 2020.") (define-public texlive-utexasthesis (package (name "texlive-utexasthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/utexasthesis/" "tex/latex/utexasthesis/")))) (file-name (git-file-name name version)) @@ -42924,12 +43186,12 @@ masters and PhD thesis submissions of the University of Texas at Austin.") (define-public texlive-uvaletter (package (name "texlive-uvaletter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uvaletter/" "tex/latex/uvaletter/")))) (file-name (git-file-name name version)) @@ -42948,12 +43210,12 @@ for the University of Amsterdam.") (define-public texlive-uwa-colours (package (name "texlive-uwa-colours") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uwa-colours/" "source/latex/uwa-colours/" "tex/latex/uwa-colours/")))) @@ -42973,12 +43235,12 @@ colour palette of the University of Western Australia.") (define-public texlive-uwa-letterhead (package (name "texlive-uwa-letterhead") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uwa-letterhead/" "source/latex/uwa-letterhead/" "tex/latex/uwa-letterhead/")))) @@ -43002,12 +43264,12 @@ XeLaTeX and LuaLaTeX.") (define-public texlive-uwa-pcf (package (name "texlive-uwa-pcf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uwa-pcf/" "source/latex/uwa-pcf/" "tex/latex/uwa-pcf/")))) (file-name (git-file-name name version)) @@ -43033,12 +43295,12 @@ XeLaTeX and LuaLaTeX.") (define-public texlive-uwa-pif (package (name "texlive-uwa-pif") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uwa-pif/" "source/latex/uwa-pif/" "tex/latex/uwa-pif/")))) (file-name (git-file-name name version)) @@ -43064,12 +43326,12 @@ LuaLaTeX.") (define-public texlive-uwthesis (package (name "texlive-uwthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uwthesis/" "tex/latex/uwthesis/")))) (file-name (git-file-name name version)) (sha256 @@ -43085,12 +43347,12 @@ LuaLaTeX.") (define-public texlive-vak (package (name "texlive-vak") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/vak/" "doc/bibtex/vak/")))) (file-name (git-file-name name version)) (sha256 @@ -43113,12 +43375,12 @@ BibTeX system.") (define-public texlive-vancouver (package (name "texlive-vancouver") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/vancouver/" "doc/bibtex/vancouver/")))) (file-name (git-file-name name version)) @@ -43138,13 +43400,13 @@ style).") (define-public texlive-vectorlogos (package (name "texlive-vectorlogos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/vectorlogos/" "tex/latex/vectorlogos/")))) (file-name (git-file-name name version)) @@ -43167,12 +43429,12 @@ insert them inline, with automatic height and alignment.") (define-public texlive-velthuis (package (name "texlive-velthuis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/velthuis/" "doc/man/man1/devnag.1" "doc/man/man1/devnag.man1.pdf" @@ -43252,12 +43514,12 @@ fonts, in both Metafont and Type 1 formats.") (define-public texlive-venn (package (name "texlive-venn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/venn/" "metapost/venn/")))) (file-name (git-file-name name version)) (sha256 @@ -43273,12 +43535,12 @@ fonts, in both Metafont and Type 1 formats.") (define-public texlive-venturisadf (package (name "texlive-venturisadf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/venturisadf/" "fonts/afm/public/venturisadf/" "fonts/enc/dvips/venturisadf/" @@ -43318,12 +43580,12 @@ fonts, in LaTeX, is also provided.") (define-public texlive-verse (package (name "texlive-verse") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/verse/" "source/latex/verse/" "tex/latex/verse/")))) (file-name (git-file-name name version)) @@ -43343,12 +43605,12 @@ tale} from @emph{Alice in Wonderland}.") (define-public texlive-vlna (package (name "texlive-vlna") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/vlna.1" "doc/man/man1/vlna.man1.pdf" "doc/support/vlna/")))) @@ -43416,12 +43678,12 @@ the end of a line.") (define-public texlive-vntex (package (name "texlive-vntex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/vntex/" "fonts/afm/vntex/chartervn/" "fonts/afm/vntex/grotesqvn/" @@ -43479,12 +43741,12 @@ bundle, for which map files are available to provide a Vietnamese version.") (define-public texlive-wallpaper (package (name "texlive-wallpaper") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/wallpaper/" "tex/latex/wallpaper/")))) (file-name (git-file-name name version)) @@ -43505,12 +43767,12 @@ tiling.") (define-public texlive-wargame (package (name "texlive-wargame") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/wargame/" "source/latex/wargame/" "tex/latex/wargame/")))) (file-name (git-file-name name version)) @@ -43536,12 +43798,12 @@ a VASSAL module.") (define-public texlive-windycity (package (name "texlive-windycity") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/windycity/" "tex/latex/windycity/")))) (file-name (git-file-name name version)) @@ -43561,12 +43823,12 @@ parenthetical citations, and reference lists according to the 17th edition of (define-public texlive-witharrows (package (name "texlive-witharrows") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/witharrows/" "source/generic/witharrows/" "tex/generic/witharrows/")))) @@ -43589,12 +43851,12 @@ calculus presented.") (define-public texlive-wnri (package (name "texlive-wnri") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/wnri/" "fonts/source/public/wnri/" "fonts/tfm/public/wnri/")))) @@ -43616,12 +43878,12 @@ Native American languages.") (define-public texlive-wnri-latex (package (name "texlive-wnri-latex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/wnri-latex/" "source/latex/wnri-latex/" "tex/latex/wnri-latex/")))) @@ -43640,12 +43902,12 @@ Native American languages.") (define-public texlive-wsemclassic (package (name "texlive-wsemclassic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/wsemclassic/" "source/latex/wsemclassic/" "tex/latex/wsemclassic/")))) @@ -43667,12 +43929,12 @@ LaTeX standard @code{report} class.") (define-public texlive-wsuipa (package (name "texlive-wsuipa") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/wsuipa/" "fonts/source/public/wsuipa/" "fonts/tfm/public/wsuipa/" @@ -43701,19 +43963,19 @@ superseded by the @code{tipa} fonts.") (define-public texlive-xcharter-math (package (name "texlive-xcharter-math") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/xcharter-math/" "fonts/opentype/public/xcharter-math/" "tex/latex/xcharter-math/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1wh8d85gsh2wpkbjl4l8f7bsxkna0fkh6ikfnnmj5rxvgkwjnh06")))) + "1ali4zf1qim6bf5ipmg16ckhmiwdzf8x0dbr7q1iv103kcakmsaa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xcharter-math") @@ -43727,12 +43989,12 @@ Charter) in LuaLaTeX or XeLaTeX documents.") (define-public texlive-xcite (package (name "texlive-xcite") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xcite/" "source/latex/xcite/" "tex/latex/xcite/")))) (file-name (git-file-name name version)) @@ -43752,12 +44014,12 @@ a stub that loads @code{xr}.") (define-public texlive-xduthesis (package (name "texlive-xduthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xduthesis/" "source/latex/xduthesis/" "tex/latex/xduthesis/")))) @@ -43780,18 +44042,18 @@ professional master.") (define-public texlive-xduts (package (name "texlive-xduts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/xduts/" "source/xelatex/xduts/" "tex/xelatex/xduts/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1cmi2dzmq83ihhpiwypgd7g512l36xpm2589lmxcl4ngqn38x8zz")))) + "1arrb7v8ddia4vym6rql0468zxr4rlinzrxbk5x23877wfxd06jy")))) (outputs '("out" "doc")) (properties '((updater-extra-native-inputs "texlive-ctex"))) (build-system texlive-build-system) @@ -43809,12 +44071,12 @@ undergraduate and postgraduate that meet the school's requirements.") (define-public texlive-xecjk (package (name "texlive-xecjk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/xecjk/" "fonts/misc/xetex/fontmapping/xecjk/" "source/xelatex/xecjk/" "tex/xelatex/xecjk/")))) @@ -43854,12 +44116,12 @@ the way users have become used to, in the CJK package.") (define-public texlive-xecyrmongolian (package (name "texlive-xecyrmongolian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xecyrmongolian/" "source/latex/xecyrmongolian/" "tex/latex/xecyrmongolian/")))) @@ -43882,12 +44144,12 @@ to be able to create multilingual documents.") (define-public texlive-xmuthesis (package (name "texlive-xmuthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xmuthesis/" "source/latex/xmuthesis/" "tex/latex/xmuthesis/")))) @@ -43907,12 +44169,12 @@ to be able to create multilingual documents.") (define-public texlive-xq (package (name "texlive-xq") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/xq/" "fonts/source/public/xq/" "fonts/tfm/public/xq/" "tex/latex/xq/")))) (file-name (git-file-name name version)) @@ -43932,13 +44194,13 @@ write games or parts of games and show diagrams with special positions.") (define-public texlive-xreview (package (name "texlive-xreview") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xreview/" "tex/latex/xreview/")))) (file-name (git-file-name name version)) @@ -43961,12 +44223,12 @@ for adding notes to the text, or for leaving comments to other authors.") (define-public texlive-xskak (package (name "texlive-xskak") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xskak/" "source/latex/xskak/" "tex/latex/xskak/")))) (file-name (git-file-name name version)) @@ -43987,12 +44249,12 @@ an interface to define and switch between indefinite levels of styles.") (define-public texlive-xyling (package (name "texlive-xyling") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xyling/" "tex/latex/xyling/")))) (file-name (git-file-name name version)) (sha256 @@ -44015,12 +44277,12 @@ without unwanted side effects. The macros are based on the XY-Pic package.") (define-public texlive-xymtex (package (name "texlive-xymtex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xymtex/doc/" "doc/latex/xymtex/readme/" "source/latex/xymtex/base/" @@ -44048,12 +44310,12 @@ provides three output modes: LaTeX, PostScript and PDF.") (define-public texlive-yathesis (package (name "texlive-yathesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/yathesis/" "source/latex/yathesis/" "tex/latex/yathesis/")))) @@ -44062,63 +44324,8 @@ provides three output modes: LaTeX, PostScript and PDF.") (base32 "0aa9875am0gxy7fxf3z9xdxva8x9anlx8k82c1hz95s3m119fccs")))) (outputs '("out" "doc")) - (properties '((updater-extra-native-inputs "texlive-local-tree"))) (build-system texlive-build-system) - (arguments - (list #:build-targets #~(list "yathesis.dtx") - #:tex-format "lualatex")) - (native-inputs - (list (texlive-local-tree - (list texlive-accsupp - texlive-alphalph - texlive-attachfile2 - texlive-babel-french - texlive-biblatex - texlive-booktabs - texlive-caption - texlive-cleveref - texlive-comment - texlive-csquotes - texlive-datetime2 - texlive-denisbdoc - texlive-enumitem - texlive-environ - texlive-fancyvrb - texlive-fixfoot - texlive-fontawesome - texlive-fontspec - texlive-footmisc - texlive-glossaries - texlive-glossaries-extra - texlive-gofonts - texlive-hologo - texlive-hypdoc - texlive-ifmtarg - texlive-imakeidx - texlive-libertine - texlive-listings - texlive-marginnote - texlive-morewrites - texlive-mparhack - texlive-multirow - texlive-newunicodechar - texlive-path - texlive-parskip - texlive-pdfcol - texlive-pdflscape - texlive-pgf - texlive-refcount - texlive-siunitx - texlive-tcolorbox - texlive-textcase - texlive-tikzfill - texlive-tocbibind - texlive-tocvsec2 - texlive-translator - texlive-underscore - texlive-xifthen - texlive-xpatch - texlive-zref)))) + (arguments (list #:build-targets #~(list "yathesis.dtx"))) (home-page "https://ctan.org/pkg/yathesis") (synopsis "LaTeX class for writing a thesis following French rules") (description @@ -44134,12 +44341,12 @@ list of acronyms and symbols list.") (define-public texlive-yazd-thesis (package (name "texlive-yazd-thesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/yazd-thesis/" "tex/xelatex/yazd-thesis/")))) (file-name (git-file-name name version)) @@ -44158,18 +44365,18 @@ dissertations at the Yazd University. The class requires use of XeLaTeX.") (define-public texlive-yb-book (package (name "texlive-yb-book") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/yb-book/" "source/latex/yb-book/" "tex/latex/yb-book/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1b2y0fc75ml6s3mim8j9hg31s6f9d1fjhr9r93iyxb1byp9kbqrc")))) + "15b29z4lk902hd8s9yf84k9hwsciy0blkfna4100pz2j4kq9m77p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -44222,12 +44429,12 @@ the ``Y.B.'' brand.") (define-public texlive-yfonts (package (name "texlive-yfonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/yfonts/" "source/latex/yfonts/" "tex/latex/yfonts/")))) (file-name (git-file-name name version)) @@ -44246,19 +44453,19 @@ Schwabacher, Fraktur and the baroque initials.") (define-public texlive-yfonts-otf (package (name "texlive-yfonts-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/yfonts-otf/" "fonts/opentype/public/yfonts-otf/" "tex/latex/yfonts-otf/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1d0hf9fxmdci2b8v8kf67527dbrcr947n46nvxbh0k3qwcyfzchs")))) + "1ikam4zphf30y5cpq8jlr924ij5bpl2bpk5dvwpi53mngwbidwpw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/yfonts-otf") @@ -44275,12 +44482,12 @@ of @file{yfonts.sty} or @file{oldgerm.sty}.") (define-public texlive-yfonts-t1 (package (name "texlive-yfonts-t1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/yfonts-t1/" "dvips/yfonts-t1/" "fonts/afm/public/yfonts-t1/" "fonts/map/dvips/yfonts-t1/" @@ -44302,12 +44509,12 @@ Fraktur fonts of Yannis Haralambous set of old German fonts.") (define-public texlive-yhmath (package (name "texlive-yhmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/yhmath/" "fonts/map/dvips/yhmath/" "fonts/source/public/yhmath/" @@ -44333,12 +44540,12 @@ and a LaTeX package for using them.") (define-public texlive-yinit-otf (package (name "texlive-yinit-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/yinit-otf/" "fonts/opentype/public/yinit-otf/")))) (file-name (git-file-name name version)) @@ -44358,12 +44565,12 @@ Original Metafont files for @code{yinit} are in the @code{yinit} package.") (define-public texlive-york-thesis (package (name "texlive-york-thesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/york-thesis/" "source/latex/york-thesis/" "tex/latex/york-thesis/")))) @@ -44384,12 +44591,12 @@ the changes made in Spring 2005.") (define-public texlive-youngtab (package (name "texlive-youngtab") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/youngtab/" "source/generic/youngtab/" "tex/generic/youngtab/")))) @@ -44410,17 +44617,17 @@ mathematical symbols for the representations of groups, providing two macros, (define-public texlive-yquant (package (name "texlive-yquant") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/yquant/" "tex/latex/yquant/")))) (file-name (git-file-name name version)) (sha256 (base32 - "054rmlp714ygsz2yviffkjjj4i45k5w9yjyl8rrrbibimgdc4f79")))) + "1mpj8gsvdpgzbf6ldcsp7g476nfd5bhhdp2lr8z9dz2a0i4c038f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/yquant") @@ -44439,13 +44646,13 @@ customization of individual circuit.") (define-public texlive-ysabeau (package (name "texlive-ysabeau") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ysabeau/" "fonts/enc/dvips/ysabeau/" "fonts/map/dvips/ysabeau/" @@ -44457,7 +44664,7 @@ customization of individual circuit.") "tex/latex/ysabeau/")))) (file-name (git-file-name name version)) (sha256 - (base32 "18lcajxcl057v81iiv4cxjdzx3ivdp1hrhcqx0sbs9j3s7ba1ya5")))) + (base32 "0dfrpp5b7ladf2fk74ii12483916vk5ifwbvp2vy656n12fp9ac6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ysabeau") @@ -44474,12 +44681,12 @@ users, OpenType and TrueType fonts are provided only to use with the (define-public texlive-ytableau (package (name "texlive-ytableau") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ytableau/" "source/latex/ytableau/" "tex/latex/ytableau/")))) @@ -44501,12 +44708,12 @@ pgfkeys-enabled options are provided both at package load and configurably.") (define-public texlive-zitie (package (name "texlive-zitie") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/zitie/" "tex/xelatex/zitie/")))) (file-name (git-file-name name version)) (sha256 @@ -44524,12 +44731,12 @@ practicing sheets (copybooks). Currently, only XeTeX is supported.") (define-public texlive-zlmtt (package (name "texlive-zlmtt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/zlmtt/" "tex/latex/zlmtt/")))) (file-name (git-file-name name version)) (sha256 @@ -44547,12 +44754,12 @@ scaling and access to all its features.") (define-public texlive-zootaxa-bst (package (name "texlive-zootaxa-bst") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/zootaxa-bst/" "doc/bibtex/zootaxa-bst/")))) (file-name (git-file-name name version)) @@ -44572,12 +44779,12 @@ This is a fork of @file{apa.bst}.") (define-public texlive-zx-calculus (package (name "texlive-zx-calculus") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/zx-calculus/" "tex/latex/zx-calculus/")))) (file-name (git-file-name name version)) @@ -44598,12 +44805,12 @@ mode to avoid getting lost in big diagrams.") (define-public texlive-zxjafont (package (name "texlive-zxjafont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/zxjafont/" "tex/latex/zxjafont/")))) (file-name (git-file-name name version)) (sha256 @@ -44619,12 +44826,12 @@ mode to avoid getting lost in big diagrams.") (define-public texlive-zxjatype (package (name "texlive-zxjatype") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/zxjatype/" "tex/latex/zxjatype/")))) (file-name (git-file-name name version)) (sha256 @@ -44641,12 +44848,12 @@ Japanese, for XeLaTeX.") (define-public texlive-zxjafbfont (package (name "texlive-zxjafbfont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/zxjafbfont/" "tex/latex/zxjafbfont/")))) (file-name (git-file-name name version)) @@ -44663,12 +44870,12 @@ Japanese, for XeLaTeX.") (define-public texlive-biblatex-cheatsheet (package (name "texlive-biblatex-cheatsheet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-cheatsheet/")))) (file-name (git-file-name name version)) (sha256 @@ -44684,12 +44891,12 @@ Japanese, for XeLaTeX.") (define-public texlive-bibtex8 (package (name "texlive-bibtex8") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/csf/base/" "bibtex/csf/polish-csf/" "doc/bibtex8/" "doc/man/man1/bibtex8.1" "doc/man/man1/bibtex8.man1.pdf")))) @@ -44784,12 +44991,12 @@ order are controlled by an external configuration file.") (define-public texlive-bibtexu (package (name "texlive-bibtexu") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/bibtexu/" "doc/man/man1/bibtexu.1" "doc/man/man1/bibtexu.man1.pdf")))) (file-name (git-file-name name version)) @@ -44837,12 +45044,12 @@ supported via the ICU library.") (define-public texlive-bundledoc (package (name "texlive-bundledoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/arlatex.1" "doc/man/man1/arlatex.man1.pdf" "doc/man/man1/bundledoc.1" @@ -44877,12 +45084,12 @@ environment.") (define-public texlive-checklistings (package (name "texlive-checklistings") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/checklistings/" "scripts/checklistings/" "source/latex/checklistings/" @@ -44909,12 +45116,12 @@ compilers in the ML family.") (define-public texlive-chklref (package (name "texlive-chklref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/chklref.1" "doc/man/man1/chklref.man1.pdf" "doc/support/chklref/" "scripts/chklref/" @@ -44939,12 +45146,12 @@ labels and advises the user to use a starred version instead.") (define-public texlive-chktex (package (name "texlive-chktex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "chktex/" "doc/chktex/" "doc/man/man1/chktex.1" @@ -45033,12 +45240,12 @@ Filters are also provided for checking the LaTeX parts of CWEB documents.") (define-public texlive-clojure-pamphlet (package (name "texlive-clojure-pamphlet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/pamphletangler.1" "doc/man/man1/pamphletangler.man1.pdf" "doc/support/clojure-pamphlet/" @@ -45071,12 +45278,12 @@ chunk of code.") (define-public texlive-cluttex (package (name "texlive-cluttex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/cllualatex.1" "doc/man/man1/cllualatex.man1.pdf" "doc/man/man1/cluttex.1" @@ -45088,7 +45295,7 @@ chunk of code.") (file-name (git-file-name name version)) (sha256 (base32 - "1k2142c0j2h9vri211b3gy2azl9yxnribv5kg69yi5q9bfvz6bnh")))) + "046ii34ip8yzn4pk9cn0zkj5rnzihcjyk1gl94p23z583gwd8dja")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -45116,12 +45323,12 @@ files for changes (using an external program).") (define-public texlive-components (package (name "texlive-components") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/components/")))) (file-name (git-file-name name version)) (sha256 @@ -45139,12 +45346,12 @@ may encounter.") (define-public texlive-comprehensive (package (name "texlive-comprehensive") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/comprehensive/")))) (file-name (git-file-name name version)) (sha256 @@ -45164,12 +45371,12 @@ the aim being to make the document a convenient way of looking up symbols.") (define-public texlive-ctan-o-mat (package (name "texlive-ctan-o-mat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/ctan-o-mat.1" "doc/man/man1/ctan-o-mat.man1.pdf" "doc/support/ctan-o-mat/" @@ -45198,12 +45405,12 @@ submission has to be requested by an appropriate command line option.") (define-public texlive-ctan-chk (package (name "texlive-ctan-chk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/ctan_chk/")))) (file-name (git-file-name name version)) (sha256 @@ -45224,12 +45431,12 @@ guidelines as well as CTAN's future adjustments.") (define-public texlive-ctanbib (package (name "texlive-ctanbib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/ctanbib.1" "doc/man/man1/ctanbib.man1.pdf" "doc/support/ctanbib/" "scripts/ctanbib/")))) @@ -45251,12 +45458,12 @@ bibliographic information in BibLaTeX format for packages hosted on CTAN. The (define-public texlive-ctanify (package (name "texlive-ctanify") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ctanify/" "doc/man/man1/ctanify.1" "doc/man/man1/ctanify.man1.pdf" @@ -45284,12 +45491,12 @@ incorporate it in a distribution.") (define-public texlive-ctanupload (package (name "texlive-ctanupload") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/ctanupload/" "scripts/ctanupload/")))) (file-name (git-file-name name version)) @@ -45312,12 +45519,12 @@ team (2015-02-05): It seems that this script is currently not working.") (define-public texlive-ctex (package (name "texlive-ctex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ctex/" "source/latex/ctex/" "tex/generic/ctex/" "tex/latex/ctex/" "tex/luatex/ctex/")))) @@ -45377,12 +45584,12 @@ Chinese typesetting.") (define-public texlive-ctex-faq (package (name "texlive-ctex-faq") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ctex-faq/")))) (file-name (git-file-name name version)) (sha256 @@ -45401,12 +45608,12 @@ author.") (define-public texlive-ctib (package (name "texlive-ctib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ctib/" "fonts/source/public/ctib/" "fonts/tfm/public/ctib/" @@ -45429,18 +45636,18 @@ formed by TeX and Metafont. No external preprocessor is needed.") (define-public texlive-ctie (package (name "texlive-ctie") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/ctie.1" "doc/man/man1/ctie.man1.pdf")))) (file-name (git-file-name name version)) (sha256 (base32 - "0pnrbyapfpz4hsj08q81f5qi33dm41gk31k6dp9wvi3mjzbni697")))) + "1cilk4rgkhmfxpplcsc9r8ljcxv2cyb3na9rcxq60ispfwnnlhly")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-kpathsea)) @@ -45453,19 +45660,19 @@ formed by TeX and Metafont. No external preprocessor is needed.") (define-public texlive-de-macro (package (name "texlive-de-macro") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/de-macro/" "scripts/de-macro/")))) (file-name (git-file-name name version)) (sha256 (base32 "1hbia43gzwj0lb9c9k8fh9w04mmvz0jwwdm15kp59v95v4n5svmr")))) (outputs '("out" "doc")) - (properties '((updater-extra-inputs "python"))) + (properties '((updater-extra-inputs "python-wrapper"))) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "de-macro"))) (inputs (list python-wrapper)) @@ -45483,12 +45690,12 @@ within the document, or in the document's private package file.") (define-public texlive-detex (package (name "texlive-detex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/detex.1" "doc/man/man1/detex.man1.pdf")))) (file-name (git-file-name name version)) @@ -45559,12 +45766,12 @@ Kubowicz's OpenDetex as its successor.") (define-public texlive-digestif (package (name "texlive-digestif") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/digestif/" "scripts/digestif/")))) (file-name (git-file-name name version)) (sha256 @@ -45594,12 +45801,12 @@ LSP protocol.") (define-public texlive-dickimaw (package (name "texlive-dickimaw") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dickimaw/")))) (file-name (git-file-name name version)) (sha256 @@ -45626,12 +45833,12 @@ Books included are: (define-public texlive-docsurvey (package (name "texlive-docsurvey") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/docsurvey/")))) (file-name (git-file-name name version)) (sha256 @@ -45652,12 +45859,12 @@ information on creating packages and documentation.") (define-public texlive-dtl (package (name "texlive-dtl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/dt2dv.1" "doc/man/man1/dt2dv.man1.pdf" "doc/man/man1/dv2dt.1" @@ -45728,17 +45935,20 @@ which is readily readable by humans. The DTL bundle contains an assembler (define-public texlive-dtxgen (package (name "texlive-dtxgen") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/support/dtxgen/" "scripts/dtxgen/")))) + (revision 78236) + (locations (list "doc/man/man1/dtxgen.1" + "doc/man/man1/dtxgen.man1.pdf" + "doc/support/dtxgen/" + "scripts/dtxgen/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1j1j136p4ddjlmwmhwlpmsxqpx2ixhhssfsl8l49lds80ad4y98m")))) + "0f54z8m385nfry6z2z7dzw2zjlidxjyp0d1z5l4sj26kqj16wmjz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "dtxgen"))) @@ -45753,12 +45963,12 @@ LaTeX source (.dtx) file.") (define-public texlive-dtxtut (package (name "texlive-dtxtut") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dtxtut/")))) (file-name (git-file-name name version)) (sha256 @@ -45777,12 +45987,12 @@ homebrewed classes and package files.") (define-public texlive-dvi2tty (package (name "texlive-dvi2tty") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/disdvi.1" "doc/man/man1/disdvi.man1.pdf" "doc/man/man1/dvi2tty.1" @@ -45850,12 +46060,12 @@ the document.") (define-public texlive-dviasm (package (name "texlive-dviasm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dviasm/" "doc/man/man1/dviasm.1" "doc/man/man1/dviasm.man1.pdf" "scripts/dviasm/")))) @@ -45879,18 +46089,18 @@ or watermarks.") (define-public texlive-dvicopy (package (name "texlive-dvicopy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/dvicopy.1" "doc/man/man1/dvicopy.man1.pdf")))) (file-name (git-file-name name version)) (sha256 (base32 - "0gs4bm0sy4dni2mynxy03mbgqbp3qifns8ddbad83ij77bs33amk")))) + "1100qb5w7j5yjirv62psd4pchhns0vq77az0rkgqsgs3d8frdx01")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-dvicopy-bin)) @@ -45929,12 +46139,12 @@ drivers (much like DVItype).") (define-public texlive-dvidvi (package (name "texlive-dvidvi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/dvidvi.1" "doc/man/man1/dvidvi.man1.pdf")))) (file-name (git-file-name name version)) @@ -46005,12 +46215,12 @@ exclusions.") (define-public texlive-dviinfox (package (name "texlive-dviinfox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dviinfox/" "scripts/dviinfox/")))) (file-name (git-file-name name version)) (sha256 @@ -46030,12 +46240,12 @@ file. It also supports XeTeX XDV format.") (define-public texlive-dviljk (package (name "texlive-dviljk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/dvihp.1" "doc/man/man1/dvihp.man1.pdf" "doc/man/man1/dvilj.1" @@ -46112,12 +46322,12 @@ file. It also supports XeTeX XDV format.") (define-public texlive-dviout-util (package (name "texlive-dviout-util") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/chkdvifont.1" "doc/man/man1/chkdvifont.man1.pdf" "doc/man/man1/dvispc.1" @@ -46188,12 +46398,12 @@ transforms between a DVI file and a text file.") (define-public texlive-dvipng (package (name "texlive-dvipng") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/dvipng/" "doc/info/dvipng.info" "doc/man/man1/dvigif.1" @@ -46203,7 +46413,7 @@ transforms between a DVI file and a text file.") (file-name (git-file-name name version)) (sha256 (base32 - "0yxdpx9kvf1712ygfd1kxksqcri3l6wmkslwcxjcx2k6p9fs1217")))) + "06rd7dl9dh3r0zdb4j6masfg0kw30bzv3777qwd4q1psvvdbh0nz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-dvipng-bin)) @@ -46275,12 +46485,12 @@ not read the postamble, so it can be started before TeX finishes.") (define-public texlive-dvipos (package (name "texlive-dvipos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/dvipos.1" "doc/man/man1/dvipos.man1.pdf")))) (file-name (git-file-name name version)) @@ -46349,12 +46559,12 @@ and @samp{y} location.") (define-public texlive-dvipsconfig (package (name "texlive-dvipsconfig") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "dvips/dvipsconfig/")))) (file-name (git-file-name name version)) (sha256 @@ -46376,18 +46586,18 @@ paper feed errors!") (define-public texlive-dvisvgm (package (name "texlive-dvisvgm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/dvisvgm.1" "doc/man/man1/dvisvgm.man1.pdf")))) (file-name (git-file-name name version)) (sha256 (base32 - "0m497sk6ni7npiw7g67c28hw8xd6nl3qbhv8hj7b9pcl554fvf68")))) + "1072wm3y6n46p510pf9jngyr0xwc5i3mc989r8w026ibn9pan9v1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-dvisvgm-bin)) @@ -46476,18 +46686,20 @@ support SVG fonts are enabled to render the graphics properly.") (define-public texlive-ebong (package (name "texlive-ebong") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ebong/" "scripts/ebong/")))) (file-name (git-file-name name version)) (sha256 (base32 "1n177627hdsa5fv64irxq8dlxbc2yxk604ifgpjvdx5ww41451k9")))) (outputs '("out" "doc")) + (properties '((updater-extra-inputs "python-wrapper") + (updater-ignored-inputs "python"))) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "ebong.py"))) (inputs (list python-wrapper)) @@ -46500,16 +46712,43 @@ text in Rapid Roman Bangla and convert it to the BangTeX format by a Python program. All LaTeX markups are preserved in the target file.") (license license:public-domain))) +(define-public texlive-eigo + (package + (name "texlive-eigo") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/eigo/" + "tex/latex/eigo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1p3z0m5v8drgjv645s0282h2dfd50axpghgncvxymga40yjsbv32")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/eigo") + (synopsis + "Comprehensive tools for creating Go (Weiqi/Baduk) game diagrams in LaTeX") + (description + "The @code{eigo} package provides comprehensive tools for creating +Go (Weiqi/Baduk) game diagrams in LaTeX documents. The package supports seven +stone colors, border display, extended size presets with validation, and +advanced features for game analysis and problem presentation.") + (license license:lppl1.3c))) + (define-public texlive-eijkhout (package (name "texlive-eijkhout") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "tex/generic/eijkhout/")))) + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "tex/generic/eijkhout/")))) (file-name (git-file-name name version)) (sha256 (base32 @@ -46528,12 +46767,12 @@ a CD label; and @code{repeat}, a nestable, generic loop macro.") (define-public texlive-encxvlna (package (name "texlive-encxvlna") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/encxvlna/" "tex/latex/encxvlna/" "tex/plain/encxvlna/")))) (file-name (git-file-name name version)) @@ -46554,12 +46793,12 @@ files both for plain TeX and LaTeX.") (define-public texlive-epigram (package (name "texlive-epigram") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/generic/epigram/")))) (file-name (git-file-name name version)) (sha256 @@ -46577,12 +46816,12 @@ paragraph.") (define-public texlive-epsf-dvipdfmx (package (name "texlive-epsf-dvipdfmx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/epsf-dvipdfmx/" "tex/plain/epsf-dvipdfmx/")))) (file-name (git-file-name name version)) @@ -46603,12 +46842,12 @@ bounding box.") (define-public texlive-ethiop (package (name "texlive-ethiop") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ethiop/" "fonts/ofm/public/ethiop/" "fonts/ovf/public/ethiop/" @@ -46638,12 +46877,12 @@ macros use the Babel framework.") (define-public texlive-ethiop-t1 (package (name "texlive-ethiop-t1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ethiop-t1/" "fonts/map/dvips/ethiop-t1/" "fonts/type1/public/ethiop-t1/")))) @@ -46663,12 +46902,12 @@ macros use the Babel framework.") (define-public texlive-expex-acro (package (name "texlive-expex-acro") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/expex-acro/" "source/generic/expex-acro/" "tex/generic/expex-acro/")))) @@ -46690,12 +46929,12 @@ in linguistics.") (define-public texlive-expkv-bundle (package (name "texlive-expkv-bundle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/expkv-bundle/" "source/latex/expkv-bundle/" "tex/context/third/expkv-bundle/" @@ -46735,13 +46974,13 @@ allow a somewhat natural formulation.") (define-public texlive-fadingimage (package (name "texlive-fadingimage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fadingimage/" "tex/latex/fadingimage/")))) (file-name (git-file-name name version)) @@ -46760,12 +46999,12 @@ library.") (define-public texlive-fc (package (name "texlive-fc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fc/" "fonts/source/jknappen/fc/" "fonts/tfm/jknappen/fc/" "tex/latex/fc/")))) (file-name (git-file-name name version)) @@ -46793,13 +47032,13 @@ files and a modest set of glyph specifications.") (define-public texlive-fenetrecas (package (name "texlive-fenetrecas") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fenetrecas/" "tex/latex/fenetrecas/")))) (file-name (git-file-name name version)) @@ -46817,12 +47056,12 @@ windows like Xcas or Geogebra.") (define-public texlive-fenixpar (package (name "texlive-fenixpar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/fenixpar/" "tex/generic/fenixpar/")))) (file-name (git-file-name name version)) @@ -46849,12 +47088,12 @@ either with Plain TeX or with LaTeX.") (define-public texlive-feupphdteses (package (name "texlive-feupphdteses") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/feupphdteses/" "tex/latex/feupphdteses/")))) (file-name (git-file-name name version)) @@ -46874,12 +47113,12 @@ University of Porto.") (define-public texlive-figflow (package (name "texlive-figflow") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/figflow/" "tex/plain/figflow/")))) (file-name (git-file-name name version)) (sha256 @@ -46903,12 +47142,12 @@ area.") (define-public texlive-finbib (package (name "texlive-finbib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/finbib/")))) (file-name (git-file-name name version)) (sha256 @@ -46924,12 +47163,12 @@ area.") (define-public texlive-findhyph (package (name "texlive-findhyph") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/findhyph.1" "doc/man/man1/findhyph.man1.pdf" "doc/support/findhyph/" "scripts/findhyph/")))) @@ -46954,12 +47193,12 @@ referenced.") (define-public texlive-first-latex-doc (package (name "texlive-first-latex-doc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/first-latex-doc/")))) (file-name (git-file-name name version)) (sha256 @@ -46978,12 +47217,12 @@ document, and wants to carry on, will find recommendations for tutorials.") (define-public texlive-fixpdfmag (package (name "texlive-fixpdfmag") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/plain/fixpdfmag/")))) (file-name (git-file-name name version)) (sha256 @@ -47000,12 +47239,12 @@ to apply to page dimensions.") (define-public texlive-fltpoint (package (name "texlive-fltpoint") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/fltpoint/" "source/generic/fltpoint/" "tex/generic/fltpoint/")))) @@ -47025,12 +47264,12 @@ subtraction, multiplication, division and rounding).") (define-public texlive-fntproof (package (name "texlive-fntproof") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/fntproof/" "tex/generic/fntproof/")))) (file-name (git-file-name name version)) @@ -47053,12 +47292,12 @@ commands supporting this last purpose are also made available.") (define-public texlive-font-change (package (name "texlive-font-change") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/font-change/" "tex/plain/font-change/")))) (file-name (git-file-name name version)) @@ -47081,12 +47320,12 @@ sizes.") (define-public texlive-fontch (package (name "texlive-fontch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/fontch/" "tex/plain/fontch/")))) (file-name (git-file-name name version)) (sha256 @@ -47109,12 +47348,12 @@ documents is also provided.") (define-public texlive-fontinstallationguide (package (name "texlive-fontinstallationguide") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fontinstallationguide/")))) (file-name (git-file-name name version)) (sha256 @@ -47136,12 +47375,12 @@ about.") (define-public texlive-fontools (package (name "texlive-fontools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/afm2afm.1" "doc/man/man1/afm2afm.man1.pdf" "doc/man/man1/autoinst.1" @@ -47154,7 +47393,7 @@ about.") (file-name (git-file-name name version)) (sha256 (base32 - "1m444q3ijzyqymlyabhk0kvgql3xldl5bj9y7bnr8ygky6ir148h")))) + "12qd347a677dqg3y87v6ylxhfr6xqc8syym3868a3v0gx4bmrvjx")))) (outputs '("out" "doc")) (properties '((updater-extra-inputs "perl"))) (build-system texlive-build-system) @@ -47182,12 +47421,12 @@ otc) into individual fonts. (define-public texlive-fonts-tlwg (package (name "texlive-fonts-tlwg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fonts-tlwg/" "fonts/afm/public/fonts-tlwg/" "fonts/enc/dvips/fonts-tlwg/" @@ -47216,12 +47455,12 @@ sources, and with LaTeX @file{.fd} files.") (define-public texlive-fontware (package (name "texlive-fontware") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/pltotf.1" "doc/man/man1/pltotf.man1.pdf" "doc/man/man1/tftopl.1" @@ -47233,7 +47472,7 @@ sources, and with LaTeX @file{.fd} files.") (file-name (git-file-name name version)) (sha256 (base32 - "0wssx0r26y2dgnhdzhxi2fcnrlyysc0zfy2xbjp2vg88fyy1j13c")))) + "1xidqspv3j1c8dxr1ijvh82q14lxmfh8g3l3p0fzq5mihspx84ql")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-fontware-bin)) @@ -47275,12 +47514,12 @@ file and generates a VPL file.") (define-public texlive-forest-quickstart (package (name "texlive-forest-quickstart") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/forest-quickstart/")))) (file-name (git-file-name name version)) (sha256 @@ -47299,12 +47538,12 @@ with just the essential things that you need to get started.") (define-public texlive-fragmaster (package (name "texlive-fragmaster") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/fragmaster/" "scripts/fragmaster/")))) (file-name (git-file-name name version)) @@ -47326,12 +47565,12 @@ and EPS files with the substitutions included.") (define-public texlive-gentle (package (name "texlive-gentle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/gentle/")))) (file-name (git-file-name name version)) (sha256 @@ -47350,12 +47589,12 @@ tutorial on the use of plain TeX.") (define-public texlive-getoptk (package (name "texlive-getoptk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/getoptk/" "tex/plain/getoptk/")))) (file-name (git-file-name name version)) (sha256 @@ -47374,12 +47613,12 @@ The package was designed for use with Plain TeX.") (define-public texlive-gfnotation (package (name "texlive-gfnotation") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/gfnotation/" "tex/plain/gfnotation/")))) (file-name (git-file-name name version)) @@ -47400,12 +47639,12 @@ books are supported.") (define-public texlive-gfsbaskerville (package (name "texlive-gfsbaskerville") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gfsbaskerville/" "fonts/afm/public/gfsbaskerville/" "fonts/enc/dvips/gfsbaskerville/" @@ -47432,12 +47671,12 @@ support provides for the use of LGR encoding.") (define-public texlive-gfsporson (package (name "texlive-gfsporson") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gfsporson/" "fonts/afm/public/gfsporson/" "fonts/enc/dvips/gfsporson/" @@ -47465,12 +47704,12 @@ provided, using the LGR encoding.") (define-public texlive-gobble (package (name "texlive-gobble") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/gobble/" "source/generic/gobble/" "tex/generic/gobble/")))) @@ -47501,12 +47740,12 @@ to be defined.") (define-public texlive-graphics-pln (package (name "texlive-graphics-pln") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/graphics-pln/" "tex/plain/graphics-pln/")))) (file-name (git-file-name name version)) @@ -47528,12 +47767,12 @@ provides the LaTeX picture mode to Plain TeX users.") (define-public texlive-greek-inputenc (package (name "texlive-greek-inputenc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/greek-inputenc/" "tex/latex/greek-inputenc/")))) (file-name (git-file-name name version)) @@ -47552,12 +47791,12 @@ definition files for use with @code{inputenc}.") (define-public texlive-greekdates (package (name "texlive-greekdates") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/greekdates/" "source/latex/greekdates/" "tex/latex/greekdates/")))) @@ -47580,12 +47819,12 @@ ancient way, such as @code{\\today}.") (define-public texlive-greektex (package (name "texlive-greektex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/greektex/" "tex/latex/greektex/")))) (file-name (git-file-name name version)) (sha256 @@ -47603,12 +47842,12 @@ Greek hyphenation patterns for the fonts encoding are also provided.") (define-public texlive-greektonoi (package (name "texlive-greektonoi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/greektonoi/" "fonts/map/dvips/greektonoi/" "tex/latex/greektonoi/")))) @@ -47637,12 +47876,12 @@ with @code{greektonoi} mapping or independently.") (define-public texlive-gtl (package (name "texlive-gtl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/gtl/" "source/generic/gtl/" "tex/generic/gtl/")))) (file-name (git-file-name name version)) @@ -47663,12 +47902,12 @@ to work with entire braced groups at a time.") (define-public texlive-hindawi-latex-template (package (name "texlive-hindawi-latex-template") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hindawi-latex-template/")))) (file-name (git-file-name name version)) (sha256 @@ -47687,12 +47926,12 @@ submissions.") (define-public texlive-hlist (package (name "texlive-hlist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/hlist/" "tex/generic/hlist/")))) (file-name (git-file-name name version)) (sha256 @@ -47710,12 +47949,12 @@ in which @code{\\hitem} starts a horizontal and columned item.") (define-public texlive-hyplain (package (name "texlive-hyplain") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/hyplain/" "tex/plain/hyplain/")))) (file-name (git-file-name name version)) (sha256 @@ -47734,12 +47973,12 @@ typesetting.") (define-public texlive-ibycus-babel (package (name "texlive-ibycus-babel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ibycus-babel/" "source/latex/ibycus-babel/" "tex/latex/ibycus-babel/")))) @@ -47762,12 +48001,12 @@ manner.") (define-public texlive-ibygrk (package (name "texlive-ibygrk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ibygrk/" "fonts/afm/public/ibygrk/" "fonts/enc/dvips/ibygrk/" @@ -47797,12 +48036,12 @@ TeX or LaTeX, but for use with Babel, see the @code{ibycus-babel} package.") (define-public texlive-inputnormalization (package (name "texlive-inputnormalization") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/inputnormalization/" "source/latex/inputnormalization/" "tex/latex/inputnormalization/")))) @@ -47822,12 +48061,12 @@ before it's read by TeX.") (define-public texlive-insbox (package (name "texlive-insbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/insbox/" "tex/generic/insbox/")))) (file-name (git-file-name name version)) (sha256 @@ -47845,12 +48084,12 @@ primitive. This is a TeX package.") (define-public texlive-js-misc (package (name "texlive-js-misc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/js-misc/" "tex/plain/js-misc/")))) (file-name (git-file-name name version)) (sha256 @@ -47869,19 +48108,19 @@ a TeX document; and @file{cassette.tex} for setting cassette labels.") (define-public texlive-jsclasses (package (name "texlive-jsclasses") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/platex/jsclasses/" "source/platex/jsclasses/" "tex/platex/jsclasses/")))) (file-name (git-file-name name version)) (sha256 (base32 - "024bgaim5rkamlwj4xa6w4yp8i37f8j6vn4jyrh8avwm9anc22pg")))) + "0jksmhgdncvf3ys4ks6q221h4zw4z8fx2gwrxhmzdfbsjgs9ds6f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jsclasses") @@ -47895,18 +48134,18 @@ designed to work under ASCII Corporation's Japanese TeX system pTeX.") (define-public texlive-jsonparse (package (name "texlive-jsonparse") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jsonparse/" "tex/latex/jsonparse/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0bz6y616729asqjm1a1nd701f20yhhkmgnw1syl5aznw5whbxach")))) + (base32 "0zl7xp3fnp00na5l0bm4cy4pd8zpag2a70bikhlxjm4sx7ghxln2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jsonparse") @@ -47920,12 +48159,12 @@ token variable.") (define-public texlive-kerkis (package (name "texlive-kerkis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/kerkis/" "fonts/afm/public/kerkis/" "fonts/enc/dvips/kerkis/" @@ -47955,12 +48194,12 @@ old-style number glyphs are also available.") (define-public texlive-lambda-lists (package (name "texlive-lambda-lists") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/lambda-lists/" "tex/plain/lambda-lists/")))) (file-name (git-file-name name version)) @@ -47980,12 +48219,12 @@ what Knuth is pleased to call ``TeX's mouth''.") (define-public texlive-langcode (package (name "texlive-langcode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/langcode/" "source/generic/langcode/" "tex/generic/langcode/")))) @@ -48008,12 +48247,12 @@ separately typeset in different languages.") (define-public texlive-lecturer (package (name "texlive-lecturer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/lecturer/" "tex/generic/lecturer/")))) (file-name (git-file-name name version)) @@ -48051,12 +48290,12 @@ classic style to silly video game.") (define-public texlive-letterspacing (package (name "texlive-letterspacing") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/generic/letterspacing/")))) (file-name (git-file-name name version)) (sha256 @@ -48076,12 +48315,12 @@ considered acceptable in modern typesetting of English.") (define-public texlive-levy (package (name "texlive-levy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/levy/" "fonts/source/public/levy/" "fonts/tfm/public/levy/" "tex/generic/levy/")))) @@ -48103,12 +48342,12 @@ Plain TeX are included in the package; for use with LaTeX, see @code{lgreek} (define-public texlive-lgreek (package (name "texlive-lgreek") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lgreek/" "tex/latex/lgreek/")))) (file-name (git-file-name name version)) (sha256 @@ -48126,12 +48365,12 @@ use with LaTeX.") (define-public texlive-lgrmath (package (name "texlive-lgrmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lgrmath/" "source/latex/lgrmath/" "tex/latex/lgrmath/")))) (file-name (git-file-name name version)) @@ -48152,12 +48391,12 @@ family names on typical LaTeX installations.") (define-public texlive-localloc (package (name "texlive-localloc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/localloc/" "source/generic/localloc/" "tex/generic/localloc/")))) @@ -48178,13 +48417,13 @@ and LaTeX.") (define-public texlive-medmath (package (name "texlive-medmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/medmath/" "tex/latex/medmath/")))) (file-name (git-file-name name version)) @@ -48204,12 +48443,12 @@ definite integrals.") (define-public texlive-metatex (package (name "texlive-metatex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/metatex/" "tex/plain/metatex/")))) (file-name (git-file-name name version)) (sha256 @@ -48231,12 +48470,12 @@ of TeX and one of Metafont are needed.") (define-public texlive-midnight (package (name "texlive-midnight") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/midnight/" "tex/generic/midnight/")))) (file-name (git-file-name name version)) @@ -48266,12 +48505,12 @@ of TeX and one of Metafont are needed.") (define-public texlive-mkgrkindex (package (name "texlive-mkgrkindex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/mkgrkindex/" "makeindex/mkgrkindex/" "scripts/mkgrkindex/")))) @@ -48296,12 +48535,12 @@ sort the entries according to the rules of the Greek alphabet.") (define-public texlive-modulus (package (name "texlive-modulus") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/modulus/" "source/generic/modulus/" "tex/generic/modulus/")))) @@ -48324,19 +48563,19 @@ the dividend and divisor.") (define-public texlive-moloch (package (name "texlive-moloch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/moloch/" "source/latex/moloch/" "tex/latex/moloch/")))) (file-name (git-file-name name version)) (sha256 - (base32 "03x0j4y9grc4vf36wpq1r73kggs1rhz81ncf7kk03siqa6khx1qh")))) + (base32 "1qm318ar940hi0vg5qjlg88yhn08cn02fsjblwzjrfn8n1hgb8fa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/moloch") @@ -48349,12 +48588,12 @@ theme, but has a minimalist and slightly less opinionated design.") (define-public texlive-mongolian-babel (package (name "texlive-mongolian-babel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mongolian-babel/" "source/latex/mongolian-babel/" "tex/latex/mongolian-babel/")))) @@ -48374,12 +48613,12 @@ alphabet. (The work derives from the earlier Russian work for Babel.)") (define-public texlive-montex (package (name "texlive-montex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/montex/" "fonts/map/dvips/montex/" "fonts/source/public/montex/" @@ -48416,13 +48655,13 @@ Vertical text generated by MonTeX is not supported in DVI.") (define-public texlive-moremath (package (name "texlive-moremath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/moremath/" "source/latex/moremath/" "tex/latex/moremath/")))) @@ -48447,12 +48686,12 @@ matrices and identity matrices are provided.") (define-public texlive-moreverb (package (name "texlive-moreverb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/moreverb/" "source/latex/moreverb/" "tex/latex/moreverb/")))) (file-name (git-file-name name version)) @@ -48476,12 +48715,12 @@ advised to consider using the @code{fancyvrb} package in place of (define-public texlive-morewrites (package (name "texlive-morewrites") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/morewrites/" "source/latex/morewrites/" "tex/latex/morewrites/")))) @@ -48505,12 +48744,12 @@ the beginning of the sequence of loading packages for a document.") (define-public texlive-morisawa (package (name "texlive-morisawa") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/morisawa/" "fonts/map/dvipdfmx/morisawa/" "fonts/tfm/public/morisawa/" @@ -48534,13 +48773,13 @@ and dvips.") (define-public texlive-mpchess (package (name "texlive-mpchess") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/mpchess/" "fonts/truetype/public/mpchess/" "metapost/mpchess/")))) @@ -48560,13 +48799,13 @@ by the @url{https://lichess.org, Lichess} website.") (define-public texlive-mpkiviat (package (name "texlive-mpkiviat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/mpkiviat/" "metapost/mpkiviat/")))) (file-name (git-file-name name version)) @@ -48584,12 +48823,12 @@ chart, spider chart, etc.).") (define-public texlive-mpman-ru (package (name "texlive-mpman-ru") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/mpman-ru/")))) (file-name (git-file-name name version)) (sha256 @@ -48608,12 +48847,12 @@ distributed with MetaPost itself.") (define-public texlive-namedef (package (name "texlive-namedef") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/namedef/" "source/generic/namedef/" "tex/generic/namedef/")))) @@ -48636,12 +48875,12 @@ easy to understand long definitions.") (define-public texlive-navigator (package (name "texlive-navigator") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/navigator/" "tex/generic/navigator/")))) (file-name (git-file-name name version)) @@ -48664,12 +48903,12 @@ and use raw PDF objects.") (define-public texlive-newsletr (package (name "texlive-newsletr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/newsletr/" "tex/plain/newsletr/")))) (file-name (git-file-name name version)) (sha256 @@ -48688,12 +48927,12 @@ and use raw PDF objects.") (define-public texlive-numnameru (package (name "texlive-numnameru") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/numnameru/" "tex/latex/numnameru/")))) (file-name (git-file-name name version)) @@ -48712,12 +48951,12 @@ of the number.") (define-public texlive-ofs (package (name "texlive-ofs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/ofs/" "tex/generic/ofs/")))) (file-name (git-file-name name version)) (sha256 @@ -48744,18 +48983,18 @@ installed via OFS. (define-public texlive-olsak-misc (package (name "texlive-olsak-misc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/olsak-misc/" "tex/generic/olsak-misc/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0kl83yvj299w7v69a20i5yi91h46n0k080rg6z1jjwdxm0g893a0")))) + "1vy3wccblfiv3adhlzk559himmqd2kli7b1p5ymizrg2sg8ca307")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/olsak-misc") @@ -48787,12 +49026,12 @@ conversion; (define-public texlive-outerhbox (package (name "texlive-outerhbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/generic/outerhbox/")))) (file-name (git-file-name name version)) (sha256 @@ -48811,12 +49050,12 @@ needed when the material is @code{\\unhbox}'ed.") (define-public texlive-path (package (name "texlive-path") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/path/" "tex/generic/path/")))) (file-name (git-file-name name version)) (sha256 @@ -48836,12 +49075,12 @@ regarded as punctuation may be changed from the package's default.") (define-public texlive-pdf-trans (package (name "texlive-pdf-trans") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pdf-trans/" "tex/generic/pdf-trans/")))) (file-name (git-file-name name version)) @@ -48860,12 +49099,12 @@ TeX boxes (based on plain and pdfeTeX primitives).") (define-public texlive-pdfmsym (package (name "texlive-pdfmsym") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pdfmsym/" "tex/generic/pdfmsym/")))) (file-name (git-file-name name version)) @@ -48888,12 +49127,12 @@ packages.") (define-public texlive-pitex (package (name "texlive-pitex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/pitex/" "tex/plain/pitex/")))) (file-name (git-file-name name version)) (sha256 @@ -48912,12 +49151,12 @@ packages).") (define-public texlive-pl (package (name "texlive-pl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/pl/" "dvips/pl/" "fonts/afm/public/pl/" @@ -48945,12 +49184,12 @@ fonts (compatible with CM itself) for use with Polish TeX formats.") (define-public texlive-placeins-plain (package (name "texlive-placeins-plain") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/plain/placeins-plain/")))) (file-name (git-file-name name version)) (sha256 @@ -48969,12 +49208,12 @@ following section, even when sections do not normally begin a new page.") (define-public texlive-plainpkg (package (name "texlive-plainpkg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/plainpkg/" "source/generic/plainpkg/" "tex/generic/plainpkg/")))) @@ -48997,12 +49236,12 @@ LaTeX packages use of @samp{@@@@}) in nested package files.") (define-public texlive-platex (package (name "texlive-platex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/platex.1" "doc/man/man1/platex.man1.pdf" "doc/platex/base/" @@ -49012,7 +49251,7 @@ LaTeX packages use of @samp{@@@@}) in nested package files.") (file-name (git-file-name name version)) (sha256 (base32 - "1bhr4q696j7pq5dlbg6pmr1y995xkz75432148h53wa6f713z9sb")))) + "092qcgh1az8fa8r9qfpysdzylyzfs5visg85ffjq0gy2lj0ac32h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -49060,12 +49299,12 @@ e-pTeX.") (define-public texlive-platex-tools (package (name "texlive-platex-tools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/platex-tools/" "tex/latex/platex-tools/")))) (file-name (git-file-name name version)) @@ -49086,12 +49325,12 @@ Schroder's @code{ms} bundle are included.") (define-public texlive-platexcheat (package (name "texlive-platexcheat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/platexcheat/")))) (file-name (git-file-name name version)) (sha256 @@ -49111,12 +49350,12 @@ of standard LaTeX (especially about Math mode).") (define-public texlive-plautopatch (package (name "texlive-plautopatch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/plautopatch/" "tex/latex/plautopatch/")))) (file-name (git-file-name name version)) @@ -49141,12 +49380,12 @@ LaTeX ones.") (define-public texlive-plipsum (package (name "texlive-plipsum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/plipsum/" "tex/plain/plipsum/")))) (file-name (git-file-name name version)) (sha256 @@ -49166,12 +49405,12 @@ use.") (define-public texlive-plnfss (package (name "texlive-plnfss") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/plnfss/" "tex/plain/plnfss/")))) (file-name (git-file-name name version)) (sha256 @@ -49194,12 +49433,12 @@ manually.") (define-public texlive-plstmary (package (name "texlive-plstmary") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/plstmary/" "tex/plain/plstmary/")))) (file-name (git-file-name name version)) (sha256 @@ -49217,12 +49456,12 @@ Mary's Road fonts, in a Plain TeX environment.") (define-public texlive-poormanlog (package (name "texlive-poormanlog") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/poormanlog/" "tex/generic/poormanlog/")))) (file-name (git-file-name name version)) @@ -49242,12 +49481,12 @@ dependencies provides two fast expandable macros computing logarithms in base (define-public texlive-present (package (name "texlive-present") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/present/" "tex/plain/present/")))) (file-name (git-file-name name version)) (sha256 @@ -49270,12 +49509,12 @@ their specific needs.") (define-public texlive-ptex (package (name "texlive-ptex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/eptex.1" "doc/man/man1/eptex.man1.pdf" "doc/man/man1/makejvf.1" @@ -49295,7 +49534,7 @@ their specific needs.") (file-name (git-file-name name version)) (sha256 (base32 - "0q9j3782k9kbzf2ydmg0bh89hbpgwz2fmhqacml2rlrmavqn4616")))) + "1671snj4y85jh7xknhzc5nanzj6vp1k6h450xygjqbwqyhwxs3yc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:create-formats #~(list "eptex" "ptex"))) @@ -49345,7 +49584,7 @@ distributed as package @code{pTeX-manual}.") ((#:configure-flags flags) #~(cons* "--enable-makejvf" "--enable-mendexk" - "--enable-ptex" + "--enable-eptex" (delete "--enable-web2c" #$flags))) ((#:phases phases) #~(modify-phases #$phases @@ -49363,17 +49602,20 @@ distributed as package @code{pTeX-manual}.") (with-directory-excursion "texk/mendexk" (invoke "make" "install")) (with-directory-excursion "texk/web2c" - (invoke "make" "ptex") + ;; Since TL 2026, both "ptex" and "uptex" are really + ;; "euptex" binary. + (invoke "make" "euptex") (invoke "make" "pmpost")) ;; Install Web2C parts. (let ((bin (string-append #$output "/bin"))) (with-directory-excursion "texk/web2c" + (rename-file "euptex" "eptex") (for-each (lambda (f) (install-file f bin)) - '("ptex" "pmpost"))) + '("eptex" "pmpost"))) (with-directory-excursion bin (for-each symlink - '("ptex" "pmpost" "pmpost") - '("eptex" "pdvitomp" "r-pmpost")) + '("eptex" "pmpost" "pmpost") + '("ptex" "pdvitomp" "r-pmpost")) ;; Some executables are symlinks to TEXLIVE-UPTEX-BIN's. (let ((uptex #$(this-package-input "texlive-uptex-bin"))) (for-each @@ -49398,12 +49640,12 @@ distributed as package @code{pTeX-manual}.") (define-public texlive-ptex-base (package (name "texlive-ptex-base") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/ptex/ptex-base/" "tex/ptex/ptex-base/")))) (file-name (git-file-name name version)) (sha256 @@ -49420,12 +49662,12 @@ distributed as package @code{pTeX-manual}.") (define-public texlive-ptex-fontmaps (package (name "texlive-ptex-fontmaps") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ptex-fontmaps/" "fonts/cmap/ptex-fontmaps/" "fonts/map/dvipdfmx/ptex-fontmaps/adobe/" @@ -49495,17 +49737,17 @@ for (u)ptex and related programs and formats.") (define-public texlive-ptex-manual (package (name "texlive-ptex-manual") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/ptex/ptex-manual/")))) (file-name (git-file-name name version)) (sha256 (base32 - "08p38m95618r1m659hyvw2fcw84zcjn4byy263hkgkrm4ym9qz5n")))) + "1c1pmivpggyyqjwkgblwnz4rjprv1rli8lifdd61r7iy059xa16b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ptex-manual") @@ -49516,12 +49758,12 @@ for (u)ptex and related programs and formats.") (define-public texlive-ptex-fonts (package (name "texlive-ptex-fonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ptex-fonts/" "fonts/source/ptex-fonts/jis/" "fonts/source/ptex-fonts/nmin-ngoth/" @@ -49549,12 +49791,12 @@ for (u)ptex and related programs and formats.") (define-public texlive-ptex2pdf (package (name "texlive-ptex2pdf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ptex2pdf/" "scripts/ptex2pdf/")))) (file-name (git-file-name name version)) (sha256 @@ -49575,12 +49817,12 @@ followed by dvipdfmx.") (define-public texlive-pxbase (package (name "texlive-pxbase") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/platex/pxbase/" "tex/platex/pxbase/")))) (file-name (git-file-name name version)) (sha256 @@ -49600,12 +49842,12 @@ a few user commands to assist in creating Japanese documents using (define-public texlive-pxchfon (package (name "texlive-pxchfon") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/platex/pxchfon/" "fonts/sfd/pxchfon/" "fonts/tfm/public/pxchfon/" "fonts/vf/public/pxchfon/" @@ -49631,12 +49873,12 @@ font. This package also supports setup for the fonts used in the (define-public texlive-pxcjkcat (package (name "texlive-pxcjkcat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pxcjkcat/" "tex/latex/pxcjkcat/")))) (file-name (git-file-name name version)) (sha256 @@ -49656,12 +49898,12 @@ principally written in English or other Western languages.") (define-public texlive-pxjahyper (package (name "texlive-pxjahyper") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/platex/pxjahyper/" "tex/platex/pxjahyper/")))) (file-name (git-file-name name version)) @@ -49681,12 +49923,12 @@ information in Japanese.") (define-public texlive-pxjodel (package (name "texlive-pxjodel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pxjodel/" "fonts/tfm/public/pxjodel/" "fonts/vf/public/pxjodel/" @@ -49694,7 +49936,7 @@ information in Japanese.") (file-name (git-file-name name version)) (sha256 (base32 - "1g5sd60zd34ark50qy2dgqrdcd5pwy5hxmi6g5jxqlj3j1n6r1ny")))) + "0hc6c1p803ymnjqrc20yn0rpqdnvlpxlg6bilx3dz5l5ncy7gy8m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pxjodel") @@ -49709,12 +49951,12 @@ names. This function will assist users who want to use the (define-public texlive-pxrubrica (package (name "texlive-pxrubrica") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/platex/pxrubrica/" "source/platex/pxrubrica/" "tex/platex/pxrubrica/")))) @@ -49736,12 +49978,12 @@ specification JIS X 4051.") (define-public texlive-pxufont (package (name "texlive-pxufont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pxufont/" "fonts/tfm/public/pxufont/" "fonts/vf/public/pxufont/" @@ -49771,17 +50013,17 @@ JFMs to such physical fonts are difficult to prepare.") (define-public texlive-pwebmac (package (name "texlive-pwebmac") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/pwebmac/" "tex/plain/pwebmac/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0md3zhzrgv84am038nm0b5jjnlgyfwcz4h4cp96xi8qbssxwhj5a")))) + "1waqpbsilyfbh9lyn7a3kaf2ckdwc2hdymnslrrnmid559sfl6d4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pwebmac") @@ -49812,18 +50054,18 @@ use.") (define-public texlive-randintlist (package (name "texlive-randintlist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/randintlist/" "tex/latex/randintlist/")))) (file-name (git-file-name name version)) (sha256 - (base32 "173b6kbk1kgbmdf8p5krjx14ngzs0575l0md54aayvvj6nvbpgan")))) + (base32 "1qihlh5461lsj4zrypwkr9kd0fzfc568ka803wl1z279g8cfsv41")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/randintlist") @@ -49838,12 +50080,12 @@ list can have multiple numbers or not, and this list can be sorted or not.") (define-public texlive-random (package (name "texlive-random") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/random/" "tex/generic/random/")))) (file-name (git-file-name name version)) (sha256 @@ -49862,12 +50104,12 @@ provide random real numbers.") (define-public texlive-randomlist (package (name "texlive-randomlist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/randomlist/" "source/generic/randomlist/" "tex/generic/randomlist/")))) @@ -49890,12 +50132,12 @@ with different data for each pupil.") (define-public texlive-resumemac (package (name "texlive-resumemac") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/resumemac/" "tex/plain/resumemac/")))) (file-name (git-file-name name version)) @@ -49912,12 +50154,12 @@ with different data for each pupil.") (define-public texlive-ruler (package (name "texlive-ruler") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/generic/ruler/")))) (file-name (git-file-name name version)) (sha256 @@ -49936,19 +50178,19 @@ printers.") (define-public texlive-schemata (package (name "texlive-schemata") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/schemata/" "source/generic/schemata/" "tex/generic/schemata/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1196653ankylbcsiv1cnrrazz2qplcs27llpv947h4m94vx4sl19")))) + "03wgrh7kjwljvq3d0qjkdizwalkgyd9n39fi6rqfnh6j14gzynl9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/schemata") @@ -49963,12 +50205,12 @@ modern periods.") (define-public texlive-shade (package (name "texlive-shade") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/shade/" "fonts/source/public/shade/" "tex/generic/shade/")))) @@ -49989,18 +50231,18 @@ the resolution used in the Metafont printer parameters.") (define-public texlive-simplekv (package (name "texlive-simplekv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/simplekv/" "tex/generic/simplekv/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0xrlqhxqzg75gvbf9iabfgz8bl01wqvnwmv9n8yqdhqv7bk0hvz9")))) + "1yws6mpix4zfinfzp5zs61wh1kl2gq35rzagzjzmvdqphh876a9v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simplekv") @@ -50012,12 +50254,12 @@ the resolution used in the Metafont printer parameters.") (define-public texlive-swrule (package (name "texlive-swrule") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/generic/swrule/")))) (file-name (git-file-name name version)) (sha256 @@ -50039,18 +50281,18 @@ effect of a rule that swells in its centre.") (define-public texlive-systeme (package (name "texlive-systeme") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/systeme/" "tex/generic/systeme/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1w63p2gg309q3vylqqy1g1djfnmfhk8rmaqkagqq92g6fmaknfky")))) + "0139b1661xfiyydkbbl03hcw1wac6qc7pgg8y6cyg8058rq9ry4z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/systeme") @@ -50065,12 +50307,12 @@ required.") (define-public texlive-tabto-generic (package (name "texlive-tabto-generic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/generic/tabto-generic/")))) (file-name (git-file-name name version)) (sha256 @@ -50088,12 +50330,12 @@ position is already further along, @code{\\tabto} starts a new line.") (define-public texlive-talos (package (name "texlive-talos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/talos/" "fonts/opentype/public/talos/")))) (file-name (git-file-name name version)) @@ -50114,12 +50356,12 @@ the Greek language.") (define-public texlive-termmenu (package (name "texlive-termmenu") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/termmenu/" "source/generic/termmenu/" "tex/generic/termmenu/")))) @@ -50141,12 +50383,12 @@ mechanism for TeX.") (define-public texlive-teubner (package (name "texlive-teubner") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/teubner/" "source/latex/teubner/" "tex/latex/teubner/")))) (file-name (git-file-name name version)) @@ -50167,12 +50409,12 @@ of the fonts used in printers shops in Lispia.") (define-public texlive-tex (package (name "texlive-tex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/initex.1" "doc/man/man1/initex.man1.pdf" "doc/man/man1/tex.1" @@ -50180,7 +50422,7 @@ of the fonts used in printers shops in Lispia.") (file-name (git-file-name name version)) (sha256 (base32 - "0gxzray8rn5xyjmh5zwfck1vcs4pm734vbspzfpxhfmn9l3gc69x")))) + "00wa9xndn2dc0fbmynv5pavbl4n85x0gibpn4my6ascg6pracbg5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -50210,12 +50452,12 @@ it should not be processed without Knuth's direct permission.") (define-public texlive-tex-ps (package (name "texlive-tex-ps") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/tex-ps/cmyk-hax/" "doc/generic/tex-ps/poligraf/" "dvips/tex-ps/" "tex/generic/tex-ps/")))) @@ -50236,12 +50478,12 @@ etc.") (define-public texlive-texdate (package (name "texlive-texdate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/texdate/" "source/generic/texdate/" "tex/generic/texdate/")))) @@ -50266,12 +50508,12 @@ languages.") (define-public texlive-texdimens (package (name "texlive-texdimens") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/texdimens/" "tex/generic/texdimens/")))) (file-name (git-file-name name version)) @@ -50290,19 +50532,19 @@ dimensional units, usable both with Plain TeX and with LaTeX.") (define-public texlive-timechart (package (name "texlive-timechart") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/timechart/" "source/latex/timechart/" "tex/latex/timechart/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1x22pha9bqilh38my09nsqcsghjkdah8pah4al9azjl91yg06cfy")))) + (base32 "0g3vbmfcmvs232k36ffs156alwcrdnwixb4crcgrn1xc5k3g3inz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/timechart") @@ -50319,18 +50561,18 @@ extend beyond the specified bounds of the chart.") (define-public texlive-timeop (package (name "texlive-timeop") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/timeop/" "tex/latex/timeop/")))) (file-name (git-file-name name version)) (sha256 - (base32 "04cklidp2jsx2dh32gxc45xcfl621xnk90cb4mag4bscllg8jj7i")))) + (base32 "0xd69dh8f4a9famwmp4f4dxznhrqm3p5dx71n26kvwpffbkmcpcp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/timeop") @@ -50342,12 +50584,12 @@ extend beyond the specified bounds of the chart.") (define-public texlive-timetable (package (name "texlive-timetable") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/plain/timetable/")))) (file-name (git-file-name name version)) (sha256 @@ -50365,12 +50607,12 @@ input is not critical.") (define-public texlive-transparent-io (package (name "texlive-transparent-io") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/transparent-io/")))) (file-name (git-file-name name version)) (sha256 @@ -50398,13 +50640,13 @@ used directly. For details see the manual.") (define-public texlive-treesvr (package (name "texlive-treesvr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/treesvr/" "tex/latex/treesvr/")))) (file-name (git-file-name name version)) @@ -50421,12 +50663,12 @@ used directly. For details see the manual.") (define-public texlive-treetex (package (name "texlive-treetex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/treetex/" "tex/plain/treetex/")))) (file-name (git-file-name name version)) (sha256 @@ -50443,12 +50685,12 @@ used directly. For details see the manual.") (define-public texlive-trigonometry (package (name "texlive-trigonometry") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/trigonometry/" "tex/generic/trigonometry/")))) (file-name (git-file-name name version)) @@ -50468,12 +50710,12 @@ analytical expansion of sin and cos.") (define-public texlive-upca (package (name "texlive-upca") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/upca/" "tex/generic/upca/")))) (file-name (git-file-name name version)) (sha256 @@ -50491,18 +50733,18 @@ barcodes.") (define-public texlive-updatemarks (package (name "texlive-updatemarks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/updatemarks/" "tex/latex/updatemarks/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0i63vjhjl5w1771pw7dxlv8104nkjpb2wqrmdnxh8zizkcmkpfrm")))) + (base32 "1agrdk32wvsp83vsdhyzdlrd3yhv8f0bvc10k2mfl5qspgwn1z9x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/updatemarks") @@ -50516,12 +50758,12 @@ LaTeX work (partially).") (define-public texlive-uplatex (package (name "texlive-uplatex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/uplatex.1" "doc/man/man1/uplatex.man1.pdf" "doc/uplatex/base/" @@ -50531,7 +50773,7 @@ LaTeX work (partially).") (file-name (git-file-name name version)) (sha256 (base32 - "19m2qviwb3g02w3w92q26i9w3xvfcn90kfy8s25yz2dchx0qwfg4")))) + "18gf921cf3dghcfx6qkivzx09yvmqz332zhrm1rjvlr9d5jh32pa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -50578,18 +50820,18 @@ LaTeX work (partially).") (define-public texlive-uptex-base (package (name "texlive-uptex-base") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/uptex/uptex-base/" "tex/uptex/uptex-base/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1qniyavxig55h0j0s9sb4r6zi4q3vb5q25iyx4khqqx8ny19fcrh")))) + "1mcrvl92jqwnvkzyhglm2fwv1rsffnkcb5hv5nsx5bj26wxnfbcv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uptex-base") @@ -50602,12 +50844,12 @@ and e-upTeX.") (define-public texlive-uptex (package (name "texlive-uptex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/euptex.1" "doc/man/man1/euptex.man1.pdf" "doc/man/man1/upbibtex.1" @@ -50621,7 +50863,7 @@ and e-upTeX.") (file-name (git-file-name name version)) (sha256 (base32 - "0pn0ganl5jl0n7d1jp2zv8gh2ji2jprq527zbpzc78w84rrz2k44")))) + "1n0z6kwlmsg6nmlgabkxfg9pw1767dyajlb3zvdkj5kfn43gf6fn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:create-formats #~(list "euptex" "uptex"))) @@ -50688,12 +50930,12 @@ also process original LaTeX with @code{\\inputenc@{utf8@}} and Babel (define-public texlive-uptex-fonts (package (name "texlive-uptex-fonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/uptex-fonts/" "fonts/cmap/uptex-fonts/" "fonts/source/uptex-fonts/" @@ -50715,12 +50957,12 @@ also process original LaTeX with @code{\\inputenc@{utf8@}} and Babel (define-public texlive-upzhkinsoku (package (name "texlive-upzhkinsoku") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/upzhkinsoku/" "tex/generic/upzhkinsoku/")))) (file-name (git-file-name name version)) @@ -50740,12 +50982,12 @@ encoding), and ApTeX. Both LaTeX and plain TeX are supported.") (define-public texlive-variations (package (name "texlive-variations") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/variations/" "tex/generic/variations/")))) (file-name (git-file-name name version)) @@ -50765,12 +51007,12 @@ and plain TeX users.") (define-public texlive-varisize (package (name "texlive-varisize") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/varisize/" "tex/plain/varisize/")))) (file-name (git-file-name name version)) (sha256 @@ -50789,12 +51031,12 @@ one of the other files, so that there's always a way back.") (define-public texlive-xgreek (package (name "texlive-xgreek") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xgreek/" "source/latex/xgreek/" "tex/latex/xgreek/")))) (file-name (git-file-name name version)) @@ -50820,12 +51062,12 @@ The package can be invoked with any of the following options: (define-public texlive-xii (package (name "texlive-xii") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/xii/")))) (file-name (git-file-name name version)) (sha256 @@ -50843,12 +51085,12 @@ to produce a (perhaps) surprising typeset document.") (define-public texlive-xii-lat (package (name "texlive-xii-lat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/xii-lat/")))) (file-name (git-file-name name version)) (sha256 @@ -50866,13 +51108,13 @@ xii-lat.tex} to produce a (perhaps) surprising typeset document.") (define-public texlive-ximera (package (name "texlive-ximera") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ximera/" "source/latex/ximera/" "tex/latex/ximera/")))) @@ -50898,18 +51140,18 @@ both PDF and online materials.") (define-public texlive-xint-regression (package (name "texlive-xint-regression") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xint-regression/" "tex/latex/xint-regression/")))) (file-name (git-file-name name version)) (sha256 - (base32 "105q1zgfjx15wgmvsnprjy834xybs197dgqqw7241c4v74igwh26")))) + (base32 "01pf1lzzrnf5ahcn39wbwnvhmby3sr6pw86y6nw2fsxcbrqbhqca")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xint-regression") @@ -50924,12 +51166,12 @@ configurable macros.") (define-public texlive-xintsession (package (name "texlive-xintsession") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/xintsession/" "tex/plain/xintsession/")))) (file-name (git-file-name name version)) @@ -50955,12 +51197,12 @@ automatically created storing inputs and outputs.") (define-public texlive-xlop (package (name "texlive-xlop") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/xlop/" "tex/generic/xlop/")))) (file-name (git-file-name name version)) (sha256 @@ -50980,12 +51222,12 @@ operations, etc.)") (define-public texlive-xtuthesis (package (name "texlive-xtuthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xtuthesis/" "tex/latex/xtuthesis/")))) (file-name (git-file-name name version)) @@ -51003,12 +51245,12 @@ operations, etc.)") (define-public texlive-yannisgr (package (name "texlive-yannisgr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/yannisgr/" "fonts/source/public/yannisgr/" "fonts/tfm/public/yannisgr/")))) @@ -51032,12 +51274,12 @@ a hyphenation table adapted to the fonts code table) are provided.") (define-public texlive-zhlineskip (package (name "texlive-zhlineskip") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/zhlineskip/" "tex/latex/zhlineskip/")))) (file-name (git-file-name name version)) @@ -51059,12 +51301,12 @@ that of the Latin text (usually 1.2 times the font size).") (define-public texlive-zhlipsum (package (name "texlive-zhlipsum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/zhlipsum/" "source/latex/zhlipsum/" "tex/latex/zhlipsum/")))) @@ -51087,12 +51329,12 @@ encodings are supported.") (define-public texlive-zztex (package (name "texlive-zztex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/zztex/" "tex/plain/zztex/")))) (file-name (git-file-name name version)) (sha256 @@ -51111,12 +51353,12 @@ TeX.") (define-public texlive-lcdftypetools (package (name "texlive-lcdftypetools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/cfftot1.1" "doc/man/man1/cfftot1.man1.pdf" "doc/man/man1/mmafm.1" @@ -51229,18 +51471,18 @@ a Type 1 font. (define-public texlive-latex (package (name "texlive-latex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/base/" "makeindex/latex/" "source/latex/base/" "tex/latex/base/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0r1qanmxk1m68s188yh3dx4plbwkwysxsj2schiramdhyjr3hs4g")))) + "1nqvvzin5r5795sq5ppqzpw9j3zyc6dwjlw8ibppk2hfs6z2r7dp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -51267,19 +51509,19 @@ document formatting commands extended by a wide range of packages.") (define-public texlive-latexbug (package (name "texlive-latexbug") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latexbug/" "source/latex/latexbug/" "tex/latex/latexbug/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0rfhh0n67b7z6215lg180g7qlgm7m3if8gjwlzsjm7nyf0j7fjsl")))) + "1aaqlwvp0v7bdncgx8pra7jzx94nv1y08fcpcpa1y6mlhf5mzsk5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latexbug") @@ -51294,12 +51536,12 @@ a bug report.") (define-public texlive-lcyw (package (name "texlive-lcyw") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lcyw/" "source/latex/lcyw/" "tex/latex/lcyw/")))) (file-name (git-file-name name version)) @@ -51318,17 +51560,20 @@ LaTeX.") (define-public texlive-lhcyr (package (name "texlive-lhcyr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "source/latex/lhcyr/" "tex/latex/lhcyr/")))) + (revision 78236) + (locations (list "fonts/tfm/lhcyr/lh-t2a/" + "fonts/tfm/lhcyr/lh-t2b/" + "source/latex/lhcyr/" + "tex/latex/lhcyr/")))) (file-name (git-file-name name version)) (sha256 (base32 - "09cg2hs5g20axbfpv2k6df5pi3xm0aywcswhnknllykr6z0ip2zw")))) + "17wg47wnwjvf5fmjqd7mmhzp2wxkqsqvyxyzn6v24id6jczq1acs")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lhcyr") (synopsis "Non-standard Cyrillic input scheme") @@ -51346,12 +51591,12 @@ via fontenc to one of the T2 series of font encodings.") (define-public texlive-luafindfont (package (name "texlive-luafindfont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/luafindfont.1" "doc/man/man1/luafindfont.man1.pdf" "doc/support/luafindfont/" @@ -51359,7 +51604,7 @@ via fontenc to one of the T2 series of font encodings.") (file-name (git-file-name name version)) (sha256 (base32 - "0kqy0rkji97j68hqr3yslwr0ik7xybwymqnywdi17156sm4zpxk5")))) + "0j4r6vrxav7hnhfl9lxmh2j95m79bczndprnvqin2fp2hw4pawp6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "luafindfont.lua"))) @@ -51371,18 +51616,19 @@ via fontenc to one of the T2 series of font encodings.") (define-public texlive-bidi (package (name "texlive-bidi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/xelatex/bidi/" "source/xelatex/bidi/" - "tex/xelatex/bidi/")))) + (revision 78236) + (locations (list "doc/latex/bidi/" + "source/latex/bidi/" + "tex/latex/bidi/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1lhkfbbqkgalwna28h25bspgg3kggk7r8za9ljn94f3f8c24aspa")))) + "0zd9afrb7jx3nwpqn0bp1vjakgqciixybrykdi8fqgml130d9220")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bidi") @@ -51396,12 +51642,12 @@ adaptations for use with many other commonly-used packages.") (define-public texlive-bidi-atbegshi (package (name "texlive-bidi-atbegshi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/bidi-atbegshi/" "tex/xelatex/bidi-atbegshi/")))) (file-name (git-file-name name version)) @@ -51422,12 +51668,12 @@ format and should be loaded before the @code{bidi} package.") (define-public texlive-bidicontour (package (name "texlive-bidicontour") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/bidicontour/" "tex/xelatex/bidicontour/")))) (file-name (git-file-name name version)) @@ -51447,12 +51693,12 @@ the package is used).") (define-public texlive-bidipagegrid (package (name "texlive-bidipagegrid") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/bidipagegrid/" "tex/xelatex/bidipagegrid/")))) (file-name (git-file-name name version)) @@ -51470,12 +51716,12 @@ is based on @code{pagegrid}.") (define-public texlive-bidipresentation (package (name "texlive-bidipresentation") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/bidipresentation/" "tex/xelatex/bidipresentation/")))) (file-name (git-file-name name version)) @@ -51495,12 +51741,12 @@ right to left and left to right modes.") (define-public texlive-bidishadowtext (package (name "texlive-bidishadowtext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/bidishadowtext/" "tex/xelatex/bidishadowtext/")))) (file-name (git-file-name name version)) @@ -51519,12 +51765,12 @@ a re-implementation of the @code{shadowtext} package adding Bidi support.") (define-public texlive-alphalph (package (name "texlive-alphalph") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/alphalph/" "source/latex/alphalph/" "tex/generic/alphalph/")))) @@ -51547,12 +51793,12 @@ a replacement for LaTeX's @code{\\@@alph} and @code{\\@@Alph} macros.") (define-public texlive-antt (package (name "texlive-antt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/antt/" "doc/latex/antt/" "fonts/afm/public/antt/" @@ -51579,19 +51825,19 @@ Zygfryd Gardzielewski, reconstructed and digitized as Type 1.") (define-public texlive-asana-math (package (name "texlive-asana-math") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/asana-math/" "fonts/opentype/public/asana-math/" "fonts/truetype/public/asana-math/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1q934gackj9j7b7bvlq7yv1pr9rxrhhip1as7ywgx8d45ddig2rq")))) + "0n3d4qi83nzjfism8abji57m70am69nzask908hlrk1i9yhcdqwj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/asana-math") @@ -51605,12 +51851,12 @@ with any software that can understand the MATH OpenType table.") (define-public texlive-avantgar (package (name "texlive-avantgar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "dvips/avantgar/" "fonts/afm/adobe/avantgar/" "fonts/afm/urw/avantgar/" @@ -51636,13 +51882,13 @@ from Adobe's basic set.") (define-public texlive-undar-digitacion (package (name "texlive-undar-digitacion") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/undar-digitacion/" "source/latex/undar-digitacion/" @@ -51671,12 +51917,12 @@ pinkullo huanuqueno, recorder (flute), quena and Saxophone.") (define-public texlive-undergradmath (package (name "texlive-undergradmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/undergradmath/")))) (file-name (git-file-name name version)) (sha256 @@ -51694,12 +51940,12 @@ at US undergraduates.") (define-public texlive-underscore (package (name "texlive-underscore") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/underscore/" "tex/latex/underscore/")))) (file-name (git-file-name name version)) (sha256 @@ -51722,18 +51968,18 @@ affected).") (define-public texlive-unicode-data (package (name "texlive-unicode-data") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/unicode-data/" "tex/generic/unicode-data/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1dbdy7ldgbisjbs5qjrrvmr558k40z8jaqd9cx5y4k5kzd0l6740")))) + "0y0i9vrvhfg2wx52zk1m1x1g20ylvq8npscgc96q5pfiydrcwrgy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) @@ -51753,19 +51999,19 @@ out to date by @code{unicode-letters.tex}.") (define-public texlive-hologo (package (name "texlive-hologo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/hologo/" "source/generic/hologo/" "tex/generic/hologo/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0n62zwz93ab6vfb0hd2h0ncj9gwavg01i3djj7wyr7gyj20xb34x")))) + "1vhzb86vzpiygy9rlcyvz9c8f7v94p5r679fn2rsspahfzxzdp3z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hologo") @@ -51780,12 +52026,12 @@ further work.") (define-public texlive-hook-pre-commit-pkg (package (name "texlive-hook-pre-commit-pkg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/hook-pre-commit-pkg/")))) (file-name (git-file-name name version)) (sha256 @@ -51829,12 +52075,12 @@ or @code{\\end@{macro@}}. @samp{%} must be the first character in the line; (define-public texlive-hopatch (package (name "texlive-hopatch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hopatch/" "source/latex/hopatch/" "tex/latex/hopatch/")))) (file-name (git-file-name name version)) @@ -51855,12 +52101,12 @@ until the package appears.") (define-public texlive-hyphen-base (package (name "texlive-hyphen-base") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/generic/config/language.dat" "tex/generic/config/language.dat.lua" "tex/generic/config/language.def" @@ -51874,7 +52120,7 @@ until the package appears.") (file-name (git-file-name name version)) (sha256 (base32 - "1q5fs7jhxxhr7fn4zq76mvch7k9lw5zq8xjkmj1lq983jgp6s8ci")))) + "0q1h4l84r8adhnb66r3wnpmyc1ydk7k9xa002hq2a9rh93lkwalr")))) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) (home-page "https://tug.org/texlive/") @@ -51888,12 +52134,12 @@ default versions of those), etc.") (define-public texlive-hyphenex (package (name "texlive-hyphenex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "source/generic/hyphenex/" "tex/generic/hyphenex/")))) (file-name (git-file-name name version)) @@ -51914,12 +52160,12 @@ and machine-readable files.") (define-public texlive-index (package (name "texlive-index") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/index/" "source/latex/index/" "tex/latex/index/")))) @@ -51940,12 +52186,12 @@ document and provides a more robust @code{\\index} command.") (define-public texlive-installfont (package (name "texlive-installfont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/installfont/" "scripts/installfont/")))) (file-name (git-file-name name version)) @@ -51971,12 +52217,12 @@ TeX tree.") (define-public texlive-dvipdfmx (package (name "texlive-dvipdfmx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/dvipdfm/" "doc/dvipdfmx/" "doc/man/man1/dvipdfm.1" @@ -51995,7 +52241,7 @@ TeX tree.") (file-name (git-file-name name version)) (sha256 (base32 - "1ag75srk9dldv72y5fqy22fjxaadmzs73dn9sagpvb1a7ag81r00")))) + "1pxdwdp1z39c9ssbqylgc9v1if6x8nhwb81ffan5ksz5rz505wav")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -52077,12 +52323,12 @@ does pdfTeX.") (define-public texlive-dvips (package (name "texlive-dvips") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/dvips/" "doc/info/dvips.info" "doc/man/man1/afm2tfm.1" @@ -52096,7 +52342,7 @@ does pdfTeX.") (file-name (git-file-name name version)) (sha256 (base32 - "159bw349d11ffscppkq34dqgjwygjiy444ivnib114ca0s2dyazx")))) + "0n3vvrh9pxbypmm0ffs2p7sfihv23wnwk8i1xlqi51w4wifw0f9b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-dvips-bin)) @@ -52169,12 +52415,12 @@ PostScript.") (define-public texlive-ketcindy (package (name "texlive-ketcindy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/ketcindy/" "scripts/ketcindy/" "tex/latex/ketcindy/")))) (file-name (git-file-name name version)) @@ -52197,12 +52443,12 @@ generated code can be included in any LaTeX document.") (define-public texlive-lacheck (package (name "texlive-lacheck") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/lacheck.1" "doc/man/man1/lacheck.man1.pdf")))) (file-name (git-file-name name version)) @@ -52267,13 +52513,13 @@ generated code can be included in any LaTeX document.") (define-public texlive-latex-context-ppchtex (package (name "texlive-latex-context-ppchtex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latex-context-ppchtex/" "tex/latex/latex-context-ppchtex/")))) @@ -52294,12 +52540,12 @@ LaTeX or ConTeXt for decades, but old documents may be using this name.") (define-public texlive-latex-git-log (package (name "texlive-latex-git-log") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/latex-git-log.1" "doc/man/man1/latex-git-log.man1.pdf" "doc/support/latex-git-log/" @@ -52324,12 +52570,12 @@ to a file; the author recommends typesetting in landscape orientation.") (define-public texlive-latex-papersize (package (name "texlive-latex-papersize") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/latex-papersize/" "scripts/latex-papersize/")))) (file-name (git-file-name name version)) @@ -52337,6 +52583,8 @@ to a file; the author recommends typesetting in landscape orientation.") (base32 "19nich5n4prd3g4lqm9iwn9h27h54mnycd6p4g5p18jc0b56l3n8")))) (outputs '("out" "doc")) + (properties '((updater-extra-inputs "python-wrapper") + (updater-ignored-inputs "python"))) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "latex-papersize.py"))) (inputs (list python-wrapper)) @@ -52352,17 +52600,17 @@ the script calculates the settings for various font and paper sizes.") (define-public texlive-latex-via-exemplos (package (name "texlive-latex-via-exemplos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latex-via-exemplos/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1gvzddi8llp24jwim8lanxl1js7vw9pg0ndliyib99p7sidz6q11")))) + "0y3bphjl0hnlwwma0xx3f7nngv4rsn1zm7gwy2110y9nkfqgcx5a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex-via-exemplos") @@ -52374,12 +52622,12 @@ the script calculates the settings for various font and paper sizes.") (define-public texlive-latex2man (package (name "texlive-latex2man") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/info/latex2man.info" "doc/man/man1/latex2man.1" "doc/man/man1/latex2man.man1.pdf" @@ -52389,7 +52637,7 @@ the script calculates the settings for various font and paper sizes.") (file-name (git-file-name name version)) (sha256 (base32 - "0c5pfnhw80fh132k2dmj3qdjgvl9dm6xzv55f54g2wlswpzlinis")))) + "0d5ah5kraw306swgqq4kkakp7b1n7adfn23nkn827g7d7lyrkbkd")))) (outputs '("out" "doc")) (properties '((updater-extra-inputs "perl"))) (build-system texlive-build-system) @@ -52410,12 +52658,12 @@ actual translation.") (define-public texlive-latex2nemeth (package (name "texlive-latex2nemeth") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/latex2nemeth/" "scripts/latex2nemeth/")))) (file-name (git-file-name name version)) @@ -52449,19 +52697,19 @@ project does not deal with embossers drivers.") (define-public texlive-latex2pydata (package (name "texlive-latex2pydata") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latex2pydata/" "source/latex/latex2pydata/" "tex/latex/latex2pydata/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0ar4glk20vasr7p8wx4ip83f95yfd5a6pzl2c2db7v0svy6kxqw3")))) + (base32 "0khis57q4mhjc4jv9nvpwz437cvrmzdpnmjzgjsmf4sdwd8sbkkf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex2pydata") @@ -52477,12 +52725,12 @@ content generated with the data.") (define-public texlive-latexdiff (package (name "texlive-latexdiff") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/latexdiff-vc.1" "doc/man/man1/latexdiff-vc.man1.pdf" "doc/man/man1/latexdiff.1" @@ -52494,7 +52742,7 @@ content generated with the data.") (file-name (git-file-name name version)) (sha256 (base32 - "0qagqdrflxwn5sm4gx9gwav4wqvy5rq5kwx6n3w1zzr68xibkjnm")))) + "1f7r3ia7yrbzs1qdzrm6471pf089kbhj4gncr8lhvaxhqa51d69n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -52519,12 +52767,12 @@ only.") (define-public texlive-latexfileversion (package (name "texlive-latexfileversion") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/latexfileversion/" "scripts/latexfileversion/")))) (file-name (git-file-name name version)) @@ -52544,18 +52792,18 @@ style file.") (define-public texlive-latexindent (package (name "texlive-latexindent") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/latexindent/" "scripts/latexindent/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1k1vcswvi939qysals2c2rznbqz6c661mvwlphhr11q02ga1hxmi")))) + "0mhxbkchba5633hb6fcgpska121l28hk934h48qpqpiqrw3dz0qw")))) (outputs '("out" "doc")) (properties '((updater-extra-inputs "perl-file-homedir" "perl-yaml-tiny"))) @@ -52579,12 +52827,12 @@ highlight the structure for the reader.") (define-public texlive-latexpand (package (name "texlive-latexpand") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/latexpand/" "scripts/latexpand/")))) (file-name (git-file-name name version)) @@ -52607,12 +52855,12 @@ script does not deal with @code{\\includeonly} commands.") (define-public texlive-light-latex-make (package (name "texlive-light-latex-make") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/llmk.1" "doc/man/man1/llmk.man1.pdf" "doc/support/light-latex-make/" @@ -52643,12 +52891,12 @@ reproduced in any TeX environment with the program.") (define-public texlive-listings-ext (package (name "texlive-listings-ext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/listings-ext/" "scripts/listings-ext/" "source/latex/listings-ext/" @@ -52675,12 +52923,12 @@ is being run.") (define-public texlive-ltxfileinfo (package (name "texlive-ltxfileinfo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/ltxfileinfo/" "scripts/ltxfileinfo/")))) (file-name (git-file-name name version)) @@ -52701,12 +52949,12 @@ If no path information is given, the file is searched using (define-public texlive-ltximg (package (name "texlive-ltximg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/ltximg.1" "doc/man/man1/ltximg.man1.pdf" "doc/support/ltximg/" "scripts/ltximg/")))) @@ -52732,12 +52980,12 @@ environments and another with all extracted environments converted to (define-public texlive-luajittex (package (name "texlive-luajittex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/luajithbtex.1" "doc/man/man1/luajithbtex.man1.pdf" "doc/man/man1/luajittex.1" @@ -52745,7 +52993,7 @@ environments and another with all extracted environments converted to (file-name (git-file-name name version)) (sha256 (base32 - "0x2rc02wn2cvpw82g1ig7bvacxbclk78vsgskg84390sxwnhpx79")))) + "0299sdjwapvir50lkzbir2vvcpp1040q6h16cyx8xzrakv08xxk6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -52823,12 +53071,12 @@ without HarfBuzz.") (define-public texlive-match-parens (package (name "texlive-match-parens") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/match_parens.1" "doc/man/man1/match_parens.man1.pdf" "doc/support/match_parens/" @@ -52836,7 +53084,7 @@ without HarfBuzz.") (file-name (git-file-name name version)) (sha256 (base32 - "0adb84qgwjr54x1qkz18a501afyv8s0wrqjnid398lbqphhc7w07")))) + "0p825pxvmyqhxp5pl2xxnxyzxp4qh1vakgqhl6ikbbn9hlq97kxn")))) (outputs '("out" "doc")) (properties '((upstream-name . "match_parens") (updater-extra-inputs "ruby"))) @@ -52857,13 +53105,13 @@ clearly show any mismatches.") (define-public texlive-mfb-oldstyle (package (name "texlive-mfb-oldstyle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/mfb-oldstyle/" "fonts/enc/dvips/mfb-oldstyle/" "fonts/map/dvips/mfb-oldstyle/" @@ -52891,12 +53139,12 @@ for the regular font.") (define-public texlive-mflua (package (name "texlive-mflua") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/mflua.1" "doc/man/man1/mflua.man1.pdf" "metafont/mflua/" @@ -52904,7 +53152,7 @@ for the regular font.") (file-name (git-file-name name version)) (sha256 (base32 - "0h1j69b3jlgw1gpjy718r42ddwqiarizw33c22pnfjkmfxqvvwwm")))) + "0xxyry3xrs4pq2slqfcgp0y3v2d4mx6mdcrg9l94vzdsyqkmazws")))) (build-system texlive-build-system) (arguments (list #:create-formats #~(list "mflua"))) (native-inputs (list (if (target-64bit?) libfaketime datefudge))) @@ -52979,12 +53227,12 @@ MFLua without any modification to produce exactly the same result.") (define-public texlive-mkjobtexmf (package (name "texlive-mkjobtexmf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/mkjobtexmf/" "doc/man/man1/mkjobtexmf.1" "doc/man/man1/mkjobtexmf.man1.pdf" @@ -53012,17 +53260,17 @@ up later TeX runs.") (define-public texlive-make4ht (package (name "texlive-make4ht") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/make4ht/" "scripts/make4ht/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1cp08rnin1gk1jppm7kl642w758gxbw5fxjq242z3jxmmzml0wwx")))) + "1cb9jyh2kn8fb4him15l3mf7nh5gw9hdxa41rsmd2ykmp8b5d8y5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "make4ht"))) @@ -53039,12 +53287,12 @@ conversion tools.") (define-public texlive-makecell (package (name "texlive-makecell") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/makecell/" "source/latex/makecell/" "tex/latex/makecell/")))) @@ -53111,12 +53359,12 @@ of the @code{multirow} package, (define-public texlive-optexcount (package (name "texlive-optexcount") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/optexcount/" "scripts/optexcount/" "source/support/optexcount/")))) @@ -53143,18 +53391,18 @@ considered as word, header etc.") (define-public texlive-patgen (package (name "texlive-patgen") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/patgen.1" "doc/man/man1/patgen.man1.pdf")))) (file-name (git-file-name name version)) (sha256 (base32 - "038ski5isn2p86qsnxc8sfaqd4z7mgnrbz3xdi91z4fyjm7vvkyc")))) + "1w7j1h55ixaqyvh0q1pyjwlicgpi7jd7qn2jqinlbgcjj05zivnb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-kpathsea texlive-patgen-bin)) @@ -53191,12 +53439,12 @@ that can be used by the TeX 82 hyphenation algorithm.") (define-public texlive-pdfbook2 (package (name "texlive-pdfbook2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/pdfbook2.1" "doc/man/man1/pdfbook2.man1.pdf" "doc/support/pdfbook2/" "scripts/pdfbook2/")))) @@ -53226,12 +53474,12 @@ occurs.") (define-public texlive-pdfcrop (package (name "texlive-pdfcrop") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/pdfcrop/" "scripts/pdfcrop/")))) (file-name (git-file-name name version)) (sha256 @@ -53258,19 +53506,19 @@ whitespace border, or trim them of a fixed border.") (define-public texlive-pdfjam (package (name "texlive-pdfjam") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/pdfjam.1" "doc/man/man1/pdfjam.man1.pdf" "doc/support/pdfjam/" "scripts/pdfjam/")))) (file-name (git-file-name name version)) (sha256 (base32 - "038q61kbh7j0zylnr781y9mvjn29z7vcyyhxb2wyidyifvad0y96")))) + "1z3hnd31xbrpvkkmwniv6cnpagfiv6d1sjz9vr93p9nkd9yhg9cj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "pdfjam"))) @@ -53288,12 +53536,12 @@ pages, reducing several source pages onto one output page, etc.") (define-public texlive-pdflatexpicscale (package (name "texlive-pdflatexpicscale") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/pdflatexpicscale/" "scripts/pdflatexpicscale/")))) (file-name (git-file-name name version)) @@ -53315,12 +53563,12 @@ resolution before creating a PDF document with pdfLaTeX.") (define-public texlive-pdftex-quiet (package (name "texlive-pdftex-quiet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/pdftex-quiet/" "scripts/pdftex-quiet/")))) (file-name (git-file-name name version)) @@ -53340,18 +53588,18 @@ to relevant errors, which are displayed in a red bold font.") (define-public texlive-pdftosrc (package (name "texlive-pdftosrc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/pdftosrc.1" "doc/man/man1/pdftosrc.man1.pdf")))) (file-name (git-file-name name version)) (sha256 (base32 - "1khvz7709a9ilx3lpck35d7s755d37kzgf0549i077wxkwg1zljw")))) + "1jmi16f43k2r7lln0x6mgsmyr9spg9av5pvv3imps5q4hi6zprqn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdftosrc") @@ -53364,12 +53612,12 @@ uncompresses a PDF stream given by object number.") (define-public texlive-pdfxup (package (name "texlive-pdfxup") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/pdfxup.1" "doc/man/man1/pdfxup.man1.pdf" "doc/support/pdfxup/" "scripts/pdfxup/" @@ -53392,12 +53640,12 @@ output.") (define-public texlive-pfarrei (package (name "texlive-pfarrei") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pfarrei/" "scripts/pfarrei/" "source/latex/pfarrei/" "tex/latex/pfarrei/")))) (file-name (git-file-name name version)) @@ -53421,12 +53669,12 @@ one Texlua script for both requirements.") (define-public texlive-pkfix (package (name "texlive-pkfix") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/pkfix/" "scripts/pkfix/")))) (file-name (git-file-name name version)) (sha256 @@ -53447,12 +53695,12 @@ PostScript files, generated by not too old dvips, and replaces them by type (define-public texlive-pkfix-helper (package (name "texlive-pkfix-helper") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/pkfix-helper.1" "doc/man/man1/pkfix-helper.man1.pdf" "doc/support/pkfix-helper/" @@ -53484,12 +53732,12 @@ does require the user to verify and, if needed, correct its decisions.") (define-public texlive-purifyeps (package (name "texlive-purifyeps") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/purifyeps.1" "doc/man/man1/purifyeps.man1.pdf" "doc/support/purifyeps/" @@ -53519,12 +53767,12 @@ stylized format that Metapost outputs.") (define-public texlive-seetexk (package (name "texlive-seetexk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/dvibook.1" "doc/man/man1/dvibook.man1.pdf" "doc/man/man1/dviconcat.1" @@ -53614,12 +53862,12 @@ SeeTeX project. (define-public texlive-spix (package (name "texlive-spix") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/spix.1" "doc/man/man1/spix.man1.pdf" "doc/support/spix/" "scripts/spix/")))) @@ -53645,12 +53893,12 @@ SpiX to understand it).") (define-public texlive-srcredact (package (name "texlive-srcredact") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/srcredact.1" "doc/man/man1/srcredact.man1.pdf" "doc/support/srcredact/" @@ -53675,12 +53923,12 @@ made in any of these versions into the master document.") (define-public texlive-sty2dtx (package (name "texlive-sty2dtx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/sty2dtx.1" "doc/man/man1/sty2dtx.man1.pdf" "doc/support/sty2dtx/" "scripts/sty2dtx/")))) @@ -53712,12 +53960,12 @@ well.") (define-public texlive-tex-ini-files (package (name "texlive-tex-ini-files") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/tex-ini-files/" "tex/generic/tex-ini-files/" "tex/latex/tex-ini-files/")))) @@ -53741,12 +53989,12 @@ adapt the plain e-TeX source file to work with XeTeX and LuaTeX.") (define-public texlive-metafont (package (name "texlive-metafont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/inimf.1" "doc/man/man1/inimf.man1.pdf" "doc/man/man1/mf-nowin.1" @@ -53759,7 +54007,7 @@ adapt the plain e-TeX source file to work with XeTeX and LuaTeX.") (file-name (git-file-name name version)) (sha256 (base32 - "04wddk1vzchkxdgbrwpbsvnh713gxxpd8zxa2nr2spjl9dj64ybs")))) + "1r6b81vhj4ws7s0306fy3dlp9w95sypms36in7flcsh2fdx62np4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -53801,12 +54049,12 @@ build fonts using the Metafont system.") (define-public texlive-metatype1 (package (name "texlive-metatype1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "source/metapost/metatype1/")))) (file-name (git-file-name name version)) (sha256 @@ -53826,12 +54074,12 @@ Knuth's logo fonts.") (define-public texlive-mf2pt1 (package (name "texlive-mf2pt1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/info/mf2pt1.info" "doc/support/mf2pt1/" "metapost/mf2pt1/" "scripts/mf2pt1/")))) (file-name (git-file-name name version)) @@ -53858,12 +54106,12 @@ fonts.") (define-public texlive-mfirstuc (package (name "texlive-mfirstuc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mfirstuc/" "scripts/mfirstuc/" "source/latex/mfirstuc/" @@ -53871,7 +54119,7 @@ fonts.") (file-name (git-file-name name version)) (sha256 (base32 - "1fvdnfybfi7nych97i117s6wqf0w8drgzpf3qzfns9qxjxm0bv3l")))) + "036djly5ddyiy6ybng7frbvvk4pvr1qswkp7jbi58axix72dcp52")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mfirstuc") @@ -53889,12 +54137,12 @@ spaces. (Exceptions can be made for words that shouldn't be converted.)") (define-public texlive-mfnfss (package (name "texlive-mfnfss") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mfnfss/" "source/latex/mfnfss/" "tex/latex/mfnfss/")))) (file-name (git-file-name name version)) @@ -53916,18 +54164,18 @@ that support for the Pandora fonts is also available via the (define-public texlive-modes (package (name "texlive-modes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/modes/" "fonts/source/public/modes/")))) (file-name (git-file-name name version)) (sha256 (base32 - "15m78jhapl70bvalic790jpwyllr1ishl9wsdiwqf396dssr1g39")))) + "1v9w8k88q0f4h932vm72kcn3rfyjpp4349ny2ipkzs14nrz3yrb1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -53947,12 +54195,12 @@ information in the TFM file.") (define-public texlive-mptopdf (package (name "texlive-mptopdf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/scripts/mkii/" "doc/man/man1/mptopdf.1" "doc/man/man1/mptopdf.man1.pdf" @@ -53962,7 +54210,7 @@ information in the TFM file.") (file-name (git-file-name name version)) (sha256 (base32 - "0xa8k6d2i88cxqqlg42apynjvnsq6r3ajik7j7waclk1hiylqyig")))) + "1wk3hwb0v1kqx7qfhn8ghj4a52bs6madz1mdn0pqjrszmyxbmbxf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -53994,12 +54242,12 @@ be used independently of the rest of ConTeXt.") (define-public texlive-fontinst (package (name "texlive-fontinst") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fontinst/" "doc/man/man1/fontinst.1" "doc/man/man1/fontinst.man1.pdf" @@ -54035,18 +54283,18 @@ fonts.") (define-public texlive-fontname (package (name "texlive-fontname") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fontname/" "doc/info/fontname.info" "fonts/map/fontname/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0ypyam5r1nikjh4sjmmq3ld2fb82rwswz626jfh1d1k1cjswrr6h")))) + "14n5izk07z72lxjgynkvmxcaxsksh5wrlk9wa76qws25nylzkwc5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fontname") @@ -54060,12 +54308,12 @@ arbitrarily complex font names, thus helping portability of TeX documents.") (define-public texlive-forloop (package (name "texlive-forloop") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/forloop/" "source/latex/forloop/" "tex/latex/forloop/")))) (file-name (git-file-name name version)) @@ -54085,12 +54333,12 @@ LaTeX macro programming.") (define-public texlive-cbfonts ;71 MiB of greek fonts (package (name "texlive-cbfonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cbfonts/" "fonts/enc/dvips/cbfonts/" "fonts/map/dvips/cbfonts/" @@ -54125,12 +54373,12 @@ are such font sets as the EC fonts.") (define-public texlive-cbfonts-fd (package (name "texlive-cbfonts-fd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cbfonts-fd/" "source/fonts/cbfonts-fd/" "tex/latex/cbfonts-fd/")))) @@ -54154,12 +54402,12 @@ Tip: installing @code{texlive-cbfonts} will automatically propagate this one.") (define-public texlive-ccicons (package (name "texlive-ccicons") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ccicons/" "doc/latex/ccicons/" "fonts/enc/dvips/ccicons/" @@ -54187,12 +54435,12 @@ LaTeX support macros are provided.") (define-public texlive-cite (package (name "texlive-cite") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cite/" "tex/latex/cite/")))) (file-name (git-file-name name version)) (sha256 @@ -54213,12 +54461,12 @@ part of the cite bundle of the author's citation-related packages.") (define-public texlive-cm (package (name "texlive-cm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cm/" "fonts/map/dvips/cm/" "fonts/pk/ljfour/public/cm/dpi600/" "fonts/source/public/cm/" @@ -54266,12 +54514,12 @@ mathematical fonts in a range of styles, based on Monotype Modern 8A.") (define-public texlive-cmbright (package (name "texlive-cmbright") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cmbright/" "doc/latex/cmbright/" "fonts/source/public/cmbright/" @@ -54300,12 +54548,12 @@ necessary files for using the fonts with LaTeX.") (define-public texlive-cmcyr (package (name "texlive-cmcyr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cmcyr/" "fonts/map/dvips/cmcyr/" "fonts/source/public/cmcyr/" @@ -54331,12 +54579,12 @@ KOI-7, but virtual fonts are available to recode them to three other Russian (define-public texlive-cmextra (package (name "texlive-cmextra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "fonts/source/public/cmextra/" "fonts/tfm/public/cmextra/")))) (file-name (git-file-name name version)) @@ -54356,12 +54604,12 @@ directories.") (define-public texlive-cm-lgc (package (name "texlive-cm-lgc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cm-lgc/" "fonts/afm/public/cm-lgc/" "fonts/enc/dvips/cm-lgc/" @@ -54395,12 +54643,12 @@ TeX.") (define-public texlive-cm-super (package (name "texlive-cm-super") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cm-super/" "dvips/cm-super/" "fonts/afm/public/cm-super/" @@ -54430,12 +54678,12 @@ originals.") (define-public texlive-cnbwp (package (name "texlive-cnbwp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/cnbwp/" "doc/latex/cnbwp/" "makeindex/cnbwp/" "tex/latex/cnbwp/")))) (file-name (git-file-name name version)) @@ -54455,12 +54703,12 @@ intended for authors from outside CNB.") (define-public texlive-cns (package (name "texlive-cns") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cns/cns40-1/" "doc/fonts/cns/cns40-2/" "doc/fonts/cns/cns40-3/" @@ -54495,12 +54743,12 @@ bundle.") (define-public texlive-courier (package (name "texlive-courier") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "dvips/courier/" "fonts/afm/adobe/courier/" "fonts/afm/urw/courier/" @@ -54528,18 +54776,18 @@ Adobe's basic set.") (define-public texlive-csbulletin (package (name "texlive-csbulletin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/csbulletin/" "tex/latex/csbulletin/")))) (file-name (git-file-name name version)) (sha256 (base32 - "15zjwwjdxs0avb5y4g29nyvhafrv2s8pgqihhi2kb72y8wzj9cdz")))) + "15y94az0dqrhxiwj724dgpg9k0i1nl0ifapcv6agnpmw0blm9wp9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/csbulletin") @@ -54554,12 +54802,12 @@ see the structure of a document by looking at the source file of the manual.") (define-public texlive-cslatex (package (name "texlive-cslatex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "source/cslatex/base/" "source/cslatex/cspsfonts/" "tex/cslatex/base/" @@ -54606,12 +54854,12 @@ see the structure of a document by looking at the source file of the manual.") (define-public texlive-cstex (package (name "texlive-cstex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/cstex/")))) (file-name (git-file-name name version)) (sha256 @@ -54628,13 +54876,13 @@ see the structure of a document by looking at the source file of the manual.") (define-public texlive-csthm (package (name "texlive-csthm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/csthm/" "source/latex/csthm/" "tex/latex/csthm/")))) @@ -54656,12 +54904,12 @@ science papers and documents.") (define-public texlive-cweb (package (name "texlive-cweb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/ctangle.1" "doc/man/man1/ctangle.man1.pdf" "doc/man/man1/ctwill-proofsort.1" @@ -54684,7 +54932,7 @@ science papers and documents.") (file-name (git-file-name name version)) (sha256 (base32 - "19wcabf4wh52phrf7h8qsl93inpr0l4q79mkisg7xk8sj03mx2wx")))) + "12hawr0kl3hr2ah2acq4bxg4dgakjwibw5sabw2g6nvh8zbs68dl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-iftex texlive-kpathsea)) @@ -54700,12 +54948,12 @@ machine.") (define-public texlive-cyrplain (package (name "texlive-cyrplain") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/plain/cyrplain/")))) (file-name (git-file-name name version)) (sha256 @@ -54731,12 +54979,12 @@ non-ASCII) characters in citation keys; (define-public texlive-tex-gyre (package (name "texlive-tex-gyre") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/tex-gyre/" "fonts/afm/public/tex-gyre/" "fonts/enc/dvips/tex-gyre/" @@ -54779,12 +55027,12 @@ support (for use with a variety of encodings) is provided.") (define-public texlive-tex-gyre-math (package (name "texlive-tex-gyre-math") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/tex-gyre-math/" "fonts/opentype/public/tex-gyre-math/" "source/fonts/tex-gyre-math/")))) @@ -54808,12 +55056,12 @@ TeX-Gyre-Math-Termes (to match TeX-Gyre-Termes) fonts are provided.") (define-public texlive-crop (package (name "texlive-crop") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/crop/" "source/latex/crop/" "tex/latex/crop/")))) (file-name (git-file-name name version)) @@ -54839,12 +55087,12 @@ Options for better collaboration with dvips, pdfTeX and vtex are provided.") (define-public texlive-ctablestack (package (name "texlive-ctablestack") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/ctablestack/" "source/luatex/ctablestack/" "tex/luatex/ctablestack/")))) @@ -54865,12 +55113,12 @@ in LuaTeX. It is required by the @code{luatexbase} package which uses (define-public texlive-lm (package (name "texlive-lm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/lm/" "fonts/afm/public/lm/" "fonts/enc/dvips/lm/" @@ -54900,12 +55148,12 @@ Computers & Typesetting series.") (define-public texlive-lm-math (package (name "texlive-lm-math") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/lm-math/" "fonts/opentype/public/lm-math/")))) (file-name (git-file-name name version)) @@ -54925,12 +55173,12 @@ available from the @code{unicode-math} package.") (define-public texlive-lwarp (package (name "texlive-lwarp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lwarp/" "scripts/lwarp/" "source/latex/lwarp/" @@ -54938,7 +55186,7 @@ available from the @code{unicode-math} package.") (file-name (git-file-name name version)) (sha256 (base32 - "0f3c93ra5x5kgi8sxxzfz5wm4f95jrbqb9x447lv7ix8940w7xh6")))) + "1fgrw80rmv3k8v8b9ls78806jrvry5p57g2s2ywpjs0cjb9y6v0n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "lwarpmk.lua"))) @@ -54961,12 +55209,12 @@ conversion software and word processors.") (define-public texlive-knuth-lib (package (name "texlive-knuth-lib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "fonts/source/public/knuth-lib/" "fonts/tfm/public/knuth-lib/" "tex/generic/knuth-lib/" @@ -54989,12 +55237,12 @@ Knuth, including the plain format, plain base, and the MF logo fonts.") (define-public texlive-knuth-local (package (name "texlive-knuth-local") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "fonts/source/public/knuth-local/" "fonts/tfm/public/knuth-local/" "mft/knuth-local/" "tex/plain/knuth-local/")))) @@ -55016,12 +55264,12 @@ directories.") (define-public texlive-lapdf (package (name "texlive-lapdf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lapdf/" "tex/latex/lapdf/")))) (file-name (git-file-name name version)) (sha256 @@ -55044,12 +55292,12 @@ looping commands for programming and many instructive example files.") (define-public texlive-latex-fonts (package (name "texlive-latex-fonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/latex-fonts/" "fonts/source/public/latex-fonts/" "fonts/tfm/public/latex-fonts/")))) @@ -55074,19 +55322,19 @@ fonts.") (define-public texlive-latex-lab (package (name "texlive-latex-lab") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latex-lab/" "source/latex/latex-lab/" "tex/latex/latex-lab/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0aq5k6ncqxb7iv6gc914zbsk3vbv839axxhqsqn0z805qswf0fy0")))) + (base32 "1ps7i45p7jaf16a0cszsc4qpbpcg3yz7kmda839yqc0rczg4y9nh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex-lab") @@ -55106,12 +55354,12 @@ functionality.") (define-public texlive-latex-make (package (name "texlive-latex-make") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/latex-make/" "scripts/latex-make/" "source/support/latex-make/" @@ -55147,12 +55395,12 @@ can interact with LaTeX.mk so that the latter automatically invokes (define-public texlive-latex-mr (package (name "texlive-latex-mr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latex-mr/")))) (file-name (git-file-name name version)) (sha256 @@ -55175,12 +55423,12 @@ document is not very suitable for first time users.") (define-public texlive-latexbangla (package (name "texlive-latexbangla") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latexbangla/" "tex/latex/latexbangla/")))) (file-name (git-file-name name version)) @@ -55210,17 +55458,17 @@ other environments, all of which are in Bangla. (define-public texlive-liftarm (package (name "texlive-liftarm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/liftarm/" "tex/latex/liftarm/")))) (file-name (git-file-name name version)) (sha256 (base32 - "14bj3yykxzm85fqk54gqhxdimlkhqh8866sbabw3crg58i1lscny")))) + "0vgp1npgidasxqy63gp9svsxizizkqrrvdzskwba0kn95rxsjf9n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/liftarm") @@ -55234,12 +55482,12 @@ two liftarms and an environment to describe a construction.") (define-public texlive-lpic (package (name "texlive-lpic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lpic/" "tex/latex/lpic/")))) (file-name (git-file-name name version)) (sha256 @@ -55263,12 +55511,12 @@ annotations.") (define-public texlive-lroundrect (package (name "texlive-lroundrect") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lroundrect/" "source/latex/lroundrect/" "tex/latex/lroundrect/")))) @@ -55290,12 +55538,12 @@ which are useful on their own.") (define-public texlive-luamesh (package (name "texlive-luamesh") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luamesh/" "metapost/luamesh/" "scripts/luamesh/" "tex/lualatex/luamesh/")))) (file-name (git-file-name name version)) @@ -55318,13 +55566,13 @@ a particular step of the algorithm.") (define-public texlive-luanumint (package (name "texlive-luanumint") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luanumint/" "tex/lualatex/luanumint/")))) (file-name (git-file-name name version)) @@ -55352,12 +55600,12 @@ LaTeX documents.") (define-public texlive-luasseq (package (name "texlive-luasseq") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luasseq/" "scripts/luasseq/" "source/lualatex/luasseq/" "tex/lualatex/luasseq/")))) @@ -55378,12 +55626,12 @@ original; it also offers several enhancements.") (define-public texlive-maker (package (name "texlive-maker") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/maker/" "tex/latex/maker/")))) (file-name (git-file-name name version)) (sha256 @@ -55404,12 +55652,12 @@ highlighting of the official IDE.") (define-public texlive-makeshape (package (name "texlive-makeshape") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/makeshape/" "source/latex/makeshape/" "tex/latex/makeshape/")))) @@ -55431,12 +55679,12 @@ shape parameters, and the definition of anchor points.") (define-public texlive-mathspic (package (name "texlive-mathspic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mathspic/" "doc/man/man1/mathspic.1" "doc/man/man1/mathspic.man1.pdf" @@ -55468,19 +55716,20 @@ of PiCTeX.") (define-public texlive-mercatormap (package (name "texlive-mercatormap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mercatormap/" "tex/latex/mercatormap/")))) (file-name (git-file-name name version)) (sha256 (base32 - "17szwcnwm0fc7vis8mjx8rjwmpxp6n3vlm54myajlbhvx6vw62b8")))) + "1w5kjz2f7lg2hhc4sriwh7962ldqz21xi27qv1qlm8jkrl38wgcr")))) (outputs '("out" "doc")) + (properties '((updater-extra-inputs "python-wrapper"))) (build-system texlive-build-system) ;; Compiling a document that uses mercatormap will generate a Python file ;; which is subsequently ran by 'python'. @@ -55500,12 +55749,12 @@ orthodrome pieces, and more are part of the package.") (define-public texlive-mflogo (package (name "texlive-mflogo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mflogo/" "fonts/source/public/mflogo/" "fonts/tfm/public/mflogo/" @@ -55530,12 +55779,12 @@ logos in LaTeX documents.") (define-public texlive-mflogo-font (package (name "texlive-mflogo-font") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/mflogo-font/" "fonts/afm/hoekwater/mflogo-font/" "fonts/map/dvips/mflogo-font/" @@ -55559,12 +55808,12 @@ Taco Hoekwater.") (define-public texlive-mfware (package (name "texlive-mfware") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/gftodvi.1" "doc/man/man1/gftodvi.man1.pdf" "doc/man/man1/gftopk.1" @@ -55581,7 +55830,7 @@ Taco Hoekwater.") (file-name (git-file-name name version)) (sha256 (base32 - "1sqc7djyiq7m88w6r9pzq7k37cl1kcx4xqkpcfh39wi3map5vs5p")))) + "1fw60jiw3dcbb7b3lk3s47m72yj9hghv25d7fq258i9mgzwa0lzz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-mfware-bin)) @@ -55620,12 +55869,12 @@ processing the output of Metafont.") (define-public texlive-milsymb (package (name "texlive-milsymb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/milsymb/" "tex/latex/milsymb/")))) (file-name (git-file-name name version)) (sha256 @@ -55646,12 +55895,12 @@ measures are planned to be included in a future release.") (define-public texlive-miniplot (package (name "texlive-miniplot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/miniplot/" "tex/latex/miniplot/")))) (file-name (git-file-name name version)) (sha256 @@ -55674,17 +55923,20 @@ such as the label and scaling factor into these boxes.") (define-public texlive-mkpic (package (name "texlive-mkpic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/support/mkpic/" "scripts/mkpic/")))) + (revision 78236) + (locations (list "doc/man/man1/mkpic.1" + "doc/man/man1/mkpic.man1.pdf" + "doc/support/mkpic/" + "scripts/mkpic/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1a8jzsgw63siirifpsvwjmfbj68fv58hnn5vrv737i9vbjrv0vm7")))) + "0qlzfhnmczig6jx01w4x8xai1mszzdjmk3wbgbily514prak93jc")))) (outputs '("out" "doc")) (properties '((updater-extra-inputs "perl"))) (build-system texlive-build-system) @@ -55703,12 +55955,12 @@ file).") (define-public texlive-modiagram (package (name "texlive-modiagram") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/modiagram/" "tex/latex/modiagram/")))) (file-name (git-file-name name version)) @@ -55727,12 +55979,12 @@ create molecular orbital diagrams using TikZ.") (define-public texlive-neuralnetwork (package (name "texlive-neuralnetwork") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/neuralnetwork/examples/" "tex/latex/neuralnetwork/")))) (file-name (git-file-name name version)) @@ -55751,12 +56003,12 @@ designed for neural network diagrams.") (define-public texlive-nl-interval (package (name "texlive-nl-interval") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nl-interval/" "tex/latex/nl-interval/")))) (file-name (git-file-name name version)) @@ -55775,12 +56027,12 @@ intervals on the number line.") (define-public texlive-nndraw (package (name "texlive-nndraw") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nndraw/" "source/latex/nndraw/" "tex/latex/nndraw/")))) (file-name (git-file-name name version)) @@ -55799,12 +56051,12 @@ a simple and efficient way.") (define-public texlive-numericplots (package (name "texlive-numericplots") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/numericplots/" "tex/latex/numericplots/")))) (file-name (git-file-name name version)) @@ -55826,18 +56078,18 @@ to transform Matlab results to plottable data.") (define-public texlive-outilsgeomtikz (package (name "texlive-outilsgeomtikz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/outilsgeomtikz/" "tex/latex/outilsgeomtikz/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1fzax8hkfa5a13x97g9x35xzqf1yg1765mzvxlz3qx38iqgyn8dl")))) + "1pf5si236vkl79vkdfnvackq2ljs9557chdz0j5qpwbhjqd1j830")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/outilsgeomtikz") @@ -55851,12 +56103,12 @@ a protractor.") (define-public texlive-pb-diagram (package (name "texlive-pb-diagram") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pb-diagram/" "tex/latex/pb-diagram/")))) (file-name (git-file-name name version)) @@ -55876,12 +56128,12 @@ nodes on a conceptual grid and attaching arrows to them.") (define-public texlive-pbibtex-base (package (name "texlive-pbibtex-base") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/ptex/pbibtex/" "pbibtex/bib/" "pbibtex/bst/")))) (file-name (git-file-name name version)) @@ -55901,12 +56153,12 @@ BibTeX contained in TeX Live.") (define-public texlive-pbibtex-manual (package (name "texlive-pbibtex-manual") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pbibtex-manual/")))) (file-name (git-file-name name version)) (sha256 @@ -55925,12 +56177,12 @@ for JBibTeX.") (define-public texlive-petri-nets (package (name "texlive-petri-nets") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/petri-nets/" "scripts/petri-nets/" "tex/generic/petri-nets/")))) @@ -55955,12 +56207,12 @@ PBC, M-nets and B(PN) models; and a third that combines the other two.") (define-public texlive-pgf-blur (package (name "texlive-pgf-blur") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pgf-blur/" "source/latex/pgf-blur/" "tex/latex/pgf-blur/")))) @@ -55977,17 +56229,43 @@ PBC, M-nets and B(PN) models; and a third that combines the other two.") It is configured as a TikZ/PGF library module.") (license (list license:lppl license:public-domain)))) +(define-public texlive-pgf-go + (package + (name "texlive-pgf-go") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/pgf-go/" + "tex/latex/pgf-go/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1x5y74xfff9nma758chnmwi90xd2ya16qmz0k3anc9j081856w4r")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pgf-go") + (synopsis "Diagramming and commenting on Go games") + (description + "This package provides a LaTeX package for creating Go (Baduk) diagrams. +It features an efficient coordinate-loading syntax to streamline workflows and +offers flexible profile manipulation, allowing users to customize board +layouts, stones, and annotations.") + (license license:lppl1.3+))) + (define-public texlive-pgf-interference (package (name "texlive-pgf-interference") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/latex/pgf-interference/" - "tex/latex/pgf-interference/")))) + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/pgf-interference/" + "tex/latex/pgf-interference/")))) (file-name (git-file-name name version)) (sha256 (base32 @@ -56005,12 +56283,12 @@ structures of slits.") (define-public texlive-pgf-periodictable (package (name "texlive-pgf-periodictable") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pgf-periodictable/" "tex/latex/pgf-periodictable/")))) (file-name (git-file-name name version)) @@ -56031,12 +56309,12 @@ table with a variety of options and displaying the desired data for all the (define-public texlive-pgf-pie (package (name "texlive-pgf-pie") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pgf-pie/" "tex/latex/pgf-pie/")))) (file-name (git-file-name name version)) (sha256 @@ -56055,12 +56333,12 @@ using PGF/TikZ.") (define-public texlive-pgf-soroban (package (name "texlive-pgf-soroban") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pgf-soroban/" "tex/latex/pgf-soroban/")))) (file-name (git-file-name name version)) @@ -56079,18 +56357,18 @@ soroban (Japanese abacus) using PGF/TikZ.") (define-public texlive-pgf-spectra (package (name "texlive-pgf-spectra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pgf-spectra/" "tex/latex/pgf-spectra/")))) (file-name (git-file-name name version)) (sha256 (base32 - "08z0yr14dgbrc5cgyqcssvwb2fbda7i34byr9klkh9cnf6f84h00")))) + "1fnpzd62jfwifsbh4i95k78yj7yrqq7hm2lysz048vq29yaryfic")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pgf-spectra") @@ -56106,12 +56384,12 @@ allows the user to draw spectra using their own data.") (define-public texlive-pgf-umlcd (package (name "texlive-pgf-umlcd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pgf-umlcd/" "tex/latex/pgf-umlcd/")))) (file-name (git-file-name name version)) @@ -56130,12 +56408,12 @@ allows the user to draw spectra using their own data.") (define-public texlive-pgf-umlsd (package (name "texlive-pgf-umlsd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pgf-umlsd/" "tex/latex/pgf-umlsd/")))) (file-name (git-file-name name version)) @@ -56154,18 +56432,18 @@ allows the user to draw spectra using their own data.") (define-public texlive-pgfkeysearch (package (name "texlive-pgfkeysearch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pgfkeysearch/" "tex/latex/pgfkeysearch/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1h9hzba7d6wcfnhg38y0sj96nl11r7c49h54n328hky50w914x9d")))) + (base32 "05mibaym0rjpbbv06qcy7vfjbvv4kf9i6kxy4y94pr672s2w6yg8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pgfkeysearch") @@ -56178,12 +56456,12 @@ unlike @code{pgfkeysvalueof}.") (define-public texlive-pgfkeyx (package (name "texlive-pgfkeyx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pgfkeyx/" "tex/latex/pgfkeyx/")))) (file-name (git-file-name name version)) (sha256 @@ -56204,12 +56482,12 @@ handlers beyond those that @code{pgfkeys} can offer.") (define-public texlive-pgfmolbio (package (name "texlive-pgfmolbio") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/pgfmolbio/" "scripts/pgfmolbio/" "source/lualatex/pgfmolbio/" @@ -56231,12 +56509,12 @@ chromatograms and protein domain diagrams.") (define-public texlive-pgfmorepages (package (name "texlive-pgfmorepages") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pgfmorepages/" "tex/latex/pgfmorepages/")))) (file-name (git-file-name name version)) @@ -56257,12 +56535,12 @@ booklets.") (define-public texlive-pgfopts (package (name "texlive-pgfopts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pgfopts/" "source/latex/pgfopts/" "tex/latex/pgfopts/")))) (file-name (git-file-name name version)) @@ -56286,12 +56564,12 @@ same way that @code{kvoptions} adds the same facility to the LaTeX standard (define-public texlive-pgfornament (package (name "texlive-pgfornament") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pgfornament/" "tex/generic/pgfornament/am/" "tex/generic/pgfornament/pgfhan/" @@ -56313,12 +56591,12 @@ PGF/TikZ.") (define-public texlive-pgfornament-han (package (name "texlive-pgfornament-han") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pgfornament-han/" "tex/latex/pgfornament-han/")))) (file-name (git-file-name name version)) @@ -56339,12 +56617,12 @@ but renders Chinese traditional motifs instead.") (define-public texlive-pgfplots (package (name "texlive-pgfplots") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/pgfplots/" "doc/generic/pgfplots/" "doc/latex/pgfplots/" @@ -56359,7 +56637,7 @@ but renders Chinese traditional motifs instead.") (file-name (git-file-name name version)) (sha256 (base32 - "1c0gah7ia61s435zlyq4ay9snkrs2xcs627wky7c0sp8mgxyybwr")))) + "15aa8aj8yj262p0p299xd311v6fz4phrmkdniq339pb6gzqcv2kk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-pgf)) @@ -56378,13 +56656,13 @@ PGFPlots is based on PGF/TikZ (PGF); it runs equally for LaTeX/TeX/ConTeXt.") (define-public texlive-pgfplotsthemebeamer (package (name "texlive-pgfplotsthemebeamer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pgfplotsthemebeamer/" "tex/latex/pgfplotsthemebeamer/")))) @@ -56408,17 +56686,17 @@ in PGFPlots diagrams.") (define-public texlive-picinpar (package (name "texlive-picinpar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/picinpar/" "tex/latex/picinpar/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1s6ymq4zg0wl6pfx34shansv3y1qlh6h3q58a97zpz5x21n1a5pq")))) + "1knys7wabaaiwn2fikyfaspr4a9jnl5gh9pj9wdam4lbdnb0264m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/picinpar") @@ -56433,12 +56711,12 @@ this package; Picins is recommended instead.") (define-public texlive-pictex (package (name "texlive-pictex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pictex/" "tex/generic/pictex/")))) (file-name (git-file-name name version)) (sha256 @@ -56458,12 +56736,12 @@ the problems in different ways.") (define-public texlive-pictex2 (package (name "texlive-pictex2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/latex/pictex2/")))) (file-name (git-file-name name version)) (sha256 @@ -56483,12 +56761,12 @@ horizontal or vertical.") (define-public texlive-pictexsum (package (name "texlive-pictexsum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pictexsum/")))) (file-name (git-file-name name version)) (sha256 @@ -56507,12 +56785,12 @@ for those who have read the manual.") (define-public texlive-pinlabel (package (name "texlive-pinlabel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pinlabel/" "tex/latex/pinlabel/")))) (file-name (git-file-name name version)) (sha256 @@ -56533,12 +56811,12 @@ automatic and consistent spacing relative to the object labelled.") (define-public texlive-pixelart (package (name "texlive-pixelart") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pixelart/" "tex/latex/pixelart/")))) (file-name (git-file-name name version)) (sha256 @@ -56556,18 +56834,18 @@ using TikZ.") (define-public texlive-pixelarttikz (package (name "texlive-pixelarttikz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pixelarttikz/" "tex/latex/pixelarttikz/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1ry8xkymnypgk4wyn0m9vj63vj0l0mh0xb4lzj8xsspv7h9289v9")))) + "1bdzcisj5rdgh5fm1nzkmsj793kyvxilihds7c36g7dwh38w1i1j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pixelarttikz") @@ -56580,12 +56858,12 @@ arts.") (define-public texlive-plain-doc (package (name "texlive-plain-doc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/plain-doc/")))) (file-name (git-file-name name version)) (sha256 @@ -56605,12 +56883,12 @@ whether the csname is a primitive TeX command, or is defined in (define-public texlive-pmgraph (package (name "texlive-pmgraph") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pmgraph/" "tex/latex/pmgraph/")))) (file-name (git-file-name name version)) (sha256 @@ -56629,12 +56907,12 @@ styles.") (define-public texlive-postage (package (name "texlive-postage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/postage/" "source/latex/postage/" "tex/latex/postage/")))) (file-name (git-file-name name version)) @@ -56655,12 +56933,12 @@ stamps you must point to a valid PDF of Deutsche Post's Ausdruck (define-public texlive-prerex (package (name "texlive-prerex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/prerex/" "doc/man/man5/prerex.5" "doc/man/man5/prerex.man5.pdf" "tex/latex/prerex/")))) @@ -56710,12 +56988,12 @@ application, a lightweight Qt-4 and Poppler-based prerex-enabled PDF viewer.") (define-public texlive-productbox (package (name "texlive-productbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/productbox/" "source/latex/productbox/" "tex/latex/productbox/")))) @@ -56739,12 +57017,12 @@ and glued together. This will lead to a physical product box.") (define-public texlive-ps2eps (package (name "texlive-ps2eps") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/bbox.1" "doc/man/man1/bbox.man1.pdf" "doc/man/man1/ps2eps.1" @@ -56830,12 +57108,12 @@ produce bounding box values for Rawppm or Rawpbm format files.") (define-public texlive-ps2pk (package (name "texlive-ps2pk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/mag.1" "doc/man/man1/mag.man1.pdf" "doc/man/man1/pfb2pfa.1" @@ -56908,12 +57186,12 @@ documents generated that use Type 1 fonts.") (define-public texlive-psutils (package (name "texlive-psutils") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/epsffit.1" "doc/man/man1/epsffit.man1.pdf" "doc/man/man1/extractres.1" @@ -57025,12 +57303,12 @@ printing. Utilities include @command{psbook}, @command{psselect}, (define-public texlive-ptolemaicastronomy (package (name "texlive-ptolemaicastronomy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ptolemaicastronomy/" "source/latex/ptolemaicastronomy/" "tex/latex/ptolemaicastronomy/")))) @@ -57053,12 +57331,12 @@ of sphere model diagrams in the style of Lewis.") (define-public texlive-puyotikz (package (name "texlive-puyotikz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/puyotikz/" "scripts/puyotikz/" "tex/latex/puyotikz/")))) (file-name (git-file-name name version)) @@ -57078,12 +57356,12 @@ current and next puyos, labels and move planning markers.") (define-public texlive-pxpgfmark (package (name "texlive-pxpgfmark") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pxpgfmark/" "tex/latex/pxpgfmark/")))) (file-name (git-file-name name version)) @@ -57103,12 +57381,12 @@ features of @code{dvipdfmx} to fix this problem.") (define-public texlive-pxpic (package (name "texlive-pxpic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pxpic/" "source/latex/pxpic/" "tex/latex/pxpic/")))) (file-name (git-file-name name version)) @@ -57129,12 +57407,12 @@ in LaTeX.") (define-public texlive-pxtatescale (package (name "texlive-pxtatescale") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pxtatescale/" "tex/latex/pxtatescale/")))) (file-name (git-file-name name version)) @@ -57154,12 +57432,12 @@ scaling in vertical direction of Japanese pTeX and upTeX.") (define-public texlive-qcircuit (package (name "texlive-qcircuit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/qcircuit/" "tex/latex/qcircuit/")))) (file-name (git-file-name name version)) (sha256 @@ -57178,12 +57456,12 @@ designed to help users generate circuits.") (define-public texlive-quantikz (package (name "texlive-quantikz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/quantikz/" "tex/latex/quantikz/")))) (file-name (git-file-name name version)) (sha256 @@ -57201,17 +57479,17 @@ drawing quantum circuit diagrams.") (define-public texlive-quran (package (name "texlive-quran") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/quran/" "tex/latex/quran/")))) (file-name (git-file-name name version)) (sha256 (base32 - "127ii32p1sdxljgjsqs4axrjfyxa317ik4cishzgm3jz5k5qvrr3")))) + "0wqpjgc7b2is897z2kxj93qfy51ky5wjjm0h2fn3ssx2s43yss4h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quran") @@ -57228,17 +57506,17 @@ as well as an English transliteration.") (define-public texlive-quran-bn (package (name "texlive-quran-bn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/quran-bn/" "tex/latex/quran-bn/")))) (file-name (git-file-name name version)) (sha256 (base32 - "00s1awx5s7h95nld2h32d7cm7zhr9qsqkqs9jq7p8cybkhhp8amf")))) + "0xjyzsga60xcxra6534qcakis0p45clzcv5lbmq4rr5ygj0dwivf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quran-bn") @@ -57251,18 +57529,18 @@ Holy Quran. It adds two Bengali translations to the @code{quran} package.") (define-public texlive-quran-de (package (name "texlive-quran-de") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/quran-de/" "tex/xelatex/quran-de/")))) (file-name (git-file-name name version)) (sha256 (base32 - "06syk1ifxcy8wxfxgnrh6d3hpx4bdprxgkc9jicaaca6j6m3rm65")))) + "0gbjip2bs45hl7j87bdcgg5wkq208lrmdb69bkf6qab6ls3656hf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quran-de") @@ -57276,18 +57554,18 @@ package.") (define-public texlive-quran-en (package (name "texlive-quran-en") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/quran-en/" "tex/xelatex/quran-en/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1ksjr3n51s2ahla03gfjqby4chkxm21zwvf1chn3nk3jzhxcw8bz")))) + (base32 "1j1hz3a0jhaqx3xka2cz7r632r7gwh3m0i43m90vv7p4gs2f47jq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quran-en") @@ -57301,18 +57579,18 @@ of the Holy Quran. It adds 15 additional English translations to the (define-public texlive-quran-es (package (name "texlive-quran-es") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/quran-es/" "tex/xelatex/quran-es/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0gy0fgmfjphnhrk7a0z95pl0xndjf8raprh3lbw70g7qfch1w16i")))) + (base32 "1vicg45s99nq31k26hslfgp25r1r8bv1mr77qydw8g6jy0awgc49")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quran-es") @@ -57326,18 +57604,18 @@ additional Spanish translations.") (define-public texlive-quran-id (package (name "texlive-quran-id") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/quran-id/" "tex/xelatex/quran-id/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0ji5vmdsx4j0jlkri9ir2w7n82bhv4nnx4gb5z5pv4g68vzgxch0")))) + (base32 "078zqbmkr52lygpwc4rbljfxj2xx68czcazrqagn7k6qk5kj68hr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quran-id") @@ -57351,17 +57629,17 @@ package.") (define-public texlive-quran-ur (package (name "texlive-quran-ur") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/quran-ur/" "tex/latex/quran-ur/")))) (file-name (git-file-name name version)) (sha256 (base32 - "13cziawsh8j4drwibp0558gd05b47rdk9cb0cd9cf6043has9ap9")))) + "0lzlgizp6a5nv5zg4l0abi1vhhphch1jmcqa5wi4p73mn2bq7fds")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quran-ur") @@ -57374,12 +57652,12 @@ Holy Quran. It adds eight Urdu translations to the @code{quran} package.") (define-public texlive-qyxf-book (package (name "texlive-qyxf-book") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/qyxf-book/" "tex/latex/qyxf-book/")))) (file-name (git-file-name name version)) @@ -57400,12 +57678,12 @@ Currently the template is only designed for Chinese typesetting.") (define-public texlive-r-und-s (package (name "texlive-r-und-s") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/r_und_s/" "tex/latex/r_und_s/")))) (file-name (git-file-name name version)) (sha256 @@ -57427,12 +57705,12 @@ German, English, French and Dutch.") (define-public texlive-randbild (package (name "texlive-randbild") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/randbild/" "source/latex/randbild/" "tex/latex/randbild/")))) @@ -57454,13 +57732,13 @@ coordinate system).") (define-public texlive-randexam (package (name "texlive-randexam") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/randexam/" "tex/latex/randexam/")))) (file-name (git-file-name name version)) @@ -57479,12 +57757,12 @@ exam papers.") (define-public texlive-randomwalk (package (name "texlive-randomwalk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/randomwalk/" "source/latex/randomwalk/" "tex/latex/randomwalk/")))) @@ -57505,12 +57783,12 @@ steps can be customized in various ways.") (define-public texlive-realhats (package (name "texlive-realhats") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/realhats/" "source/latex/realhats/" "tex/latex/realhats/")))) @@ -57529,12 +57807,12 @@ steps can be customized in various ways.") (define-public texlive-reotex (package (name "texlive-reotex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/reotex/" "tex/latex/reotex/")))) (file-name (git-file-name name version)) (sha256 @@ -57551,12 +57829,12 @@ steps can be customized in various ways.") (define-public texlive-robotarm (package (name "texlive-robotarm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/robotarm/" "source/latex/robotarm/" "tex/latex/robotarm/")))) @@ -57596,12 +57874,12 @@ example to be used in educational material.") (define-public texlive-rojud (package (name "texlive-rojud") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/rojud/" "fonts/map/dvips/rojud/" "fonts/tfm/public/rojud/" "fonts/type1/public/rojud/" @@ -57624,12 +57902,12 @@ Romaniei} (i.e., counties of Romania).") (define-public texlive-rviewport (package (name "texlive-rviewport") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rviewport/" "source/latex/rviewport/" "tex/latex/rviewport/")))) @@ -57657,12 +57935,12 @@ by the given fractions of the natural width and height of the image.") (define-public texlive-sa-tikz (package (name "texlive-sa-tikz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sa-tikz/" "tex/latex/sa-tikz/")))) (file-name (git-file-name name version)) (sha256 @@ -57680,12 +57958,12 @@ architectures and to customize their aspect.") (define-public texlive-sacsymb (package (name "texlive-sacsymb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sacsymb/" "tex/latex/sacsymb/")))) (file-name (git-file-name name version)) (sha256 @@ -57704,12 +57982,12 @@ model of psychological experience. These symbols are prepared using TikZ.") (define-public texlive-schemabloc (package (name "texlive-schemabloc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/schemabloc/" "tex/latex/schemabloc/")))) (file-name (git-file-name name version)) @@ -57728,18 +58006,18 @@ using TikZ.") (define-public texlive-schulmathematik (package (name "texlive-schulmathematik") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/schulmathematik/" "tex/latex/schulmathematik/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1ry0h810chqvjrlbppn4y6090482wjr7gnymxj2vc44lcifqkaxy")))) + "13mrf2clv3lfjp8kpl08wvm6y8n99sjq66ca1vwx6sqym09swqgb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/schulmathematik") @@ -57754,12 +58032,12 @@ document classes for German-speaking teachers of mathematics and physics.") (define-public texlive-scratch (package (name "texlive-scratch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scratch/" "tex/latex/scratch/")))) (file-name (git-file-name name version)) (sha256 @@ -57779,12 +58057,12 @@ From now on, Scratch is now version 3 with a new design. Use the (define-public texlive-scratch3 (package (name "texlive-scratch3") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scratch3/" "tex/latex/scratch3/")))) (file-name (git-file-name name version)) (sha256 @@ -57802,13 +58080,13 @@ From now on, Scratch is now version 3 with a new design. Use the (define-public texlive-scrwfile (package (name "texlive-scrwfile") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scrwfile/" "source/latex/scrwfile/" "tex/latex/scrwfile/")))) @@ -57829,12 +58107,12 @@ there will never be a @samp{No room for new \\write} message.") (define-public texlive-scsnowman (package (name "texlive-scsnowman") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scsnowman/" "tex/latex/scsnowman/")))) (file-name (git-file-name name version)) @@ -57853,12 +58131,12 @@ display many variants of snowman") (define-public texlive-setdeck (package (name "texlive-setdeck") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/setdeck/" "tex/latex/setdeck/")))) (file-name (git-file-name name version)) (sha256 @@ -57874,12 +58152,12 @@ display many variants of snowman") (define-public texlive-sexam (package (name "texlive-sexam") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/sexam/" "tex/xelatex/sexam/")))) (file-name (git-file-name name version)) (sha256 @@ -57897,12 +58175,12 @@ compatible with XeLaTeX and Polyglossia to typeset Arabic exams.") (define-public texlive-signchart (package (name "texlive-signchart") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/signchart/" "source/latex/signchart/" "tex/latex/signchart/")))) @@ -57922,12 +58200,12 @@ their (La)TeX document.") (define-public texlive-simplenodes (package (name "texlive-simplenodes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/simplenodes/" "tex/latex/simplenodes/")))) (file-name (git-file-name name version)) @@ -57951,12 +58229,12 @@ popular Java script Bootstrap.") (define-public texlive-simpleoptics (package (name "texlive-simpleoptics") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/simpleoptics/" "tex/latex/simpleoptics/")))) (file-name (git-file-name name version)) @@ -57975,12 +58253,12 @@ mirrors for use in optical diagrams.") (define-public texlive-simurgh (package (name "texlive-simurgh") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/simurgh/" "tex/lualatex/simurgh/")))) (file-name (git-file-name name version)) @@ -57999,12 +58277,12 @@ typesetting in LaTeX, using the LuaTeX engine.") (define-public texlive-smartdiagram (package (name "texlive-smartdiagram") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/smartdiagram/" "source/latex/smartdiagram/" "tex/latex/smartdiagram/")))) @@ -58024,12 +58302,12 @@ documents and for presentations.") (define-public texlive-spath3 (package (name "texlive-spath3") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/spath3/" "source/latex/spath3/" "tex/latex/spath3/")))) (file-name (git-file-name name version)) @@ -58050,12 +58328,12 @@ for drawing knot diagrams.") (define-public texlive-spectralsequences (package (name "texlive-spectralsequences") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/spectralsequences/" "tex/latex/spectralsequences/")))) (file-name (git-file-name name version)) @@ -58084,12 +58362,12 @@ possible what is going wrong.") (define-public texlive-strands (package (name "texlive-strands") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/strands/" "source/latex/strands/" "tex/latex/strands/")))) (file-name (git-file-name name version)) @@ -58108,12 +58386,12 @@ partitions, permutations, braids, etc.") (define-public texlive-swebib (package (name "texlive-swebib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/swebib/" "doc/latex/swebib/")))) (file-name (git-file-name name version)) (sha256 @@ -58133,12 +58411,12 @@ translations. The styles do not implement Swedish collation.") (define-public texlive-swimgraf (package (name "texlive-swimgraf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/swimgraf/" "tex/latex/swimgraf/")))) (file-name (git-file-name name version)) (sha256 @@ -58163,12 +58441,12 @@ Files of current world and Canadian records are included.") (define-public texlive-syntaxdi (package (name "texlive-syntaxdi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/syntaxdi/" "tex/latex/syntaxdi/")))) (file-name (git-file-name name version)) (sha256 @@ -58186,12 +58464,12 @@ known as railroad diagrams.") (define-public texlive-t1utils (package (name "texlive-t1utils") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/t1ascii.1" "doc/man/man1/t1ascii.man1.pdf" "doc/man/man1/t1asm.1" @@ -58277,12 +58555,12 @@ and -editable format; (define-public texlive-table-fct (package (name "texlive-table-fct") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/table-fct/" "tex/latex/table-fct/")))) (file-name (git-file-name name version)) @@ -58302,12 +58580,12 @@ a function and a convexity table of its graph.") (define-public texlive-templates-fenn (package (name "texlive-templates-fenn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/templates-fenn/")))) (file-name (git-file-name name version)) (sha256 @@ -58338,12 +58616,12 @@ diabetes mellitus, using @file{scrartcl.cls} from the KOMA-Script bundle. (define-public texlive-templates-sommer (package (name "texlive-templates-sommer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/templates-sommer/")))) (file-name (git-file-name name version)) (sha256 @@ -58367,12 +58645,12 @@ Friedrich-Schiller-Universitat Jena, (define-public texlive-termcal-de (package (name "texlive-termcal-de") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/termcal-de/" "source/latex/termcal-de/" "tex/latex/termcal-de/")))) @@ -58393,12 +58671,12 @@ for use in planning a class.") (define-public texlive-tex4ht (package (name "texlive-tex4ht") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/tex4ht/" "scripts/tex4ht/" "source/generic/tex4ht/" @@ -58518,6 +58796,7 @@ for use in planning a class.") "tex4ht/ht-fonts/unicode/bbold/" "tex4ht/ht-fonts/unicode/bitstrea/charter/" "tex4ht/ht-fonts/unicode/cbgreek/" + "tex4ht/ht-fonts/unicode/ccicons/" "tex4ht/ht-fonts/unicode/cfrinitials/" "tex4ht/ht-fonts/unicode/charset/" "tex4ht/ht-fonts/unicode/chess/" @@ -58559,6 +58838,7 @@ for use in planning a class.") "tex4ht/ht-fonts/unicode/mflogo/" "tex4ht/ht-fonts/unicode/misc/" "tex4ht/ht-fonts/unicode/musix/" + "tex4ht/ht-fonts/unicode/nfssect/" "tex4ht/ht-fonts/unicode/ntxsups/" "tex4ht/ht-fonts/unicode/ntxtm/" "tex4ht/ht-fonts/unicode/pl/" @@ -58593,7 +58873,7 @@ for use in planning a class.") (file-name (git-file-name name version)) (sha256 (base32 - "0ixg0inanawlqfqyd3jbi5rrmj777mcw0f2anmb633rdfw9gwgz3")))) + "1bwmrnqgkgnbgkrglzxa64nys5ilimp20qspqbf0m6nysxdmlr7h")))) (outputs '("out" "doc")) (properties '((updater-ignored-inputs "perl"))) ;in "-bin" already (build-system texlive-build-system) @@ -58661,18 +58941,18 @@ such as @code{gellmu}.") (define-public texlive-tex4ebook (package (name "texlive-tex4ebook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/tex4ebook/" "scripts/tex4ebook/" "tex/latex/tex4ebook/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1wpsnx0fcjk6qxidh47yiqx4nvhwhgl52jhq1kvgpr2a1nd4krhl")))) + "12j7l6wqxpf4v56zln92pqxpbbmf1nvh872zjz6zxfi4rqy17a76")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "tex4ebook"))) @@ -58688,12 +58968,12 @@ the conversion engine.") (define-public texlive-texaccents (package (name "texlive-texaccents") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/texaccents.1" "doc/man/man1/texaccents.man1.pdf" "doc/support/texaccents/" @@ -58716,12 +58996,12 @@ special characters to Unicode.") (define-public texlive-texcount (package (name "texlive-texcount") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/texcount/" "scripts/texcount/")))) (file-name (git-file-name name version)) (sha256 @@ -58742,12 +59022,12 @@ colour-coded output showing which parts of the text have been counted.") (define-public texlive-texdef (package (name "texlive-texdef") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/texdef/" "scripts/texdef/")))) (file-name (git-file-name name version)) @@ -58788,12 +59068,12 @@ flavour can be selected using a command line option, or via the script name: (define-public texlive-texdiff (package (name "texlive-texdiff") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/texdiff.1" "doc/man/man1/texdiff.man1.pdf" "doc/support/texdiff/" "scripts/texdiff/")))) @@ -58816,12 +59096,12 @@ marked at the margin with grey bars by the LaTeX @code{changebar} package.") (define-public texlive-texdirflatten (package (name "texlive-texdirflatten") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/texdirflatten.1" "doc/man/man1/texdirflatten.man1.pdf" "doc/support/texdirflatten/" @@ -58847,12 +59127,12 @@ document's directory tree).") (define-public texlive-texdoc (package (name "texlive-texdoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/texdoc.1" "doc/man/man1/texdoc.man1.pdf" "doc/support/texdoc/" "scripts/texdoc/" @@ -58900,12 +59180,12 @@ other configuration can be extensively customized.") (define-public texlive-texdoctk (package (name "texlive-texdoctk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/texdoctk.1" "doc/man/man1/texdoctk.man1.pdf" "scripts/texdoctk/" "texdoctk/")))) @@ -58943,12 +59223,12 @@ these programs can be configured by the sysadmin or user.") (define-public texlive-texdraw (package (name "texlive-texdraw") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/info/texdraw.info" "doc/support/texdraw/" "tex/generic/texdraw/")))) @@ -58974,13 +59254,13 @@ segments.") (define-public texlive-texfindpkg (package (name "texlive-texfindpkg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/texfindpkg.1" "doc/man/man1/texfindpkg.man1.pdf" "doc/support/texfindpkg/" @@ -59007,19 +59287,19 @@ like to contribute.") (define-public texlive-texfot (package (name "texlive-texfot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/texfot.1" "doc/man/man1/texfot.man1.pdf" "doc/support/texfot/" "scripts/texfot/")))) (file-name (git-file-name name version)) (sha256 (base32 - "052dc5s3i6fjab3lxja27p5fb8wa8b8k91w54q4c0ppw91k3swz8")))) + "0wm893sv4qnnc0q2fmgwkbjyi4plswyhn6iq5za304aiy79k4193")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "texfot.pl"))) @@ -59035,12 +59315,12 @@ some change in the source. The TeX invocation itself need not change.") (define-public texlive-texliveonfly (package (name "texlive-texliveonfly") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/texliveonfly/" "scripts/texliveonfly/")))) (file-name (git-file-name name version)) @@ -59048,6 +59328,8 @@ some change in the source. The TeX invocation itself need not change.") (base32 "15nrgkh9wkaccbyd8jgcyw5xjjhqj3jyy3spbfd679fywq14l8c2")))) (outputs '("out" "doc")) + (properties '((updater-extra-inputs "python-wrapper") + (updater-ignored-inputs "python"))) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "texliveonfly.py"))) (inputs (list python-wrapper)) @@ -59063,12 +59345,12 @@ file.tex}.") (define-public texlive-texloganalyser (package (name "texlive-texloganalyser") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/texloganalyser/" "scripts/texloganalyser/")))) (file-name (git-file-name name version)) @@ -59090,12 +59372,12 @@ the log file.") (define-public texlive-texlogfilter (package (name "texlive-texlogfilter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/texlogfilter.1" "doc/man/man1/texlogfilter.man1.pdf" "doc/support/texlogfilter/" @@ -59123,12 +59405,12 @@ patterns.") (define-public texlive-texlogsieve (package (name "texlive-texlogsieve") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/texlogsieve.1" "doc/man/man1/texlogsieve.man1.pdf" "doc/support/texlogsieve/" @@ -59136,7 +59418,7 @@ patterns.") (file-name (git-file-name name version)) (sha256 (base32 - "0pz2m47sxl6r1vdk03cp9d8wz035iq16g5v35kqrhjhxgww1qkir")))) + "1awirgvn6m9fknp88vxfwnbvxks7nylydr1kca494rlld0f5kw1i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "texlogsieve"))) @@ -59151,12 +59433,12 @@ a summary report.") (define-public texlive-texnegar (package (name "texlive-texnegar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/texnegar/" "source/latex/texnegar/" "tex/latex/texnegar/")))) @@ -59178,12 +59460,12 @@ justification to be used with the LuaTeX engine.") (define-public texlive-texosquery (package (name "texlive-texosquery") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/texosquery/" "scripts/texosquery/" "source/support/texosquery/" @@ -59232,12 +59514,12 @@ TeX's shell escape mechanism and capture the result in a control sequence.") (define-public texlive-texplate (package (name "texlive-texplate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/texplate/" "scripts/texplate/" "source/support/texplate/main/kotlin/org/islandoftex/texplate/" @@ -59264,12 +59546,12 @@ that a corresponding template exists.") (define-public texlive-texproposal (package (name "texlive-texproposal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/texproposal/")))) (file-name (git-file-name name version)) (sha256 @@ -59301,12 +59583,12 @@ university, is proposed.") (define-public texlive-texware (package (name "texlive-texware") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/dvitype.1" "doc/man/man1/dvitype.man1.pdf" "doc/man/man1/pooltype.1" @@ -59314,7 +59596,7 @@ university, is proposed.") (file-name (git-file-name name version)) (sha256 (base32 - "11i0kv92nwfqzgkxks8li5382wfip4iidz1l10aca6fs6sll39mb")))) + "010vrhm82wsd909cc56y5zifsbl9h2ci1mrcwvcal26npcmx9lvn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-texware-bin)) @@ -59356,12 +59638,12 @@ and vice versa.") (define-public texlive-ticollege (package (name "texlive-ticollege") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ticollege/" "tex/latex/ticollege/")))) (file-name (git-file-name name version)) @@ -59382,18 +59664,18 @@ and of menu items.") (define-public texlive-tie (package (name "texlive-tie") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/tie.1" "doc/man/man1/tie.man1.pdf")))) (file-name (git-file-name name version)) (sha256 (base32 - "0ydwh377n4if7vmgdlb7c2dsj6d5xn2pvz8vl4j8809jbipxy2lx")))) + "0lgicqq28vq3arccqs9nms887nsmd923l5pqsxqqkbl33z5xai7z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-kpathsea)) @@ -59410,13 +59692,13 @@ version of a @file{.web} file that incorporates existing changes.") (define-public texlive-tiet-question-paper (package (name "texlive-tiet-question-paper") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tiet-question-paper/" "tex/latex/tiet-question-paper/")))) @@ -59437,12 +59719,12 @@ the TIET, the module is easily adaptable to any organization.") (define-public texlive-tikz-3dplot (package (name "texlive-tikz-3dplot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-3dplot/" "tex/latex/tikz-3dplot/")))) (file-name (git-file-name name version)) @@ -59467,12 +59749,12 @@ and fill color can be expressed as parametric functions of polar angles.") (define-public texlive-tikz-among-us (package (name "texlive-tikz-among-us") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-among-us/" "tex/latex/tikz-among-us/")))) (file-name (git-file-name name version)) @@ -59491,12 +59773,12 @@ Some interesting uses alongside other packages are also supported.") (define-public texlive-tikz-bagua (package (name "texlive-tikz-bagua") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-bagua/" "tex/latex/tikz-bagua/")))) (file-name (git-file-name name version)) @@ -59516,12 +59798,12 @@ these symbols.") (define-public texlive-tikz-bayesnet (package (name "texlive-tikz-bayesnet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-bayesnet/" "tex/latex/tikz-bayesnet/")))) (file-name (git-file-name name version)) @@ -59541,12 +59823,12 @@ graphical models and (directed) factor graphs in LaTeX.") (define-public texlive-tikz-bbox (package (name "texlive-tikz-bbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-bbox/" "tex/latex/tikz-bbox/")))) (file-name (git-file-name name version)) @@ -59568,13 +59850,13 @@ curve.") (define-public texlive-tikz-bpmn (package (name "texlive-tikz-bpmn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-bpmn/" "tex/latex/tikz-bpmn/")))) (file-name (git-file-name name version)) @@ -59594,12 +59876,12 @@ as possible.") (define-public texlive-tikz-cd (package (name "texlive-tikz-cd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-cd/" "tex/generic/tikz-cd/" "tex/latex/tikz-cd/")))) (file-name (git-file-name name version)) @@ -59622,18 +59904,18 @@ present in the Computer Modern typeface.") (define-public texlive-tikz-decofonts (package (name "texlive-tikz-decofonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-decofonts/" "tex/latex/tikz-decofonts/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0khkjnwgggykkv12zpak1cnaml0l5g1cflawimirh4mh8065n0x7")))) + (base32 "0miiyqivn54ndfgnl71yv6f7wgbj3p9lk79awma7cvvqcfs21012")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-decofonts") @@ -59646,12 +59928,12 @@ short texts: paint brush, ink brush, pixelart brush, and bicolor texts.") (define-public texlive-tikz-dependency (package (name "texlive-tikz-dependency") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-dependency/" "tex/latex/tikz-dependency/")))) (file-name (git-file-name name version)) @@ -59672,12 +59954,12 @@ you personalize the look and feel of the graphs.") (define-public texlive-tikz-dimline (package (name "texlive-tikz-dimline") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-dimline/" "tex/latex/tikz-dimline/")))) (file-name (git-file-name name version)) @@ -59696,19 +59978,19 @@ you personalize the look and feel of the graphs.") (define-public texlive-tikz-ext (package (name "texlive-tikz-ext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-ext/" "tex/generic/tikz-ext/" "tex/latex/tikz-ext/" "tex/plain/tikz-ext/")))) (file-name (git-file-name name version)) (sha256 (base32 - "07ys0brfww0ik6g67gwd3rwiiz8ly0209d4hkkx18vw53sfj0dv2")))) + "1l537x9f8n636s5crqgwm27w1r6q2ib45vbd03f303a9lj681lxv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-ext") @@ -59723,12 +60005,12 @@ you personalize the look and feel of the graphs.") (define-public texlive-tikz-feynhand (package (name "texlive-tikz-feynhand") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-feynhand/" "tex/latex/tikz-feynhand/")))) (file-name (git-file-name name version)) @@ -59753,12 +60035,12 @@ and the new feature of putting one propagator on top of another.") (define-public texlive-tikz-feynman (package (name "texlive-tikz-feynman") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-feynman/" "tex/latex/tikz-feynman/")))) (file-name (git-file-name name version)) @@ -59782,12 +60064,12 @@ complex diagrams can still be generated with ease.") (define-public texlive-tikz-imagelabels (package (name "texlive-tikz-imagelabels") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-imagelabels/" "source/latex/tikz-imagelabels/" "tex/latex/tikz-imagelabels/")))) @@ -59807,12 +60089,12 @@ of TikZ. This may be used to label certain features in an image.") (define-public texlive-tikz-inet (package (name "texlive-tikz-inet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-inet/" "tex/latex/tikz-inet/")))) (file-name (git-file-name name version)) @@ -59830,18 +60112,18 @@ of TikZ. This may be used to label certain features in an image.") (define-public texlive-tikz-kalender (package (name "texlive-tikz-kalender") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-kalender/" "tex/latex/tikz-kalender/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1cwdssvbaibjf7nla0d88nyzip407kgqvndid2p2gxc0b2afp69f")))) + "0j7a6jk76wpf0m6g5259di2xq9b98hb30qv7n1mi2j64xspgx23y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-kalender") @@ -59854,12 +60136,12 @@ of TikZ. This may be used to label certain features in an image.") (define-public texlive-tikz-karnaugh (package (name "texlive-tikz-karnaugh") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-karnaugh/" "tex/latex/tikz-karnaugh/")))) (file-name (git-file-name name version)) @@ -59882,12 +60164,12 @@ package towards TikZ supporting.") (define-public texlive-tikz-ladder (package (name "texlive-tikz-ladder") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-ladder/" "tex/latex/tikz-ladder/")))) (file-name (git-file-name name version)) @@ -59910,12 +60192,12 @@ draw any other circuit.") (define-public texlive-tikz-lake-fig (package (name "texlive-tikz-lake-fig") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-lake-fig/" "tex/latex/tikz-lake-fig/")))) (file-name (git-file-name name version)) @@ -59935,12 +60217,12 @@ fluxes, and connectivity arrangements.") (define-public texlive-tikz-layers (package (name "texlive-tikz-layers") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-layers/" "tex/latex/tikz-layers/")))) (file-name (git-file-name name version)) @@ -59963,12 +60245,12 @@ an option to a @code{scope} environment.") (define-public texlive-tikz-mirror-lens (package (name "texlive-tikz-mirror-lens") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-mirror-lens/" "tex/latex/tikz-mirror-lens/")))) (file-name (git-file-name name version)) @@ -59989,12 +60271,12 @@ also displays the notable rays.") (define-public texlive-tikz-nef (package (name "texlive-tikz-nef") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-nef/" "tex/latex/tikz-nef/")))) (file-name (git-file-name name version)) (sha256 @@ -60024,12 +60306,12 @@ supported: (define-public texlive-tikz-network (package (name "texlive-tikz-network") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-network/" "tex/latex/tikz-network/")))) (file-name (git-file-name name version)) @@ -60048,13 +60330,13 @@ seamlessly integrated into the underlying LaTeX files.") (define-public texlive-tikz-nfold (package (name "texlive-tikz-nfold") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-nfold/" "tex/latex/tikz-nfold/")))) (file-name (git-file-name name version)) @@ -60074,12 +60356,12 @@ higher arrows. Macros to offset arbitrary paths are included as well.") (define-public texlive-tikz-opm (package (name "texlive-tikz-opm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-opm/" "tex/latex/tikz-opm/")))) (file-name (git-file-name name version)) (sha256 @@ -60097,12 +60379,12 @@ LaTeX and PGF/TikZ.") (define-public texlive-tikz-optics (package (name "texlive-tikz-optics") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-optics/" "tex/latex/tikz-optics/")))) (file-name (git-file-name name version)) @@ -60123,13 +60405,13 @@ to the user.") (define-public texlive-tikz-osci (package (name "texlive-tikz-osci") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-osci/" "tex/latex/tikz-osci/")))) (file-name (git-file-name name version)) @@ -60146,12 +60428,12 @@ to the user.") (define-public texlive-tikz-page (package (name "texlive-tikz-page") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-page/" "source/latex/tikz-page/" "tex/latex/tikz-page/")))) @@ -60171,12 +60453,12 @@ layout materials.") (define-public texlive-tikz-palattice (package (name "texlive-tikz-palattice") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-palattice/" "tex/latex/tikz-palattice/")))) (file-name (git-file-name name version)) @@ -60201,18 +60483,18 @@ injection/extraction or even a complete accelerator facility.") (define-public texlive-tikz-planets (package (name "texlive-tikz-planets") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-planets/" "tex/latex/tikz-planets/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0sgdkcn0li4k48m0fvhdk6j1kjvh6kzgjbq2jjwnzrdxz97s7hig")))) + "02y3c75hya4r5c8pckgv49w136hzrgnq9sh0hdx0vsls2cx0glvy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-planets") @@ -60226,12 +60508,12 @@ of the Moon, etc.") (define-public texlive-tikz-qtree (package (name "texlive-tikz-qtree") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-qtree/" "tex/latex/tikz-qtree/")))) (file-name (git-file-name name version)) @@ -60254,12 +60536,12 @@ with pdfTeX and XeTeX.") (define-public texlive-tikz-relay (package (name "texlive-tikz-relay") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-relay/" "tex/latex/tikz-relay/")))) (file-name (git-file-name name version)) @@ -60283,12 +60565,12 @@ with the @code{beamer} package.") (define-public texlive-tikz-sfc (package (name "texlive-tikz-sfc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-sfc/" "tex/latex/tikz-sfc/")))) (file-name (git-file-name name version)) (sha256 @@ -60312,12 +60594,12 @@ you would draw any other circuit.") (define-public texlive-tikz-swigs (package (name "texlive-tikz-swigs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-swigs/" "tex/latex/tikz-swigs/")))) (file-name (git-file-name name version)) @@ -60339,12 +60621,12 @@ inference.") (define-public texlive-tikz-timing (package (name "texlive-tikz-timing") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-timing/" "source/latex/tikz-timing/" "tex/latex/tikz-timing/")))) @@ -60369,12 +60651,12 @@ larger timing diagrams.") (define-public texlive-tikz-trackschematic (package (name "texlive-tikz-trackschematic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-trackschematic/" "tex/latex/tikz-trackschematic/")))) (file-name (git-file-name name version)) @@ -60398,13 +60680,13 @@ into sublibraries: @code{topology}, @code{trafficcontrol}, @code{vehicles}, (define-public texlive-tikz-triminos (package (name "texlive-tikz-triminos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-triminos/" "tex/latex/tikz-triminos/")))) (file-name (git-file-name name version)) @@ -60422,12 +60704,12 @@ logo, colors; automatic texts adjustment; full version, or joker usage.") (define-public texlive-tikz-truchet (package (name "texlive-tikz-truchet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz-truchet/" "source/latex/tikz-truchet/" "tex/latex/tikz-truchet/")))) @@ -60447,13 +60729,13 @@ Beveridge's article Too good to be Truchet in issue 08 of Chalkdust.") (define-public texlive-tikz2d-fr (package (name "texlive-tikz2d-fr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz2d-fr/" "tex/latex/tikz2d-fr/")))) (file-name (git-file-name name version)) @@ -60472,18 +60754,18 @@ segments.") (define-public texlive-tikz3d-fr (package (name "texlive-tikz3d-fr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikz3d-fr/" "tex/latex/tikz3d-fr/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0hs2fv4g37grng4imxaa6r4jan58xzlqif4qcc497w7rcmq03sam")))) + (base32 "1zwnlssghi9sylr9qw4z48hi1x79d0sq9gbf7b2vybg22lb2jg6z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz3d-fr") @@ -60494,12 +60776,12 @@ segments.") (define-public texlive-tikzbricks (package (name "texlive-tikzbricks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzbricks/" "tex/latex/tikzbricks/")))) (file-name (git-file-name name version)) @@ -60520,19 +60802,19 @@ The user can modify color, shape, and viewpoint.") (define-public texlive-tikzcalendarnotes (package (name "texlive-tikzcalendarnotes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzcalendarnotes/" "tex/latex/tikzcalendarnotes/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1g21g9cf72lz84z54x2kgjsdqkw2qd7ym067nw97cy4yls3qjrgf")))) + (base32 "15dcqkwjmly75bfgp0qv3qih87bwyv8c4d2sdqzraihnmxmmq660")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzcalendarnotes") @@ -60546,12 +60828,12 @@ annotate dates in a calendar.") (define-public texlive-tikzcodeblocks (package (name "texlive-tikzcodeblocks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzcodeblocks/" "tex/latex/tikzcodeblocks/")))) (file-name (git-file-name name version)) @@ -60570,18 +60852,18 @@ graphic programming languages like Scratch, NEPO or PXT.") (define-public texlive-tikzdotncross (package (name "texlive-tikzdotncross") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzdotncross/" "tex/latex/tikzdotncross/")))) (file-name (git-file-name name version)) (sha256 - (base32 "148bm5rq2b030qxv17kaj2p7ar5j5wwfsma2b7zbqs89qhn8cxql")))) + (base32 "0i667gdcavxdyanc49kqk59h7l1z8y3kdgdh6x9xpy5a9kpwmswr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzdotncross") @@ -60596,18 +60878,18 @@ with CircuiTikZ).") (define-public texlive-tikzducks (package (name "texlive-tikzducks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzducks/" "tex/latex/tikzducks/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1gy7vynrb0p8amxc5wszwfxfqgnpqsiszp9v1p4l5873hinf4qzh")))) + "0147mp53i3fhalp9jnil1q1348jn17822br9474hjlwiwvs4z9q6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-epstopdf-pkg texlive-iftex texlive-pgf)) @@ -60620,12 +60902,12 @@ with CircuiTikZ).") (define-public texlive-tikzfill (package (name "texlive-tikzfill") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzfill/" "tex/latex/tikzfill/")))) (file-name (git-file-name name version)) (sha256 @@ -60645,12 +60927,12 @@ rhombi are provided.") (define-public texlive-tikzinclude (package (name "texlive-tikzinclude") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzinclude/" "source/latex/tikzinclude/" "tex/latex/tikzinclude/")))) @@ -60670,18 +60952,18 @@ a file holding multiple images.") (define-public texlive-tikzlings (package (name "texlive-tikzlings") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzlings/" "tex/latex/tikzlings/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0c3p16ykh80yjxfqfwnvpvqk3n6azql3f52kczha82c3185wvq7z")))) + "18vfbkdfgv58xvfvliaixpmfm59l9s08d03c1xn1aafjzjqsy7h2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -60700,12 +60982,12 @@ customized in many ways.") (define-public texlive-tikzmark (package (name "texlive-tikzmark") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzmark/" "source/latex/tikzmark/" "tex/latex/tikzmark/")))) @@ -60726,12 +61008,12 @@ TikZ.") (define-public texlive-tikzmarmots (package (name "texlive-tikzmarmots") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzmarmots/" "tex/latex/tikzmarmots/")))) (file-name (git-file-name name version)) @@ -60752,12 +61034,12 @@ some garments and other attributes from the TikZducks.") (define-public texlive-tikzorbital (package (name "texlive-tikzorbital") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzorbital/" "tex/latex/tikzorbital/")))) (file-name (git-file-name name version)) @@ -60776,12 +61058,12 @@ orbital diagrams.") (define-public texlive-tikzpackets (package (name "texlive-tikzpackets") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzpackets/" "tex/latex/tikzpackets/")))) (file-name (git-file-name name version)) @@ -60799,12 +61081,12 @@ orbital diagrams.") (define-public texlive-tikzpagenodes (package (name "texlive-tikzpagenodes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzpagenodes/" "source/latex/tikzpagenodes/" "tex/latex/tikzpagenodes/")))) @@ -60827,12 +61109,12 @@ page node defined by PGF/TikZ itself.") (define-public texlive-tikzpeople (package (name "texlive-tikzpeople") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzpeople/" "tex/latex/tikzpeople/")))) (file-name (git-file-name name version)) @@ -60855,12 +61137,12 @@ priest, sailor, santa, surgeon.") (define-public texlive-tikzpfeile (package (name "texlive-tikzpfeile") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzpfeile/" "source/latex/tikzpfeile/" "tex/latex/tikzpfeile/")))) @@ -60883,19 +61165,18 @@ problem.") (define-public texlive-tikzpingus (package (name "texlive-tikzpingus") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzpingus/" - "makeindex/tikzpingus/" "tex/latex/tikzpingus/")))) (file-name (git-file-name name version)) (sha256 (base32 - "00wvy8y8qarrh4zlrcivsmd66agr8gbrq8smb9lrpn5gibh1v1sa")))) + "11glarkmla9i7bdyj60j3z9m2n1b6w4gv1cl0dzacbbc397xl030")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzpingus") @@ -60909,12 +61190,12 @@ body-types, and more).") (define-public texlive-tikzposter (package (name "texlive-tikzposter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzposter/" "source/latex/tikzposter/" "tex/latex/tikzposter/")))) @@ -60935,18 +61216,18 @@ spacing and layout of the poster is to a large extent automated.") (define-public texlive-tikzquads (package (name "texlive-tikzquads") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzquads/" "tex/latex/tikzquads/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0cvgg2i390h9qrpm1fp1km5rdwmibzgm8f5yv32mfinwnyhnji58")))) + (base32 "11hhd4gpx5fsx5980ixbhw6czgfzzrw0jclvjs4y0887jlfgz66q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzquads") @@ -60960,18 +61241,18 @@ CircuiTikZ.") (define-public texlive-tikzquests (package (name "texlive-tikzquests") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzquests/" "tex/latex/tikzquests/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1cgqzk0sk42hbkiqa061dpiqavkhk0xv0jqr3znwf1wjk1idpkqk")))) + (base32 "1p7amhlfn4186qs0cdh7gs8h5apbri7qi5m9zciial9l0rr32px9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzquests") @@ -60987,12 +61268,12 @@ use them.") (define-public texlive-tikzscale (package (name "texlive-tikzscale") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzscale/" "source/latex/tikzscale/" "tex/latex/tikzscale/")))) @@ -61013,12 +61294,12 @@ PGFPlots to a given width or height without changing the text size.") (define-public texlive-tikzsymbols (package (name "texlive-tikzsymbols") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzsymbols/" "source/latex/tikzsymbols/" "tex/latex/tikzsymbols/")))) @@ -61037,12 +61318,12 @@ PGFPlots to a given width or height without changing the text size.") (define-public texlive-tikztosvg (package (name "texlive-tikztosvg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/tikztosvg.1" "doc/man/man1/tikztosvg.man1.pdf" "doc/support/tikztosvg/" @@ -61064,18 +61345,18 @@ PGFPlots to a given width or height without changing the text size.") (define-public texlive-tikzviolinplots (package (name "texlive-tikzviolinplots") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tikzviolinplots/" "tex/latex/tikzviolinplots/")))) (file-name (git-file-name name version)) (sha256 (base32 - "11929npbz091br1y0d8ll8hhxllvgybafjbawianw0kmj2xvwvkc")))) + "0h8pxp713mkm36cyknwnqlyrn7qshvrndgiis1yh2025428z4bd0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzviolinplots") @@ -61091,12 +61372,12 @@ a default value.") (define-public texlive-tile-graphic (package (name "texlive-tile-graphic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tile-graphic/" "source/latex/tile-graphic/" "tex/latex/tile-graphic/")))) @@ -61118,13 +61399,13 @@ file.") (define-public texlive-tilings (package (name "texlive-tilings") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tilings/" "source/latex/tilings/" "tex/latex/tilings/")))) @@ -61148,12 +61429,12 @@ Penrose tile sets.") (define-public texlive-timing-diagrams (package (name "texlive-timing-diagrams") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/timing-diagrams/" "tex/latex/timing-diagrams/")))) (file-name (git-file-name name version)) @@ -61172,12 +61453,12 @@ timing diagrams, using TikZ.") (define-public texlive-tipfr (package (name "texlive-tipfr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tipfr/" "tex/latex/tipfr/")))) (file-name (git-file-name name version)) (sha256 @@ -61196,12 +61477,12 @@ items.") (define-public texlive-tkz-base (package (name "texlive-tkz-base") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tkz-base/" "tex/latex/tkz-base/")))) (file-name (git-file-name name version)) (sha256 @@ -61219,12 +61500,12 @@ teachers (and students) easy access to programming of drawings with TikZ.") (define-public texlive-tkz-berge (package (name "texlive-tkz-berge") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tkz-berge/" "tex/latex/tkz-berge/")))) (file-name (git-file-name name version)) (sha256 @@ -61244,13 +61525,13 @@ problems.") (define-public texlive-tkz-bernoulli (package (name "texlive-tkz-bernoulli") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tkz-bernoulli/" "tex/latex/tkz-bernoulli/")))) (file-name (git-file-name name version)) @@ -61267,12 +61548,12 @@ problems.") (define-public texlive-tkz-doc (package (name "texlive-tkz-doc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tkz-doc/" "tex/latex/tkz-doc/")))) (file-name (git-file-name name version)) @@ -61293,18 +61574,18 @@ the author's packages @code{tkz-base}, @code{tkz-euclide}, @code{tkz-fct}, (define-public texlive-tkz-elements (package (name "texlive-tkz-elements") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tkz-elements/" "tex/latex/tkz-elements/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1ib6x38l3hg0nwjwj6xfgjiqjqhhkvpl0xz9b0gxm6xgghi9wi6y")))) + (base32 "0956l8bjfxqld3hpc4m95klyb2fq6b3w5qy30vyb30axfrgckyyz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tkz-elements") @@ -61319,18 +61600,18 @@ the calculations are done, @code{tkz-euclide}, or TikZ, do the drawings.") (define-public texlive-tkz-euclide (package (name "texlive-tkz-euclide") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tkz-euclide/" "tex/latex/tkz-euclide/")))) (file-name (git-file-name name version)) (sha256 (base32 - "107fxiywirsbq351mmqr8yx7h2vgs6vjlrhc059zzrswhivzv2qc")))) + "12mkddi12dqdcim7mg9vp6mpjzjvfgqgslzvq43dqi7vbyvvxz7v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tkz-euclide") @@ -61344,12 +61625,12 @@ with TikZ.") (define-public texlive-tkz-fct (package (name "texlive-tkz-fct") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tkz-fct/" "tex/latex/tkz-fct/")))) (file-name (git-file-name name version)) (sha256 @@ -61368,12 +61649,12 @@ Gnuplot.") (define-public texlive-tkz-graph (package (name "texlive-tkz-graph") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tkz-graph/" "tex/latex/tkz-graph/")))) (file-name (git-file-name name version)) @@ -61392,18 +61673,18 @@ using TikZ.") (define-public texlive-tkz-grapheur (package (name "texlive-tkz-grapheur") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tkz-grapheur/" "tex/latex/tkz-grapheur/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0x80jv9cz49q11vwiwdlfba00m65xqz9xln5jhzzhnyls9rl3k0z")))) + (base32 "1cdgy5wjn0nnfbn74whf4vynh1y6hwfiz5jkb88rpgnhwh8g9mhh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tkz-grapheur") @@ -61417,12 +61698,12 @@ functions and interpolations curves, it works with integrals, tangents...") (define-public texlive-tkz-orm (package (name "texlive-tkz-orm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tkz-orm/" "tex/latex/tkz-orm/")))) (file-name (git-file-name name version)) (sha256 @@ -61440,12 +61721,12 @@ in TeX based on the PGF and TikZ picture environment.") (define-public texlive-tkz-tab (package (name "texlive-tkz-tab") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tkz-tab/" "tex/latex/tkz-tab/")))) (file-name (git-file-name name version)) (sha256 @@ -61464,12 +61745,12 @@ of circulation to give the author time to investigate some problems.") (define-public texlive-tkzexample (package (name "texlive-tkzexample") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tkzexample/" "tex/latex/tkzexample/")))) (file-name (git-file-name name version)) @@ -61488,12 +61769,12 @@ packages (like @code{tkz-euclide}).") (define-public texlive-tlcockpit (package (name "texlive-tlcockpit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/tlcockpit.1" "doc/man/man1/tlcockpit.man1.pdf" "doc/support/tlcockpit/" @@ -61528,12 +61809,12 @@ Manager, with a modern look and feel.") (define-public texlive-tonevalue (package (name "texlive-tonevalue") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tonevalue/" "tex/latex/tonevalue/")))) (file-name (git-file-name name version)) @@ -61554,12 +61835,12 @@ is planned.") (define-public texlive-tpic2pdftex (package (name "texlive-tpic2pdftex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/tpic2pdftex.1" "doc/man/man1/tpic2pdftex.man1.pdf" "doc/support/tpic2pdftex/")))) @@ -61626,12 +61907,12 @@ is planned.") (define-public texlive-tqft (package (name "texlive-tqft") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tqft/" "source/latex/tqft/" "tex/latex/tqft/")))) (file-name (git-file-name name version)) @@ -61652,12 +61933,12 @@ diagrams.") (define-public texlive-tram (package (name "texlive-tram") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tram/" "fonts/source/public/tram/" "tex/latex/tram/")))) @@ -61678,12 +61959,12 @@ pattern used may be selected in an optional argument to the environment.") (define-public texlive-tsemlines (package (name "texlive-tsemlines") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/latex/tsemlines/")))) (file-name (git-file-name name version)) (sha256 @@ -61702,12 +61983,12 @@ emulates the macro, using TikZ.") (define-public texlive-ttfutils (package (name "texlive-ttfutils") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/ttf2afm.1" "doc/man/man1/ttf2afm.man1.pdf" "doc/man/man1/ttf2pk.1" @@ -61723,7 +62004,7 @@ emulates the macro, using TikZ.") (file-name (git-file-name name version)) (sha256 (base32 - "0im1hwck8i7xfz32sklx3xf80kps8q2p1kcfp7lnzxiq91b7if6y")))) + "1zc74mg23z2286ipsw9akgmvsadfwm03irhx5pw7424c4176fba4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-ttfutils-bin)) @@ -61791,12 +62072,12 @@ emulates the macro, using TikZ.") (define-public texlive-twemojis (package (name "texlive-twemojis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/twemojis/" "source/latex/twemojis/" "tex/latex/twemojis/")))) @@ -61817,12 +62098,12 @@ Unicode font stuff is needed and it should work on every installation.") (define-public texlive-typeoutfileinfo (package (name "texlive-typeoutfileinfo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/typeoutfileinfo/" "scripts/typeoutfileinfo/")))) (file-name (git-file-name name version)) @@ -61845,17 +62126,17 @@ file.") (define-public texlive-tzplot (package (name "texlive-tzplot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tzplot/" "tex/latex/tzplot/")))) (file-name (git-file-name name version)) (sha256 (base32 - "09k84vjvl3qkp8jffv3j5bksq3jaad2p71yj715z39qf36hwvm7s")))) + "197pfll4l44hzwa3p0d9lcc9895iibc5q1ayg4a3dpc5qxb2ymrf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tzplot") @@ -61871,19 +62152,19 @@ chosen and developed with an emphasis on drawing graphs in economics.") (define-public texlive-upmendex (package (name "texlive-upmendex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/upmendex.1" "doc/man/man1/upmendex.man1.pdf" "doc/support/upmendex/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0fi6ndcvmx5vn1cyc59nq9jry9f1ym62jx8rjzqzckcdic8d983c")))) + "0sz35wg54hphzsm1wpv1zfd1kzvmw5wk63lg65ly80428kyc9j2j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-upmendex-bin)) @@ -61961,12 +62242,12 @@ Zhuyin) for Chinese Han scripts (Hanzi ideographs). (define-public texlive-utf8mex (package (name "texlive-utf8mex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/mex/utf8mex/" "tex/mex/utf8mex/")))) (file-name (git-file-name name version)) (sha256 @@ -61984,12 +62265,12 @@ encodings.") (define-public texlive-utfsym (package (name "texlive-utfsym") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/utfsym/" "tex/latex/utfsym/")))) (file-name (git-file-name name version)) (sha256 @@ -62007,12 +62288,12 @@ able to use them originally in a school setting such as on worksheets.") (define-public texlive-venndiagram (package (name "texlive-venndiagram") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/venndiagram/" "source/latex/venndiagram/" "tex/latex/venndiagram/")))) @@ -62032,12 +62313,12 @@ diagrams for lectures or assignment sheets.") (define-public texlive-visualfaq (package (name "texlive-visualfaq") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/visualfaq/")))) (file-name (git-file-name name version)) (sha256 @@ -62058,12 +62339,12 @@ the appropriate page in the TeX FAQ.") (define-public texlive-visualfaq-fr (package (name "texlive-visualfaq-fr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/visualfaq-fr/")))) (file-name (git-file-name name version)) (sha256 @@ -62082,12 +62363,12 @@ links to the French-speaking LaTeX FAQ.") (define-public texlive-visualpstricks (package (name "texlive-visualpstricks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/visualpstricks/")))) (file-name (git-file-name name version)) (sha256 @@ -62105,12 +62386,12 @@ per command or per parameter.") (define-public texlive-visualtikz (package (name "texlive-visualtikz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/visualtikz/")))) (file-name (git-file-name name version)) (sha256 @@ -62129,12 +62410,12 @@ but will be translated into English later.") (define-public texlive-web (package (name "texlive-web") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/tangle.1" "doc/man/man1/tangle.man1.pdf" "doc/man/man1/weave.1" @@ -62142,7 +62423,7 @@ but will be translated into English later.") (file-name (git-file-name name version)) (sha256 (base32 - "1wmqm57w9ablpn2zp2js8nz7g9w779g490g3ik6zqf1bw3x6zhp6")))) + "13s2x4wv7xbhv9hngva3gv33rkv7x1xsm8iwzrz221vlg4aq1b33")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-kpathsea)) @@ -62158,18 +62439,19 @@ for comfortable reading.") (define-public texlive-whatsnote (package (name "texlive-whatsnote") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/whatsnote/" + "source/latex/whatsnote/" "tex/latex/whatsnote/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1byr8sfpn25nb616534nf8b184bcn3l7j69vijqhs5l2xbj25va7")))) + (base32 "05iq4lm1mbr06fa3ajpaggznsmjy449fwgkx9rwmp8g5gx5kq67b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/whatsnote") @@ -62182,18 +62464,18 @@ on the standard LaTeX @code{book} class.") (define-public texlive-wheelchart (package (name "texlive-wheelchart") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/wheelchart/" "tex/latex/wheelchart/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1wpa6pv8fh3yqpavwix28b5hdj351agjvy51xvh3cp1lrkr67ywp")))) + "1c9jwm21kq3p330yx6xr242x9abmy80syhq5pphlq3vx5ziss2na")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/wheelchart") @@ -62207,12 +62489,12 @@ wheelcharts.") (define-public texlive-worldflags (package (name "texlive-worldflags") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/worldflags/" "tex/latex/worldflags/")))) (file-name (git-file-name name version)) @@ -62234,20 +62516,20 @@ of a flag (size, frame etc.) can be adapted using optional parameters.") (define-public texlive-xepersian (package (name "texlive-xepersian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/xelatex/xepersian/" + (revision 78236) + (locations (list "doc/latex/xepersian/" "fonts/misc/xetex/fontmapping/xepersian/" - "source/xelatex/xepersian/" - "tex/xelatex/xepersian/")))) + "source/latex/xepersian/" + "tex/latex/xepersian/")))) (file-name (git-file-name name version)) (sha256 (base32 - "05645qxq264mhp7m8xpp7d2vn40559z9r3xz23z77nja2w1c55br")))) + "0dwy0gmlq8grshgkf5cdxn2mbm720iwmm8045z936mig7vv2gd4i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xepersian") @@ -62260,12 +62542,12 @@ English texts in LaTeX, using the XeTeX engine.") (define-public texlive-xepersian-hm (package (name "texlive-xepersian-hm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/xepersian-hm/" "source/xelatex/xepersian-hm/" "tex/xelatex/xepersian-hm/")))) @@ -62286,18 +62568,18 @@ problems.") (define-public texlive-xindex (package (name "texlive-xindex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/xindex/" "scripts/xindex/" "tex/latex/xindex/" "tex/lualatex/xindex/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0cc9y99c1yzh5kz04xmgy5jkjgag3d04vx4c25dc8nx8c3yczlz9")))) + "1i4pgczbj5wnm24pm6yw84552f8zqbhxhphj3q4rdyq33373fh8b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "xindex.lua"))) @@ -62310,19 +62592,19 @@ problems.") (define-public texlive-xistercian (package (name "texlive-xistercian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xistercian/" "source/latex/xistercian/" "tex/latex/xistercian/")))) (file-name (git-file-name name version)) (sha256 (base32 - "021iwd8w19dbj1iqm1fdf9s06lysbrackz0g897nmsf0fks6qf4r")))) + "1qp7hqmgb1slvy92ggiz8f5cmb1h2lb9i28d93xzqmvkkhfbydrn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xistercian") @@ -62340,12 +62622,12 @@ integer (given as a string) as a Cistercian numeral.") (define-public texlive-xpdfopen (package (name "texlive-xpdfopen") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/pdfclose.1" "doc/man/man1/pdfclose.man1.pdf" "doc/man/man1/pdfopen.1" @@ -62415,12 +62697,12 @@ command line or from within a (shell) script. The programs work with (define-public texlive-xpicture (package (name "texlive-xpicture") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xpicture/" "source/latex/xpicture/" "tex/latex/xpicture/")))) @@ -62441,12 +62723,12 @@ curves, graphs of elementary functions and other parametric curves.") (define-public texlive-amiri (package (name "texlive-amiri") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/amiri/" "fonts/truetype/public/amiri/")))) (file-name (git-file-name name version)) @@ -62469,12 +62751,12 @@ digital typesetting, in a publicly available form.") (define-public texlive-amiweb2c-guide (package (name "texlive-amiweb2c-guide") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/amiweb2c-guide/")))) (file-name (git-file-name name version)) (sha256 @@ -62495,13 +62777,13 @@ of new fonts are given.") (define-public texlive-amnestyreport (package (name "texlive-amnestyreport") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/amnestyreport/" "source/latex/amnestyreport/" "tex/latex/amnestyreport/")))) @@ -62520,12 +62802,12 @@ according to guidelines at @url{https://brandhub.amnesty.org/}.") (define-public texlive-amsfonts (package (name "texlive-amsfonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/amsfonts/" "fonts/afm/public/amsfonts/cm/" "fonts/afm/public/amsfonts/cmextra/" @@ -62578,12 +62860,12 @@ details can be found in the documentation.") (define-public texlive-mkpattern (package (name "texlive-mkpattern") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/mkpattern/" "tex/plain/mkpattern/")))) (file-name (git-file-name name version)) (sha256 @@ -62603,12 +62885,12 @@ features generation of clean UTF-8 patterns.") (define-public texlive-ec (package (name "texlive-ec") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ec/" "fonts/source/jknappen/ec/" "fonts/tfm/jknappen/ec/")))) @@ -62642,12 +62924,12 @@ particulars.") (define-public texlive-etex (package (name "texlive-etex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/etex/base/" "doc/man/man1/etex.1" "doc/man/man1/etex.man1.pdf" @@ -62657,7 +62939,7 @@ particulars.") (file-name (git-file-name name version)) (sha256 (base32 - "14f2jf16lny2k72rdkkv8q978i8j31a8dvkgv1bgfv531hzsgb6p")))) + "1gm7sx8vjfziw7zns8bg29xjdawi4zj4wd52n1vq9nrwwzk6zwfp")))) (outputs '("out" "doc")) (properties '((updater-extra-native-inputs "texlive-cm"))) (build-system texlive-build-system) @@ -62676,12 +62958,12 @@ incorporates the e-TeX extensions.") (define-public texlive-etex-pkg (package (name "texlive-etex-pkg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/etex-pkg/" "tex/latex/etex-pkg/")))) (file-name (git-file-name name version)) (sha256 @@ -62702,12 +62984,12 @@ e-TeX's facilities.") (define-public texlive-eulervm (package (name "texlive-eulervm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eulervm/" "fonts/tfm/public/eulervm/" "fonts/vf/public/eulervm/" @@ -62737,12 +63019,12 @@ certain text fonts, e.g., Minion.") (define-public texlive-plain (package (name "texlive-plain") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "makeindex/plain/" "tex/plain/base/" "tex/plain/config/")))) (file-name (git-file-name name version)) @@ -62766,12 +63048,12 @@ discussed in the book).") (define-public texlive-pxfonts (package (name "texlive-pxfonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/pxfonts/" "fonts/afm/public/pxfonts/" "fonts/map/dvips/pxfonts/" @@ -62802,12 +63084,12 @@ supported by TeX metrics (VF and TFM files) and macros for use with LaTeX.") (define-public texlive-halloweenmath (package (name "texlive-halloweenmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/halloweenmath/" "source/latex/halloweenmath/" "tex/latex/halloweenmath/")))) @@ -62846,19 +63128,19 @@ rest of the mathematics produced by (AmS-)LaTeX.") (define-public texlive-haranoaji (package (name "texlive-haranoaji") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/haranoaji/" "fonts/opentype/public/haranoaji/" "tex/latex/haranoaji/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1hxpvcdxgccb4l4v2kcfqs3m4b0ji98vjasd9jiqck5qykxx9k7a")))) + "194a7mlr9j281kp0l7nn7b7syrhkf6wmxjwchmimrbq944hjnmck")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/haranoaji") @@ -62873,18 +63155,18 @@ fonts, 7 weights each for Mincho and Gothic.") (define-public texlive-haranoaji-extra (package (name "texlive-haranoaji-extra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/haranoaji-extra/" "fonts/opentype/public/haranoaji-extra/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1knw4yw76rdmp0gxx5faszv60rn7b0p6njb3fkpd2dn3jqy45ivi")))) + "0qgw972v5sdi5s1lsgndmwp7nq5mql0wwz3gwdxah4gdqfr9cs9m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/haranoaji-extra") @@ -62899,12 +63181,12 @@ provides extra weights for these fonts.") (define-public texlive-hardwrap (package (name "texlive-hardwrap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hardwrap/" "source/latex/hardwrap/" "tex/latex/hardwrap/")))) (file-name (git-file-name name version)) @@ -62927,12 +63209,12 @@ external file.") (define-public texlive-hatching (package (name "texlive-hatching") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/hatching/" "metapost/hatching/")))) (file-name (git-file-name name version)) @@ -62951,12 +63233,12 @@ hatching interior of closed paths.") (define-public texlive-helvetic (package (name "texlive-helvetic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "dvips/helvetic/" "fonts/afm/adobe/helvetic/" "fonts/afm/urw/helvetic/" @@ -62985,12 +63267,12 @@ Adobe's basic set.") (define-public texlive-ieejtran (package (name "texlive-ieejtran") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/ieejtran/" "doc/bibtex/ieejtran/")))) (file-name (git-file-name name version)) @@ -63011,12 +63293,12 @@ conferences.") (define-public texlive-inputenx (package (name "texlive-inputenx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/inputenx/" "source/latex/inputenx/" "tex/latex/inputenx/")))) (file-name (git-file-name name version)) @@ -63037,12 +63319,12 @@ replacement for the @code{inputenc} package.") (define-public texlive-kpathsea (package (name "texlive-kpathsea") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/info/dir" "doc/info/kpathsea.info" "doc/info/web2c.info" @@ -63091,7 +63373,7 @@ replacement for the @code{inputenc} package.") (file-name (git-file-name name version)) (sha256 (base32 - "0mqiavs2g6md6k99akv13ypvnh8vrwxp1mi215knzhizwf5skifj")))) + "1nygx71xlm3z4khyl5bva4fv2x1v3b21fx8qy0mqlm622xjhy96h")))) (outputs '("out" "doc")) (properties '((updater-extra-inputs "gawk" "sed"))) (build-system texlive-build-system) @@ -63128,12 +63410,12 @@ package provides supporting files.") (define-public texlive-kpfonts (package (name "texlive-kpfonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/kpfonts/" "fonts/afm/public/kpfonts/" "fonts/enc/dvips/kpfonts/" @@ -63166,19 +63448,19 @@ default and narrow versions of multiple integrals.") (define-public texlive-kpfonts-otf (package (name "texlive-kpfonts-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/kpfonts-otf/" "fonts/opentype/public/kpfonts-otf/" "tex/latex/kpfonts-otf/")))) (file-name (git-file-name name version)) (sha256 (base32 - "10q8z17xx691853iq031v7bp332zhgq5lfdgkw76klxs791r6ibc")))) + "1jq5avya63i6fmjivggn0wqla6kxpxryc44hnkwsmydcqcba3cjs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kpfonts-otf") @@ -63197,12 +63479,12 @@ font features. Math fonts cover all usual symbols including AMS'.") (define-public texlive-latexconfig (package (name "texlive-latexconfig") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/latex/latexconfig/")))) (file-name (git-file-name name version)) (sha256 @@ -63219,12 +63501,12 @@ formats.") (define-public texlive-latex-bin (package (name "texlive-latex-bin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/dvilualatex.1" "doc/man/man1/dvilualatex.man1.pdf" "doc/man/man1/latex.1" @@ -63236,7 +63518,7 @@ formats.") (file-name (git-file-name name version)) (sha256 (base32 - "16x1k6ifm1prqmbv9b7an7ailpvb88dpsly541b1ngn506cf15l5")))) + "1k64vx6kk13m8gd68754k2fg9cnynpivz6cyy3lvihpvnh9hlc3a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -63273,6 +63555,7 @@ formats.") texlive-latex-fonts texlive-latexconfig texlive-lm + texlive-lua-uni-algos texlive-luahbtex texlive-luaotfload texlive-luatex @@ -63289,12 +63572,12 @@ several packages that are considered as part of the LaTeX kernel.") (define-public texlive-atenddvi (package (name "texlive-atenddvi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/atenddvi/" "source/latex/atenddvi/" "tex/latex/atenddvi/")))) @@ -63319,12 +63602,12 @@ This is the main difference to @code{\\AtEndDocument}.") (define-public texlive-attachfile (package (name "texlive-attachfile") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/attachfile/" "doc/latex/attachfile/" "source/latex/attachfile/" @@ -63350,12 +63633,12 @@ customize their appearance in the enclosing document.") (define-public texlive-attachfile2 (package (name "texlive-attachfile2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/attachfile2/" "doc/man/man1/pdfatfi.1" "doc/man/man1/pdfatfi.man1.pdf" @@ -63382,12 +63665,12 @@ and gets and writes meta information data about the attached files.") (define-public texlive-atveryend (package (name "texlive-atveryend") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/atveryend/" "source/latex/atveryend/" "tex/latex/atveryend/")))) @@ -63415,12 +63698,12 @@ the @file{.aux} file.") (define-public texlive-automata (package (name "texlive-automata") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/automata/" "metapost/automata/")))) (file-name (git-file-name name version)) @@ -63442,12 +63725,12 @@ of nodes and the styles of edges, may be adjusted.") (define-public texlive-auxhook (package (name "texlive-auxhook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/auxhook/" "source/latex/auxhook/" "tex/latex/auxhook/")))) (file-name (git-file-name name version)) @@ -63466,12 +63749,12 @@ of nodes and the styles of edges, may be adjusted.") (define-public texlive-epspdf (package (name "texlive-epspdf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/info/epspdf.info" "doc/support/epspdf/" "scripts/epspdf/")))) (file-name (git-file-name name version)) @@ -63495,12 +63778,12 @@ possible by converting in multiple steps.") (define-public texlive-epstopdf (package (name "texlive-epstopdf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/epstopdf.1" "doc/man/man1/epstopdf.man1.pdf" "doc/man/man1/repstopdf.1" @@ -63543,12 +63826,12 @@ pdfLaTeX is accepting EPS graphic files.") (define-public texlive-epstopdf-pkg (package (name "texlive-epstopdf-pkg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/epstopdf-pkg/" "source/latex/epstopdf-pkg/" "tex/latex/epstopdf-pkg/")))) @@ -63570,12 +63853,12 @@ a process to convert the EPS to PDF, using the script @command{epstopdf}.") (define-public texlive-filecontents (package (name "texlive-filecontents") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/filecontents/" "source/latex/filecontents/" "tex/latex/filecontents/")))) @@ -63600,12 +63883,12 @@ overwrite existing files and letting you use @code{filecontents} (define-public texlive-filehook (package (name "texlive-filehook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/filehook/" "source/latex/filehook/" "tex/latex/filehook/")))) (file-name (git-file-name name version)) @@ -63630,12 +63913,12 @@ one before, and one after the final @code{\\clearpage}.") (define-public texlive-epsf (package (name "texlive-epsf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/epsf/" "tex/generic/epsf/")))) (file-name (git-file-name name version)) (sha256 @@ -63657,17 +63940,17 @@ users, via its Plain TeX version.)") (define-public texlive-fancyvrb (package (name "texlive-fancyvrb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fancyvrb/" "tex/latex/fancyvrb/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0jpxlzq1v96s2qifzjjh2xfifch47iks7l8zhs9vq7w5cd4y6pyl")))) + "1rdq2vgl4pg7y5c8aa4sgh4gm2qxmyz3qk5p28vclkjjbnf08haa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fancyvrb") @@ -63684,12 +63967,12 @@ verbatim source).") (define-public texlive-fandol (package (name "texlive-fandol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fandol/" "fonts/opentype/public/fandol/")))) (file-name (git-file-name name version)) @@ -63709,17 +63992,17 @@ in OpenType format.") (define-public texlive-gentium-otf (package (name "texlive-gentium-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gentium-otf/" "tex/latex/gentium-otf/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1zg0dim2pq0ynlyfaxcxqsshwgb4dy8jv1ja5c2b3lfzgnzbgalv")))) + (base32 "0nm6a2r4vbkr35npbj5fgzq6nsqlaaxadikhik9csfi0i0r710bl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gentium-otf") @@ -63733,18 +64016,19 @@ font features are available by special macros.") (define-public texlive-gentium-sil (package (name "texlive-gentium-sil") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/gentium-sil/" + "fonts/opentype/SIL/gentium-sil/" "fonts/truetype/SIL/gentium-sil/")))) (file-name (git-file-name name version)) (sha256 - (base32 "14n2wgqn116zfgjnav4nq2p93679217v4scbffc1avirbmpzhbpj")))) + (base32 "06pnbnjph9afbfj24kay48yjj8gympi46xvf7wd2xmlsjclhin9r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gentium-sil") @@ -63764,12 +64048,12 @@ two scripts can be successfully mixed in a paragraph or page of text.") (define-public texlive-gincltex (package (name "texlive-gincltex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gincltex/" "source/latex/gincltex/" "tex/latex/gincltex/")))) (file-name (git-file-name name version)) @@ -63790,12 +64074,12 @@ the @file{.tex} extension.") (define-public texlive-git-latexdiff (package (name "texlive-git-latexdiff") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/git-latexdiff.1" "doc/man/man1/git-latexdiff.man1.pdf" "doc/support/git-latexdiff/" @@ -63803,7 +64087,7 @@ the @file{.tex} extension.") (file-name (git-file-name name version)) (sha256 (base32 - "1hblgnjad5qm27ijpynz0x1rxgi07y5apgnv5r2wk3ngxj016pvn")))) + "1nz74bkar0yszxmnk4k7mccnm7w9ln17pgjr9rr1jb2ji316b2bk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "git-latexdiff"))) @@ -63817,12 +64101,12 @@ between different versions of a LaTeX file.") (define-public texlive-glyphlist (package (name "texlive-glyphlist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "fonts/map/glyphlist/")))) (file-name (git-file-name name version)) (sha256 @@ -63840,18 +64124,18 @@ Unicode points; it is maintained by Adobe. The additional (define-public texlive-graphics-def (package (name "texlive-graphics-def") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/graphics-def/" "tex/latex/graphics-def/")))) (file-name (git-file-name name version)) (sha256 (base32 - "06q21gsqjchgsgsb4lg89qa1nbxi4pz9ivj6fv5c4a6375vgaapc")))) + "0d552npjsswq0anp6axf0v62mlvi2xngcnbvs8x0k4z7fb4lhdgy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) @@ -63867,12 +64151,12 @@ packages.") (define-public texlive-graphics-cfg (package (name "texlive-graphics-cfg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/graphics-cfg/" "tex/latex/graphics-cfg/")))) (file-name (git-file-name name version)) @@ -63892,19 +64176,19 @@ set default \"driver\" options for the color and graphics packages.") (define-public texlive-graphics (package (name "texlive-graphics") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/graphics/" "source/latex/graphics/" "tex/latex/graphics/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0992h50swb77hkpss8i04q8mpkv967grqdbli4xz0vk6xnqvqlqw")))) + "0gkzijiqwh40v1hsb5pxsvxwda4q0yrh8gbby6dcpa07a8ilavf0")))) (outputs '("out" "doc")) (properties '((updater-extra-native-inputs "texlive-latex" "texlive-pdftex"))) @@ -63925,13 +64209,13 @@ documents. It comprises the packages @code{color}, @code{graphics}, (define-public texlive-gratzer-color-scheme (package (name "texlive-gratzer-color-scheme") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gratzer-color-scheme/" "tex/latex/gratzer-color-scheme/")))) @@ -63952,12 +64236,12 @@ propositions blue, definitions green.") (define-public texlive-greek-fontenc (package (name "texlive-greek-fontenc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/greek-fontenc/" "tex/latex/greek-fontenc/")))) (file-name (git-file-name name version)) @@ -63976,12 +64260,12 @@ definition files for Greek text font encodings for use with @code{fontenc}.") (define-public texlive-gsftopk (package (name "texlive-gsftopk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/gsftopk.1" "doc/man/man1/gsftopk.man1.pdf" "dvips/gsftopk/")))) @@ -64050,12 +64334,12 @@ dealing with Type 1 fonts, direct.") (define-public texlive-hycolor (package (name "texlive-hycolor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hycolor/" "source/latex/hycolor/" "tex/latex/hycolor/")))) (file-name (git-file-name name version)) @@ -64075,12 +64359,12 @@ for the user.") (define-public texlive-xcjk2uni (package (name "texlive-xcjk2uni") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xcjk2uni/" "source/latex/xcjk2uni/" "tex/latex/xcjk2uni/")))) @@ -64121,12 +64405,12 @@ and cut-and-paste operations on a PDF file generated by pdfTeX.") (define-public texlive-xcolor (package (name "texlive-xcolor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xcolor/" "dvips/xcolor/" "source/latex/xcolor/" "tex/latex/xcolor/")))) (file-name (git-file-name name version)) @@ -64150,12 +64434,12 @@ tables.") (define-public texlive-xltxtra (package (name "texlive-xltxtra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/xltxtra/" "source/xelatex/xltxtra/" "tex/xelatex/xltxtra/")))) @@ -64182,12 +64466,12 @@ correctly; and define two extra commands: @code{\\vfrac} and (define-public texlive-xml2pmx (package (name "texlive-xml2pmx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/xml2pmx.1" "doc/man/man1/xml2pmx.man1.pdf")))) (file-name (git-file-name name version)) @@ -64253,12 +64537,12 @@ MusiXTeX processing.") (define-public texlive-xmltex (package (name "texlive-xmltex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/otherformats/xmltex/base/" "tex/xmltex/base/")))) (file-name (git-file-name name version)) @@ -64305,12 +64589,12 @@ UTF-8 or a suitable 8-bit encoding.") (define-public texlive-xpiano (package (name "texlive-xpiano") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xpiano/" "source/latex/xpiano/" "tex/latex/xpiano/")))) (file-name (git-file-name name version)) @@ -64333,12 +64617,12 @@ others.") (define-public texlive-xpinyin (package (name "texlive-xpinyin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xpinyin/" "source/latex/xpinyin/" "tex/latex/xpinyin/")))) (file-name (git-file-name name version)) @@ -64366,19 +64650,19 @@ provided that automatically add pinyin to Chinese characters.") (define-public texlive-hyperref (package (name "texlive-hyperref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hyperref/" "source/latex/hyperref/" "tex/latex/hyperref/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0rl8v56yzxyid8pwyzh36z8yrf72hsm1myy412pj00gyp7p4bgc2")))) + "1zi91bn42nnsx5ph0rsdalky1b9gmq2lh60aisizwljc5vyxlgdn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -64420,13 +64704,13 @@ pdf and HTML backends. The package is distributed with the @code{backref} and (define-public texlive-hypcap (package (name "texlive-hypcap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hypcap/" "source/latex/hypcap/" "tex/latex/hypcap/")))) @@ -64448,12 +64732,12 @@ should have a @code{\\capstart} command for each @code{\\caption} command.") (define-public texlive-hypdoc (package (name "texlive-hypdoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hypdoc/" "source/latex/hypdoc/" "tex/latex/hypdoc/")))) (file-name (git-file-name name version)) @@ -64473,12 +64757,12 @@ references are linked as far as possible.") (define-public texlive-hyperxmp (package (name "texlive-hyperxmp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hyperxmp/" "doc/man/man1/hyperxmp-add-bytecount.1" @@ -64508,12 +64792,12 @@ LaTeX document authors to store XMP metadata in their documents as well.") (define-public texlive-latex-brochure (package (name "texlive-latex-brochure") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latex-brochure/")))) (file-name (git-file-name name version)) (sha256 @@ -64532,12 +64816,12 @@ printing, double-sided, on A3 paper, which would then be folded once.") (define-public texlive-latex-course (package (name "texlive-latex-course") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latex-course/")))) (file-name (git-file-name name version)) (sha256 @@ -64557,12 +64841,12 @@ the @emph{Short Introduction to LaTeX}.") (define-public texlive-latex-doc-ptr (package (name "texlive-latex-doc-ptr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latex-doc-ptr/")))) (file-name (git-file-name name version)) (sha256 @@ -64581,12 +64865,12 @@ documentation of LaTeX itself, in distributions.") (define-public texlive-latex-for-undergraduates (package (name "texlive-latex-for-undergraduates") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latex-for-undergraduates/")))) (file-name (git-file-name name version)) (sha256 @@ -64605,12 +64889,12 @@ Studio Code and an example package of user-defined LaTeX commands.") (define-public texlive-latex-graphics-companion (package (name "texlive-latex-graphics-companion") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latex-graphics-companion/")))) (file-name (git-file-name name version)) (sha256 @@ -64628,12 +64912,12 @@ LaTeX Graphics Companion} book, together with necessary supporting files.") (define-public texlive-latex-refsheet (package (name "texlive-latex-refsheet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latex-refsheet/")))) (file-name (git-file-name name version)) (sha256 @@ -64652,12 +64936,12 @@ the packages needed for a thesis in natural sciences.") (define-public texlive-latex-veryshortguide (package (name "texlive-latex-veryshortguide") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latex-veryshortguide/")))) (file-name (git-file-name name version)) (sha256 @@ -64677,12 +64961,12 @@ version is provided in legal format.") (define-public texlive-latex-web-companion (package (name "texlive-latex-web-companion") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latex-web-companion/apa/" "doc/latex/latex-web-companion/apb/" "doc/latex/latex-web-companion/apc/" @@ -64707,12 +64991,12 @@ LaTeX Web Companion} book, together with necessary supporting files.") (define-public texlive-latex2e-help-texinfo (package (name "texlive-latex2e-help-texinfo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/info/latex2e.info" "doc/latex/latex2e-help-texinfo/")))) (file-name (git-file-name name version)) @@ -64732,12 +65016,12 @@ involved are to be found on the package home page.") (define-public texlive-latex4wp (package (name "texlive-latex4wp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latex4wp/")))) (file-name (git-file-name name version)) (sha256 @@ -64756,12 +65040,12 @@ environment. It aims at helping such users use LaTeX instead.") (define-public texlive-latex4wp-it (package (name "texlive-latex4wp-it") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latex4wp-it/")))) (file-name (git-file-name name version)) (sha256 @@ -64779,12 +65063,12 @@ Users} document in Italian.") (define-public texlive-latexcheat (package (name "texlive-latexcheat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latexcheat/")))) (file-name (git-file-name name version)) (sha256 @@ -64803,12 +65087,12 @@ typesetting mathematics, though it does list some symbols.") (define-public texlive-latexcheat-ptbr (package (name "texlive-latexcheat-ptbr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latexcheat-ptbr/")))) (file-name (git-file-name name version)) (sha256 @@ -64826,12 +65110,12 @@ cheat sheet.") (define-public texlive-latexcourse-rug (package (name "texlive-latexcourse-rug") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latexcourse-rug/")))) (file-name (git-file-name name version)) (sha256 @@ -64850,12 +65134,12 @@ Groningen (Netherlands).") (define-public texlive-latexfileinfo-pkgs (package (name "texlive-latexfileinfo-pkgs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latexfileinfo-pkgs/" "source/latex/latexfileinfo-pkgs/" "tex/latex/latexfileinfo-pkgs/")))) @@ -64878,12 +65162,12 @@ discussed; revision control systems are mentioned briefly.") (define-public texlive-oberdiek (package (name "texlive-oberdiek") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/oberdiek/" "doc/latex/oberdiek/" "source/latex/oberdiek/" "tex/generic/oberdiek/" "tex/latex/oberdiek/")))) @@ -64912,12 +65196,12 @@ arrows; record information about document class(es) used; and many more.") (define-public texlive-regexpatch (package (name "texlive-regexpatch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/regexpatch/" "source/latex/regexpatch/" "tex/latex/regexpatch/")))) @@ -64940,19 +65224,19 @@ experimental packages.") (define-public texlive-rerunfilecheck (package (name "texlive-rerunfilecheck") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rerunfilecheck/" "source/latex/rerunfilecheck/" "tex/latex/rerunfilecheck/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0m3rvjgw0hg3n7db8hpyq55lq7py4scm35bqbawpc5mn5pmh2zg1")))) + "0msd6l63h0ydd67fcn04cgfs9nhvxc2rxqpm8pq54sahhi1f8mm4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-atveryend texlive-uniquecounter)) @@ -64966,12 +65250,12 @@ have changed. It is based on MD5 checksum, provided by pdfTeX.") (define-public texlive-onedown (package (name "texlive-onedown") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/onedown/" "source/latex/onedown/" "tex/latex/onedown/")))) @@ -64996,19 +65280,19 @@ output of bridge terms.") (define-public texlive-tools (package (name "texlive-tools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tools/" "source/latex/tools/" "tex/latex/tools/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1c9ix26fk99zgjjfc5s7b26cpxf5jai79b50q09ymjvbd1sdgii4")))) + "11325al0ddlk8nizb4dv6as753kbikjdppscrfmdsfrca8r5vzf1")))) (outputs '("out" "doc")) (arguments (list #:build-targets #~(list "tools.ins"))) @@ -65028,12 +65312,12 @@ are part of the LaTeX required tools distribution, comprising the packages: (define-public texlive-url (package (name "texlive-url") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/url/" "tex/latex/url/")))) (file-name (git-file-name name version)) (sha256 @@ -65058,31 +65342,23 @@ of file names.") (define-public texlive-l3experimental (package (name "texlive-l3experimental") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/l3experimental/" - "source/latex/l3experimental/l3benchmark/" "source/latex/l3experimental/l3draw/" - "source/latex/l3experimental/l3graphics/" - "source/latex/l3experimental/l3opacity/" - "source/latex/l3experimental/l3str/" "source/latex/l3experimental/xcoffins/" "source/latex/l3experimental/xgalley/" - "tex/latex/l3experimental/l3benchmark/" "tex/latex/l3experimental/l3draw/" - "tex/latex/l3experimental/l3graphics/" - "tex/latex/l3experimental/l3opacity/" - "tex/latex/l3experimental/l3str/" "tex/latex/l3experimental/xcoffins/" "tex/latex/l3experimental/xgalley/")))) (file-name (git-file-name name version)) (sha256 (base32 - "16h11l42aa8k8ljjyjaar6x96d8s6pzh8ilz0naskar9czr19nhd")))) + "0srnq0h5wwpxi1aff4n8qw58sv4pvapd99drnkmmw8g0xac6bwz6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-l3kernel)) @@ -65121,19 +65397,19 @@ which controls boxes receiving text for typesetting. (define-public texlive-l3kernel (package (name "texlive-l3kernel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/l3kernel/" "source/latex/l3kernel/" "tex/latex/l3kernel/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0gachcc6lnkija38cby7r348mkrgfx1jcdhifyy3aa7vm1ick30r")))) + "0yfpxfs184hv67269j2dqmm94q8mmkxx6zh1r7yqg41j12ybgdp5")))) (outputs '("out" "doc")) (properties '((updater-extra-native-inputs "texlive-latex"))) (build-system texlive-build-system) @@ -65143,7 +65419,7 @@ which controls boxes receiving text for typesetting. #:tex-format #f #:texlive-latex-bin? #f)) (native-inputs (list texlive-latex)) - (propagated-inputs (list texlive-l3backend)) + (propagated-inputs (list texlive-l3backend texlive-lua-uni-algos)) (home-page "https://ctan.org/pkg/l3kernel") (synopsis "LaTeX3 programming conventions") (description @@ -65157,12 +65433,12 @@ LaTeX3 conventions can be used with regular LaTeX2e packages.") (define-public texlive-l3backend (package (name "texlive-l3backend") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/l3backend/" "dvips/l3backend/" "source/latex/l3backend/" @@ -65170,7 +65446,7 @@ LaTeX3 conventions can be used with regular LaTeX2e packages.") (file-name (git-file-name name version)) (sha256 (base32 - "1w6dv2zlgyzac0ifkwsdxb4m9prlbyhi6l56d6jizjz0ir6hqr75")))) + "0622zpglwqxcs0iaqa82gg36ixfamgcqq5zn4xpm3ca60ibwjkps")))) (outputs '("out" "doc")) (properties '((updater-extra-native-inputs "texlive-latex"))) (build-system texlive-build-system) @@ -65192,12 +65468,12 @@ an independent schedule.") (define-public texlive-l3packages (package (name "texlive-l3packages") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/l3packages/" "source/latex/l3packages/l3keys2e/" "source/latex/l3packages/xfp/" @@ -65210,7 +65486,7 @@ an independent schedule.") (file-name (git-file-name name version)) (sha256 (base32 - "19n4gggsdf10mdcs06y00js5q9lql8a2zc4b8n456i0idbmqvwxd")))) + "0vvbxgd84mmqb4bz8aasnz2yhh27y0m9d8hsajyx36igpf7rhd1n")))) (outputs '("out" "doc")) (properties '((updater-extra-native-inputs "texlive-latex"))) (build-system texlive-build-system) @@ -65247,13 +65523,13 @@ a means of defining generic functions using a key-value syntax, and (define-public texlive-l3sys-query (package (name "texlive-l3sys-query") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/l3sys-query.1" "doc/man/man1/l3sys-query.man1.pdf" "doc/support/l3sys-query/" @@ -65279,12 +65555,12 @@ restricted shell escape, the standard setting when installing a TeX system.") (define-public texlive-fonts-churchslavonic (package (name "texlive-fonts-churchslavonic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fonts-churchslavonic/" "fonts/opentype/public/fonts-churchslavonic/")))) (file-name (git-file-name name version)) @@ -65303,18 +65579,18 @@ which are intended for Unicode TeX engines only.") (define-public texlive-fontscale (package (name "texlive-fontscale") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fontscale/" "tex/latex/fontscale/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0m12bxhgsjmpn6y5n7hbbgc3si26hfwk25q2bg21hn1gy1vdni9q")))) + (base32 "1b0mib56s1kaxih5jac4bsrjb9360zsyx5msynvpcfsq7jlg53h2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fontscale") @@ -65327,13 +65603,13 @@ and associated values.") (define-public texlive-fontscripts (package (name "texlive-fontscripts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fontscripts/" "scripts/fontscripts/" "source/latex/fontscripts/" @@ -65363,19 +65639,19 @@ a simple adaption for integration with FontForge and GNU make.") (define-public texlive-fontspec (package (name "texlive-fontspec") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fontspec/" "source/latex/fontspec/" "tex/latex/fontspec/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0n2mk1qp66vsn6800ml712d9mhgvqspgrmzqy6zgz0fik9m6nwdq")))) + "12ydbclq4bp6q6sa3cwdxa0197ic1asdybkdblfpx6am4vg91lq3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -65396,12 +65672,12 @@ the NFSS in LaTeX running on XeTeX or LuaTeX engines.") (define-public texlive-grffile (package (name "texlive-grffile") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/grffile/" "source/latex/grffile/" "tex/latex/grffile/")))) @@ -65423,12 +65699,12 @@ default is a stub that just loads @code{graphicx}.") (define-public texlive-sanskrit (package (name "texlive-sanskrit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sanskrit/" "fonts/source/public/sanskrit/" "fonts/tfm/public/sanskrit/" @@ -65437,7 +65713,7 @@ default is a stub that just loads @code{graphicx}.") (file-name (git-file-name name version)) (sha256 (base32 - "0qc0mylgdcc4rnid29was51s6mzil0smrs7kgnnrv8kvlb6mzydl")))) + "12610m9g9fdpg3vw2x34655qapa6y2pm1fap1aj05krddq7493lb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -65452,12 +65728,12 @@ available.") (define-public texlive-sanskrit-t1 (package (name "texlive-sanskrit-t1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/sanskrit-t1/" "fonts/map/dvips/sanskrit-t1/" "fonts/type1/public/sanskrit-t1/")))) @@ -65477,12 +65753,12 @@ available.") (define-public texlive-sansmath (package (name "texlive-sansmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sansmath/" "tex/latex/sansmath/")))) (file-name (git-file-name name version)) (sha256 @@ -65500,12 +65776,12 @@ available.") (define-public texlive-sansmathfonts (package (name "texlive-sansmathfonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/sansmathfonts/" "fonts/map/dvips/sansmathfonts/" "fonts/source/public/sansmathfonts/" @@ -65516,7 +65792,7 @@ available.") (file-name (git-file-name name version)) (sha256 (base32 - "1ig8rc6cblfrzp2xfqd233p6vsf9idisv4dzim5gz650dy4ip4p0")))) + "1bp8ji9g26xxc94xfffbnkw9bb4fm1pkw55nx0019x9089hkvpzn")))) (outputs '("out" "doc")) (properties '((updater-extra-native-inputs "texlive-amsfonts" "texlive-cm" @@ -65534,13 +65810,13 @@ Computer Modern.") (define-public texlive-string-diagrams (package (name "texlive-string-diagrams") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/string-diagrams/" "source/latex/string-diagrams/" "tex/latex/string-diagrams/")))) @@ -65558,12 +65834,12 @@ Computer Modern.") (define-public texlive-stringenc (package (name "texlive-stringenc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/stringenc/" "source/latex/stringenc/" "tex/generic/stringenc/")))) @@ -65583,12 +65859,12 @@ string between different encodings. Both LaTeX and plain-TeX are supported.") (define-public texlive-svg-inkscape (package (name "texlive-svg-inkscape") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/svg-inkscape/")))) (file-name (git-file-name name version)) (sha256 @@ -65613,12 +65889,12 @@ The document also describes how to automate the conversion from SVG to (define-public texlive-svn-prov (package (name "texlive-svn-prov") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/svn-prov/" "source/latex/svn-prov/" "tex/latex/svn-prov/")))) (file-name (git-file-name name version)) @@ -65639,12 +65915,12 @@ file name may also be given explicitly as an optional argument.") (define-public texlive-l3build (package (name "texlive-l3build") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/l3build/" "doc/man/man1/l3build.1" "doc/man/man1/l3build.man1.pdf" @@ -65654,7 +65930,7 @@ file name may also be given explicitly as an optional argument.") (file-name (git-file-name name version)) (sha256 (base32 - "0bz9azlqdq354b0kcyki2wxwz4hd784g6niblhm9xjcvafk7h5gd")))) + "1qagfsv18q66rl3z85fm40hwgzg08nbdw776nh4573zh36kby18k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "l3build.lua"))) @@ -65672,12 +65948,12 @@ a @file{.tex} file which provides the testing environment.") (define-public texlive-luabidi (package (name "texlive-luabidi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luabidi/" "tex/lualatex/luabidi/")))) (file-name (git-file-name name version)) @@ -65696,12 +65972,12 @@ context of LuaTeX.") (define-public texlive-luacode (package (name "texlive-luacode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luacode/" "source/lualatex/luacode/" "tex/lualatex/luacode/")))) @@ -65724,12 +66000,12 @@ environments to help with these problems.") (define-public texlive-lualatex-doc-de (package (name "texlive-lualatex-doc-de") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lualatex-doc-de/")))) (file-name (git-file-name name version)) (sha256 @@ -65749,12 +66025,12 @@ sources, and offers links to others.") (define-public texlive-lualatex-math (package (name "texlive-lualatex-math") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/lualatex-math/" "source/lualatex/lualatex-math/" "tex/lualatex/lualatex-math/")))) @@ -65780,12 +66056,12 @@ they are not directly related to Unicode mathematics typesetting.") (define-public texlive-lualibs (package (name "texlive-lualibs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/lualibs/" "source/luatex/lualibs/" "tex/luatex/lualibs/")))) (file-name (git-file-name name version)) @@ -65809,12 +66085,12 @@ this bundle for use independent of ConTeXt.") (define-public texlive-lua-alt-getopt (package (name "texlive-lua-alt-getopt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/lua-alt-getopt/" "scripts/lua-alt-getopt/")))) (file-name (git-file-name name version)) @@ -65834,13 +66110,13 @@ in the same way as BSD/GNU @code{getopt_long(3)} functions do.") (define-public texlive-luatbls (package (name "texlive-luatbls") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luatbls/" "tex/lualatex/luatbls/")))) (file-name (git-file-name name version)) @@ -65860,12 +66136,12 @@ iterate, apply, etc., to the table.") (define-public texlive-luatex (package (name "texlive-luatex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/base/" "doc/man/man1/dviluatex.1" "doc/man/man1/dviluatex.man1.pdf" @@ -65875,31 +66151,18 @@ iterate, apply, etc., to the table.") "doc/man/man1/texlua.man1.pdf" "doc/man/man1/texluac.1" "doc/man/man1/texluac.man1.pdf" - "tex/generic/config/luatex-unicode-letters.tex" - "web2c/texmfcnf.lua")))) + "tex/generic/config/luatex-unicode-letters.tex")))) (file-name (git-file-name name version)) (sha256 (base32 - "1fidqbjxkklcvj20qyhirws4889jizz67i970ds0db3s8k9dmj7z")))) + "1r4w4f8qyayyk3y6824bcp4rvccam84fdy40x24x4sa81ffqsd8v")))) (outputs '("out" "doc")) (properties '((updater-extra-native-inputs "texlive-kpathsea"))) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f - #:create-formats #~(list "dviluatex" "luatex") - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'customize-texmfcnf.lua - (lambda _ - (substitute* "web2c/texmfcnf.lua" - (("TEXMFDIST *=.*") "TEXMFDIST = os.getenv(\"GUIX_TEXMF\"),\n") - (("TEXMFSYSVAR *=.*") - "TEXMFSYSVAR = \"$TEXMFDIST/../texmf-var\",\n") - (("TEXMFSYSCONFIG *=.*") - "TEXMFSYSCONFIG = \"$TEXMFDIST/../texmf-config\",\n") - (("TEXMF *=.*") - "TEXMF = \"{$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,$TEXMFLOCAL,$TEXMFSYSCONFIG,$TEXMFSYSVAR,$TEXMFDIST}\",\n"))))))) + #:create-formats #~(list "dviluatex" "luatex"))) (native-inputs (list (if (target-64bit?) libfaketime datefudge) texlive-kpathsea)) @@ -65927,12 +66190,12 @@ assumed.") (define-public texlive-luatexbase (package (name "texlive-luatexbase") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/luatexbase/" "source/luatex/luatexbase/" "tex/luatex/luatexbase/")))) @@ -65957,12 +66220,12 @@ upgrade smoothly to the new support structure.") (define-public texlive-luatex85 (package (name "texlive-luatex85") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/luatex85/" "source/generic/luatex85/" "tex/generic/luatex85/")))) @@ -65981,19 +66244,19 @@ upgrade smoothly to the new support structure.") (define-public texlive-luatexja (package (name "texlive-luatexja") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/luatexja/" "source/luatex/luatexja/" "tex/luatex/luatexja/")))) (file-name (git-file-name name version)) (sha256 (base32 - "05rms9gx4g9bhcal0fq7bdkypxrmzpn08l6gmqr5ja11qwvznww9")))) + "0l0q0n4mn7x1i55b8fmy1vl43y0hp1p7842jmdp6gc0n8c48d158")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-luatexbase)) @@ -66007,18 +66270,18 @@ Either of the Plain and LaTeX2e formats may be used with the package.") (define-public texlive-luahbtex (package (name "texlive-luahbtex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/luahbtex.1" "doc/man/man1/luahbtex.man1.pdf")))) (file-name (git-file-name name version)) (sha256 (base32 - "1k39sc8ydnh6asmv6j6cx0f8lbkab609a9al3jigrb67xwlk6cw0")))) + "1spssq1aqw0mb0dmx0fm0g0wnqgi59vf8n75naww40szhfljzcz8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (properties '((updater-extra-native-inputs "texlive-kpathsea"))) @@ -66027,8 +66290,8 @@ Either of the Plain and LaTeX2e formats may be used with the package.") #:texlive-latex-bin? #f #:create-formats #~(list "luahbtex"))) (native-inputs - (list texlive-kpathsea - (if (target-64bit?) libfaketime datefudge))) + (list (if (target-64bit?) libfaketime datefudge) + texlive-kpathsea)) (propagated-inputs (list texlive-cm texlive-etex @@ -66048,18 +66311,18 @@ shaping, instead of LuaTeX's built-in shaper.") (define-public texlive-lua-uni-algos (package (name "texlive-lua-uni-algos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/lua-uni-algos/" "tex/luatex/lua-uni-algos/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1dx70msqkj101mgj88b7fmb28bghlrrrcy5v66m74gqb5i41dnc2")))) + "0irhrhfqhhjnwzj0h7cldgzmzcycawv4jvppcz9xa4rl4mil95ax")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) @@ -66084,12 +66347,12 @@ provided.") (define-public texlive-luaotfload (package (name "texlive-luaotfload") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/luaotfload/" "doc/man/man1/luaotfload-tool.1" "doc/man/man1/luaotfload-tool.man1.pdf" @@ -66125,18 +66388,18 @@ loading fonts by their proper names instead of file names.") (define-public texlive-amsmath (package (name "texlive-amsmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/amsmath/" "source/latex/amsmath/" "tex/latex/amsmath/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0qx5j7d12zw0l9fhjb7y6pkjhzprjx7w7irrvlcl44y0bg2wj86l")))) + "19f72wapl353c53mqmy0i93mbhgly2fczl25x47jibn61xrx0j7j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/amsmath") @@ -66157,12 +66420,12 @@ similar) definitions.") (define-public texlive-amsmath-it (package (name "texlive-amsmath-it") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/amsmath-it/")))) (file-name (git-file-name name version)) (sha256 @@ -66181,12 +66444,12 @@ documents. The documents are: @file{diffs-m.txt} of December 1999, and (define-public texlive-manfnt (package (name "texlive-manfnt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/manfnt/" "source/latex/manfnt/" "tex/latex/manfnt/")))) (file-name (git-file-name name version)) @@ -66205,12 +66468,12 @@ the Knuth's manual font, such as the Dangerous Bend and Manual-errata Arrow.") (define-public texlive-manfnt-font (package (name "texlive-manfnt-font") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "fonts/afm/hoekwater/manfnt-font/" "fonts/map/dvips/manfnt-font/" "fonts/type1/hoekwater/manfnt-font/")))) @@ -66230,12 +66493,12 @@ his books. LaTeX support is available using the @code{manfnt} package.") (define-public texlive-mathdots (package (name "texlive-mathdots") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/mathdots/" "source/generic/mathdots/" "tex/generic/mathdots/")))) @@ -66258,12 +66521,12 @@ commands. The commands may also be used in plain TeX.") (define-public texlive-amscls (package (name "texlive-amscls") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/amscls/" "doc/latex/amscls/" "source/latex/amscls/" "tex/latex/amscls/")))) (file-name (git-file-name name version)) @@ -66284,12 +66547,12 @@ available as part of the AMS-LaTeX distribution.") (define-public texlive-babel (package (name "texlive-babel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/babel/" "makeindex/babel/" "source/latex/babel/" @@ -66297,7 +66560,7 @@ available as part of the AMS-LaTeX distribution.") (file-name (git-file-name name version)) (sha256 (base32 - "0gg5aygfs2pf1vwzp077c9yw77asvpkj0mln9m4ljzhlh5q62dpk")))) + "02nfa9rn3crxq54lq28jyx32ki1vys64xnblq0c59acnq9d78zwv")))) (outputs '("out" "doc")) (properties '((updater-extra-native-inputs "texlive-latex" "texlive-pdftex" @@ -66336,12 +66599,12 @@ polyglossia package rather than Babel.") (define-public texlive-babelbib (package (name "texlive-babelbib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/babelbib/" "doc/bibtex/babelbib/" "tex/latex/babelbib/")))) (file-name (git-file-name name version)) @@ -66363,12 +66626,12 @@ change the typography of the bibliographies.") (define-public texlive-barcodes (package (name "texlive-barcodes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/barcodes/" "fonts/source/public/barcodes/" "fonts/tfm/public/barcodes/" @@ -66392,12 +66655,12 @@ needed.") (define-public texlive-bbcard (package (name "texlive-bbcard") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/bbcard/" "metapost/bbcard/")))) (file-name (git-file-name name version)) (sha256 @@ -66415,12 +66678,12 @@ sorts with MetaPost.") (define-public texlive-bbm (package (name "texlive-bbm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/bbm/" "fonts/source/public/bbm/" "fonts/tfm/public/bbm/")))) (file-name (git-file-name name version)) @@ -66450,12 +66713,12 @@ blackboard bold sampler.") (define-public texlive-bbm-macros (package (name "texlive-bbm-macros") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bbm-macros/" "source/latex/bbm-macros/" "tex/latex/bbm-macros/")))) @@ -66477,12 +66740,12 @@ the fonts within maths.") (define-public texlive-bbold (package (name "texlive-bbold") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bbold/" "fonts/source/public/bbold/" "fonts/tfm/public/bbold/" @@ -66521,12 +66784,12 @@ with LaTeX.") (define-public texlive-blockdraw-mp (package (name "texlive-blockdraw-mp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/blockdraw_mp/" "metapost/blockdraw_mp/")))) (file-name (git-file-name name version)) @@ -66547,12 +66810,12 @@ it is felt that many users will be happy to have a library for the job.") (define-public texlive-blopentype (package (name "texlive-blopentype") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/blopentype/" "tex/luatex/blopentype/")))) (file-name (git-file-name name version)) @@ -66572,19 +66835,19 @@ code.") (define-public texlive-bookcover (package (name "texlive-bookcover") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bookcover/" "source/latex/bookcover/" "tex/latex/bookcover/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1hbmvy06xdnradq156jgnm0dm69fr6gfiy5bpbl1scbblnchdl5q")))) + "1148w58v5l0s94rcnnq86v0ja515vchfghlcdm36p3wa0rvl3d5f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bookcover") @@ -66595,12 +66858,12 @@ code.") (define-public texlive-bpolynomial (package (name "texlive-bpolynomial") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/bpolynomial/" "metapost/bpolynomial/")))) (file-name (git-file-name name version)) @@ -66622,12 +66885,12 @@ of polynomials can be calculated.") (define-public texlive-businesscard-qrcode (package (name "texlive-businesscard-qrcode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/businesscard-qrcode/" "tex/xelatex/businesscard-qrcode/")))) (file-name (git-file-name name version)) @@ -66648,12 +66911,12 @@ generation of crop marks.") (define-public texlive-cmarrows (package (name "texlive-cmarrows") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/cmarrows/" "metapost/cmarrows/")))) (file-name (git-file-name name version)) @@ -66672,12 +66935,12 @@ Computer Modern style.") (define-public texlive-cmexb (package (name "texlive-cmexb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cmexb/" "fonts/map/dvips/cmexb/" "fonts/tfm/public/cmexb/" "fonts/type1/public/cmexb/")))) @@ -66697,12 +66960,12 @@ Computer Modern style.") (define-public texlive-cqubeamer (package (name "texlive-cqubeamer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/cqubeamer/" "tex/xelatex/cqubeamer/")))) (file-name (git-file-name name version)) @@ -66723,12 +66986,12 @@ with the XeTeX engine.") (define-public texlive-cs (package (name "texlive-cs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "fonts/enc/dvips/cs/" "fonts/map/dvips/cs/" "fonts/source/public/cs/" @@ -66756,19 +67019,19 @@ available.") (define-public texlive-cs-techrep (package (name "texlive-cs-techrep") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cs-techrep/" "source/latex/cs-techrep/" "tex/latex/cs-techrep/")))) (file-name (git-file-name name version)) (sha256 - (base32 "03j3a9s0bdsw7wskfy7xm8da1h7hkpjxvczcba1lprcrrq9gpiv8")))) + (base32 "04yxc1pdfxd7yyk8vl1hp4qjqiidq7gybd0dzhnn7bl0wf7rym8y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cs-techrep") @@ -66785,12 +67048,12 @@ a beginner-friendly template example.") (define-public texlive-csplain (package (name "texlive-csplain") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/csplain/base/" "tex/csplain/fonts/" "tex/csplain/opmac/")))) @@ -66815,8 +67078,8 @@ a beginner-friendly template example.") (symlink pdftex "pdfcsplain") (symlink luatex "luacsplain")))))))) (native-inputs - (list texlive-xetex - (if (target-64bit?) libfaketime datefudge))) + (list (if (target-64bit?) libfaketime datefudge) + texlive-xetex)) (propagated-inputs (list texlive-cm texlive-cs @@ -66851,18 +67114,18 @@ The OPmac macros can generate a bibliography without any external program.") (define-public texlive-ctable (package (name "texlive-ctable") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ctable/" "source/latex/ctable/" "tex/latex/ctable/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1x624vz1gv8bsdafwhx89zaic7f2mz9vlvwjpv8fwzjhjwx4lxmv")))) + "09dmyyr33xkfdzacf613bbk920mdqmd89vj6q6m9vbr4an6fcnhk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ctable") @@ -66875,12 +67138,12 @@ right-aligned table and (multiple-)figure floats, with footnotes.") (define-public texlive-babel-albanian (package (name "texlive-babel-albanian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-albanian/" "source/generic/babel-albanian/" "tex/generic/babel-albanian/")))) @@ -66900,12 +67163,12 @@ Babel system).") (define-public texlive-babel-azerbaijani (package (name "texlive-babel-azerbaijani") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-azerbaijani/" "source/generic/babel-azerbaijani/" "tex/generic/babel-azerbaijani/")))) @@ -66928,12 +67191,12 @@ most convenient way to write Azerbaijani documents.") (define-public texlive-babel-basque (package (name "texlive-babel-basque") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-basque/" "source/generic/babel-basque/" "tex/generic/babel-basque/")))) @@ -66951,12 +67214,12 @@ most convenient way to write Azerbaijani documents.") (define-public texlive-babel-belarusian (package (name "texlive-babel-belarusian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-belarusian/" "source/generic/babel-belarusian/" "tex/generic/babel-belarusian/")))) @@ -66976,12 +67239,12 @@ Belarusian.") (define-public texlive-babel-bosnian (package (name "texlive-babel-bosnian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-bosnian/" "source/generic/babel-bosnian/" "tex/generic/babel-bosnian/")))) @@ -67001,19 +67264,19 @@ Bosnian with Babel.") (define-public texlive-babel-breton (package (name "texlive-babel-breton") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-breton/" "source/generic/babel-breton/" "tex/generic/babel-breton/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0hvb2qjin8jx4lmw3w2y04jnnnc6w0033kjhgflfyp309dmvhzhl")))) + "0cxc9rb5s5g6ggy17syr522ngd1qh17j5plad1hjmizwr7khzr15")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-breton") @@ -67027,12 +67290,12 @@ British typographic rules.") (define-public texlive-babel-bulgarian (package (name "texlive-babel-bulgarian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-bulgarian/" "source/generic/babel-bulgarian/" "tex/generic/babel-bulgarian/")))) @@ -67052,12 +67315,12 @@ containing some Bulgarian text).") (define-public texlive-babel-catalan (package (name "texlive-babel-catalan") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-catalan/" "source/generic/babel-catalan/" "tex/generic/babel-catalan/")))) @@ -67077,12 +67340,12 @@ of the conventions, if Catalan is not the main language of the document).") (define-public texlive-babel-croatian (package (name "texlive-babel-croatian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-croatian/" "source/generic/babel-croatian/" "tex/generic/babel-croatian/")))) @@ -67102,12 +67365,12 @@ of the conventions, if Croatian is not the main language of the document).") (define-public texlive-babel-english (package (name "texlive-babel-english") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-english/" "source/generic/babel-english/" "tex/generic/babel-english/")))) @@ -67130,19 +67393,19 @@ Canadian and USA text.") (define-public texlive-babel-esperanto (package (name "texlive-babel-esperanto") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-esperanto/" "source/generic/babel-esperanto/" "tex/generic/babel-esperanto/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1av9x9d5rff6hsssssbn1jnyrqnj1c2n5fa4kgxlla95xn7zs65m")))) + "1h51ymbqmirrnqnc17z2s49wvpq8nbwm7k98gsnmmyam6gs0rv8w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-esperanto") @@ -67156,12 +67419,12 @@ Esperanto of standard LaTeX names.") (define-public texlive-babel-estonian (package (name "texlive-babel-estonian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-estonian/" "source/generic/babel-estonian/" "tex/generic/babel-estonian/")))) @@ -67182,19 +67445,19 @@ Estonian of standard LaTeX names.") (define-public texlive-babel-french (package (name "texlive-babel-french") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-french/" "source/generic/babel-french/" "tex/generic/babel-french/")))) (file-name (git-file-name name version)) (sha256 (base32 - "02kmvnkv9a87ywllbbs1hxp3mi2pwkdmb9xsrb87n73q4q0jrfxl")))) + "13zak72gnlzxr6f65d0gns7mac65dy29ajxgfxnkyl1b3nd9mxd0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-french") @@ -67207,12 +67470,12 @@ the conventions, if French is not the main language of the document).") (define-public texlive-babel-friulan (package (name "texlive-babel-friulan") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-friulan/" "source/generic/babel-friulan/" "tex/generic/babel-friulan/")))) @@ -67232,12 +67495,12 @@ Friulan either with Babel or with Polyglossia.") (define-public texlive-babel-galician (package (name "texlive-babel-galician") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-galician/" "source/generic/babel-galician/" "tex/generic/babel-galician/")))) @@ -67257,12 +67520,12 @@ Galician either with Babel or with Polyglossia.") (define-public texlive-babel-georgian (package (name "texlive-babel-georgian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-georgian/" "tex/generic/babel-georgian/")))) (file-name (git-file-name name version)) @@ -67282,19 +67545,19 @@ and under XeTeX and LuaTeX.") (define-public texlive-babel-german (package (name "texlive-babel-german") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-german/" "source/generic/babel-german/" "tex/generic/babel-german/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1gdrcr01whyx8rbpabjxyz85637acbxcsy9gdbhvppggzv3agx5w")))) + "0ck0n5dnv0p7d66i7axl4m7ps68yafhlbbrpr89csx9l7d2l8kcf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-german") @@ -67310,12 +67573,12 @@ German.") (define-public texlive-babel-greek (package (name "texlive-babel-greek") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-greek/" "source/generic/babel-greek/" "tex/generic/babel-greek/")))) @@ -67336,19 +67599,19 @@ names in mathematics, and for classical-era symbols.") (define-public texlive-babel-hebrew (package (name "texlive-babel-hebrew") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-hebrew/" "source/generic/babel-hebrew/" "tex/generic/babel-hebrew/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0n0w7jmjf71fw96ycrqwxxh6s4knw3fj4i83n63y4xv2x5w40f7y")))) + "0pb3lqgxsjcvxx0r5mvsma8vpmwyzbn3gm8m203alj8j5mbvs6cr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-hebrew") @@ -67363,18 +67626,18 @@ as well as translations to Hebrew of standard LaTeX names.") (define-public texlive-babel-hungarian (package (name "texlive-babel-hungarian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-hungarian/" "tex/generic/babel-hungarian/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1x54clczgvkq9slq5331hvp1rzlv4jm4g9gnpflz8y72jbqmcm24")))) + "0i3rbvfinf8rvplrfggqmwys8502aas9ydgsjaklfwlnrjlagcnr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-hungarian") @@ -67387,12 +67650,12 @@ Magyar (Hungarian) with Babel.") (define-public texlive-babel-icelandic (package (name "texlive-babel-icelandic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-icelandic/" "source/generic/babel-icelandic/" "tex/generic/babel-icelandic/")))) @@ -67413,19 +67676,19 @@ Icelandic of standard LaTeX names.") (define-public texlive-babel-indonesian (package (name "texlive-babel-indonesian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-indonesian/" "source/generic/babel-indonesian/" "tex/generic/babel-indonesian/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1ilkl7s5dh8cs6z211p4imyzg3d2axfa5vkmrxn4d3lbx1g3chs1")))) + "10bbs44ap6jch1g2ls6qjpwjv4ml1nf8njdgmwycm34njypqimxv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-indonesian") @@ -67436,12 +67699,12 @@ Icelandic of standard LaTeX names.") (define-public texlive-babel-interlingua (package (name "texlive-babel-interlingua") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-interlingua/" "source/generic/babel-interlingua/" "tex/generic/babel-interlingua/")))) @@ -67464,12 +67727,12 @@ Italian and French, with some normalisation of spelling.") (define-public texlive-babel-irish (package (name "texlive-babel-irish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-irish/" "source/generic/babel-irish/" "tex/generic/babel-irish/")))) @@ -67490,19 +67753,19 @@ LaTeX names.") (define-public texlive-babel-italian (package (name "texlive-babel-italian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-italian/" "source/generic/babel-italian/" "tex/generic/babel-italian/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0l6xmi0mic2g09sy5xbxdh00d66nwz50255ixsi61azh2zq5w9i0")))) + "17nswazg00kafz7x8x7l20hmc075knwzk57a8wghk8pkplph3xmp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-italian") @@ -67514,12 +67777,12 @@ Babel.") (define-public texlive-babel-japanese (package (name "texlive-babel-japanese") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-japanese/" "source/generic/babel-japanese/" "tex/generic/babel-japanese/")))) @@ -67540,12 +67803,12 @@ package works with pLaTeX, upLaTeX, XeLaTeX and LuaLaTeX.") (define-public texlive-babel-kurmanji (package (name "texlive-babel-kurmanji") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-kurmanji/" "source/generic/babel-kurmanji/" "tex/generic/babel-kurmanji/")))) @@ -67569,19 +67832,19 @@ Kurdish written in Arabic script.") (define-public texlive-babel-latin (package (name "texlive-babel-latin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-latin/" "source/generic/babel-latin/" "tex/generic/babel-latin/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1ykiny7rcz5czsadxfxl53403ixkyxi67dqlphqaxkvvm2k61kpb")))) + "08nfm3r5qv0klmbl5d26i5pjx3y2kyc1rg9wiisazn74bxwl10xw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-latin") @@ -67596,12 +67859,12 @@ typographical fine-tuning.") (define-public texlive-babel-latvian (package (name "texlive-babel-latvian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-latvian/" "source/generic/babel-latvian/" "tex/generic/babel-latvian/")))) @@ -67621,12 +67884,12 @@ in Babel.") (define-public texlive-babel-lithuanian (package (name "texlive-babel-lithuanian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-lithuanian/" "source/generic/babel-lithuanian/" "tex/generic/babel-lithuanian/")))) @@ -67647,12 +67910,12 @@ match Babel support for other languages.") (define-public texlive-babel-macedonian (package (name "texlive-babel-macedonian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-macedonian/" "source/generic/babel-macedonian/" "tex/generic/babel-macedonian/")))) @@ -67672,12 +67935,12 @@ Cyrillic, in Babel.") (define-public texlive-babel-malay (package (name "texlive-babel-malay") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-malay/" "source/generic/babel-malay/" "tex/generic/babel-malay/")))) @@ -67695,12 +67958,12 @@ Cyrillic, in Babel.") (define-public texlive-babel-occitan (package (name "texlive-babel-occitan") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-occitan/" "source/generic/babel-occitan/" "tex/generic/babel-occitan/")))) @@ -67719,12 +67982,12 @@ Babel, with usage instructions.") (define-public texlive-babel-piedmontese (package (name "texlive-babel-piedmontese") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-piedmontese/" "source/generic/babel-piedmontese/" "tex/generic/babel-piedmontese/")))) @@ -67745,19 +68008,19 @@ Piedmontese of standard LaTeX names.") (define-public texlive-babel-portuges (package (name "texlive-babel-portuges") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-portuges/" "source/generic/babel-portuges/" "tex/generic/babel-portuges/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0619ygyjz5vz3a6khx7yvsa059x59r54fgyxb0p8k196lss07lq2")))) + "1cmqvx8nf893fa4c1qbhp4lyv40ypnkxc4ajq9c9pv0jy3xkdnwh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-portuges") @@ -67771,12 +68034,12 @@ well as translations to Portuguese of standard LaTeX names.") (define-public texlive-babel-romanian (package (name "texlive-babel-romanian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-romanian/" "source/generic/babel-romanian/" "tex/generic/babel-romanian/")))) @@ -67797,12 +68060,12 @@ provided.") (define-public texlive-babel-romansh (package (name "texlive-babel-romansh") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-romansh/" "source/generic/babel-romansh/" "tex/generic/babel-romansh/")))) @@ -67827,12 +68090,12 @@ Romansh either with Babel or with Polyglossia.") (define-public texlive-babel-russian (package (name "texlive-babel-russian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-russian/" "source/generic/babel-russian/" "tex/generic/babel-russian/")))) @@ -67853,12 +68116,12 @@ use both under traditional TeX engines, and under XeTeX and LuaTeX.") (define-public texlive-babel-samin (package (name "texlive-babel-samin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-samin/" "source/generic/babel-samin/" "tex/generic/babel-samin/")))) @@ -67882,12 +68145,12 @@ names.") (define-public texlive-babel-scottish (package (name "texlive-babel-scottish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-scottish/" "source/generic/babel-scottish/" "tex/generic/babel-scottish/")))) @@ -67908,12 +68171,12 @@ translations of standard LaTeX names.") (define-public texlive-babel-serbian (package (name "texlive-babel-serbian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-serbian/" "source/generic/babel-serbian/" "tex/generic/babel-serbian/")))) @@ -67933,12 +68196,12 @@ Babel.") (define-public texlive-babel-serbianc (package (name "texlive-babel-serbianc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-serbianc/" "source/generic/babel-serbianc/" "tex/generic/babel-serbianc/")))) @@ -67958,12 +68221,12 @@ in Babel.") (define-public texlive-babel-slovak (package (name "texlive-babel-slovak") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-slovak/" "source/generic/babel-slovak/" "tex/generic/babel-slovak/")))) @@ -67984,19 +68247,19 @@ also defined.") (define-public texlive-babel-slovenian (package (name "texlive-babel-slovenian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-slovenian/" "source/generic/babel-slovenian/" "tex/generic/babel-slovenian/")))) (file-name (git-file-name name version)) (sha256 (base32 - "08bf1732vsa148km0vkfj6k1cg3j3yrhkzsvnhv283bbr1wqprz6")))) + "0i5pc761sxkyd71qf8cidqrr2wai17abh6igd8g1hz1g1g4bqwrk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-slovenian") @@ -68010,12 +68273,12 @@ Slovenian of standard LaTeX names.") (define-public texlive-babel-sorbian (package (name "texlive-babel-sorbian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-sorbian/" "source/generic/babel-sorbian/" "tex/generic/babel-sorbian/")))) @@ -68036,12 +68299,12 @@ translations to the relevant language of standard LaTeX names.") (define-public texlive-babel-spanish (package (name "texlive-babel-spanish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-spanish/" "source/generic/babel-spanish/" "tex/generic/babel-spanish/")))) @@ -68062,12 +68325,12 @@ provided for those who wish to typeset Spanish as written in Mexico.") (define-public texlive-babel-swedish (package (name "texlive-babel-swedish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-swedish/" "source/generic/babel-swedish/" "tex/generic/babel-swedish/")))) @@ -68086,12 +68349,12 @@ provided for those who wish to typeset Spanish as written in Mexico.") (define-public texlive-babel-thai (package (name "texlive-babel-thai") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-thai/" "source/generic/babel-thai/" "tex/generic/babel-thai/")))) @@ -68111,12 +68374,12 @@ system.") (define-public texlive-babel-turkish (package (name "texlive-babel-turkish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-turkish/" "source/generic/babel-turkish/" "tex/generic/babel-turkish/")))) @@ -68135,12 +68398,12 @@ system.") (define-public texlive-babel-ukrainian (package (name "texlive-babel-ukrainian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-ukrainian/" "source/generic/babel-ukrainian/" "tex/generic/babel-ukrainian/")))) @@ -68161,12 +68424,12 @@ XeTeX and LuaTeX.") (define-public texlive-babel-vietnamese (package (name "texlive-babel-vietnamese") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-vietnamese/" "source/generic/babel-vietnamese/" "tex/generic/babel-vietnamese/")))) @@ -68186,12 +68449,12 @@ Vietnamese in Babel.") (define-public texlive-babel-welsh (package (name "texlive-babel-welsh") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-welsh/" "source/generic/babel-welsh/" "tex/generic/babel-welsh/")))) @@ -68210,12 +68473,12 @@ Vietnamese in Babel.") (define-public texlive-cyklop (package (name "texlive-cyklop") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cyklop/" "fonts/afm/public/cyklop/" "fonts/enc/dvips/cyklop/" @@ -68254,12 +68517,12 @@ ones (IL2 for Czech fonts).") (define-public texlive-cyrillic-bin (package (name "texlive-cyrillic-bin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/rubibtex.1" "doc/man/man1/rubibtex.man1.pdf" "doc/man/man1/rumakeindex.1" @@ -68294,12 +68557,12 @@ MakeIndex.") (define-public texlive-cyrillic (package (name "texlive-cyrillic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cyrillic/" "source/latex/cyrillic/" "tex/latex/cyrillic/")))) @@ -68327,13 +68590,13 @@ language that is written in a Cyrillic alphabet.") (define-public texlive-cyrillic-modern (package (name "texlive-cyrillic-modern") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cyrillic-modern/" "dvips/cyrillic-modern/" "fonts/afm/public/cyrillic-modern/" @@ -68360,12 +68623,12 @@ required for Russian typesetting.") (define-public texlive-passivetex (package (name "texlive-passivetex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/xmltex/passivetex/")))) (file-name (git-file-name name version)) (sha256 @@ -68383,13 +68646,13 @@ Unicode entities, and common formatting object definitions for JadeTeX.") (define-public texlive-passopt (package (name "texlive-passopt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/passopt/" "tex/latex/passopt/")))) (file-name (git-file-name name version)) @@ -68408,12 +68671,12 @@ in the list to the right.") (define-public texlive-pict2e (package (name "texlive-pict2e") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pict2e/" "source/latex/pict2e/" "tex/latex/pict2e/")))) @@ -68437,12 +68700,12 @@ with the LaTeX @code{picture} environment.") (define-public texlive-psnfss (package (name "texlive-psnfss") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/psnfss/" "fonts/map/dvips/psnfss/" "source/latex/psnfss/" @@ -68476,12 +68739,12 @@ part of the LaTeX required set of packages.") (define-public texlive-ifplatform (package (name "texlive-ifplatform") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ifplatform/" "source/latex/ifplatform/" "tex/latex/ifplatform/")))) @@ -68507,12 +68770,12 @@ between various classes of Unix systems.") (define-public texlive-ifptex (package (name "texlive-ifptex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/ifptex/" "tex/generic/ifptex/")))) (file-name (git-file-name name version)) (sha256 @@ -68531,12 +68794,12 @@ alias to @code{ifptex} provided for backward compatibility.") (define-public texlive-iftex (package (name "texlive-iftex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/iftex/" "tex/generic/iftex/")))) (file-name (git-file-name name version)) (sha256 @@ -68558,12 +68821,12 @@ the engine in use.") (define-public texlive-ifxptex (package (name "texlive-ifxptex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/ifxptex/" "tex/generic/ifxptex/")))) (file-name (git-file-name name version)) @@ -68583,12 +68846,12 @@ supported.") (define-public texlive-tipa (package (name "texlive-tipa") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/tipa/" "fonts/map/dvips/tipa/" "fonts/source/public/tipa/" @@ -68615,12 +68878,12 @@ T3, and the set of addendum symbols as encoding TS3. Times-like Adobe Type (define-public texlive-tipa-de (package (name "texlive-tipa-de") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tipa-de/")))) (file-name (git-file-name name version)) (sha256 @@ -68638,12 +68901,12 @@ T3, and the set of addendum symbols as encoding TS3. Times-like Adobe Type (define-public texlive-amsrefs (package (name "texlive-amsrefs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/amsrefs/" "bibtex/bst/amsrefs/" "doc/latex/amsrefs/" "source/latex/amsrefs/" "tex/latex/amsrefs/")))) @@ -68665,12 +68928,12 @@ either in conjunction with BibTeX or as a replacement for BibTeX.") (define-public texlive-bigfoot (package (name "texlive-bigfoot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bigfoot/" "source/latex/bigfoot/" "tex/latex/bigfoot/")))) @@ -68697,12 +68960,12 @@ packages.") (define-public texlive-blindtext (package (name "texlive-blindtext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/blindtext/" "source/latex/blindtext/" "tex/latex/blindtext/")))) @@ -68727,12 +68990,12 @@ ipsum\" text, see the @code{lipsum} package).") (define-public texlive-dinbrief (package (name "texlive-dinbrief") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dinbrief/" "source/latex/dinbrief/" "tex/latex/dinbrief/")))) @@ -68770,12 +69033,12 @@ package.") (define-public texlive-draftwatermark (package (name "texlive-draftwatermark") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/draftwatermark/" "source/latex/draftwatermark/" "tex/latex/draftwatermark/")))) @@ -68799,12 +69062,12 @@ on @code{everypage}.") (define-public texlive-drv (package (name "texlive-drv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/drv/" "metapost/drv/")))) (file-name (git-file-name name version)) (sha256 @@ -68823,12 +69086,12 @@ programming language semantics...).") (define-public texlive-dviincl (package (name "texlive-dviincl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/dviincl/" "metapost/dviincl/")))) (file-name (git-file-name name version)) (sha256 @@ -68848,12 +69111,12 @@ files allow pages to include other pages.") (define-public texlive-emp (package (name "texlive-emp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/emp/" "source/latex/emp/" "tex/latex/emp/")))) (file-name (git-file-name name version)) @@ -68878,12 +69141,12 @@ into the confines of file system conventions.") (define-public texlive-enctex (package (name "texlive-enctex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/enctex/" "tex/generic/enctex/")))) (file-name (git-file-name name version)) @@ -68903,13 +69166,13 @@ example, translation of multibyte sequences, such as utf-8 encoding.") (define-public texlive-ensps-colorscheme (package (name "texlive-ensps-colorscheme") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ensps-colorscheme/" "source/latex/ensps-colorscheme/" @@ -68931,13 +69194,13 @@ available.") (define-public texlive-enverb (package (name "texlive-enverb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/enverb/" "source/latex/enverb/" "tex/latex/enverb/")))) @@ -68961,12 +69224,12 @@ respectively.") (define-public texlive-environ (package (name "texlive-environ") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/environ/" "source/latex/environ/" "tex/latex/environ/")))) @@ -68989,12 +69252,12 @@ define a new author interface to creating new environments.") (define-public texlive-epsincl (package (name "texlive-epsincl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/epsincl/" "metapost/epsincl/")))) (file-name (git-file-name name version)) (sha256 @@ -69011,12 +69274,12 @@ define a new author interface to creating new environments.") (define-public texlive-eqparbox (package (name "texlive-eqparbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eqparbox/" "source/latex/eqparbox/" "tex/latex/eqparbox/")))) @@ -69044,12 +69307,12 @@ also provided.") (define-public texlive-etoc (package (name "texlive-etoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/etoc/" "source/latex/etoc/" "tex/latex/etoc/")))) (file-name (git-file-name name version)) @@ -69082,12 +69345,12 @@ contents.") (define-public texlive-expdlist (package (name "texlive-expdlist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/expdlist/" "source/latex/expdlist/" "tex/latex/expdlist/")))) @@ -69110,18 +69373,18 @@ remain in sequence).") (define-public texlive-expltools (package (name "texlive-expltools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/expltools/" "scripts/expltools/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0vw3rvf54zw2m586z8hmg9grf9g51i6rl15majkl8s2mlqrcw6k8")))) + (base32 "0ff5fz8rd1y57gdwz12k989qpv3580fk9fam2bh7al8lpdy7p4j4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -69139,12 +69402,12 @@ development tools for @code{expl3}.") (define-public texlive-expressg (package (name "texlive-expressg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/expressg/" "metapost/expressg/" "source/metapost/expressg/")))) @@ -69167,12 +69430,12 @@ and most other Box-Line-Annotation charts, but not Gantt charts directly.") (define-public texlive-exteps (package (name "texlive-exteps") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/exteps/" "metapost/exteps/")))) (file-name (git-file-name name version)) (sha256 @@ -69191,12 +69454,12 @@ any post processing of the MetaPost output.") (define-public texlive-featpost (package (name "texlive-featpost") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/featpost/" "metapost/featpost/")))) (file-name (git-file-name name version)) @@ -69216,12 +69479,12 @@ things.") (define-public texlive-feynmf (package (name "texlive-feynmf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/feynmf/" "metafont/feynmf/" "metapost/feynmf/" "source/latex/feynmf/" "tex/latex/feynmf/")))) @@ -69244,12 +69507,12 @@ semi-algorithmically determined.") (define-public texlive-feynmp-auto (package (name "texlive-feynmp-auto") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/feynmp-auto/" "source/latex/feynmp-auto/" "tex/latex/feynmp-auto/")))) @@ -69271,12 +69534,12 @@ in the next run of LaTeX. The package honours options that apply to (define-public texlive-filemod (package (name "texlive-filemod") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/filemod/" "tex/generic/filemod/" "tex/latex/filemod/")))) (file-name (git-file-name name version)) @@ -69301,12 +69564,12 @@ but non-expandable ones.") (define-public texlive-fix2col (package (name "texlive-fix2col") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fix2col/" "source/latex/fix2col/" "tex/latex/fix2col/")))) (file-name (git-file-name name version)) @@ -69331,12 +69594,12 @@ in sequence with single column floats like figure.") (define-public texlive-fixlatvian (package (name "texlive-fixlatvian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/fixlatvian/" "makeindex/fixlatvian/" "source/xelatex/fixlatvian/" @@ -69357,12 +69620,12 @@ in sequence with single column floats like figure.") (define-public texlive-fiziko (package (name "texlive-fiziko") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/fiziko/" "metapost/fiziko/")))) (file-name (git-file-name name version)) (sha256 @@ -69384,12 +69647,12 @@ these primitives.") (define-public texlive-font-change-xetex (package (name "texlive-font-change-xetex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xetex/font-change-xetex/" "tex/xetex/font-change-xetex/")))) (file-name (git-file-name name version)) @@ -69415,12 +69678,12 @@ hanging punctuation, and support for special Unicode characters.") (define-public texlive-fontbook (package (name "texlive-fontbook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/fontbook/" "source/xelatex/fontbook/" "tex/xelatex/fontbook/")))) @@ -69440,12 +69703,12 @@ evaluation, etc.).") (define-public texlive-fontwrap (package (name "texlive-fontwrap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/fontwrap/" "tex/xelatex/fontwrap/")))) (file-name (git-file-name name version)) @@ -69464,12 +69727,12 @@ Unicode blocks, for automatic font tagging of multilingual text.") (define-public texlive-garrigues (package (name "texlive-garrigues") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/garrigues/" "metapost/garrigues/")))) (file-name (git-file-name name version)) @@ -69488,12 +69751,12 @@ Easter nomogram.") (define-public texlive-garuda-c90 (package (name "texlive-garuda-c90") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "dvips/garuda-c90/" "fonts/map/dvips/garuda-c90/" "fonts/tfm/public/garuda-c90/" @@ -69513,12 +69776,12 @@ Easter nomogram.") (define-public texlive-hanging (package (name "texlive-hanging") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hanging/" "source/latex/hanging/" "tex/latex/hanging/")))) (file-name (git-file-name name version)) @@ -69538,12 +69801,12 @@ by making punctuation characters active.") (define-public texlive-fira (package (name "texlive-fira") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fira/" "fonts/enc/dvips/fira/" "fonts/map/dvips/fira/" @@ -69571,18 +69834,18 @@ corresponding italics: light, regular, medium, bold, ...") (define-public texlive-firstaid (package (name "texlive-firstaid") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/firstaid/" "source/latex/firstaid/" "tex/latex/firstaid/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0byrbsi5qnz855k0sjazmb6js1vkzzn93xrl4vakvbg5106r8a60")))) + "0mpmx5m860lc28cwkwflvlvpibmf104ajdf3mb5pv2m91rbxm6j2")))) (outputs '("out" "doc")) (properties '((updater-extra-native-inputs "texlive-latex" "texlive-pdftex"))) @@ -69603,12 +69866,12 @@ meant to be loaded during format generation and not by the user.") (define-public texlive-gmp (package (name "texlive-gmp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gmp/" "source/latex/gmp/" "tex/latex/gmp/")))) (file-name (git-file-name name version)) @@ -69629,12 +69892,12 @@ including @code{\\newcommand}.") (define-public texlive-hershey-mp (package (name "texlive-hershey-mp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/hershey-mp/" "metapost/hershey-mp/")))) (file-name (git-file-name name version)) @@ -69655,12 +69918,12 @@ find in the software repository of your operating system.") (define-public texlive-interchar (package (name "texlive-interchar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/interchar/" "tex/xelatex/interchar/")))) (file-name (git-file-name name version)) @@ -69681,19 +69944,19 @@ each others.") (define-public texlive-latexmk (package (name "texlive-latexmk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/latexmk.1" "doc/man/man1/latexmk.man1.pdf" "doc/support/latexmk/" "scripts/latexmk/")))) (file-name (git-file-name name version)) (sha256 (base32 - "163mfw2by7cb494rsrz15zxqy97ckz0xjjklbldwryw4ya3cn2s1")))) + "0qdwav8hdk2pl5j7vp0cqygjj50s69a6093prk3db8591m6if6b5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "latexmk.pl"))) @@ -69713,12 +69976,12 @@ offer a display of the document's latest state.") (define-public texlive-latexmp (package (name "texlive-latexmp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/latexmp/" "metapost/latexmp/")))) (file-name (git-file-name name version)) (sha256 @@ -69741,12 +70004,12 @@ provided by @code{tex.mp}.") (define-public texlive-marathi (package (name "texlive-marathi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/marathi/" "source/latex/marathi/" "tex/latex/marathi/")))) (file-name (git-file-name name version)) @@ -69766,12 +70029,12 @@ package localizes package @code{blindtext} and package @code{expex}.") (define-public texlive-markdown (package (name "texlive-markdown") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/markdown/examples/" "doc/generic/markdown/" "doc/latex/markdown/examples/" @@ -69787,14 +70050,11 @@ package localizes package @code{blindtext} and package @code{expex}.") (file-name (git-file-name name version)) (sha256 (base32 - "09az0ym8mwfv9zv1qfzmlsfk76z14ig7l8s8p1x8ixa9jxhb3br8")))) + "1dh6asx8y05lxakxq5kc3h400vb5jvly5nyns3wj0i5xl7b9dwh9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs - (list texlive-l3kernel - texlive-lt3luabridge - texlive-lua-tinyyaml - texlive-lua-uni-algos)) + (list texlive-l3kernel texlive-lt3luabridge texlive-lua-tinyyaml)) (home-page "https://ctan.org/pkg/markdown") (synopsis "Converting and rendering Markdown documents inside TeX") (description @@ -69807,18 +70067,18 @@ of Markdown documents inside TeX documents.") (define-public texlive-mcf2graph (package (name "texlive-mcf2graph") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/mcf2graph/" "metapost/mcf2graph/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1ji194x7xnqhibr0mvjk28xwwyzzxz80wpx8jjlfr2vvhqqlgzs1")))) + "0ypjsgj24ly0i0rjkdihap7ymvhm2ly4cmavsczj8zn1qlpbfqas")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mcf2graph") @@ -69832,12 +70092,12 @@ MetaPost.") (define-public texlive-metago (package (name "texlive-metago") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/metago/" "metapost/metago/")))) (file-name (git-file-name name version)) (sha256 @@ -69856,12 +70116,12 @@ using the package via a script (which may produce several images).") (define-public texlive-metaobj (package (name "texlive-metaobj") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/metaobj/" "metapost/metaobj/")))) (file-name (git-file-name name version)) (sha256 @@ -69881,12 +70141,12 @@ matrices, and many other things. It more or less contains @code{boxes.mp} and (define-public texlive-metaplot (package (name "texlive-metaplot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/metaplot/" "metapost/metaplot/")))) (file-name (git-file-name name version)) (sha256 @@ -69910,12 +70170,12 @@ other contexts as well.") (define-public texlive-metapost-colorbrewer (package (name "texlive-metapost-colorbrewer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/metapost-colorbrewer/" "metapost/metapost-colorbrewer/")))) (file-name (git-file-name name version)) @@ -69937,12 +70197,12 @@ second as RGB.") (define-public texlive-metauml (package (name "texlive-metauml") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/metauml/" "metapost/metauml/")))) (file-name (git-file-name name version)) (sha256 @@ -69961,12 +70221,12 @@ support for class, package, activity, state, and use case diagrams.") (define-public texlive-mfpic (package (name "texlive-mfpic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/mfpic/" "metafont/mfpic/" "metapost/mfpic/" "source/generic/mfpic/" "tex/generic/mfpic/")))) @@ -69991,12 +70251,12 @@ appeared.") (define-public texlive-mfpic4ode (package (name "texlive-mfpic4ode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mfpic4ode/" "source/latex/mfpic4ode/" "tex/latex/mfpic4ode/")))) @@ -70019,12 +70279,12 @@ algorithms are available to solve the ODEs. The picture is translated into (define-public texlive-minim-hatching (package (name "texlive-minim-hatching") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/minim-hatching/" "metapost/minim-hatching/")))) (file-name (git-file-name name version)) @@ -70043,12 +70303,12 @@ the @code{minim-mp} MetaPost processor.") (define-public texlive-mp3d (package (name "texlive-mp3d") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/mp3d/" "metapost/mp3d/")))) (file-name (git-file-name name version)) (sha256 @@ -70066,12 +70326,12 @@ polyhedra) in MetaPost.") (define-public texlive-mparrows (package (name "texlive-mparrows") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/mparrows/" "metapost/mparrows/")))) (file-name (git-file-name name version)) @@ -70090,12 +70350,12 @@ heads to be used with MetaPost commands") (define-public texlive-mpattern (package (name "texlive-mpattern") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/mpattern/" "metapost/mpattern/")))) (file-name (git-file-name name version)) @@ -70114,12 +70374,12 @@ using the Pattern Color Space available in PostScript Level 2.") (define-public texlive-mpcolornames (package (name "texlive-mpcolornames") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/mpcolornames/" "metapost/mpcolornames/" "source/metapost/mpcolornames/")))) @@ -70142,12 +70402,12 @@ to MetaPost.") (define-public texlive-mpgraphics (package (name "texlive-mpgraphics") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mpgraphics/" "source/latex/mpgraphics/" "tex/latex/mpgraphics/")))) @@ -70171,12 +70431,12 @@ saved the tiresome processing.") (define-public texlive-mptrees (package (name "texlive-mptrees") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/mptrees/" "metapost/mptrees/")))) (file-name (git-file-name name version)) (sha256 @@ -70195,12 +70455,12 @@ provided.") (define-public texlive-na-position (package (name "texlive-na-position") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/na-position/" "tex/xelatex/na-position/")))) (file-name (git-file-name name version)) @@ -70223,12 +70483,12 @@ XeLaTeX to produce documents in Arabic.") (define-public texlive-natbib (package (name "texlive-natbib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/natbib/" "doc/latex/natbib/" "source/latex/natbib/" "tex/latex/natbib/")))) (file-name (git-file-name name version)) @@ -70251,12 +70511,12 @@ compatible with @code{natbib}.") (define-public texlive-newfloat (package (name "texlive-newfloat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/newfloat/" "source/latex/newfloat/" "tex/latex/newfloat/")))) (file-name (git-file-name name version)) @@ -70276,18 +70536,18 @@ the LaTeX standard foating environments @code{figure} and @code{table}.") (define-public texlive-newpax (package (name "texlive-newpax") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/newpax/" "source/latex/newpax/" "tex/latex/newpax/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1qrlii2hkkmj60w1qklx3rbagiy1y4x1dfv56lz6bc6kzs6qk5hm")))) + "02fb0r92fslmn3svx2msjsg8cbi7j0pnf7vlv29lbqgjqhbzwkky")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/newpax") @@ -70303,12 +70563,12 @@ major engines.") (define-public texlive-newunicodechar (package (name "texlive-newunicodechar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/newunicodechar/" "source/latex/newunicodechar/" "tex/latex/newunicodechar/")))) @@ -70329,12 +70589,12 @@ Unicode option of @code{inputenc} or @code{inputenx}, or by XeLaTeX/LuaLaTeX.") (define-public texlive-newverbs (package (name "texlive-newverbs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/newverbs/" "source/latex/newverbs/" "tex/latex/newverbs/")))) (file-name (git-file-name name version)) @@ -70375,13 +70635,13 @@ used to write the verbatim text to a file.") (define-public texlive-nodepthtext (package (name "texlive-nodepthtext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nodepthtext/" "tex/latex/nodepthtext/")))) (file-name (git-file-name name version)) @@ -70399,19 +70659,19 @@ letters (for small texts), with automatic raising/scaling.") (define-public texlive-nodetree (package (name "texlive-nodetree") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/nodetree/" "source/luatex/nodetree/" "tex/luatex/nodetree/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1h13ws375786x83ba3xgv57z848a8hm5rs4b7358ss2fbhqsdy5j")))) + "0klpiwfn251ry41lj14qsncbc5syrvk6c6dvx8i9xiddw952gams")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nodetree") @@ -70425,12 +70685,12 @@ UNIX @command{tree} command for a folder structure.") (define-public texlive-nomencl (package (name "texlive-nomencl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nomencl/" "makeindex/nomencl/" "source/latex/nomencl/" "tex/latex/nomencl/")))) (file-name (git-file-name name version)) @@ -70449,12 +70709,12 @@ MakeIndex program.") (define-public texlive-norasi-c90 (package (name "texlive-norasi-c90") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "dvips/norasi-c90/" "fonts/map/dvips/norasi-c90/" "fonts/tfm/public/norasi-c90/" @@ -70474,12 +70734,12 @@ MakeIndex program.") (define-public texlive-noto (package (name "texlive-noto") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/noto/" "fonts/enc/dvips/noto/" "fonts/map/dvips/noto/" @@ -70505,12 +70765,12 @@ Matteson for Google.") (define-public texlive-novel (package (name "texlive-novel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/novel/" "fonts/opentype/public/novel/" "tex/lualatex/novel/")))) @@ -70533,12 +70793,12 @@ recommended for creating color picture books or dissertations.") (define-public texlive-octavo (package (name "texlive-octavo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/octavo/" "source/latex/octavo/" "tex/latex/octavo/")))) (file-name (git-file-name name version)) @@ -70564,13 +70824,13 @@ signatures, which can then be gathered, folded and sewn into a book.") (define-public texlive-odesandpdes (package (name "texlive-odesandpdes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/odesandpdes/" "source/latex/odesandpdes/" "tex/latex/odesandpdes/")))) @@ -70591,18 +70851,18 @@ common notation styles are then easily swapped between.") (define-public texlive-odsfile (package (name "texlive-odsfile") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/odsfile/" "tex/lualatex/odsfile/")))) (file-name (git-file-name name version)) (sha256 (base32 - "08z8imgabqfpxk0wm8bh0l7p0vdxbzg7zmacc6iv2yhvngv94bfw")))) + "16l9mi0qn4g32kipjn1w4g9vdr1m8nmk5rvi1dnacnwa5vmb9pss")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/odsfile") @@ -70617,12 +70877,12 @@ used for drawing some plots. The package uses Lua's @code{zip} library.") (define-public texlive-pdftexcmds (package (name "texlive-pdftexcmds") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pdftexcmds/" "source/generic/pdftexcmds/" "tex/generic/pdftexcmds/")))) @@ -70642,12 +70902,12 @@ available for LuaTeX by reimplementing them using Lua.") (define-public texlive-philokalia (package (name "texlive-philokalia") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/philokalia/" "fonts/opentype/public/philokalia/" "source/xelatex/philokalia/" @@ -70669,12 +70929,12 @@ to digitize the typeface used to typeset the Philokalia books.") (define-public texlive-piechartmp (package (name "texlive-piechartmp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/piechartmp/" "metapost/piechartmp/")))) (file-name (git-file-name name version)) @@ -70696,12 +70956,12 @@ possibility of several charts from the same data.") (define-public texlive-placeins (package (name "texlive-placeins") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/placeins/" "tex/latex/placeins/")))) (file-name (git-file-name name version)) (sha256 @@ -70720,12 +70980,12 @@ appear before the next @code{\\section} command.") (define-public texlive-psfrag (package (name "texlive-psfrag") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/psfrag/" "dvips/psfrag/" "source/latex/psfrag/" @@ -70751,12 +71011,12 @@ rotated.") (define-public texlive-psfrag-italian (package (name "texlive-psfrag-italian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/psfrag-italian/")))) (file-name (git-file-name name version)) (sha256 @@ -70774,12 +71034,12 @@ rotated.") (define-public texlive-pstool (package (name "texlive-pstool") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pstool/" "tex/latex/pstool/")))) (file-name (git-file-name name version)) (sha256 @@ -70799,12 +71059,12 @@ re-processing.") (define-public texlive-ptext (package (name "texlive-ptext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/ptext/" "tex/xelatex/ptext/")))) (file-name (git-file-name name version)) (sha256 @@ -70823,13 +71083,13 @@ paragraphs are used).") (define-public texlive-ptlatexcommands (package (name "texlive-ptlatexcommands") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ptlatexcommands/" "source/latex/ptlatexcommands/" "tex/latex/ptlatexcommands/")))) @@ -70848,12 +71108,12 @@ Portuguese.") (define-public texlive-realscripts (package (name "texlive-realscripts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/realscripts/" "source/latex/realscripts/" "tex/latex/realscripts/")))) @@ -70876,12 +71136,12 @@ symbols.") (define-public texlive-refcount (package (name "texlive-refcount") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/refcount/" "source/latex/refcount/" "tex/latex/refcount/")))) (file-name (git-file-name name version)) @@ -70903,12 +71163,12 @@ corresponding thing with the page reference of the label.") (define-public texlive-repere (package (name "texlive-repere") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/repere/" "metapost/repere/")))) (file-name (git-file-name name version)) (sha256 @@ -70928,12 +71188,12 @@ geometry (polygons, circles), arrays and game boards.") (define-public texlive-revtex (package (name "texlive-revtex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/revtex/" "doc/latex/revtex/" "source/latex/revtex/" "tex/latex/revtex/")))) (file-name (git-file-name name version)) @@ -70953,12 +71213,12 @@ consists of the RevTeX class itself, and several support packages.") (define-public texlive-roex (package (name "texlive-roex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "metafont/roex/" "source/metafont/roex/")))) (file-name (git-file-name name version)) (sha256 @@ -70981,13 +71241,13 @@ a log-file, from which it may be extracted by either TeX or AWK.") (define-public texlive-rorlink (package (name "texlive-rorlink") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rorlink/" "source/latex/rorlink/" "tex/latex/rorlink/")))) @@ -71009,13 +71269,13 @@ size.") (define-public texlive-rouequestions (package (name "texlive-rouequestions") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rouequestions/" "tex/latex/rouequestions/")))) (file-name (git-file-name name version)) @@ -71033,12 +71293,12 @@ displaying questions, with hidden answers inside.") (define-public texlive-roundrect (package (name "texlive-roundrect") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/roundrect/" "metapost/roundrect/" "source/metapost/roundrect/")))) @@ -71059,12 +71319,12 @@ may itself contain text).") (define-public texlive-sauerj (package (name "texlive-sauerj") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sauerj/" "source/latex/sauerj/" "tex/latex/sauerj/")))) (file-name (git-file-name name version)) @@ -71090,12 +71350,12 @@ may itself contain text).") (define-public texlive-sauter (package (name "texlive-sauter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "fonts/source/public/sauter/")))) (file-name (git-file-name name version)) (sha256 @@ -71115,12 +71375,12 @@ fonts, including the AMS fonts, @code{bbm}, @code{bbold}, @code{rsfs} and (define-public texlive-selinput (package (name "texlive-selinput") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/selinput/" "source/latex/selinput/" "tex/latex/selinput/")))) (file-name (git-file-name name version)) @@ -71139,12 +71399,12 @@ characters and their glyph names.") (define-public texlive-semaphor (package (name "texlive-semaphor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/semaphor/" "fonts/afm/public/semaphor/" "fonts/enc/dvips/semaphor/" @@ -71174,12 +71434,12 @@ Adobe Type 1 formats.") (define-public texlive-seminar (package (name "texlive-seminar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/seminar/" "tex/latex/seminar/")))) (file-name (git-file-name name version)) (sha256 @@ -71200,12 +71460,12 @@ tuned to 21st-century presentation styles.") (define-public texlive-sepnum (package (name "texlive-sepnum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sepnum/" "tex/latex/sepnum/")))) (file-name (git-file-name name version)) (sha256 @@ -71227,12 +71487,12 @@ a command @code{\\sepnumform}, that may be used when defining (define-public texlive-seqsplit (package (name "texlive-seqsplit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/seqsplit/" "source/latex/seqsplit/" "tex/latex/seqsplit/")))) @@ -71257,12 +71517,12 @@ user may consider the @code{dnaseq} as a rather more powerful alternative.") (define-public texlive-shapes (package (name "texlive-shapes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/shapes/" "metapost/shapes/" "source/metapost/shapes/")))) (file-name (git-file-name name version)) @@ -71283,12 +71543,12 @@ MetaPost.") (define-public texlive-short-math-guide (package (name "texlive-short-math-guide") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/short-math-guide/")))) (file-name (git-file-name name version)) (sha256 @@ -71310,12 +71570,12 @@ useful information.") (define-public texlive-showexpl (package (name "texlive-showexpl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/showexpl/" "source/latex/showexpl/" "tex/latex/showexpl/")))) (file-name (git-file-name name version)) @@ -71334,12 +71594,12 @@ result in the same document.") (define-public texlive-simple-resume-cv (package (name "texlive-simple-resume-cv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/simple-resume-cv/" "tex/xelatex/simple-resume-cv/")))) (file-name (git-file-name name version)) @@ -71359,12 +71619,12 @@ extended, with numerous examples.") (define-public texlive-simple-thesis-dissertation (package (name "texlive-simple-thesis-dissertation") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/simple-thesis-dissertation/" "tex/xelatex/simple-thesis-dissertation/")))) @@ -71385,12 +71645,12 @@ customized or extended, with numerous examples.") (define-public texlive-simplified-latex (package (name "texlive-simplified-latex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/simplified-latex/")))) (file-name (git-file-name name version)) (sha256 @@ -71408,12 +71668,12 @@ beginner.") (define-public texlive-slideshow (package (name "texlive-slideshow") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/slideshow/" "metapost/slideshow/")))) (file-name (git-file-name name version)) @@ -71432,12 +71692,12 @@ without intervention from other utilities (except a distiller).") (define-public texlive-splines (package (name "texlive-splines") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/splines/" "metapost/splines/" "source/metapost/splines/")))) (file-name (git-file-name name version)) @@ -71457,12 +71717,12 @@ a closed or a relaxed spline joining them.") (define-public texlive-stackengine (package (name "texlive-stackengine") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/stackengine/" "tex/latex/stackengine/")))) (file-name (git-file-name name version)) @@ -71483,12 +71743,12 @@ of which make use of the @code{stackengine} core.") (define-public texlive-suanpan (package (name "texlive-suanpan") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/suanpan/" "metapost/suanpan/")))) (file-name (git-file-name name version)) (sha256 @@ -71505,13 +71765,13 @@ of which make use of the @code{stackengine} core.") (define-public texlive-suanpan-l3 (package (name "texlive-suanpan-l3") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/suanpan-l3/" "tex/latex/suanpan-l3/")))) (file-name (git-file-name name version)) @@ -71535,12 +71795,12 @@ color, bid space, rod space, etc.") (define-public texlive-synctex (package (name "texlive-synctex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/synctex.1" "doc/man/man1/synctex.man1.pdf" "doc/man/man5/synctex.5" @@ -71562,12 +71822,12 @@ into most engines and can be enabled with the @samp{--synctex=1} option.") (define-public texlive-tetragonos (package (name "texlive-tetragonos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/tetragonos/" "tex/xelatex/tetragonos/")))) (file-name (git-file-name name version)) @@ -71586,12 +71846,12 @@ in the Four-Corner method.") (define-public texlive-threeddice (package (name "texlive-threeddice") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/threeddice/" "metapost/threeddice/")))) (file-name (git-file-name name version)) @@ -71610,12 +71870,12 @@ views (up to rotation) of a right-handed die.") (define-public texlive-textpath (package (name "texlive-textpath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/textpath/" "metapost/textpath/" "tex/latex/textpath/")))) (file-name (git-file-name name version)) @@ -71635,12 +71895,12 @@ input (accented characters).") (define-public texlive-tocloft (package (name "texlive-tocloft") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tocloft/" "source/latex/tocloft/" "tex/latex/tocloft/")))) @@ -71661,12 +71921,12 @@ create new @samp{List of ...}. The ToC @code{\\parskip} may be changed.") (define-public texlive-tocvsec2 (package (name "texlive-tocvsec2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tocvsec2/" "source/latex/tocvsec2/" "tex/latex/tocvsec2/")))) @@ -71687,19 +71947,19 @@ a section by section basis.") (define-public texlive-transparent (package (name "texlive-transparent") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/transparent/" "source/latex/transparent/" "tex/latex/transparent/")))) (file-name (git-file-name name version)) (sha256 (base32 - "161lfx6yv8qgk76lz0j375swrk6012djay3sjxggrsx7l92qjvhd")))) + "0kjalfd2r95zjb344yvpa3kcxklja7clmsic0vzcz875zzmikhdc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/transparent") @@ -71714,12 +71974,12 @@ support for page breaks.") (define-public texlive-trimspaces (package (name "texlive-trimspaces") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/trimspaces/" "source/latex/trimspaces/" "tex/latex/trimspaces/")))) @@ -71753,12 +72013,12 @@ definition, or to define space-stripped macros.") (define-public texlive-tufte-latex (package (name "texlive-tufte-latex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/tufte-latex/" "doc/latex/tufte-latex/" "tex/latex/tufte-latex/")))) @@ -71785,13 +72045,13 @@ and books created by Edward Tufte.") (define-public texlive-tuple (package (name "texlive-tuple") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/tuple/" "tex/generic/tuple/")))) (file-name (git-file-name name version)) @@ -71811,12 +72071,12 @@ formatting and display.") (define-public texlive-turkmen (package (name "texlive-turkmen") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/turkmen/" "source/latex/turkmen/" "tex/latex/turkmen/")))) (file-name (git-file-name name version)) @@ -71835,12 +72095,12 @@ Babel is not available.") (define-public texlive-ucharclasses (package (name "texlive-ucharclasses") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/ucharclasses/" "tex/xelatex/ucharclasses/")))) (file-name (git-file-name name version)) @@ -71861,12 +72121,12 @@ a document with no explicit font selection, but a series of rules of the form (define-public texlive-undolabl (package (name "texlive-undolabl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/undolabl/" "source/latex/undolabl/" "tex/latex/undolabl/")))) @@ -71886,12 +72146,12 @@ those generated automatically).") (define-public texlive-unicode-bidi (package (name "texlive-unicode-bidi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/unicode-bidi/" "tex/xelatex/unicode-bidi/")))) (file-name (git-file-name name version)) @@ -71910,12 +72170,12 @@ RTL script without any markup.") (define-public texlive-unimath-plain-xetex (package (name "texlive-unimath-plain-xetex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xetex/unimath-plain-xetex/" "fonts/misc/xetex/fontmapping/unimath-plain-xetex/" "tex/xetex/unimath-plain-xetex/")))) @@ -71935,12 +72195,12 @@ It only works with the XeTeX engine.") (define-public texlive-unisugar (package (name "texlive-unisugar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/unisugar/" "tex/xelatex/unisugar/")))) (file-name (git-file-name name version)) @@ -71961,18 +72221,18 @@ way: current examples are XeTeX and LuaTeX.") (define-public texlive-xebaposter (package (name "texlive-xebaposter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xebaposter/" "tex/latex/xebaposter/")))) (file-name (git-file-name name version)) (sha256 (base32 - "18fnwfhfk3jzkp4yd0dfi49jnf8njccbhhd6k15pvghs4brd9hba")))) + "192jvd84wz8zjbfw2grfzf3vzp58lhgb0kx1mv8vnpj0baqc2h4v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xebaposter") @@ -71985,12 +72245,12 @@ It is a fork of @code{baposter} by Brian Amberg and Reinhold Kainhofer.") (define-public texlive-xechangebar (package (name "texlive-xechangebar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/xechangebar/" "tex/xelatex/xechangebar/")))) (file-name (git-file-name name version)) @@ -72011,12 +72271,12 @@ documentation for usage information.") (define-public texlive-xecolor (package (name "texlive-xecolor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/xecolor/" "tex/xelatex/xecolor/")))) (file-name (git-file-name name version)) @@ -72036,12 +72296,12 @@ without any problem.") (define-public texlive-xecyr (package (name "texlive-xecyr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/xecyr/" "tex/xelatex/xecyr/")))) (file-name (git-file-name name version)) (sha256 @@ -72059,12 +72319,12 @@ XeLaTeX and @code{babel}.") (define-public texlive-xeindex (package (name "texlive-xeindex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/xeindex/" "tex/xelatex/xeindex/")))) (file-name (git-file-name name version)) @@ -72085,12 +72345,12 @@ beforehand.") (define-public texlive-xesearch (package (name "texlive-xesearch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xetex/xesearch/" "tex/xetex/xesearch/")))) (file-name (git-file-name name version)) (sha256 @@ -72112,12 +72372,12 @@ syntax of programming languages.") (define-public texlive-xespotcolor (package (name "texlive-xespotcolor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/xespotcolor/" "source/xelatex/xespotcolor/" "tex/xelatex/xespotcolor/")))) @@ -72138,12 +72398,12 @@ XeLaTeX. As such, it has the same user interface and the same capabilities.") (define-public texlive-xetex-devanagari (package (name "texlive-xetex-devanagari") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xetex/xetex-devanagari/" "fonts/misc/xetex/fontmapping/xetex-devanagari/")))) (file-name (git-file-name name version)) @@ -72163,12 +72423,12 @@ Unicode (range 0900-097F).") (define-public texlive-xetex-itrans (package (name "texlive-xetex-itrans") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/xetex-itrans/" "fonts/misc/xetex/fontmapping/xetex-itrans/")))) (file-name (git-file-name name version)) @@ -72188,12 +72448,12 @@ Sanskrit in Kannada and for Kannada itself.") (define-public texlive-xetex-pstricks (package (name "texlive-xetex-pstricks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xetex/xetex-pstricks/" "tex/xelatex/xetex-pstricks/" "tex/xetex/xetex-pstricks/")))) @@ -72216,12 +72476,12 @@ documents.") (define-public texlive-xetex-tibetan (package (name "texlive-xetex-tibetan") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xetex/xetex-tibetan/" "fonts/misc/xetex/fontmapping/xetex-tibetan/")))) (file-name (git-file-name name version)) @@ -72240,12 +72500,12 @@ translate Tibetan to Unicode (range 0F00-0FFF).") (define-public texlive-xetexfontinfo (package (name "texlive-xetexfontinfo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xetex/xetexfontinfo/" "tex/xetex/xetexfontinfo/")))) (file-name (git-file-name name version)) @@ -72264,17 +72524,17 @@ supported by fonts usable in XeTeX.") (define-public texlive-xetexko (package (name "texlive-xetexko") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xetex/xetexko/" "tex/xetex/xetexko/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1p1zwi6dbssxwq9qwb47a1974v06axynzyp9g8hp4ssn9diz8r36")))) + "025b4vbr8bdh59xx39wnxv139r12axc0mx4w3p7xcri6kxyb8axy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xetexko") @@ -72288,12 +72548,12 @@ features that provide quality typesetting.") (define-public texlive-xetexref (package (name "texlive-xetexref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xetex/xetexref/")))) (file-name (git-file-name name version)) (sha256 @@ -72311,12 +72571,12 @@ extended features.") (define-public texlive-xevlna (package (name "texlive-xevlna") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/xevlna/" "tex/xelatex/xevlna/")))) (file-name (git-file-name name version)) (sha256 @@ -72335,12 +72595,12 @@ the document is being typeset.") (define-public texlive-currfile (package (name "texlive-currfile") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/currfile/" "source/latex/currfile/" "tex/latex/currfile/")))) (file-name (git-file-name name version)) @@ -72368,12 +72628,12 @@ including files to the root of the tree). The package supersedes FiNK.") (define-public texlive-cursolatex (package (name "texlive-cursolatex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cursolatex/")))) (file-name (git-file-name name version)) (sha256 @@ -72391,12 +72651,12 @@ presented as a set of slides.") (define-public texlive-calrsfs (package (name "texlive-calrsfs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/calrsfs/" "tex/latex/calrsfs/")))) (file-name (git-file-name name version)) (sha256 @@ -72413,12 +72673,12 @@ fonts.") (define-public texlive-capt-of (package (name "texlive-capt-of") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/capt-of/" "source/latex/capt-of/" "tex/latex/capt-of/")))) (file-name (git-file-name name version)) @@ -72437,12 +72697,12 @@ to something that's not a float.") (define-public texlive-carlisle (package (name "texlive-carlisle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/carlisle/" "source/latex/carlisle/" "tex/latex/carlisle/")))) (file-name (git-file-name name version)) @@ -72465,12 +72725,12 @@ for physicists.") (define-public texlive-catchfile (package (name "texlive-catchfile") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/catchfile/" "source/latex/catchfile/" "tex/generic/catchfile/")))) (file-name (git-file-name name version)) @@ -72488,17 +72748,17 @@ for physicists.") (define-public texlive-ddphonism (package (name "texlive-ddphonism") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ddphonism/" "tex/latex/ddphonism/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1p02ai76nnh6042pnmqv4n30z6yxsvyyk2nb9jk7xlyyc87zzbdd")))) + "1kik9x80r7iw6nyy06njzn8hzw59w49vbkv038wrpqx9w5c98a33")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ddphonism") @@ -72513,12 +72773,12 @@ sequence, of variable length.") (define-public texlive-doi (package (name "texlive-doi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/doi/" "tex/latex/doi/")))) (file-name (git-file-name name version)) (sha256 @@ -72541,13 +72801,13 @@ hyperlink to the target of the DOI.") (define-public texlive-doibanner (package (name "texlive-doibanner") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/doibanner/" "source/latex/doibanner/" "tex/latex/doibanner/")))) @@ -72565,17 +72825,17 @@ hyperlink to the target of the DOI.") (define-public texlive-etoolbox (package (name "texlive-etoolbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/etoolbox/" "tex/latex/etoolbox/")))) (file-name (git-file-name name version)) (sha256 (base32 - "05p70xn2vcd4c5ajvvzdhsk6s0z5bsafnvj7scc6hnfxhji8iayb")))) + "1wyzv5swf407kmq88s1ppvjxsk2f042hf25zd85s41pr1ipl2d68")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/etoolbox") @@ -72593,13 +72853,13 @@ of the LaTeX kernel.") (define-public texlive-etoolbox-generic (package (name "texlive-etoolbox-generic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/etoolbox-generic/" "tex/generic/etoolbox-generic/")))) @@ -72618,12 +72878,12 @@ LaTeX-independent part of LaTeX package @code{etoolbox} in other formats.") (define-public texlive-fncychap (package (name "texlive-fncychap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fncychap/" "tex/latex/fncychap/")))) (file-name (git-file-name name version)) @@ -72644,12 +72904,12 @@ headings.") (define-public texlive-framed (package (name "texlive-framed") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/framed/" "tex/latex/framed/")))) (file-name (git-file-name name version)) @@ -72675,13 +72935,13 @@ course of the framed/shaded matter. There is also a command (define-public texlive-framedsyntax (package (name "texlive-framedsyntax") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/framedsyntax/" "source/latex/framedsyntax/" "tex/latex/framedsyntax/")))) @@ -72702,12 +72962,12 @@ corners, with a colored background containing the colored syntax text.") (define-public texlive-g-brief (package (name "texlive-g-brief") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/g-brief/" "source/latex/g-brief/" "tex/latex/g-brief/")))) @@ -72729,12 +72989,12 @@ and a new version of @code{g-brief}.") (define-public texlive-galois (package (name "texlive-galois") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/galois/" "source/latex/galois/" "tex/latex/galois/")))) @@ -72754,12 +73014,12 @@ in colour.") (define-public texlive-gcite (package (name "texlive-gcite") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gcite/" "source/latex/gcite/" "tex/latex/gcite/")))) @@ -72783,17 +73043,17 @@ BibLaTeX, and is considered experimental.") (define-public texlive-gckanbun (package (name "texlive-gckanbun") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gckanbun/" "tex/latex/gckanbun/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1hjp7nw2b34pkfxh6n2722zc83hjpn492q77gb063jzi79pgbprx")))) + "0n809j7qxny2wr7ry9nkdk83gkqcm3gna1hmqg9li9izknih07f3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gckanbun") @@ -72806,12 +73066,12 @@ typesetting for @code{(u)pLaTeX} and LuaLaTeX.") (define-public texlive-gentombow (package (name "texlive-gentombow") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gentombow/" "tex/latex/gentombow/")))) (file-name (git-file-name name version)) @@ -72842,12 +73102,12 @@ dvipdfmx drivers. (define-public texlive-geometry (package (name "texlive-geometry") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/geometry/" "source/latex/geometry/" "tex/latex/geometry/")))) @@ -72873,12 +73133,12 @@ ability to communicate the paper size it's set up to the output.") (define-public texlive-mdwtools (package (name "texlive-mdwtools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mdwtools/" "source/latex/mdwtools/" "tex/latex/mdwtools/")))) @@ -72903,12 +73163,12 @@ diagrams.") (define-public texlive-makecmds (package (name "texlive-makecmds") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/makecmds/" "source/latex/makecmds/" "tex/latex/makecmds/")))) (file-name (git-file-name name version)) @@ -72928,12 +73188,12 @@ always (re)defines a command. There is also @code{\\makeenvironment} and (define-public texlive-makeindex (package (name "texlive-makeindex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/makeindex.1" "doc/man/man1/makeindex.man1.pdf" "doc/man/man1/mkindex.1" @@ -73004,19 +73264,19 @@ always (re)defines a command. There is also @code{\\makeenvironment} and (define-public texlive-marginalia (package (name "texlive-marginalia") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/marginalia/" "source/lualatex/marginalia/" "tex/lualatex/marginalia/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1y5ljy5ljn6rnsnhg011iw4kkg525rjil9swxakbscqbdklk6a8i")))) + (base32 "1hnfcla4lwx54341ysv2i3hs82myhaaiqr5xaca62s1fbxxj19jb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/marginalia") @@ -73034,12 +73294,12 @@ fine-grained customization.") (define-public texlive-marginfix (package (name "texlive-marginfix") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/marginfix/" "source/latex/marginfix/" "tex/latex/marginfix/")))) @@ -73062,12 +73322,12 @@ output routine.") (define-public texlive-metalogo (package (name "texlive-metalogo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/metalogo/" "source/latex/metalogo/" "tex/latex/metalogo/")))) (file-name (git-file-name name version)) @@ -73087,12 +73347,12 @@ XeLaTeX users.") (define-public texlive-paralist (package (name "texlive-paralist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/paralist/" "source/latex/paralist/" "tex/latex/paralist/")))) (file-name (git-file-name name version)) @@ -73113,12 +73373,12 @@ also provides compacted versions of @code{enumerate} and @code{itemize}.") (define-public texlive-polski (package (name "texlive-polski") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/polski/" "source/latex/polski/" "tex/latex/polski/")))) (file-name (git-file-name name version)) @@ -73146,19 +73406,19 @@ with traditional TeX as well as with Unicode aware variants.") (define-public texlive-polyglossia (package (name "texlive-polyglossia") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/polyglossia/" "fonts/misc/xetex/fontmapping/polyglossia/" "tex/latex/polyglossia/")))) (file-name (git-file-name name version)) (sha256 (base32 - "11iyrrnb9rllhavqf1r5zvvbn2fbl1j1ha0rgwsyrw7z2977ik8p")))) + "0pppyncrfxxzb3f42rygjqfwi4yrvdxhvn4jhv840gicqfv30bpb")))) (outputs '("out" "doc")) (properties '((updater-extra-native-inputs "texlive-local-tree"))) (build-system texlive-build-system) @@ -73243,12 +73503,12 @@ written from right to left. (define-public texlive-przechlewski-book (package (name "texlive-przechlewski-book") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/przechlewski-book/" "doc/latex/przechlewski-book/" "tex/latex/przechlewski-book/")))) @@ -73268,12 +73528,12 @@ book @emph{Praca magisterska i dyplomowa z programem LaTeX}.") (define-public texlive-qpxqtx (package (name "texlive-qpxqtx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/qpxqtx/" "fonts/tfm/public/qpxqtx/" "fonts/vf/public/qpxqtx/" @@ -73295,19 +73555,19 @@ and Termes/txfonts") (define-public texlive-supertabular (package (name "texlive-supertabular") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/supertabular/" "source/latex/supertabular/" "tex/latex/supertabular/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0r6rjx8linp24qj47wps8ah5b26z29a6wa9klf06v8bjm37bisxr")))) + "15n1c1ikc6nrglrcrpsvp70adr1a0v6dnbhnk0xl8afh38b7fxl5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/supertabular") @@ -73322,12 +73582,12 @@ a few situations where longtable has problems.") (define-public texlive-tap (package (name "texlive-tap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/tap/" "tex/generic/tap/")))) (file-name (git-file-name name version)) (sha256 @@ -73348,18 +73608,18 @@ TAP notation is included.") (define-public texlive-texinfo (package (name "texlive-texinfo") - (version "2025.2.75617") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (string-append %texlive-repository "trunk/Master/texmf-dist")) - (revision 75617) + (revision 78236) (locations (list "tex/texinfo/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1kyxk1kc174s07shalhg3462vw5nwrwqfvp1idz05zgma6nad42s")))) + "0adb3ag7rd37ad1g5zs1i3khdfmslzxis6y095kgzwqf86kqwcar")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texinfo") (synopsis "Texinfo documentation system") @@ -73374,12 +73634,12 @@ hypertext linkages in some cases).") (define-public texlive-textcase (package (name "texlive-textcase") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/textcase/" "source/latex/textcase/" "tex/latex/textcase/")))) (file-name (git-file-name name version)) @@ -73408,12 +73668,12 @@ might say: (define-public texlive-upquote (package (name "texlive-upquote") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/upquote/" "source/latex/upquote/" "tex/latex/upquote/")))) @@ -73441,12 +73701,12 @@ does not affect @code{\\tt}, @code{\\texttt}, etc.") (define-public texlive-anysize (package (name "texlive-anysize") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/anysize/" "tex/latex/anysize/")))) (file-name (git-file-name name version)) @@ -73466,12 +73726,12 @@ considered obsolete; alternatives are the @code{typearea} package from the (define-public texlive-appendix (package (name "texlive-appendix") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/appendix/" "source/latex/appendix/" "tex/latex/appendix/")))) @@ -73494,12 +73754,12 @@ be used, for example, for per chapter/section appendices. An (define-public texlive-bookman (package (name "texlive-bookman") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "dvips/bookman/" "fonts/afm/adobe/bookman/" "fonts/afm/urw/bookman/" @@ -73525,12 +73785,12 @@ Adobe's basic set") (define-public texlive-bookmark (package (name "texlive-bookmark") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bookmark/" "source/latex/bookmark/" "tex/latex/bookmark/")))) @@ -73551,12 +73811,12 @@ action types are available (URI, GoToR, Named).") (define-public texlive-changebar (package (name "texlive-changebar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/changebar/" "source/latex/changebar/" "tex/latex/changebar/")))) @@ -73579,12 +73839,12 @@ drivers, and VTeX and pdfTeX.") (define-public texlive-checkcites (package (name "texlive-checkcites") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/checkcites/" "scripts/checkcites/")))) (file-name (git-file-name name version)) @@ -73604,12 +73864,12 @@ files.") (define-public texlive-chickenize (package (name "texlive-chickenize") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/chickenize/" "source/luatex/chickenize/" "tex/luatex/chickenize/")))) @@ -73632,12 +73892,12 @@ says) could be useful in a normal LuaTeX document.") (define-public texlive-chinese-jfm (package (name "texlive-chinese-jfm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/chinese-jfm/" "tex/luatex/chinese-jfm/")))) (file-name (git-file-name name version)) @@ -73658,18 +73918,19 @@ vertical writing mode in Simplified/Traditional Chinese or Japanese fonts.") (define-public texlive-cloze (package (name "texlive-cloze") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/luatex/cloze/" "scripts/cloze/" - "source/luatex/cloze/" "tex/luatex/cloze/")))) + (revision 78236) + (locations (list "doc/luatex/cloze/" + "scripts/cloze/" + "tex/luatex/cloze/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0i0bsflqgw14bik1r8qlx2287fx6lv8jmha57bx54d7icaswssf9")))) + "1n21hw2ahgf0dqfhagjm3j80qr26pzbsjcnb1yh0qvg7m6dbc099")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cloze") @@ -73683,12 +73944,12 @@ the hide and show options.") (define-public texlive-cmap (package (name "texlive-cmap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cmap/" "tex/latex/cmap/")))) (file-name (git-file-name name version)) @@ -73707,12 +73968,12 @@ copy-and-paste functions work properly.") (define-public texlive-colorprofiles (package (name "texlive-colorprofiles") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/colorprofiles/" "tex/generic/colorprofiles/")))) (file-name (git-file-name name version)) @@ -73732,18 +73993,18 @@ LaTeX packages to access them.") (define-public texlive-colortbl (package (name "texlive-colortbl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/colortbl/" "source/latex/colortbl/" "tex/latex/colortbl/")))) (file-name (git-file-name name version)) (sha256 (base32 - "09i3xxq50slwmqxmy10qmw8r02zjvyvmx61xd539rlxwrb1bs3ch")))) + "0x8156gv7f1jjnzqp5khd1b6ay1mdwxxyxflhjb0b2sh7a09gfzc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/colortbl") @@ -73756,12 +74017,12 @@ individual cells.") (define-public texlive-combofont (package (name "texlive-combofont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/combofont/" "tex/lualatex/combofont/")))) (file-name (git-file-name name version)) @@ -73780,12 +74041,12 @@ combo fonts to LuaLaTeX documents.") (define-public texlive-cstypo (package (name "texlive-cstypo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/cstypo/" "tex/lualatex/cstypo/" "tex/luatex/cstypo/")))) (file-name (git-file-name name version)) @@ -73804,12 +74065,12 @@ through Lua hooks available in LuaTeX.") (define-public texlive-fancybox (package (name "texlive-fancybox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fancybox/" "tex/latex/fancybox/")))) (file-name (git-file-name name version)) @@ -73830,12 +74091,12 @@ floats, center, flushleft, and flushright, lists, and pages.") (define-public texlive-fancyhdr (package (name "texlive-fancyhdr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fancyhdr/" "source/latex/fancyhdr/" "tex/latex/fancyhdr/")))) (file-name (git-file-name name version)) @@ -73855,12 +74116,12 @@ would automatically change the heading style in use).") (define-public texlive-fancyhdr-it (package (name "texlive-fancyhdr-it") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fancyhdr-it/")))) (file-name (git-file-name name version)) (sha256 @@ -73878,12 +74139,12 @@ with the @code{fancyhdr} package.") (define-public texlive-fancyref (package (name "texlive-fancyref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fancyref/" "source/latex/fancyref/" "tex/latex/fancyref/")))) @@ -73904,12 +74165,12 @@ what sort of object is being referenced.") (define-public texlive-float (package (name "texlive-float") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/float/" "source/latex/float/" "tex/latex/float/")))) @@ -73932,13 +74193,13 @@ modifier option of the obsolete @code{here} package.") (define-public texlive-floatbytocbasic (package (name "texlive-floatbytocbasic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/floatbytocbasic/" "source/latex/floatbytocbasic/" "tex/latex/floatbytocbasic/")))) @@ -73961,18 +74222,18 @@ of new floats etc.") (define-public texlive-footmisc (package (name "texlive-footmisc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/footmisc/" "source/latex/footmisc/" "tex/latex/footmisc/")))) (file-name (git-file-name name version)) (sha256 (base32 - "18dwr9x0k8v9wi4ccv3s94bqdi74g9wjb0pzhw39nrhs9haxjcbw")))) + "1910grbsabhb4vf6w80j9zbbnnhr4jgnbm7gg2b5xp098r9msacb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/footmisc") @@ -73989,19 +74250,19 @@ footnotes with symbols rather than numbers.") (define-public texlive-footnotehyper (package (name "texlive-footnotehyper") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/footnotehyper/" "source/latex/footnotehyper/" "tex/latex/footnotehyper/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0f8d13zr07bl295rvpagj99s9fn4dgrcjzv1xpjmla3h6xhrv914")))) + "0pg8f3q5vqdr05s71drir6gwkgmvj3nxsw0k0zww28vyfrwwpn5b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/footnotehyper") @@ -74015,12 +74276,12 @@ to do that.") (define-public texlive-letltxmacro (package (name "texlive-letltxmacro") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/letltxmacro/" "source/latex/letltxmacro/" "tex/latex/letltxmacro/")))) @@ -74042,12 +74303,12 @@ also takes care of the involved internal macros.") (define-public texlive-frankenstein (package (name "texlive-frankenstein") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/frankenstein/" "bibtex/bst/frankenstein/" "doc/latex/frankenstein/" @@ -74110,12 +74371,12 @@ and a BibTeX bibliography style. The individual packages are: @code{abbrevs}, (define-public texlive-kantlipsum (package (name "texlive-kantlipsum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kantlipsum/" "source/latex/kantlipsum/" "tex/latex/kantlipsum/")))) @@ -74137,12 +74398,12 @@ similar purposes.") (define-public texlive-kurdishlipsum (package (name "texlive-kurdishlipsum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/kurdishlipsum/" "tex/xelatex/kurdishlipsum/")))) (file-name (git-file-name name version)) @@ -74163,12 +74424,12 @@ under XeLaTeX.") (define-public texlive-kurier (package (name "texlive-kurier") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/kurier/" "fonts/afm/nowacki/kurier/" "fonts/enc/dvips/kurier/" @@ -74202,12 +74463,12 @@ supporting macros and files defining fonts for LaTeX.") (define-public texlive-lipsum (package (name "texlive-lipsum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lipsum/" "source/latex/lipsum/" "tex/latex/lipsum/")))) (file-name (git-file-name name version)) @@ -74228,18 +74489,18 @@ TeX-paragraphs. All the paragraphs are taken with permission from (define-public texlive-listings (package (name "texlive-listings") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/listings/" "source/latex/listings/" "tex/latex/listings/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0bnjjcai58wwrwlcy8d5xmnhl59xd0i8r5ajzzfrgyd4acpmr3fr")))) + "0zk28kcbx5iqp3hbjdzinqjdg9i7r103p4ps4bv2h9qxxx2s7g3c")))) (outputs '("out" "doc")) (build-system texlive-build-system) ;; Do not build intermediate "lstdrvrs.ins". @@ -74256,12 +74517,12 @@ styles. Support for @code{hyperref} is provided.") (define-public texlive-listingsutf8 (package (name "texlive-listingsutf8") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/listingsutf8/" "source/latex/listingsutf8/" "tex/latex/listingsutf8/")))) @@ -74284,12 +74545,12 @@ output mode).") (define-public texlive-jknapltx (package (name "texlive-jknapltx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jknapltx/" "tex/latex/jknapltx/")))) (file-name (git-file-name name version)) @@ -74314,12 +74575,12 @@ in SGML; use maths minus in text as appropriate; simple Young tableaux.") (define-public texlive-jmn (package (name "texlive-jmn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "fonts/afm/jmn/hans/" "fonts/enc/dvips/jmn/" "fonts/map/dvips/jmn/" "fonts/tfm/jmn/hans/" "fonts/type1/jmn/hans/")))) @@ -74336,12 +74597,12 @@ in SGML; use maths minus in text as appropriate; simple Young tableaux.") (define-public texlive-kvoptions (package (name "texlive-kvoptions") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kvoptions/" "source/latex/kvoptions/" "tex/latex/kvoptions/")))) @@ -74361,12 +74622,12 @@ package options.") (define-public texlive-ekdosis (package (name "texlive-ekdosis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/ekdosis/" "source/lualatex/ekdosis/" "tex/lualatex/ekdosis/")))) @@ -74393,13 +74654,13 @@ readings, translations or annotated borrowings between texts.") (define-public texlive-emo (package (name "texlive-emo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/emo/" "fonts/truetype/public/emo/" "source/latex/emo/" @@ -74428,12 +74689,12 @@ minimal support for non-Latin scripts.") (define-public texlive-emoji (package (name "texlive-emoji") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/emoji/" "tex/latex/emoji/")))) (file-name (git-file-name name version)) (sha256 @@ -74451,12 +74712,12 @@ requires the LuaHBTeX engine.") (define-public texlive-emojicite (package (name "texlive-emojicite") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/emojicite/" "tex/lualatex/emojicite/")))) (file-name (git-file-name name version)) @@ -74473,13 +74734,13 @@ requires the LuaHBTeX engine.") (define-public texlive-emotion (package (name "texlive-emotion") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/emotion/" "tex/latex/emotion/")))) (file-name (git-file-name name version)) @@ -74500,12 +74761,12 @@ packages, you can thus use emojis more easily and flexibly.") (define-public texlive-enigma (package (name "texlive-enigma") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/enigma/enigma/" "scripts/context/lua/third/enigma/mtx-t-enigma.lua/" "tex/context/third/enigma/t-enigma.mkv/" @@ -74528,12 +74789,12 @@ LuaTeX-based formats.") (define-public texlive-ae (package (name "texlive-ae") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ae/" "fonts/tfm/public/ae/" "fonts/vf/public/ae/" "source/fonts/ae/" "tex/latex/ae/")))) @@ -74557,12 +74818,12 @@ via the CM-super, Latin Modern and (in a restricted way) CM-LGC font sets.") (define-public texlive-aeguill (package (name "texlive-aeguill") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/aeguill/" "tex/latex/aeguill/")))) (file-name (git-file-name name version)) (sha256 @@ -74582,12 +74843,12 @@ additional guillemets exist in fonts available in Adobe Type 1 format.") (define-public texlive-incgraph (package (name "texlive-incgraph") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/incgraph/" "tex/latex/incgraph/")))) (file-name (git-file-name name version)) (sha256 @@ -74609,12 +74870,12 @@ that wraps @code{\\includegraphics}.") (define-public texlive-inconsolata (package (name "texlive-inconsolata") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/inconsolata/" "fonts/enc/dvips/inconsolata/" "fonts/map/dvips/inconsolata/" @@ -74643,13 +74904,13 @@ TeX, and LaTeX font definition and other relevant files.") (define-public texlive-inconsolata-nerd-font (package (name "texlive-inconsolata-nerd-font") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/inconsolata-nerd-font/" "fonts/truetype/public/inconsolata-nerd-font/" "source/fonts/inconsolata-nerd-font/" @@ -74673,32 +74934,22 @@ interface to load the font for the XeTeX and LuaTeX engines.") (define-public texlive-innerscript (package (name "texlive-innerscript") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/innerscript/" "source/lualatex/innerscript/" "tex/lualatex/innerscript/")))) (file-name (git-file-name name version)) (sha256 (base32 - "00lm9gd9r9x498dl15z7lx6zhqg2vapkfr91h1yfi17sbh78lqlp")))) + "1qy8kniv0xlz9bsg8yhm249bn0f1yiks4f2m1syvyv2134r892h6")))) (outputs '("out" "doc")) (properties '((updater-extra-native-inputs "texlive-local-tree"))) (build-system texlive-build-system) - (arguments (list #:tex-format "lualatex")) - (native-inputs - (list (texlive-local-tree - (list texlive-booktabs - texlive-etoolbox - texlive-hypdoc - texlive-infwarerr - texlive-kvoptions - texlive-microtype - texlive-pdftexcmds)))) (home-page "https://ctan.org/pkg/innerscript") (synopsis "Modifies automatic mathematics spacing") (description @@ -74712,12 +74963,12 @@ superscripts and subscripts more closely resemble @code{\\textstyle} and (define-public texlive-interpreter (package (name "texlive-interpreter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/interpreter/" "tex/luatex/interpreter/")))) (file-name (git-file-name name version)) @@ -74739,12 +74990,12 @@ lightweight markup language) and turned into proper TeX for processing.") (define-public texlive-times (package (name "texlive-times") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "dvips/times/" "fonts/afm/adobe/times/" "fonts/afm/urw/times/" @@ -74771,12 +75022,12 @@ Adobe's basic set.") (define-public texlive-palatino (package (name "texlive-palatino") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "dvips/palatino/" "fonts/afm/adobe/palatino/" "fonts/afm/urw/palatino/" @@ -74803,12 +75054,12 @@ Adobe's basic set.") (define-public texlive-poltawski (package (name "texlive-poltawski") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/poltawski/" "fonts/afm/gust/poltawski/" "fonts/enc/dvips/poltawski/" @@ -74843,12 +75094,12 @@ upright and italic forms and one of 5 design sizes: 6, 8, 10, 12 and 17pt.") (define-public texlive-zapfchan (package (name "texlive-zapfchan") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "dvips/zapfchan/" "fonts/afm/adobe/zapfchan/" "fonts/afm/urw/zapfchan/" @@ -74874,12 +75125,12 @@ font from Adobe's basic set.") (define-public texlive-zapfding (package (name "texlive-zapfding") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "dvips/zapfding/" "fonts/afm/adobe/zapfding/" "fonts/afm/urw/zapfding/" @@ -74904,12 +75155,12 @@ Adobe's basic set.") (define-public texlive-zbmath-review-template (package (name "texlive-zbmath-review-template") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/zbmath-review-template/" "tex/xelatex/zbmath-review-template/")))) (file-name (git-file-name name version)) @@ -74929,12 +75180,12 @@ LaTeX-Code will compile on our system.") (define-public texlive-zhmetrics (package (name "texlive-zhmetrics") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/zhmetrics/" "fonts/tfm/zhmetrics/cyberb/" "fonts/tfm/zhmetrics/gbk/" @@ -74972,12 +75223,12 @@ supported.") (define-public texlive-zhmetrics-uptex (package (name "texlive-zhmetrics-uptex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/zhmetrics-uptex/" "fonts/tfm/public/zhmetrics-uptex/" "fonts/vf/public/zhmetrics-uptex/")))) @@ -74998,12 +75249,12 @@ DVIPDFMx.") (define-public texlive-zhnumber (package (name "texlive-zhnumber") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/zhnumber/" "source/latex/zhnumber/" "tex/latex/zhnumber/")))) @@ -75027,12 +75278,12 @@ commands provided are expandable in the proper way.") (define-public texlive-zhspacing (package (name "texlive-zhspacing") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/zhspacing/" "tex/context/third/zhspacing/" "tex/generic/zhspacing/" @@ -75055,18 +75306,18 @@ format under XeTeX.") (define-public texlive-zref (package (name "texlive-zref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/zref/" "source/latex/zref/" "tex/latex/zref/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1icii7zv0k6yxw658b0m09xnkg937i0xibcxh277zx59isc00dff")))) + "14xbm1k970wqqqr1qf8hzp7y94543jaf79gbs7f8ziqbms9fswmk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://github.com/ho-tex/zref") @@ -75082,12 +75333,12 @@ modules that use it.") (define-public texlive-rsfs (package (name "texlive-rsfs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/rsfs/" "fonts/afm/public/rsfs/" "fonts/map/dvips/rsfs/" @@ -75117,12 +75368,12 @@ via one of the packages @code{calrsfs} and @code{mathrsfs}.") (define-public texlive-es-tex-faq (package (name "texlive-es-tex-faq") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/es-tex-faq/")))) (file-name (git-file-name name version)) (sha256 @@ -75140,12 +75391,12 @@ readable copies of the FAQ from the Spanish TeX users group.") (define-public texlive-eskd (package (name "texlive-eskd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eskd/" "source/latex/eskd/" "tex/latex/eskd/")))) (file-name (git-file-name name version)) @@ -75165,12 +75416,12 @@ required for use of the class.") (define-public texlive-eskdx (package (name "texlive-eskdx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eskdx/" "tex/latex/eskdx/")))) (file-name (git-file-name name version)) (sha256 @@ -75189,18 +75440,18 @@ standards for designers.") (define-public texlive-eso-pic (package (name "texlive-eso-pic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eso-pic/" "source/latex/eso-pic/" "tex/latex/eso-pic/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0cz1al3xddbhpdq322i5pp11fmwi8jmyvi337753cnc4pz03s1qa")))) + "16zal6qm6sf8yri1ca9s73cbpcr9yr1q0rqb1iywrxfsx1nyf5cd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eso-pic") @@ -75214,12 +75465,12 @@ routine, which may be used to place the output at fixed positions. The (define-public texlive-eepic (package (name "texlive-eepic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eepic/" "tex/latex/eepic/")))) (file-name (git-file-name name version)) @@ -75241,12 +75492,12 @@ drawing ellipses, arcs, splines, and filled circles and ellipses.") (define-public texlive-enotez (package (name "texlive-enotez") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/enotez/" "tex/latex/enotez/")))) (file-name (git-file-name name version)) (sha256 @@ -75264,12 +75515,12 @@ provides means for easy customization of the list of notes.") (define-public texlive-endnotes (package (name "texlive-endnotes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/endnotes/" "tex/latex/endnotes/")))) (file-name (git-file-name name version)) (sha256 @@ -75289,12 +75540,12 @@ document.") (define-public texlive-endnotesj (package (name "texlive-endnotesj") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/endnotesj/" "tex/latex/endnotesj/")))) (file-name (git-file-name name version)) @@ -75314,12 +75565,12 @@ Japanese documents. It can be used on pLaTeX, upLaTeX, and LuaLaTeX (define-public texlive-enumitem (package (name "texlive-enumitem") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/enumitem/" "tex/latex/enumitem/")))) (file-name (git-file-name name version)) (sha256 @@ -75341,19 +75592,19 @@ environments with counters of their own.") (define-public texlive-enumext (package (name "texlive-enumext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/enumext/" "source/latex/enumext/" "tex/latex/enumext/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0z4d5ckb96dbqzfacymsa1jq76s83pa1cmhdi9kip4jzcl9vw5jx")))) + (base32 "06czrc1ryy4asf96l70jgs52pqigiqybhl7q382hjwidqi7y0avc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/enumext") @@ -75368,12 +75619,12 @@ and @code{scontents} packages.") (define-public texlive-multido (package (name "texlive-multido") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/multido/" "source/generic/multido/" "tex/generic/multido/" "tex/latex/multido/")))) @@ -75395,12 +75646,12 @@ applications like PSTricks as it is with the more common integer loops.") (define-public texlive-multirow (package (name "texlive-multirow") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/multirow/" "source/latex/multirow/" "tex/latex/multirow/")))) @@ -75422,19 +75673,19 @@ advantage with @code{\\multirow} cells.") (define-public texlive-overpic (package (name "texlive-overpic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/overpic/" "source/latex/overpic/" "tex/latex/overpic/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0ax69iiiz58jc8gmz0ay2b84c7j6y45nksx2zdqy1wb91rxhcsyj")))) + "1vfgzcnam30qfisb0vfbpn28hkkmpp1km5kinj1wcbp7q61j0iqv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/overpic") @@ -75450,13 +75701,13 @@ positions; a grid for orientation is available.") (define-public texlive-parsimatn (package (name "texlive-parsimatn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/parsimatn/" "fonts/truetype/public/parsimatn/")))) (file-name (git-file-name name version)) @@ -75476,13 +75727,13 @@ Persian/Arabic viewer.") (define-public texlive-parsinevis (package (name "texlive-parsinevis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/parsinevis/" "fonts/truetype/public/parsinevis/")))) (file-name (git-file-name name version)) @@ -75502,12 +75753,12 @@ it more suitable for Persian typesetting.") (define-public texlive-parskip (package (name "texlive-parskip") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/parskip/" "source/latex/parskip/" "tex/latex/parskip/")))) @@ -75528,12 +75779,12 @@ designed class) helps alleviate this untidiness.") (define-public texlive-pbox (package (name "texlive-pbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pbox/" "source/latex/pbox/" "tex/latex/pbox/")))) @@ -75554,18 +75805,18 @@ defines some associated length commands.") (define-public texlive-pdfpages (package (name "texlive-pdfpages") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfpages/" "source/latex/pdfpages/" "tex/latex/pdfpages/")))) (file-name (git-file-name name version)) (sha256 (base32 - "08wy8x7blnpxz0v9kayqdj0c8gldivi41wky0ph4ia2d65chb2zj")))) + "1s6i000rphf7v2hjkvckm8i612dl1mwadh05glhjk3mpk3mvc71q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -75584,12 +75835,12 @@ use this package to insert PostScript files, in addition to PDF files.") (define-public texlive-stix2-otf (package (name "texlive-stix2-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/stix2-otf/" "fonts/opentype/public/stix2-otf/")))) (file-name (git-file-name name version)) @@ -75611,12 +75862,12 @@ with a set of text faces suitable for professional publishing.") (define-public texlive-sidecap (package (name "texlive-sidecap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sidecap/" "source/latex/sidecap/" "tex/latex/sidecap/")))) (file-name (git-file-name name version)) @@ -75637,12 +75888,12 @@ captions sideways. Options include @code{outercaption}, @code{innercaption}, (define-public texlive-stmaryrd (package (name "texlive-stmaryrd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/stmaryrd/" "fonts/afm/public/stmaryrd/" "fonts/map/dvips/stmaryrd/" @@ -75682,12 +75933,12 @@ the whole font.") (define-public texlive-subfig (package (name "texlive-subfig") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/subfig/" "source/latex/subfig/" "tex/latex/subfig/")))) (file-name (git-file-name name version)) @@ -75712,12 +75963,12 @@ caption for that subfigure.") (define-public texlive-subfigure (package (name "texlive-subfigure") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/subfigure/" "source/latex/subfigure/" "tex/latex/subfigure/")))) @@ -75745,12 +75996,12 @@ the more recent @code{subcaption} package more satisfactory.") (define-public texlive-tabulary (package (name "texlive-tabulary") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tabulary/" "source/latex/tabulary/" "tex/latex/tabulary/")))) (file-name (git-file-name name version)) @@ -75774,12 +76025,12 @@ according to the natural width of the widest cell in the column.") (define-public texlive-tamethebeast (package (name "texlive-tamethebeast") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/bibtex/tamethebeast/")))) (file-name (git-file-name name version)) (sha256 @@ -75797,12 +76048,12 @@ in LaTeX, and thus mainly about BibTeX.") (define-public texlive-tds (package (name "texlive-tds") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/tds/" "doc/info/tds.info")))) (file-name (git-file-name name version)) (sha256 @@ -75821,12 +76072,12 @@ implementable.") (define-public texlive-tex-font-errors-cheatsheet (package (name "texlive-tex-font-errors-cheatsheet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tex-font-errors-cheatsheet/")))) (file-name (git-file-name name version)) (sha256 @@ -75845,12 +76096,12 @@ messages occur. Also, hints are given on how to address those.") (define-public texlive-tex-nutshell (package (name "texlive-tex-nutshell") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/tex-nutshell/")))) (file-name (git-file-name name version)) (sha256 @@ -75870,12 +76121,12 @@ gives a summary of plain TeX macros.") (define-public texlive-tex-overview (package (name "texlive-tex-overview") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tex-overview/")))) (file-name (git-file-name name version)) (sha256 @@ -75893,12 +76144,12 @@ the macro packages LaTeX and ConTeXt.") (define-public texlive-tex-vpat (package (name "texlive-tex-vpat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tex-vpat/")))) (file-name (git-file-name name version)) (sha256 @@ -75916,13 +76167,13 @@ ITI VPAT(R) guidelines.") (define-public texlive-texblend (package (name "texlive-texblend") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/texblend/" "scripts/texblend/")))) (file-name (git-file-name name version)) @@ -75946,12 +76197,12 @@ errors in the particular part of the document being worked on.") (define-public texlive-texbytopic (package (name "texlive-texbytopic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/texbytopic/")))) (file-name (git-file-name name version)) (sha256 @@ -75971,12 +76222,12 @@ ever need to know.") (define-public texlive-texonly (package (name "texlive-texonly") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/plain/texonly/")))) (file-name (git-file-name name version)) (sha256 @@ -75994,12 +76245,12 @@ to be compiled with TeX or pdfTeX only, not with LaTeX and al.") (define-public texlive-threeparttable (package (name "texlive-threeparttable") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/threeparttable/" "tex/latex/threeparttable/")))) (file-name (git-file-name name version)) @@ -76021,12 +76272,12 @@ environment.") (define-public texlive-thumbpdf (package (name "texlive-thumbpdf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/thumbpdf/" "doc/man/man1/thumbpdf.1" "doc/man/man1/thumbpdf.man1.pdf" @@ -76052,12 +76303,12 @@ arrangement works with both plain TeX and LaTeX.") (define-public texlive-titlepages (package (name "texlive-titlepages") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/titlepages/")))) (file-name (git-file-name name version)) (sha256 @@ -76076,12 +76327,12 @@ used to create them.") (define-public texlive-tlc2 (package (name "texlive-tlc2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tlc2/")))) (file-name (git-file-name name version)) (sha256 @@ -76099,12 +76350,12 @@ LaTeX Companion} book, together with necessary supporting files.") (define-public texlive-tlc3-examples (package (name "texlive-tlc3-examples") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tlc3-examples/")))) (file-name (git-file-name name version)) (sha256 @@ -76123,12 +76374,12 @@ necessary supporting files.") (define-public texlive-tlmgr-intro-zh-cn (package (name "texlive-tlmgr-intro-zh-cn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/tlmgr-intro-zh-cn/")))) (file-name (git-file-name name version)) (sha256 @@ -76147,17 +76398,17 @@ be found in the @code{tlmgrbasics} package.") (define-public texlive-tlmgrbasics (package (name "texlive-tlmgrbasics") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/tlmgrbasics/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0mgncnr778i5s310zp7bfcdcilsxlf63cis7iy4hbf9y8qzvjx0h")))) + "1v23kwmb262lqirdnziqi2f7d09bacrqmnmf8jrssbl22gqxa2cm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tlmgrbasics") @@ -76171,12 +76422,12 @@ a convenient format.") (define-public texlive-txfonts (package (name "texlive-txfonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/txfonts/" "fonts/afm/public/txfonts/" "fonts/enc/dvips/txfonts/" @@ -76212,12 +76463,12 @@ TeX metrics (VF and TFM files) and macros for use with LaTeX.") (define-public texlive-typehtml (package (name "texlive-typehtml") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/typehtml/" "source/latex/typehtml/" "tex/latex/typehtml/")))) @@ -76237,12 +76488,12 @@ all of HTML2, and most of the math fragment of the draft HTML3.") (define-public texlive-iwona (package (name "texlive-iwona") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/iwona/" "fonts/afm/nowacki/iwona/" "fonts/enc/dvips/iwona/" @@ -76272,13 +76523,13 @@ of ink traps which typify the Kurier font.") (define-public texlive-iwonamath (package (name "texlive-iwonamath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/iwonamath/" "source/latex/iwonamath/" "tex/latex/iwonamath/")))) @@ -76299,12 +76550,12 @@ light and condensed versions, and the creation of multiple math versions.") (define-public texlive-jadetex (package (name "texlive-jadetex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/jadetex.1" "doc/man/man1/jadetex.man1.pdf" "doc/man/man1/pdfjadetex.1" @@ -76399,12 +76650,12 @@ command).") (define-public texlive-japanese-mathformulas (package (name "texlive-japanese-mathformulas") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/japanese-mathformulas/" "tex/lualatex/japanese-mathformulas/")))) (file-name (git-file-name name version)) @@ -76424,12 +76675,12 @@ formula should be used within a sentence or on a new line.") (define-public texlive-japanese-otf (package (name "texlive-japanese-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/japanese-otf/" "fonts/tfm/public/japanese-otf/" "fonts/vf/public/japanese-otf/" @@ -76438,7 +76689,7 @@ formula should be used within a sentence or on a new line.") (file-name (git-file-name name version)) (sha256 (base32 - "1izik7c6yjcw02b7cvq9q8kziiz7kban8ca99ic7zz16xvi7kagw")))) + "10yd79x3hsnf0x2bjisk74b9n2bgnq8yg7bf9zsx2aasrp983dpv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/japanese-otf") @@ -76451,12 +76702,12 @@ supporting a wide variety of fonts in LaTeX using the pTeX engine.") (define-public texlive-jieeetran (package (name "texlive-jieeetran") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/jieeetran/" "doc/bibtex/jieeetran/")))) (file-name (git-file-name name version)) @@ -76477,12 +76728,12 @@ Engineers (IEEE) format.") (define-public texlive-jlreq (package (name "texlive-jlreq") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jlreq/" "fonts/tfm/public/jlreq/" "fonts/vf/public/jlreq/" @@ -76492,7 +76743,7 @@ Engineers (IEEE) format.") (file-name (git-file-name name version)) (sha256 (base32 - "1hd5m7nc011d5fdwrvkwaw9h8ps9qjfpxvdrbcjixa1r1m0jn18x")))) + "1i5bcknc69dngs5m4fpw8r675r9mh3bbcwxf5a7ivi5nahin8q72")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jlreq") @@ -76507,12 +76758,12 @@ files for LuaTeX-ja, pLaTeX, or upLaTeX are provided.") (define-public texlive-jlreq-deluxe (package (name "texlive-jlreq-deluxe") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/platex/jlreq-deluxe/" "fonts/tfm/public/jlreq-deluxe/" "fonts/vf/public/jlreq-deluxe/" @@ -76533,12 +76784,12 @@ files for LuaTeX-ja, pLaTeX, or upLaTeX are provided.") (define-public texlive-jpneduenumerate (package (name "texlive-jpneduenumerate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jpneduenumerate/" "tex/latex/jpneduenumerate/")))) (file-name (git-file-name name version)) @@ -76558,12 +76809,12 @@ enumerative expressions in Japanese education.") (define-public texlive-jpnedumathsymbols (package (name "texlive-jpnedumathsymbols") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jpnedumathsymbols/" "tex/latex/jpnedumathsymbols/")))) (file-name (git-file-name name version)) @@ -76583,17 +76834,17 @@ mathematical equation representation in Japanese education.") (define-public texlive-kanbun (package (name "texlive-kanbun") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kanbun/" "tex/latex/kanbun/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1a922jly8f791r4jbz4097h8js5z29435zphm5i52pvkl6p245wy")))) + "0z52bn5qz9b1qnyvzzbkhzc24zk0kvvagbq000rrb969pizvks57")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kanbun") @@ -76608,12 +76859,12 @@ allows typesetting kanbun-kundoku paragraphs efficiently.") (define-public texlive-libertine (package (name "texlive-libertine") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/libertine/" "fonts/enc/dvips/libertine/" "fonts/map/dvips/libertine/" @@ -76647,12 +76898,12 @@ The @code{mweights} package is used to manage the selection of font weights.") (define-public texlive-librarian (package (name "texlive-librarian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/librarian/" "tex/generic/librarian/")))) (file-name (git-file-name name version)) @@ -76676,12 +76927,12 @@ LaTeX.") (define-public texlive-dejavu (package (name "texlive-dejavu") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/dejavu/" "fonts/afm/public/dejavu/" "fonts/enc/dvips/dejavu/" @@ -76710,12 +76961,12 @@ LGR. The package doesn't (currently) support mathematics.") (define-public texlive-titlesec (package (name "texlive-titlesec") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/titlesec/" "tex/latex/titlesec/")))) (file-name (git-file-name name version)) (sha256 @@ -76736,12 +76987,12 @@ floats in a page. You may assign headers/footers to individual floats, too.") (define-public texlive-type1cm (package (name "texlive-type1cm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/type1cm/" "source/latex/type1cm/" "tex/latex/type1cm/")))) (file-name (git-file-name name version)) @@ -76766,13 +77017,14 @@ same job for T1- and TS1-encoded @code{ec} fonts.") (define-public texlive-lh (package (name "texlive-lh") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/lh/" + "fonts/pk/ljfour/lh/lh-t2a/" "fonts/source/lh/base/" "fonts/source/lh/lh-XSlav/" "fonts/source/lh/lh-conc/" @@ -76785,6 +77037,7 @@ same job for T1- and TS1-encoded @code{ec} fonts.") "fonts/source/lh/lh-x2/" "fonts/source/lh/nont2/" "fonts/source/lh/specific/" + "fonts/tfm/lh/lh-t2a/" "source/fonts/lh/" "source/latex/lh/" "tex/latex/lh/" @@ -76792,10 +77045,9 @@ same job for T1- and TS1-encoded @code{ec} fonts.") (file-name (git-file-name name version)) (sha256 (base32 - "0cqwns4zy1847fn3dp8z3wbfpy4dl05cr065nk9k65fmp7wksnjk")))) + "09ndmanyqlakmv9bvvpjd3bbdz37kvcayb9gc6zrfnr4b1wy6l5a")))) (outputs '("out" "doc")) - (properties '((updater-extra-native-inputs "texlive-cm" - "texlive-metafont"))) + (properties '((updater-extra-native-inputs "texlive-cm"))) (build-system texlive-build-system) (native-inputs (list texlive-cm texlive-metafont)) (propagated-inputs (list texlive-ec)) @@ -76816,12 +77068,12 @@ OT2 encoded fonts, CM bright shaped fonts and Concrete shaped fonts.") (define-public texlive-marvosym (package (name "texlive-marvosym") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/marvosym/" "fonts/afm/public/marvosym/" "fonts/map/dvips/marvosym/" @@ -76851,12 +77103,12 @@ The package contains both the original TrueType font and the derived Type (define-public texlive-metapost (package (name "texlive-metapost") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/dvitomp.1" "doc/man/man1/dvitomp.man1.pdf" "doc/man/man1/mpost.1" @@ -76875,7 +77127,7 @@ The package contains both the original TrueType font and the derived Type (file-name (git-file-name name version)) (sha256 (base32 - "1l5m97dk2pd3sjfwxd0qz80ir19pc05gsdywm29cy6nqmrhsg79d")))) + "1b3w1q4fi32bx7zrgxbsvzsfn3a1sdcpw7vvwqf7aqkklghk1b6a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-kpathsea texlive-metapost-bin)) @@ -76918,18 +77170,18 @@ than the bitmaps Metafont creates.") (define-public texlive-acmart (package (name "texlive-acmart") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/acmart/" "doc/latex/acmart/" "source/latex/acmart/" "tex/latex/acmart/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1pxziq9incwbjrfiidz5k1cgg3kbr46rd69mwzhkw8hjad61s005")))) + "1s1r40m76vbp5lzwafqfpqwy419v7gsiddvbdh6h7h3q2n5fm35n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/acmart") @@ -76942,12 +77194,12 @@ Association for Computing Machinery (ACM).") (define-public texlive-varwidth (package (name "texlive-varwidth") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/varwidth/" "tex/latex/varwidth/")))) (file-name (git-file-name name version)) (sha256 @@ -76966,12 +77218,12 @@ natural width.") (define-public texlive-wasy (package (name "texlive-wasy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/wasy/" "fonts/source/public/wasy/" "fonts/tfm/public/wasy/" "tex/plain/wasy/")))) (file-name (git-file-name name version)) @@ -76992,12 +77244,12 @@ the @code{wasysym} package.") (define-public texlive-wasy-type1 (package (name "texlive-wasy-type1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/wasy-type1/" "fonts/afm/public/wasy-type1/" "fonts/map/dvips/wasy-type1/" @@ -77019,12 +77271,12 @@ the @code{wasysym} package.") (define-public texlive-wasysym (package (name "texlive-wasysym") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/wasysym/" "source/latex/wasysym/" "tex/latex/wasysym/")))) (file-name (git-file-name name version)) @@ -77045,12 +77297,12 @@ implements an easy to use interface for these symbols.") (define-public texlive-willowtreebook (package (name "texlive-willowtreebook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/willowtreebook/" "tex/latex/willowtreebook/")))) (file-name (git-file-name name version)) @@ -77071,12 +77323,12 @@ class.") (define-public texlive-wrapfig (package (name "texlive-wrapfig") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/wrapfig/" "tex/latex/wrapfig/")))) (file-name (git-file-name name version)) (sha256 @@ -77095,12 +77347,12 @@ It does not work in combination with list environments, but can be used in a (define-public texlive-ucharcat (package (name "texlive-ucharcat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ucharcat/" "source/latex/ucharcat/" "tex/latex/ucharcat/")))) @@ -77123,12 +77375,12 @@ as character code of the character token being constructed.") (define-public texlive-ucs (package (name "texlive-ucs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ucs/" "fonts/enc/dvips/ucs/" "source/latex/ucs/" "tex/latex/ucs/")))) (file-name (git-file-name name version)) @@ -77152,12 +77404,12 @@ non-ASCII characters when coding mathematical formulae.") (define-public texlive-preview (package (name "texlive-preview") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/preview/" "source/latex/preview/" "tex/latex/preview/")))) (file-name (git-file-name name version)) @@ -77181,12 +77433,12 @@ files.") (define-public texlive-acronym (package (name "texlive-acronym") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/acronym/" "source/latex/acronym/" "tex/latex/acronym/")))) (file-name (git-file-name name version)) @@ -77208,12 +77460,12 @@ e-TeX.") (define-public texlive-pdftex (package (name "texlive-pdftex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/pdfetex.1" "doc/man/man1/pdfetex.man1.pdf" "doc/man/man1/pdftex.1" @@ -77228,7 +77480,7 @@ e-TeX.") (file-name (git-file-name name version)) (sha256 (base32 - "18r6mspm9imhnr6zvbmp7sc5s1q0xizkvybi71ldcbi8jkycwkyw")))) + "168lnz9wvf9aqcn5sxrin2hf3n1x36mqsrv5i1982qpfh87fqmki")))) (outputs '("out" "doc")) (properties '((updater-extra-inputs "ghostscript"))) (build-system texlive-build-system) @@ -77271,17 +77523,17 @@ documents as well as DVI output.") (define-public texlive-biber (package (name "texlive-biber") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/bibtex/biber/" "source/bibtex/biber/")))) (file-name (git-file-name name version)) (sha256 (base32 - "018rmd9k7l8nmilj94gsq9zyg9dw35d2gx7ihs05rc1nxzd667wf")))) + "03al9dw1n71by2940g1wf308lcffgpbyx5blq0izd9zp59mflg8v")))) (outputs '("out" "doc")) (properties '((updater-extra-native-inputs "perl-config-autoconf" "perl-extutils-libbuilder" @@ -77691,18 +77943,18 @@ required: automatic sectioning and pagination, spell checking and so forth.") (define-public texlive-media9 (package (name "texlive-media9") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/media9/" "source/latex/media9/" "tex/latex/media9/")))) (file-name (git-file-name name version)) (sha256 (base32 - "00qf3fqzhfhnl9rp2ajd36v08hyk9pgp6gmg4al2d3cy31kk7vlm")))) + "1mhd26p1p8jd31bnbnmm4x6cw3358w3f5rh525pf20fmqvf5pjcr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/media9") @@ -77722,12 +77974,12 @@ specification. It replaces the now obsolete @code{movie15} package.") (define-public texlive-ocgx2 (package (name "texlive-ocgx2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ocgx2/" "tex/latex/ocgx2/")))) (file-name (git-file-name name version)) (sha256 @@ -77749,12 +78001,12 @@ and back-ends. It also ensures compatibility with the @code{media9} and (define-public texlive-optex (package (name "texlive-optex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/optex.1" "doc/man/man1/optex.man1.pdf" "doc/optex/base/" @@ -77764,7 +78016,7 @@ and back-ends. It also ensures compatibility with the @code{media9} and (file-name (git-file-name name version)) (sha256 (base32 - "0zjnmcradird32vcwmqkiwx4c4934027z95lra139li8vxh0zpzp")))) + "01kykxp1a40ypbby57qxmk146r514szkrsnyr1lcqfkwbxq1dyvx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -77801,12 +78053,12 @@ hyperlinks, ...) with Unicode fonts.") (define-public texlive-ncctools (package (name "texlive-ncctools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ncctools/" "source/latex/ncctools/" "tex/latex/ncctools/")))) (file-name (git-file-name name version)) @@ -77852,12 +78104,12 @@ toc-entries; (define-public texlive-ncntrsbk (package (name "texlive-ncntrsbk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "dvips/ncntrsbk/" "fonts/afm/adobe/ncntrsbk/" "fonts/afm/urw/ncntrsbk/" @@ -77883,12 +78135,12 @@ Schoolbook font from Adobe's basic set.") (define-public texlive-numprint (package (name "texlive-numprint") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/numprint/" "source/latex/numprint/" "tex/latex/numprint/")))) (file-name (git-file-name name version)) @@ -77915,19 +78167,19 @@ number format.") (define-public texlive-needspace (package (name "texlive-needspace") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/needspace/" "source/latex/needspace/" "tex/latex/needspace/")))) (file-name (git-file-name name version)) (sha256 (base32 - "12hbvv1w6b1k29qjvp72bkpnzsxpvrimzshllwinrxh9rx1mn550")))) + "05hhsvm4sj9pq2jqvdvvb2p1sfbnvwxmr67nqdmcvzca8hl7hr7q")))) (outputs '("out" "doc")) (properties '((updater-extra-native-inputs "texlive-filecontents"))) (build-system texlive-build-system) @@ -77944,12 +78196,12 @@ bottom of the page, a new page will be started.") (define-public texlive-changepage (package (name "texlive-changepage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/changepage/" "source/latex/changepage/" "tex/latex/changepage/")))) @@ -77975,12 +78227,12 @@ package, which is distributed with the package.") (define-public texlive-eukdate (package (name "texlive-eukdate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eukdate/" "source/latex/eukdate/" "tex/latex/eukdate/")))) (file-name (git-file-name name version)) @@ -78002,12 +78254,12 @@ format.") (define-public texlive-euler (package (name "texlive-euler") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/euler/" "source/latex/euler/" "tex/latex/euler/")))) (file-name (git-file-name name version)) @@ -78030,12 +78282,12 @@ for the Concrete book are supported by the @code{beton} package.") (define-public texlive-extsizes (package (name "texlive-extsizes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/extsizes/" "tex/latex/extsizes/")))) (file-name (git-file-name name version)) (sha256 @@ -78056,12 +78308,12 @@ it cannot be guaranteed to work with any given class.") (define-public texlive-ulem (package (name "texlive-ulem") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/ulem/" "tex/generic/ulem/")))) (file-name (git-file-name name version)) (sha256 @@ -78082,13 +78334,13 @@ underlining, and striking out, and crossing out.") (define-public texlive-pdfannotations (package (name "texlive-pdfannotations") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfannotations/" "tex/latex/pdfannotations/")))) (file-name (git-file-name name version)) @@ -78106,12 +78358,12 @@ inserting code snippets.") (define-public texlive-pdfarticle (package (name "texlive-pdfarticle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/pdfarticle/" "tex/lualatex/pdfarticle/")))) (file-name (git-file-name name version)) @@ -78130,12 +78382,12 @@ with LuaLaTeX.") (define-public texlive-pdfextra (package (name "texlive-pdfextra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/optex/pdfextra/" "tex/luatex/pdfextra/" "tex/optex/pdfextra/")))) (file-name (git-file-name name version)) @@ -78158,12 +78410,12 @@ events, transitions, and attachments.") (define-public texlive-penlight (package (name "texlive-penlight") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/penlight/" "tex/luatex/penlight/")))) (file-name (git-file-name name version)) @@ -78182,13 +78434,13 @@ libraries with LuaLaTeX, with some extra functionality added.") (define-public texlive-penlightplus (package (name "texlive-penlightplus") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/penlightplus/" "tex/luatex/penlightplus/")))) (file-name (git-file-name name version)) @@ -78206,12 +78458,12 @@ functions for interfacing with LaTeX.") (define-public texlive-pgf (package (name "texlive-pgf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pgf/" "tex/context/third/pgf/basiclayer/" "tex/context/third/pgf/frontendlayer/" @@ -78234,7 +78486,7 @@ functions for interfacing with LaTeX.") (file-name (git-file-name name version)) (sha256 (base32 - "16kdxcyk60i1c8y3i3d0v2076kapg2vs2pd4pbb434w3vjf8jfm5")))) + "0yfad9mwzl8sqdh3vm2l88scjqmz22y9g9iasvy9c8fl397yibgr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -78257,19 +78509,19 @@ output.") (define-public texlive-piton (package (name "texlive-piton") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/piton/" "source/lualatex/piton/" "tex/lualatex/piton/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1hlgmxzjvmx09ijgz5x9q6kj0pvnvdj85n6iydp6x6d7jc2vgncr")))) + "09qv9fgrqjfgaa11i224azf67kzzgxrarys6qn8ffr4h1i42w9iz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/piton") @@ -78282,12 +78534,12 @@ listings.") (define-public texlive-placeat (package (name "texlive-placeat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/placeat/" "scripts/placeat/" "source/lualatex/placeat/" "tex/lualatex/placeat/")))) @@ -78310,18 +78562,18 @@ positioning (the grid may be disabled, for final copy using the command (define-public texlive-plantuml (package (name "texlive-plantuml") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/plantuml/" "tex/lualatex/plantuml/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0rjks59qn104nw11472x5gm188p3abkrx88bl7h5kxnzd5bz7pyn")))) + "0ixbcg9jnvgv7skzj0zqi8cbz2arv2qgsna6jxk1sx2dpzqs5zrk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/plantuml") @@ -78337,12 +78589,12 @@ diagrams.") (define-public texlive-pyluatex (package (name "texlive-pyluatex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/pyluatex/" "tex/lualatex/pyluatex/")))) (file-name (git-file-name name version)) @@ -78367,20 +78619,22 @@ file in a single compilation run.") (define-public texlive-pythontex (package (name "texlive-pythontex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pythontex/" "scripts/pythontex/" "source/latex/pythontex/" "tex/latex/pythontex/")))) (file-name (git-file-name name version)) (sha256 (base32 - "161kyk3sg7fnp9wxjmb1c9xbw0az0dxw2izipdyz0378ciqhqjfw")))) + "00l62zpycpq7xxbdyx362ry0jnpck24mwzndvsj0czmnh5dm7a29")))) (outputs '("out" "doc")) + (properties '((updater-extra-inputs "python-wrapper") + (updater-ignored-inputs "python"))) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "depythontex.py" "pythontex.py"))) (inputs (list python-wrapper)) @@ -78408,19 +78662,19 @@ conversion to other formats.") (define-public texlive-koma-script (package (name "texlive-koma-script") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/koma-script/" "source/latex/koma-script/" "tex/latex/koma-script/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1avxg774lhxr6fij27jrzfdcagswc9w5k3lxq7n4dw17h197myvx")))) + "09kg62vx18375vzsdj4yk8yxcscn8pi3x7zixhzj4lvpszcxacfi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -78451,12 +78705,12 @@ not only with KOMA-Script classes but also with the standard classes.") (define-public texlive-koma-script-examples (package (name "texlive-koma-script-examples") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/koma-script-examples/")))) (file-name (git-file-name name version)) (sha256 @@ -78476,12 +78730,12 @@ of these examples.") (define-public texlive-atbegshi (package (name "texlive-atbegshi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/atbegshi/" "source/latex/atbegshi/" "tex/generic/atbegshi/")))) (file-name (git-file-name name version)) @@ -78506,12 +78760,12 @@ be used either with LaTeX or with plain TeX.") (define-public texlive-bigintcalc (package (name "texlive-bigintcalc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bigintcalc/" "source/latex/bigintcalc/" "tex/generic/bigintcalc/")))) @@ -78531,12 +78785,12 @@ that can exceed TeX's number limits.") (define-public texlive-bitset (package (name "texlive-bitset") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bitset/" "source/latex/bitset/" "tex/generic/bitset/")))) (file-name (git-file-name name version)) @@ -78557,12 +78811,12 @@ manipulated.") (define-public texlive-etexcmds (package (name "texlive-etexcmds") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/etexcmds/" "source/latex/etexcmds/" "tex/generic/etexcmds/")))) (file-name (git-file-name name version)) @@ -78583,12 +78837,12 @@ provided as @code{\\etex@@unexpanded}.") (define-public texlive-etextools (package (name "texlive-etextools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/etextools/" "source/latex/etextools/" "tex/latex/etextools/")))) @@ -78611,12 +78865,12 @@ modifiers; some purely expandable numerics.") (define-public texlive-gettitlestring (package (name "texlive-gettitlestring") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gettitlestring/" "source/latex/gettitlestring/" "tex/generic/gettitlestring/")))) @@ -78637,12 +78891,12 @@ strings.") (define-public texlive-infwarerr (package (name "texlive-infwarerr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/infwarerr/" "source/latex/infwarerr/" "tex/generic/infwarerr/")))) @@ -78664,12 +78918,12 @@ implementations.") (define-public texlive-intcalc (package (name "texlive-intcalc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/intcalc/" "source/latex/intcalc/" "tex/generic/intcalc/")))) (file-name (git-file-name name version)) @@ -78688,12 +78942,12 @@ using the e-TeX extension @code{\\numexpr} if it is available.") (define-public texlive-kvdefinekeys (package (name "texlive-kvdefinekeys") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kvdefinekeys/" "source/latex/kvdefinekeys/" "tex/generic/kvdefinekeys/")))) @@ -78713,12 +78967,12 @@ keyval’s @code{\\define@@key}, to define keys for use by @code{kvsetkeys}.") (define-public texlive-kvsetkeys (package (name "texlive-kvsetkeys") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kvsetkeys/" "source/latex/kvsetkeys/" "tex/latex/kvsetkeys/")))) @@ -78740,12 +78994,12 @@ level of curly braces are removed from the values.") (define-public texlive-listofitems (package (name "texlive-listofitems") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/listofitems/" "tex/generic/listofitems/")))) (file-name (git-file-name name version)) @@ -78765,12 +79019,12 @@ interface.") (define-public texlive-ltxcmds (package (name "texlive-ltxcmds") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/ltxcmds/" "source/generic/ltxcmds/" "tex/generic/ltxcmds/")))) @@ -78791,12 +79045,12 @@ plain TeX.") (define-public texlive-ltxmisc (package (name "texlive-ltxmisc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/latex/ltxmisc/")))) (file-name (git-file-name name version)) (sha256 @@ -78822,12 +79076,12 @@ plain TeX.") (define-public texlive-pdfescape (package (name "texlive-pdfescape") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfescape/" "source/latex/pdfescape/" "tex/generic/pdfescape/")))) @@ -78848,12 +79102,12 @@ using TeX or e-TeX.") (define-public texlive-uniquecounter (package (name "texlive-uniquecounter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uniquecounter/" "source/latex/uniquecounter/" "tex/generic/uniquecounter/")))) @@ -78874,12 +79128,12 @@ not limited.") (define-public texlive-readarray (package (name "texlive-readarray") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/readarray/" "tex/latex/readarray/")))) (file-name (git-file-name name version)) (sha256 @@ -78899,12 +79153,12 @@ formatted text.") (define-public texlive-verbatimbox (package (name "texlive-verbatimbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/verbatimbox/" "tex/latex/verbatimbox/")))) (file-name (git-file-name name version)) @@ -78927,19 +79181,19 @@ in places where the standard @code{verbatim} environment (which is based on a (define-public texlive-verifica (package (name "texlive-verifica") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/verifica/" "source/latex/verifica/" "tex/latex/verifica/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1q7kdx7rywc98sdgycj33v8w3a3rk30qil5nqh9h0kgmc7a91mpc")))) + "1zkxwggwcivpk8l8ivwbg4vrv5kn38dd1vmsc73lqmzk9mg1i7az")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/verifica") @@ -78954,17 +79208,17 @@ school tests.") (define-public texlive-exam-zh (package (name "texlive-exam-zh") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/exam-zh/" "tex/latex/exam-zh/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1zdswchqjc8rs810ml789q1qzbad8z60d4a72hn0n2y1kanyp029")))) + "12d8w49m18a7zw9klc15nxfc4mx83ynbnzi8hbrn98bcvy7pk9ac")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exam-zh") @@ -78979,12 +79233,12 @@ individually.") (define-public texlive-examplep (package (name "texlive-examplep") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/examplep/" "tex/latex/examplep/")))) (file-name (git-file-name name version)) (sha256 @@ -79010,12 +79264,12 @@ such as footnotes and section titles.") (define-public texlive-xunicode (package (name "texlive-xunicode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/xunicode/" "tex/xelatex/xunicode/")))) (file-name (git-file-name name version)) @@ -79039,12 +79293,12 @@ glyphs.") (define-public texlive-xypic (package (name "texlive-xypic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/xypic/" "dvips/xypic/" "fonts/afm/public/xypic/" @@ -79074,12 +79328,12 @@ AMS-LaTeX, AMS-TeX, and plain TeX). The distribution includes Michael Barr's (define-public texlive-xypic-tut-pt (package (name "texlive-xypic-tut-pt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/xypic-tut-pt/")))) (file-name (git-file-name name version)) (sha256 @@ -79095,12 +79349,12 @@ AMS-LaTeX, AMS-TeX, and plain TeX). The distribution includes Michael Barr's (define-public texlive-bibtex (package (name "texlive-bibtex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/base/" "bibtex/bst/base/" "doc/bibtex/base/" @@ -79110,7 +79364,7 @@ AMS-LaTeX, AMS-TeX, and plain TeX). The distribution includes Michael Barr's (file-name (git-file-name name version)) (sha256 (base32 - "12b40hdbym0bphcc1ffghs8hqchivd3cxn1l8s2f11zqpzvi02kx")))) + "0jirjlblc876hfxryq0qq4q4a7d6ic15rsjrabb8g3qn4a9hpphc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-bibtex-bin texlive-kpathsea)) @@ -79149,12 +79403,12 @@ package, such as @command{natbib} as well).") (define-public texlive-charissil (package (name "texlive-charissil") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/charissil/" "fonts/enc/dvips/charissil/" "fonts/map/dvips/charissil/" @@ -79180,12 +79434,12 @@ LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX.") (define-public texlive-charter (package (name "texlive-charter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/charter/" "fonts/afm/bitstrea/charter/" "fonts/tfm/bitstrea/charter/" @@ -79212,12 +79466,12 @@ Support for use with LaTeX is available in @code{freenfss}, part of (define-public texlive-chngcntr (package (name "texlive-chngcntr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chngcntr/" "tex/latex/chngcntr/")))) (file-name (git-file-name name version)) (sha256 @@ -79236,232 +79490,240 @@ a counter to be reset when another is incremented) and (define-public texlive-context (package (name "texlive-context") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "context/data/scite/context/" - "context/data/texworks/" - "context/data/vscode/" - "doc/context/" - "doc/man/man1/context.1" - "doc/man/man1/context.man1.pdf" - "doc/man/man1/mtx-babel.1" - "doc/man/man1/mtx-babel.man1.pdf" - "doc/man/man1/mtx-base.1" - "doc/man/man1/mtx-base.man1.pdf" - "doc/man/man1/mtx-bibtex.1" - "doc/man/man1/mtx-bibtex.man1.pdf" - "doc/man/man1/mtx-cache.1" - "doc/man/man1/mtx-cache.man1.pdf" - "doc/man/man1/mtx-chars.1" - "doc/man/man1/mtx-chars.man1.pdf" - "doc/man/man1/mtx-check.1" - "doc/man/man1/mtx-check.man1.pdf" - "doc/man/man1/mtx-colors.1" - "doc/man/man1/mtx-colors.man1.pdf" - "doc/man/man1/mtx-context.1" - "doc/man/man1/mtx-context.man1.pdf" - "doc/man/man1/mtx-convert.1" - "doc/man/man1/mtx-convert.man1.pdf" - "doc/man/man1/mtx-ctan.1" - "doc/man/man1/mtx-ctan.man1.pdf" - "doc/man/man1/mtx-dvi.1" - "doc/man/man1/mtx-dvi.man1.pdf" - "doc/man/man1/mtx-epub.1" - "doc/man/man1/mtx-epub.man1.pdf" - "doc/man/man1/mtx-evohome.1" - "doc/man/man1/mtx-evohome.man1.pdf" - "doc/man/man1/mtx-fcd.1" - "doc/man/man1/mtx-fcd.man1.pdf" - "doc/man/man1/mtx-fixpdf.1" - "doc/man/man1/mtx-fixpdf.man1.pdf" - "doc/man/man1/mtx-flac.1" - "doc/man/man1/mtx-flac.man1.pdf" - "doc/man/man1/mtx-fonts.1" - "doc/man/man1/mtx-fonts.man1.pdf" - "doc/man/man1/mtx-grep.1" - "doc/man/man1/mtx-grep.man1.pdf" - "doc/man/man1/mtx-install-modules.1" - "doc/man/man1/mtx-install-modules.man1.pdf" - "doc/man/man1/mtx-install.1" - "doc/man/man1/mtx-install.man1.pdf" - "doc/man/man1/mtx-interface.1" - "doc/man/man1/mtx-interface.man1.pdf" - "doc/man/man1/mtx-kpse.1" - "doc/man/man1/mtx-kpse.man1.pdf" - "doc/man/man1/mtx-metapost.1" - "doc/man/man1/mtx-metapost.man1.pdf" - "doc/man/man1/mtx-modules.1" - "doc/man/man1/mtx-modules.man1.pdf" - "doc/man/man1/mtx-package.1" - "doc/man/man1/mtx-package.man1.pdf" - "doc/man/man1/mtx-patterns.1" - "doc/man/man1/mtx-patterns.man1.pdf" - "doc/man/man1/mtx-pdf.1" - "doc/man/man1/mtx-pdf.man1.pdf" - "doc/man/man1/mtx-plain.1" - "doc/man/man1/mtx-plain.man1.pdf" - "doc/man/man1/mtx-profile.1" - "doc/man/man1/mtx-profile.man1.pdf" - "doc/man/man1/mtx-rsync.1" - "doc/man/man1/mtx-rsync.man1.pdf" - "doc/man/man1/mtx-scite.1" - "doc/man/man1/mtx-scite.man1.pdf" - "doc/man/man1/mtx-server.1" - "doc/man/man1/mtx-server.man1.pdf" - "doc/man/man1/mtx-spell.1" - "doc/man/man1/mtx-spell.man1.pdf" - "doc/man/man1/mtx-synctex.1" - "doc/man/man1/mtx-synctex.man1.pdf" - "doc/man/man1/mtx-texworks.1" - "doc/man/man1/mtx-texworks.man1.pdf" - "doc/man/man1/mtx-tools.1" - "doc/man/man1/mtx-tools.man1.pdf" - "doc/man/man1/mtx-unicode.1" - "doc/man/man1/mtx-unicode.man1.pdf" - "doc/man/man1/mtx-unzip.1" - "doc/man/man1/mtx-unzip.man1.pdf" - "doc/man/man1/mtx-update.1" - "doc/man/man1/mtx-update.man1.pdf" - "doc/man/man1/mtx-vscode.1" - "doc/man/man1/mtx-vscode.man1.pdf" - "doc/man/man1/mtx-watch.1" - "doc/man/man1/mtx-watch.man1.pdf" - "doc/man/man1/mtx-youless.1" - "doc/man/man1/mtx-youless.man1.pdf" - "doc/man/man1/mtxrun.1" - "doc/man/man1/mtxrun.man1.pdf" - "fonts/afm/hoekwater/context/" - "fonts/cid/fontforge/" - "fonts/enc/dvips/context/" - "fonts/map/dvips/context/" - "fonts/map/luatex/context/" - "fonts/map/pdftex/context/" - "fonts/misc/xetex/fontmapping/context/" - "fonts/tfm/hoekwater/context/" - "fonts/type1/hoekwater/context/" - "metapost/context/base/common/" - "metapost/context/base/mpiv/" - "metapost/context/base/mpxl/" - "metapost/context/fonts/mpiv/" - "scripts/context/lua/context.lua" - "scripts/context/lua/mtx-babel.lua" - "scripts/context/lua/mtx-base.lua" - "scripts/context/lua/mtx-bibtex.lua" - "scripts/context/lua/mtx-cache.lua" - "scripts/context/lua/mtx-chars.lua" - "scripts/context/lua/mtx-check.lua" - "scripts/context/lua/mtx-colors.lua" - "scripts/context/lua/mtx-context.lua" - "scripts/context/lua/mtx-context.xml" - "scripts/context/lua/mtx-convert.lua" - "scripts/context/lua/mtx-ctan.lua" - "scripts/context/lua/mtx-dvi.lua" - "scripts/context/lua/mtx-epub.lua" - "scripts/context/lua/mtx-evohome.lua" - "scripts/context/lua/mtx-fcd.lua" - "scripts/context/lua/mtx-fixpdf.lua" - "scripts/context/lua/mtx-flac.lua" - "scripts/context/lua/mtx-fonts.lua" - "scripts/context/lua/mtx-grep.lua" - "scripts/context/lua/mtx-install-modules.lua" - "scripts/context/lua/mtx-install.lua" - "scripts/context/lua/mtx-interface.lua" - "scripts/context/lua/mtx-kpse.lua" - "scripts/context/lua/mtx-metapost.lua" - "scripts/context/lua/mtx-mk-help.lua" - "scripts/context/lua/mtx-modules.lua" - "scripts/context/lua/mtx-package.lua" - "scripts/context/lua/mtx-patterns.lua" - "scripts/context/lua/mtx-pdf.lua" - "scripts/context/lua/mtx-plain.lua" - "scripts/context/lua/mtx-profile.lua" - "scripts/context/lua/mtx-rsync.lua" - "scripts/context/lua/mtx-scite.lua" - "scripts/context/lua/mtx-server-ctx-fonttest.lua" - "scripts/context/lua/mtx-server-ctx-help.lua" - "scripts/context/lua/mtx-server-ctx-startup.lua" - "scripts/context/lua/mtx-server.lua" - "scripts/context/lua/mtx-spell.lua" - "scripts/context/lua/mtx-synctex.lua" - "scripts/context/lua/mtx-testsuite.lua" - "scripts/context/lua/mtx-texworks.lua" - "scripts/context/lua/mtx-tools.lua" - "scripts/context/lua/mtx-unicode.lua" - "scripts/context/lua/mtx-unzip.lua" - "scripts/context/lua/mtx-update.lua" - "scripts/context/lua/mtx-vscode.lua" - "scripts/context/lua/mtx-watch.lua" - "scripts/context/lua/mtx-youless.lua" - "scripts/context/lua/mtxlibs.lua" - "scripts/context/lua/mtxrun.lua" - "scripts/context/lua/texlua.lua" - "scripts/context/perl/makempy.pl" - "scripts/context/perl/path_tre.pm" - "scripts/context/perl/pdftrimwhite.pl" - "scripts/context/perl/texfind.pl" - "scripts/context/perl/texfont.pl" - "tex/context/" - "tex/generic/context/luatex/" - "tex/generic/context/ppchtex/")))) + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/context/" + "doc/fonts/context/" + "doc/luametatex/base/" + "doc/man/man1/context.1" + "doc/man/man1/context.man1.pdf" + "doc/man/man1/mtxrun-babel.1" + "doc/man/man1/mtxrun-babel.man1.pdf" + "doc/man/man1/mtxrun-bibtex.1" + "doc/man/man1/mtxrun-bibtex.man1.pdf" + "doc/man/man1/mtxrun-cache.1" + "doc/man/man1/mtxrun-cache.man1.pdf" + "doc/man/man1/mtxrun-chars.1" + "doc/man/man1/mtxrun-chars.man1.pdf" + "doc/man/man1/mtxrun-check.1" + "doc/man/man1/mtxrun-check.man1.pdf" + "doc/man/man1/mtxrun-colors.1" + "doc/man/man1/mtxrun-colors.man1.pdf" + "doc/man/man1/mtxrun-context.1" + "doc/man/man1/mtxrun-context.man1.pdf" + "doc/man/man1/mtxrun-convert.1" + "doc/man/man1/mtxrun-convert.man1.pdf" + "doc/man/man1/mtxrun-ctan.1" + "doc/man/man1/mtxrun-ctan.man1.pdf" + "doc/man/man1/mtxrun-dvi.1" + "doc/man/man1/mtxrun-dvi.man1.pdf" + "doc/man/man1/mtxrun-epub.1" + "doc/man/man1/mtxrun-epub.man1.pdf" + "doc/man/man1/mtxrun-evohome.1" + "doc/man/man1/mtxrun-evohome.man1.pdf" + "doc/man/man1/mtxrun-fcd.1" + "doc/man/man1/mtxrun-fcd.man1.pdf" + "doc/man/man1/mtxrun-fixpdf.1" + "doc/man/man1/mtxrun-fixpdf.man1.pdf" + "doc/man/man1/mtxrun-flac.1" + "doc/man/man1/mtxrun-flac.man1.pdf" + "doc/man/man1/mtxrun-fonts.1" + "doc/man/man1/mtxrun-fonts.man1.pdf" + "doc/man/man1/mtxrun-grep.1" + "doc/man/man1/mtxrun-grep.man1.pdf" + "doc/man/man1/mtxrun-interface.1" + "doc/man/man1/mtxrun-interface.man1.pdf" + "doc/man/man1/mtxrun-kpse.1" + "doc/man/man1/mtxrun-kpse.man1.pdf" + "doc/man/man1/mtxrun-metapost.1" + "doc/man/man1/mtxrun-metapost.man1.pdf" + "doc/man/man1/mtxrun-modules.1" + "doc/man/man1/mtxrun-modules.man1.pdf" + "doc/man/man1/mtxrun-package.1" + "doc/man/man1/mtxrun-package.man1.pdf" + "doc/man/man1/mtxrun-patterns.1" + "doc/man/man1/mtxrun-patterns.man1.pdf" + "doc/man/man1/mtxrun-pdf.1" + "doc/man/man1/mtxrun-pdf.man1.pdf" + "doc/man/man1/mtxrun-plain.1" + "doc/man/man1/mtxrun-plain.man1.pdf" + "doc/man/man1/mtxrun-profile.1" + "doc/man/man1/mtxrun-profile.man1.pdf" + "doc/man/man1/mtxrun-rsync.1" + "doc/man/man1/mtxrun-rsync.man1.pdf" + "doc/man/man1/mtxrun-scite.1" + "doc/man/man1/mtxrun-scite.man1.pdf" + "doc/man/man1/mtxrun-server.1" + "doc/man/man1/mtxrun-server.man1.pdf" + "doc/man/man1/mtxrun-spell.1" + "doc/man/man1/mtxrun-spell.man1.pdf" + "doc/man/man1/mtxrun-synctex.1" + "doc/man/man1/mtxrun-synctex.man1.pdf" + "doc/man/man1/mtxrun-texworks.1" + "doc/man/man1/mtxrun-texworks.man1.pdf" + "doc/man/man1/mtxrun-tools.1" + "doc/man/man1/mtxrun-tools.man1.pdf" + "doc/man/man1/mtxrun-unicode.1" + "doc/man/man1/mtxrun-unicode.man1.pdf" + "doc/man/man1/mtxrun-unzip.1" + "doc/man/man1/mtxrun-unzip.man1.pdf" + "doc/man/man1/mtxrun-update.1" + "doc/man/man1/mtxrun-update.man1.pdf" + "doc/man/man1/mtxrun-vscode.1" + "doc/man/man1/mtxrun-vscode.man1.pdf" + "doc/man/man1/mtxrun-watch.1" + "doc/man/man1/mtxrun-watch.man1.pdf" + "doc/man/man1/mtxrun-youless.1" + "doc/man/man1/mtxrun-youless.man1.pdf" + "doc/man/man1/mtxrun.1" + "doc/man/man1/mtxrun.man1.pdf" + "fonts/opentype/public/context/" + "fonts/truetype/public/context/" + "metapost/context/base/common/" + "metapost/context/base/mpiv/" + "metapost/context/base/mpxl/" + "metapost/context/fonts/mpiv/" + "scripts/context/lua/context.lua" + "scripts/context/lua/mtx-babel.lua" + "scripts/context/lua/mtx-bibtex.lua" + "scripts/context/lua/mtx-cache.lua" + "scripts/context/lua/mtx-chars.lua" + "scripts/context/lua/mtx-check.lua" + "scripts/context/lua/mtx-colors.lua" + "scripts/context/lua/mtx-context.lua" + "scripts/context/lua/mtx-context.xml" + "scripts/context/lua/mtx-convert.lua" + "scripts/context/lua/mtx-ctan.lua" + "scripts/context/lua/mtx-dvi.lua" + "scripts/context/lua/mtx-epub.lua" + "scripts/context/lua/mtx-evohome.lua" + "scripts/context/lua/mtx-fcd.lua" + "scripts/context/lua/mtx-fixpdf.lua" + "scripts/context/lua/mtx-flac.lua" + "scripts/context/lua/mtx-fonts.lua" + "scripts/context/lua/mtx-grep.lua" + "scripts/context/lua/mtx-interface.lua" + "scripts/context/lua/mtx-kpse.lua" + "scripts/context/lua/mtx-metapost.lua" + "scripts/context/lua/mtx-mk-help.lua" + "scripts/context/lua/mtx-modules.lua" + "scripts/context/lua/mtx-movie.lua" + "scripts/context/lua/mtx-package.lua" + "scripts/context/lua/mtx-patterns.lua" + "scripts/context/lua/mtx-pdf.lua" + "scripts/context/lua/mtx-plain.lua" + "scripts/context/lua/mtx-profile.lua" + "scripts/context/lua/mtx-rsync.lua" + "scripts/context/lua/mtx-scite.lua" + "scripts/context/lua/mtx-server-ctx-fonttest.lua" + "scripts/context/lua/mtx-server-ctx-help.lua" + "scripts/context/lua/mtx-server-ctx-startup.lua" + "scripts/context/lua/mtx-server.lua" + "scripts/context/lua/mtx-signal.lua" + "scripts/context/lua/mtx-spell.lua" + "scripts/context/lua/mtx-squid.lua" + "scripts/context/lua/mtx-synctex.lua" + "scripts/context/lua/mtx-testsuite.lua" + "scripts/context/lua/mtx-texworks.lua" + "scripts/context/lua/mtx-tools.lua" + "scripts/context/lua/mtx-unicode.lua" + "scripts/context/lua/mtx-unzip.lua" + "scripts/context/lua/mtx-update.lua" + "scripts/context/lua/mtx-vscode.lua" + "scripts/context/lua/mtx-watch.lua" + "scripts/context/lua/mtx-youless.lua" + "scripts/context/lua/mtxlibs.lua" + "scripts/context/lua/mtxrun.lua" + "scripts/context/lua/texlua.lua" + "source/context/base/" + "tex/context/base/" + "tex/context/bib/common/" + "tex/context/colors/context/" + "tex/context/colors/profiles/" + "tex/context/fonts/mkiv/" + "tex/context/fonts/mkxl/" + "tex/context/interface/mkiv/" + "tex/context/lexers/" + "tex/context/modules/mkiv/" + "tex/context/modules/mkxl/" + "tex/context/patterns/mkiv/" + "tex/context/patterns/mkxl/" + "tex/context/sample/common/" + "tex/context/sample/math/" + "tex/context/sample/third/" + "tex/context/test/mkiv/" + "tex/context/texlive/" + "tex/luatex/context/" + "web2c/texmfcnf.lua")))) (file-name (git-file-name name version)) (sha256 (base32 - "1f7brap1qfjrbzl5zv4i0k30587cvw2gbzf4phn1a1iac1hnriin")))) + "14qb98w7sn2iy0rr2g1fhx6q0lrsypsqs7dp0s2pa4ax794574x5")))) (outputs '("out" "doc")) + (properties '((updater-extra-native-inputs "cmake-minimal" "unzip"))) (build-system texlive-build-system) (arguments (list + #:modules '((guix build texlive-build-system) + (guix build utils) + (srfi srfi-1)) #:phases #~(modify-phases %standard-phases - (add-after 'install 'install-executables + (add-after 'unpack 'customize-texmfcnf.lua + (lambda _ + (substitute* "web2c/texmfcnf.lua" + (("(local distribution_name *= *).*" _ lead) + (string-append lead "\"TeX Live/GNU Guix\"\n")) + (("(local distribution_url *= *).*" _ lead) + (string-append lead "\"https://guix.gnu.org\"\n")) + (("(local distribution_path *= *).*" _ lead) + (string-append lead "os.getenv(\"GUIX_TEXMF\")\n")) + ;; Set user_cache to "~/.cache/texliveYYYY" instead of + ;; "~/.texliveYYYY". + (("(local user_cache *= *\"home:)\\.(.*)" _ lead trail) + (string-append lead ".cache/" trail)) + ;; Set user_data to "~/.config/texmf" instead of "~/texmf". + (("(local user_data *= *\"home:)(.*)" _ lead trail) + (string-append lead ".config/" trail))))) + (add-after 'unpack 'unpack-luametatex-source + (lambda _ + (mkdir-p "lmtx") + (with-directory-excursion "lmtx" + (invoke "unzip" + (first (find-files "../source/context/base" + "^luametatex-.*\\.zip")))))) + (add-after 'unpack-luametatex-source 'build-luametatex + (lambda args + (with-directory-excursion "lmtx" + (invoke "sh" "build.sh")))) + (add-after 'build-luametatex 'install-executables (lambda* (#:key inputs #:allow-other-keys) - (let* ((bin (string-append #$output "/bin")) - (context (string-append bin "/context")) - (mtxrun (string-append bin "/mtxrun")) - (texmfcnf.lua - (search-input-file inputs - "share/texmf-dist/web2c/texmfcnf.lua")) - (sh (search-input-file inputs "bin/sh"))) - (mkdir-p bin) - ;; Create "mtxrun" runner. - ;; - ;; Out of the box, "mtxrun" first looks for "texmfcnf.lua" in - ;; "~/texmf", then in TEXMFCNF. The latter is set within - ;; TEXLIVE-LIBKPATHSEA; it cannot contain the configuration - ;; file provided by TEXLIVE-LUATEX. Point to the right file - ;; instead. - (call-with-output-file mtxrun - (lambda (port) - (format port - "#!~a~%env ~a ~a luatex --luaonly mtxrun.lua \"$@\"" - sh - (string-append "LUATEXDIR=" - #$output - "/share/texmf-dist/scripts/context/lua") - (format #f - "TEXMFCNF={$HOME/texmf/web2c,~a}" - (dirname texmfcnf.lua))))) - (chmod mtxrun #o755) - ;; Create "context" runner. - (call-with-output-file context - (lambda (port) - (format port "#!~a~%mtxrun --script context \"$@\"" sh))) - (chmod context #o755))))))) + (let ((bin (string-append #$output "/bin"))) + (install-file (first (find-files "lmtx" "^luametatex$")) + bin) + (with-directory-excursion bin + (wrap-program "luametatex" + `("LUATEXDIR" ":" = + (,(string-append #$output + "/share/texmf-dist/scripts/context/lua"))) + `("TEXMFCNF" ":" = + (,(format #f + "{~a,~a/share/texmf-dist/web2c}" + "$XDG_CONFIG_HOME/texmf/web2c" + #$output)))) + (for-each (lambda (f) (symlink "luametatex" f)) + '("mtxrun" "context"))) + (with-directory-excursion "scripts/context/lua" + (for-each (lambda (f) (install-file f bin)) + '("context.lua" "mtxrun.lua"))))))))) + (native-inputs + (list cmake-minimal unzip)) (propagated-inputs - (list texlive-amsfonts - texlive-context-companion-fonts - texlive-context-texlive - texlive-lm - texlive-lm-math - texlive-luajittex - texlive-luatex - texlive-manfnt-font - texlive-mflogo-font - texlive-stmaryrd)) + (list texlive-dejavu texlive-lm texlive-lm-math)) (home-page "https://ctan.org/pkg/context") (synopsis "Full featured, parameter driven macro package for TeX") (description "ConTeXt is a full featured, parameter driven macro package, @@ -79473,19 +79735,44 @@ for a wealth of support information.") license:gpl2+ license:cc-by-sa4.0)))) -(define-public texlive-context-calendar-examples +(define-public texlive-context-animation (package - (name "texlive-context-calendar-examples") - (version "2025.2") + (name "texlive-context-animation") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list - "doc/context/third/calendar-examples/" - "tex/context/third/calendar-examples/")))) + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/context/third/animation/" + "tex/context/interface/third/" + "tex/context/third/animation/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0mkd16jdr1v4a9m08b9y6b6pjvpddk9q12was6q49ic7gn94bn1z")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (propagated-inputs (list texlive-context)) + (home-page "https://ctan.org/pkg/context-animation") + (synopsis "Generate fieldstack based animation with ConTeXt") + (description + "The package is a port, to Context (mkvi), of the corresponding LaTeX +package.") + (license license:gpl3))) + +(define-public texlive-context-calendar-examples + (package + (name "texlive-context-calendar-examples") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/context/third/calendar-examples/" + "tex/context/third/calendar-examples/")))) (file-name (git-file-name name version)) (sha256 (base32 "02ic0vn3bn2fibcnvr6k78ndfq67f9kysszzvcw5qh4nsck06syf")))) @@ -79502,13 +79789,13 @@ PocketDiary-module in various page sizes.") (define-public texlive-context-chat (package (name "texlive-context-chat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/chat/" "tex/context/third/chat/")))) (file-name (git-file-name name version)) @@ -79527,13 +79814,13 @@ a simplified interface.") (define-public texlive-context-collating-marks (package (name "texlive-context-collating-marks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/collating-marks/" "tex/context/third/collating-marks/")))) @@ -79554,42 +79841,65 @@ to make the correct sequence of sections of a book block visible.") (define-public texlive-context-legacy (package (name "texlive-context-legacy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "bibtex/bst/context/mkii/" - "context/data/texfont/" - "doc/context/scripts/mkii/" - "doc/man/man1/texexec.1" - "doc/man/man1/texexec.man1.pdf" - "doc/man/man1/texmfstart.1" - "doc/man/man1/texmfstart.man1.pdf" - "metapost/context/base/mpii/" - "scripts/context/ruby/" - "tex/context/base/mkii/" - "tex/context/bib/common/" - "tex/context/bib/mkii/" - "tex/context/fonts/mkii/" - "tex/context/modules/mkii/" - "tex/context/patterns/mkii/" - "tex/context/user/mkii/")))) + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "bibtex/bst/context/mkii/" + "doc/context/scripts/mkii/" + "doc/man/man1/texexec.1" + "doc/man/man1/texexec.man1.pdf" + "doc/man/man1/texmfstart.1" + "doc/man/man1/texmfstart.man1.pdf" + "fonts/afm/public/context/" + "fonts/cid/context/" + "fonts/enc/dvips/context/" + "fonts/map/dvips/context/" + "fonts/map/pdftex/context/" + "fonts/misc/xetex/fontmapping/context/" + "fonts/tfm/public/context/" + "fonts/type1/public/context/" + "metapost/context/base/mpii/" + "scripts/context/perl/makempy.pl" + "scripts/context/perl/path_tre.pm" + "scripts/context/perl/pdftrimwhite.pl" + "scripts/context/perl/texfind.pl" + "scripts/context/perl/texfont.pl" + "scripts/context/ruby/" + "scripts/context/stubs/unix/" + "scripts/context/stubs/win64/" + "tex/context/base/mkii/" + "tex/context/bib/mkii/" + "tex/context/fonts/mkii/" + "tex/context/modules/common/" + "tex/context/modules/mkii/" + "tex/context/patterns/mkii/" + "tex/context/user/mkii/" + "tex/generic/context/ppchtex/")))) (file-name (git-file-name name version)) (sha256 - (base32 "08d8y2j9443w8akya7b301c1k2nrmsi07hsva1x59hlrmrsdw11k")))) + (base32 "1bp78ryr66bh9w8y4grfv2203jcdglqxsbll311ljmr7zw9ww50w")))) (outputs '("out" "doc")) (build-system texlive-build-system) + (properties '((updater-extra-native-inputs "texlive-xetex"))) (arguments - (list - #:link-scripts #~(list "texexec.rb" "texmfstart.rb") - #:create-formats #~(list "cont-en"))) - (native-inputs (list (if (target-64bit?) libfaketime datefudge))) + (list #:link-scripts #~(list "texexec.rb" "texmfstart.rb") + #:create-formats #~(list "cont-en"))) + (native-inputs (list (if (target-64bit?) libfaketime datefudge) + texlive-xetex)) (inputs (list ruby)) - (propagated-inputs (list texlive-context texlive-metapost texlive-mptopdf - texlive-pdftex texlive-xetex)) + (propagated-inputs (list texlive-amsfonts + texlive-context + texlive-lm + texlive-ly1 + texlive-manfnt-font + texlive-mflogo-font + texlive-mptopdf + texlive-pdftex + texlive-stmaryrd)) (home-page "https://ctan.org/pkg/context-legacy") (synopsis "The ConTeXt macro package, MkII") (description @@ -79601,17 +79911,17 @@ newer).") (define-public texlive-context-notes-zh-cn (package (name "texlive-context-notes-zh-cn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/context-notes-zh-cn/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0pdizaybvxvzh19451x90mj81ql98q91f6cj8mfxwxa0mci1b9p4")))) + (base32 "1jgifqppcqa1fi59v5zv4jh9nmsrc31xlq4fkm6vjyzr3l6dirkl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -79626,13 +79936,13 @@ design, cross-reference, project structure, metafun and presentation design.") (define-public texlive-context-pocketdiary (package (name "texlive-context-pocketdiary") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/pocketdiary/" "tex/context/third/pocketdiary/")))) @@ -79655,18 +79965,18 @@ provides sun and moon data calculations.") (define-public texlive-context-squares (package (name "texlive-context-squares") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/squares/" "tex/context/third/squares/")))) (file-name (git-file-name name version)) (sha256 - (base32 "13kg55djn6bppvigl395irfqsq87vw2sazfmjrfan2agl1mfsqfv")))) + (base32 "0vy75hlla2id8dn82zvmfjljzg6lhn4h2az1wb7df16gcyn6xkvj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -79678,18 +79988,18 @@ provides sun and moon data calculations.") (define-public texlive-context-sudoku (package (name "texlive-context-sudoku") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/sudoku/" "tex/context/third/sudoku/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0izgrfbqblik9hmlnnqsjwnfjrjks1zdafqk68gfv87lpysz6kgj")))) + (base32 "0bpkzfkksdi30zqrjg9a6slwpmnljam15a64ql4fwbv4dr9kn826")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -79701,46 +80011,22 @@ Lua/ConTeXt. It provides four basic commands for typesetting sudokus, as well as a command handler.") (license license:expat))) -(define-public texlive-context-companion-fonts - (package - (name "texlive-context-companion-fonts") - (version "2025.2") - (source - (origin - (method svn-multi-fetch) - (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations - (list "doc/fonts/context-companion-fonts/" - "fonts/opentype/public/context-companion-fonts/")))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ph10yd2y32g2lplz7i61bwhy45zic86k2pp1ds5fdxiqkfyw1kl")))) - (build-system texlive-build-system) - (home-page "https://ctan.org/pkg/context-companion-fonts") - (synopsis "Companion fonts with fixes for ConTeXt") - (description - "These files fix and/or enhance some math glyphs and are loaded in the -math font goodie files used by ConTeXt LMTX.") - (license (list license:lppl1.3c+ license:gpl2+)))) - (define-public texlive-context-cyrillicnumbers (package (name "texlive-context-cyrillicnumbers") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/cyrillicnumbers/" "tex/context/interface/third/" "tex/context/third/cyrillicnumbers/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0pysyspfnlynbylh4jv4rlwc3sf618ry90l7sph4zbhqg1cairys")))) + "0llnv53ijvbwz6lgjmx5if2iq8aasfi0q6d4mhvn2rmibx67v9s8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -79754,12 +80040,12 @@ numeration using cyrillic letters.") (define-public texlive-context-filter (package (name "texlive-context-filter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/filter/" "tex/context/third/filter/")))) (file-name (git-file-name name version)) @@ -79784,12 +80070,12 @@ with both MkII and MkIV.") (define-public texlive-context-gnuplot (package (name "texlive-context-gnuplot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/gnuplot/" "metapost/context/third/gnuplot/" "tex/context/third/gnuplot/")))) @@ -79811,18 +80097,18 @@ the resulting graphic directly into the document.") (define-public texlive-context-handlecsv (package (name "texlive-context-handlecsv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/handlecsv/" "tex/context/third/handlecsv/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0s1ivnv62y8dcmhwk49x3hxphn5ig326f3n5klpkkxzfhk9d9f52")))) + "0m7g5c6ipayra64q60jmgkrj6gyc2mdqa0kd3ik4jbqwn3r9y1cg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -79835,12 +80121,12 @@ the resulting graphic directly into the document.") (define-public texlive-context-letter (package (name "texlive-context-letter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/letter/" "tex/context/interface/third/" "tex/context/third/letter/base/" @@ -79848,7 +80134,7 @@ the resulting graphic directly into the document.") (file-name (git-file-name name version)) (sha256 (base32 - "12dc8bii38s8qgiyw749walkcmpni0j33pji7rxbrslfax81cb4q")))) + "0lxmw71yppr8p2vw7gl5dnmc693i1zvy1j3s7q4k4615bqw0yvhb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -79863,19 +80149,19 @@ letters may be amended by a wide range of style specifications.") (define-public texlive-context-mathsets (package (name "texlive-context-mathsets") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/mathsets/" "tex/context/interface/third/" "tex/context/third/mathsets/")))) (file-name (git-file-name name version)) (sha256 (base32 - "132ps8piihyp93y2af98xl6qan0ivmjbjkljvy7ly5h763ykkv3q")))) + "02jkpj6rikrhjvz1c5bspw8kaq7vy8fcrpa09ql0h9ywx1gbk75r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -79890,12 +80176,12 @@ least inspired by @code{braket}.") (define-public texlive-context-simpleslides (package (name "texlive-context-simpleslides") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/simpleslides/" "scripts/context/lua/third/simpleslides/" "tex/context/interface/third/" @@ -79903,7 +80189,7 @@ least inspired by @code{braket}.") (file-name (git-file-name name version)) (sha256 (base32 - "1r7pam5darq2nfnhfnrcxj5yzdjawg6kjiqq7qbip87l9jmj7sga")))) + "1mxqnhx214vfp41y9zailh6a6yjwqxhln044gw9xai57z60kmdg1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -79919,55 +80205,15 @@ presentation. Most styles are configurable, and it is easy to design new styles.") (license license:gpl3+))) -(define-public texlive-context-texlive - (package - (name "texlive-context-texlive") - (version "2025.2") - (source - (origin - (method svn-multi-fetch) - (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/man/man1/contextjit.1" - "doc/man/man1/contextjit.man1.pdf" - "doc/man/man1/luatools.1" - "doc/man/man1/luatools.man1.pdf" - "doc/man/man1/mtxrunjit.1" - "doc/man/man1/mtxrunjit.man1.pdf" - "scripts/context-texlive/stubs-mkiv/unix/" - "scripts/context-texlive/stubs-mkiv/win64/" - "scripts/context-texlive/stubs/unix/" - "scripts/context-texlive/stubs/win64/" - "tex/context/texlive/")))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0a1xwqp1kbax9yzaa0zgzbkm9r1w66bnk22h5c2di60h06j5afj4")))) - (outputs '("out" "doc")) - (build-system texlive-build-system) - (arguments - (list #:link-scripts #~(list "contextjit" "luatools" "mtxrunjit"))) - (home-page "https://ctan.org/pkg/context-texlive") - (synopsis "TeX Live-specific helpers for ConTeXt (caches, papersize)") - (description - "This package distributes @file{cont-sys.mkxl} and @file{cont-sys.mkiv} -files to update the ConTeXt filename cache if the system @file{ls-R} files are -modified (typically by @command{mktexlsr}). It also sets the default paper -size from the @file{context-papersize.tex} file which TeX Live -creates/updates. It also includes stubs to run the @command{luatools}, -@command{contextjit}, and @command{mtxrunjit} scripts.") - ;; Same as ConTeXt. - (license (list license:lppl1.3c+ license:gpl2+)))) - (define-public texlive-context-transliterator (package (name "texlive-context-transliterator") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/transliterator/" "scripts/context/lua/third/transliterator/" "tex/context/interface/third/" @@ -79975,7 +80221,7 @@ creates/updates. It also includes stubs to run the @command{luatools}, (file-name (git-file-name name version)) (sha256 (base32 - "089mw43yrj0l06dcv1jzf1nibrwrz6qbhaj85crzjh8k91dzsw4j")))) + "1xvyysp6pkqv6f1kdlk7pz4cfni0p01pvq9ldjfpawq6sfcx1acq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -79990,12 +80236,12 @@ alphabet. The package can make allowance for hyphenation.") (define-public texlive-context-typescripts (package (name "texlive-context-typescripts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/typescripts/" "tex/context/third/typescripts/")))) (file-name (git-file-name name version)) @@ -80016,12 +80262,12 @@ a @file{.mkii} and a @file{.mkiv} version.") (define-public texlive-context-vim (package (name "texlive-context-vim") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/vim/" "tex/context/third/vim/")))) (file-name (git-file-name name version)) @@ -80047,12 +80293,12 @@ Vim.") (define-public texlive-context-visualcounter (package (name "texlive-context-visualcounter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/visualcounter/" "source/context/third/visualcounter/" "tex/context/third/visualcounter/")))) @@ -80074,17 +80320,17 @@ on. This module provides a visual display for such counters.") (define-public texlive-beamer (package (name "texlive-beamer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamer/" "tex/latex/beamer/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1r3mlycygh7b0drf9zmckw3r4p2y1p5qqblg4i1w887sdcwnbdmp")))) + "0iq2hljz0gwzpw54i8dz8drgjwfrapqd7b2j6r8xmspic0xrg1a1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -80118,12 +80364,12 @@ effects, varying slide transitions and animations.") (define-public texlive-beamer-tut-pt (package (name "texlive-beamer-tut-pt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamer-tut-pt/")))) (file-name (git-file-name name version)) (sha256 @@ -80141,12 +80387,12 @@ Portuguese.") (define-public texlive-xmpincl (package (name "texlive-xmpincl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xmpincl/" "source/latex/xmpincl/" "tex/latex/xmpincl/")))) (file-name (git-file-name name version)) @@ -80167,12 +80413,12 @@ the file to which it applies.") (define-public texlive-pdfx (package (name "texlive-pdfx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfx/" "source/latex/pdfx/" "tex/latex/pdfx/")))) (file-name (git-file-name name version)) @@ -80199,12 +80445,12 @@ standards-compliant PDF documents with pdfTeX, LuaTeX and XeTeX.") (define-public texlive-yamlvars (package (name "texlive-yamlvars") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/yamlvars/" "tex/lualatex/yamlvars/")))) (file-name (git-file-name name version)) @@ -80223,12 +80469,12 @@ declare and define LaTeX definitions using YAML files.") (define-public texlive-yax (package (name "texlive-yax") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/yax/" "tex/generic/yax/")))) (file-name (git-file-name name version)) (sha256 @@ -80251,12 +80497,12 @@ customized.") (define-public texlive-ydoc (package (name "texlive-ydoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ydoc/" "source/latex/ydoc/" "tex/generic/ydoc/" "tex/latex/ydoc/")))) (file-name (git-file-name name version)) @@ -80290,17 +80536,17 @@ change.") (define-public texlive-yet-another-guide-latex2e (package (name "texlive-yet-another-guide-latex2e") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/yet-another-guide-latex2e/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1zsj22fwvs1xin5hh3jqq83dhl8ira87lb5xy2lzxq68bbjpbccr")))) + "0cg3g4lsmgfknakmkj89m74zhscxbd0szfs3vjj8b846ljfrc93g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/yet-another-guide-latex2e") @@ -80316,18 +80562,18 @@ otherwise covered in this document and a list of helpful resources.") (define-public texlive-pstricks (package (name "texlive-pstricks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pstricks/" "dvips/pstricks/" "tex/generic/pstricks/" "tex/latex/pstricks/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1cazm0h3rqrpcwla22ajv3w7wb7mv0f7cdwcdsnaixdql46l2f21")))) + "0sx64lpq3xvq5a272zs0y2idqz8fb8vv31zrr5w1wd317a9l2gab")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "http://www.ctan.org/pkg/pstricks-base") @@ -80345,12 +80591,12 @@ of tables.") (define-public texlive-pst-2dplot (package (name "texlive-pst-2dplot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-2dplot/" "tex/latex/pst-2dplot/")))) (file-name (git-file-name name version)) @@ -80370,12 +80616,12 @@ MATLAB for plotting.") (define-public texlive-pst-3d (package (name "texlive-pst-3d") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-3d/" "dvips/pst-3d/" "source/generic/pst-3d/" "tex/generic/pst-3d/" "tex/latex/pst-3d/")))) @@ -80395,12 +80641,12 @@ and three dimensional representations of text or graphical objects.") (define-public texlive-pst-3dplot (package (name "texlive-pst-3dplot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-3dplot/" "dvips/pst-3dplot/" "tex/generic/pst-3dplot/" @@ -80423,12 +80669,12 @@ TeX or LaTeX, without the need for external tools.") (define-public texlive-pst-abspos (package (name "texlive-pst-abspos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-abspos/" "source/generic/pst-abspos/" "tex/generic/pst-abspos/" @@ -80450,12 +80696,12 @@ page.") (define-public texlive-pst-am (package (name "texlive-pst-am") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-am/" "source/generic/pst-am/" "tex/latex/pst-am/")))) (file-name (git-file-name name version)) @@ -80475,12 +80721,12 @@ carrier, signal modulation, signal recovery and signal demodulation.") (define-public texlive-pst-antiprism (package (name "texlive-pst-antiprism") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-antiprism/" "dvips/pst-antiprism/" "tex/generic/pst-antiprism/" @@ -80501,12 +80747,12 @@ which is a semiregular polyhedron constructed with 2-gons and triangles.") (define-public texlive-pst-arrow (package (name "texlive-pst-arrow") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-arrow/" "tex/generic/pst-arrow/" "tex/latex/pst-arrow/")))) @@ -80526,12 +80772,12 @@ which was related to arrows, like multiple arrows and so on.") (define-public texlive-pst-asr (package (name "texlive-pst-asr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-asr/" "tex/generic/pst-asr/" "tex/latex/pst-asr/")))) (file-name (git-file-name name version)) @@ -80549,12 +80795,12 @@ which was related to arrows, like multiple arrows and so on.") (define-public texlive-pst-bar (package (name "texlive-pst-bar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-bar/" "dvips/pst-bar/" "tex/generic/pst-bar/" "tex/latex/pst-bar/")))) (file-name (git-file-name name version)) @@ -80574,12 +80820,12 @@ drawing parameters are highly customizable.") (define-public texlive-pst-barcode (package (name "texlive-pst-barcode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-barcode/" "dvips/pst-barcode/" "tex/generic/pst-barcode/" @@ -80587,7 +80833,7 @@ drawing parameters are highly customizable.") (file-name (git-file-name name version)) (sha256 (base32 - "10990hhhj961rizfffplx8v3rhnv7knm8nz2zd1aqp686fr3fkgv")))) + "10hz4qqjsjai823k1phh24k55myx93v4cs0fybk6j3nzxxahnk6d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-barcode") @@ -80603,12 +80849,12 @@ for calculating the bars. For PDF output use a multi-pass mechansism such as (define-public texlive-pst-bezier (package (name "texlive-pst-bezier") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-bezier/" "dvips/pst-bezier/" "tex/generic/pst-bezier/" @@ -80630,12 +80876,12 @@ curve.") (define-public texlive-pst-blur (package (name "texlive-pst-blur") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-blur/" "dvips/pst-blur/" "source/generic/pst-blur/" "tex/generic/pst-blur/" @@ -80656,12 +80902,12 @@ that apply blurring to the normal shadow function of PSTricks.") (define-public texlive-pst-bspline (package (name "texlive-pst-bspline") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-bspline/" "dvips/pst-bspline/" "tex/generic/pst-bspline/" @@ -80684,12 +80930,12 @@ points. Graphical output is created using PStricks.") (define-public texlive-pst-calculate (package (name "texlive-pst-calculate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-calculate/" "tex/latex/pst-calculate/")))) (file-name (git-file-name name version)) @@ -80709,12 +80955,12 @@ level.") (define-public texlive-pst-calendar (package (name "texlive-pst-calendar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pst-calendar/" "tex/latex/pst-calendar/")))) (file-name (git-file-name name version)) @@ -80735,12 +80981,12 @@ available in English.") (define-public texlive-pst-cie (package (name "texlive-pst-cie") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-cie/" "dvips/pst-cie/" "tex/generic/pst-cie/" "tex/latex/pst-cie/")))) (file-name (git-file-name name version)) @@ -80759,12 +81005,12 @@ spaces: Adobe, CIE, ColorMatch, NTSC, Pal-Secam, ProPhoto, SMPTE, and sRGB.") (define-public texlive-pst-circ (package (name "texlive-pst-circ") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-circ/" "dvips/pst-circ/" "tex/generic/pst-circ/" "tex/latex/pst-circ/")))) @@ -80787,12 +81033,12 @@ expressing a circuit.") (define-public texlive-pst-coil (package (name "texlive-pst-coil") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-coil/" "dvips/pst-coil/" "tex/generic/pst-coil/" "tex/latex/pst-coil/")))) @@ -80812,12 +81058,12 @@ and zigzag node connections.") (define-public texlive-pst-contourplot (package (name "texlive-pst-contourplot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-contourplot/" "tex/generic/pst-contourplot/" "tex/latex/pst-contourplot/")))) @@ -80840,12 +81086,12 @@ marching squares algorithm.") (define-public texlive-pst-cox (package (name "texlive-pst-cox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-cox/" "dvips/pst-cox/" "tex/generic/pst-cox/" "tex/latex/pst-cox/")))) (file-name (git-file-name name version)) @@ -80877,12 +81123,12 @@ series.") (define-public texlive-pst-dart (package (name "texlive-pst-dart") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-dart/" "tex/generic/pst-dart/" "tex/latex/pst-dart/")))) @@ -80902,12 +81148,12 @@ Optional arguments are the unit and the fontsize.") (define-public texlive-pst-dbicons (package (name "texlive-pst-dbicons") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-dbicons/" "source/generic/pst-dbicons/" "tex/latex/pst-dbicons/")))) @@ -80929,12 +81175,12 @@ to them by using the standard database terminology.") (define-public texlive-pst-diffraction (package (name "texlive-pst-diffraction") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-diffraction/" "tex/generic/pst-diffraction/" "tex/latex/pst-diffraction/")))) @@ -80960,12 +81206,12 @@ be calculated by the package).") (define-public texlive-pst-electricfield (package (name "texlive-pst-electricfield") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-electricfield/" "dvips/pst-electricfield/" "source/generic/pst-electricfield/" @@ -80988,12 +81234,12 @@ in a cartesian coordinate system.") (define-public texlive-pst-eps (package (name "texlive-pst-eps") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-eps/" "source/generic/pst-eps/" "tex/generic/pst-eps/" "tex/latex/pst-eps/")))) @@ -81014,12 +81260,12 @@ a document in the usual way.") (define-public texlive-pst-eucl (package (name "texlive-pst-eucl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-eucl/" "dvips/pst-eucl/" "tex/generic/pst-eucl/" "tex/latex/pst-eucl/")))) @@ -81041,12 +81287,12 @@ coordinates is limited to points which controlled the figure.") (define-public texlive-pst-eucl-translation-bg (package (name "texlive-pst-eucl-translation-bg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pst-eucl-translation-bg/")))) (file-name (git-file-name name version)) (sha256 @@ -81064,12 +81310,12 @@ Bulgarian language.") (define-public texlive-pst-exa (package (name "texlive-pst-exa") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pst-exa/" "tex/latex/pst-exa/")))) (file-name (git-file-name name version)) (sha256 @@ -81087,12 +81333,12 @@ to put code and output side by side or one above the other.") (define-public texlive-pst-feyn (package (name "texlive-pst-feyn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-feyn/" "dvips/pst-feyn/" "tex/generic/pst-feyn/" "tex/latex/pst-feyn/")))) @@ -81112,12 +81358,12 @@ for Feynman diagrams.") (define-public texlive-pst-fill (package (name "texlive-pst-fill") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-fill/" "tex/generic/pst-fill/" "tex/latex/pst-fill/")))) @@ -81137,12 +81383,12 @@ characters.") (define-public texlive-pst-fit (package (name "texlive-pst-fit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-fit/" "tex/generic/pst-fit/" "tex/latex/pst-fit/")))) (file-name (git-file-name name version)) @@ -81162,12 +81408,12 @@ and fourth order polynomials.") (define-public texlive-pst-flags (package (name "texlive-pst-flags") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pst-flags/" "tex/latex/pst-flags/")))) (file-name (git-file-name name version)) @@ -81191,12 +81437,12 @@ options supplied to the TeX macros.") (define-public texlive-pst-fr3d (package (name "texlive-pst-fr3d") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-fr3d/" "source/generic/pst-fr3d/" "tex/generic/pst-fr3d/" @@ -81218,12 +81464,12 @@ especially useful for drawing 3D-seeming buttons.") (define-public texlive-pst-fractal (package (name "texlive-pst-fractal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-fractal/" "dvips/pst-fractal/" "tex/generic/pst-fractal/" @@ -81246,12 +81492,12 @@ parameters (including varying numbers of iterations).") (define-public texlive-pst-fun (package (name "texlive-pst-fun") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-fun/" "dvips/pst-fun/" "source/generic/pst-fun/" "tex/generic/pst-fun/" "tex/latex/pst-fun/")))) @@ -81272,12 +81518,12 @@ macros and/or packages. (Or they can be used for fun...)") (define-public texlive-pst-func (package (name "texlive-pst-func") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-func/" "dvips/pst-func/" "tex/generic/pst-func/" "tex/latex/pst-func/")))) @@ -81318,12 +81564,12 @@ The plots may be generated as volumes of rotation about the X-axis, as well.") (define-public texlive-pst-gantt (package (name "texlive-pst-gantt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-gantt/" "tex/generic/pst-gantt/" "tex/latex/pst-gantt/")))) @@ -81343,12 +81589,12 @@ chart that displays a project schedule.") (define-public texlive-pst-geo (package (name "texlive-pst-geo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-geo/" "dvips/pst-geo/" "tex/generic/pst-geo/" "tex/latex/pst-geo/")))) (file-name (git-file-name name version)) @@ -81377,12 +81623,12 @@ should arise.") (define-public texlive-pst-geometrictools (package (name "texlive-pst-geometrictools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-geometrictools/" "tex/generic/pst-geometrictools/" "tex/latex/pst-geometrictools/")))) @@ -81402,12 +81648,12 @@ compasses and pencils.") (define-public texlive-pst-gr3d (package (name "texlive-pst-gr3d") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-gr3d/" "source/latex/pst-gr3d/" "tex/generic/pst-gr3d/" @@ -81429,12 +81675,12 @@ appearance.") (define-public texlive-pst-grad (package (name "texlive-pst-grad") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-grad/" "dvips/pst-grad/" "tex/generic/pst-grad/" "tex/latex/pst-grad/")))) @@ -81455,12 +81701,12 @@ found in package @code{pst-slpe}.") (define-public texlive-pst-graphicx (package (name "texlive-pst-graphicx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-graphicx/" "tex/generic/pst-graphicx/")))) (file-name (git-file-name name version)) @@ -81480,12 +81726,12 @@ PSTricks use of @code{xkeyval}.") (define-public texlive-pst-hsb (package (name "texlive-pst-hsb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-hsb/" "tex/generic/pst-hsb/" "tex/latex/pst-hsb/")))) (file-name (git-file-name name version)) @@ -81505,12 +81751,12 @@ supported.") (define-public texlive-pst-infixplot (package (name "texlive-pst-infixplot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-infixplot/" "tex/generic/pst-infixplot/" "tex/latex/pst-infixplot/")))) @@ -81534,12 +81780,12 @@ expressions to PostScript syntax.") (define-public texlive-pst-intersect (package (name "texlive-pst-intersect") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pst-intersect/" "dvips/pst-intersect/" "source/latex/pst-intersect/" @@ -81561,12 +81807,12 @@ paths or Bezier curves, using the Bezier clipping algorithm.") (define-public texlive-pst-jtree (package (name "texlive-pst-jtree") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-jtree/" "tex/generic/pst-jtree/" "tex/latex/pst-jtree/")))) @@ -81585,12 +81831,12 @@ paths or Bezier curves, using the Bezier clipping algorithm.") (define-public texlive-pst-knot (package (name "texlive-pst-knot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-knot/" "dvips/pst-knot/" "tex/generic/pst-knot/" "tex/latex/pst-knot/")))) @@ -81610,19 +81856,19 @@ standard graphics controls one expects.") (define-public texlive-pst-labo (package (name "texlive-pst-labo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-labo/" "tex/generic/pst-labo/" "tex/latex/pst-labo/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1nzpqgi7g6n2hzajh4ph9idf2imrfniar7sc3gr7kc8r9sc4b5ij")))) + "0xgz5j6lgwbw1hc75j9mc7qg6zf36pl8y2z9d4d8588vnd2rqfc2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-labo") @@ -81636,12 +81882,12 @@ of illustrations together with their source code, making it an easy read.") (define-public texlive-pst-layout (package (name "texlive-pst-layout") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pst-layout/" "tex/latex/pst-layout/")))) (file-name (git-file-name name version)) @@ -81660,12 +81906,12 @@ layouts of material, typically to be overlaid on an included graphic.") (define-public texlive-pst-lens (package (name "texlive-pst-lens") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-lens/" "source/generic/pst-lens/" "tex/generic/pst-lens/" @@ -81687,12 +81933,12 @@ a remarkable range of effects.") (define-public texlive-pst-light3d (package (name "texlive-pst-light3d") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-light3d/" "dvips/pst-light3d/" "source/generic/pst-light3d/" @@ -81714,12 +81960,12 @@ effects on characters and PSTricks graphics, like lines, curves, plots, ...") (define-public texlive-pst-lsystem (package (name "texlive-pst-lsystem") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-lsystem/" "dvips/pst-lsystem/" "tex/generic/pst-lsystem/" @@ -81742,12 +81988,12 @@ Kochflake or Hilbert curve.") (define-public texlive-pst-magneticfield (package (name "texlive-pst-magneticfield") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-magneticfield/" "dvips/pst-magneticfield/" "tex/generic/pst-magneticfield/" @@ -81769,12 +82015,12 @@ There are several parameters to create a different output.") (define-public texlive-pst-marble (package (name "texlive-pst-marble") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-marble/" "dvips/pst-marble/" "tex/generic/pst-marble/" @@ -81793,12 +82039,12 @@ There are several parameters to create a different output.") (define-public texlive-pst-math (package (name "texlive-pst-math") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-math/" "dvips/pst-math/" "tex/generic/pst-math/" "tex/latex/pst-math/")))) @@ -81825,12 +82071,12 @@ a solver of linear equation systems.") (define-public texlive-pst-mirror (package (name "texlive-pst-mirror") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-mirror/" "dvips/pst-mirror/" "tex/generic/pst-mirror/" @@ -81851,12 +82097,12 @@ drawing images as if reflected by a spherical mirror.") (define-public texlive-pst-moire (package (name "texlive-pst-moire") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-moire/" "dvips/pst-moire/" "tex/generic/pst-moire/" "tex/latex/pst-moire/")))) @@ -81874,12 +82120,12 @@ drawing images as if reflected by a spherical mirror.") (define-public texlive-pst-node (package (name "texlive-pst-node") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-node/" "dvips/pst-node/" "tex/generic/pst-node/" "tex/latex/pst-node/")))) @@ -81902,12 +82148,12 @@ and so on.") (define-public texlive-pst-ob3d (package (name "texlive-pst-ob3d") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-ob3d/" "source/generic/pst-ob3d/" "tex/generic/pst-ob3d/" @@ -81929,12 +82175,12 @@ dies (which are only a special kind of cubes) are defined.") (define-public texlive-pst-ode (package (name "texlive-pst-ode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-ode/" "dvips/pst-ode/" "tex/generic/pst-ode/" "tex/latex/pst-ode/")))) (file-name (git-file-name name version)) @@ -81961,12 +82207,12 @@ state vectors can be written as a table to a text file.") (define-public texlive-pst-optexp (package (name "texlive-pst-optexp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pst-optexp/" "dvips/pst-optexp/" "makeindex/pst-optexp/" "source/latex/pst-optexp/" @@ -81991,12 +82237,12 @@ realistic raytraced beam paths are also possible.") (define-public texlive-pst-optic (package (name "texlive-pst-optic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-optic/" "tex/generic/pst-optic/" "tex/latex/pst-optic/")))) @@ -82016,12 +82262,12 @@ refractive optics diagrams.") (define-public texlive-pst-osci (package (name "texlive-pst-osci") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-osci/" "tex/generic/pst-osci/" "tex/latex/pst-osci/")))) @@ -82044,12 +82290,12 @@ the two other signals. Lissajous diagrams (XY-mode) can also be obtained.") (define-public texlive-pst-ovl (package (name "texlive-pst-ovl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-ovl/" "dvips/pst-ovl/" "tex/generic/pst-ovl/" "tex/latex/pst-ovl/")))) (file-name (git-file-name name version)) @@ -82068,12 +82314,12 @@ in the slides of a projected presentation.") (define-public texlive-pst-pad (package (name "texlive-pst-pad") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-pad/" "source/generic/pst-pad/" "tex/generic/pst-pad/" "tex/latex/pst-pad/")))) @@ -82097,12 +82343,12 @@ lubrication.") (define-public texlive-pst-pdf (package (name "texlive-pst-pdf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pst-pdf/" "scripts/pst-pdf/" "source/latex/pst-pdf/" "tex/latex/pst-pdf/")))) (file-name (git-file-name name version)) @@ -82126,12 +82372,12 @@ PostScript code.") (define-public texlive-pst-pdgr (package (name "texlive-pst-pdgr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-pdgr/" "source/generic/pst-pdgr/" "tex/generic/pst-pdgr/" @@ -82156,12 +82402,12 @@ files from spreadsheets is available.") (define-public texlive-pst-perspective (package (name "texlive-pst-perspective") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-perspective/" "tex/generic/pst-perspective/" "tex/latex/pst-perspective/")))) @@ -82181,12 +82427,12 @@ with an arbitrarily chosen angle and a variable shortening factor.") (define-public texlive-pst-platon (package (name "texlive-pst-platon") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-platon/" "source/generic/pst-platon/" "tex/latex/pst-platon/")))) @@ -82206,12 +82452,12 @@ the five Platonic solids.") (define-public texlive-pst-plot (package (name "texlive-pst-plot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-plot/" "tex/generic/pst-plot/" "tex/latex/pst-plot/")))) @@ -82231,18 +82477,18 @@ using PSTricks. Plots may be configured using a wide variety of parameters.") (define-public texlive-pst-poker (package (name "texlive-pst-poker") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pst-poker/" "tex/latex/pst-poker/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0c1v75rxw717hvjgzb4i0ahk7acmqpgl9czaihvw36r9yaicsm5n")))) + "0i8s42ijn5s57n1qbv1swrafahwylhsfnnk013jnj57xbqs94myf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-poker") @@ -82255,12 +82501,12 @@ manners.") (define-public texlive-pst-poly (package (name "texlive-pst-poly") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-poly/" "tex/generic/pst-poly/" "tex/latex/pst-poly/")))) @@ -82283,12 +82529,12 @@ text with a polygon.") (define-public texlive-pst-pulley (package (name "texlive-pst-pulley") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-pulley/" "tex/generic/pst-pulley/" "tex/latex/pst-pulley/")))) @@ -82308,12 +82554,12 @@ The pulley diagrams are labelled with the physical properties of the system.") (define-public texlive-pst-qtree (package (name "texlive-pst-qtree") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-qtree/" "tex/generic/pst-qtree/" "tex/latex/pst-qtree/")))) @@ -82331,12 +82577,12 @@ The pulley diagrams are labelled with the physical properties of the system.") (define-public texlive-pst-rputover (package (name "texlive-pst-rputover") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-rputover/" "tex/generic/pst-rputover/" "tex/latex/pst-rputover/")))) @@ -82356,12 +82602,12 @@ without obscuring background colors.") (define-public texlive-pst-rubans (package (name "texlive-pst-rubans") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-rubans/" "source/generic/pst-rubans/" "tex/generic/pst-rubans/" @@ -82385,12 +82631,12 @@ helices, one may also choose the number of ribbons.") (define-public texlive-pst-shell (package (name "texlive-pst-shell") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-shell/" "dvips/pst-shell/" "source/generic/pst-shell/" "tex/generic/pst-shell/" @@ -82413,12 +82659,12 @@ Nautilus, all with different parameters.") (define-public texlive-pst-sigsys (package (name "texlive-pst-sigsys") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-sigsys/" "tex/generic/pst-sigsys/" "tex/latex/pst-sigsys/")))) @@ -82443,12 +82689,12 @@ of nodes, and connecting a list of nodes using any node-connecting macro.") (define-public texlive-pst-slpe (package (name "texlive-pst-slpe") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-slpe/" "dvips/pst-slpe/" "source/generic/pst-slpe/" "tex/generic/pst-slpe/" @@ -82479,12 +82725,12 @@ a three-dimensional appearance. (define-public texlive-pst-solarsystem (package (name "texlive-pst-solarsystem") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-solarsystem/" "dvips/pst-solarsystem/" "tex/generic/pst-solarsystem/" @@ -82509,12 +82755,12 @@ correct size.") (define-public texlive-pst-solides3d (package (name "texlive-pst-solides3d") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-solides3d/" "dvips/pst-solides3d/" "tex/generic/pst-solides3d/" @@ -82546,12 +82792,12 @@ large palette of colors; (define-public texlive-pst-soroban (package (name "texlive-pst-soroban") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-soroban/" "source/generic/pst-soroban/" "tex/latex/pst-soroban/")))) @@ -82571,12 +82817,12 @@ soroban is still used in Japan today.") (define-public texlive-pst-spectra (package (name "texlive-pst-spectra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-spectra/" "dvips/pst-spectra/" "tex/generic/pst-spectra/" @@ -82598,12 +82844,12 @@ allows you to draw continuum, emission and absorption spectra. A Total of 16 (define-public texlive-pst-spinner (package (name "texlive-pst-spinner") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-spinner/" "dvips/pst-spinner/" "tex/generic/pst-spinner/" @@ -82625,12 +82871,12 @@ popular model: the triple fidget spinner.") (define-public texlive-pst-stru (package (name "texlive-pst-stru") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-stru/" "tex/generic/pst-stru/" "tex/latex/pst-stru/")))) @@ -82650,12 +82896,12 @@ schemes in civil engineering analysis, for beams, portals, arches and piles.") (define-public texlive-pst-support (package (name "texlive-pst-support") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-support/")))) (file-name (git-file-name name version)) (sha256 @@ -82673,12 +82919,12 @@ process scripts for use with TeXnicCenter.") (define-public texlive-pst-text (package (name "texlive-pst-text") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-text/" "dvips/pst-text/" "tex/generic/pst-text/" @@ -82699,12 +82945,12 @@ of the old package @code{pst-char}.") (define-public texlive-pst-thick (package (name "texlive-pst-thick") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-thick/" "source/generic/pst-thick/" "tex/generic/pst-thick/" @@ -82725,12 +82971,12 @@ with various fillings for the body of the lines.") (define-public texlive-pst-tools (package (name "texlive-pst-tools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-tools/" "dvips/pst-tools/" "tex/generic/pst-tools/" "tex/latex/pst-tools/")))) @@ -82750,12 +82996,12 @@ packages.") (define-public texlive-pst-tree (package (name "texlive-pst-tree") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-tree/" "tex/generic/pst-tree/" "tex/latex/pst-tree/")))) @@ -82775,12 +83021,12 @@ joining nodes created using @code{pst-node} in order to draw trees.") (define-public texlive-pst-turtle (package (name "texlive-pst-turtle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-turtle/" "dvips/pst-turtle/" "tex/generic/pst-turtle/" @@ -82800,19 +83046,19 @@ joining nodes created using @code{pst-node} in order to draw trees.") (define-public texlive-pst-tvz (package (name "texlive-pst-tvz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-tvz/" - "source/generic/pst-tvz/" - "tex/generic/pst-tvz/" "tex/latex/pst-tvz/")))) + "tex/generic/pst-tvz/" + "tex/latex/pst-tvz/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1xpzvfgngv5r5cdnvip87wr1i0pmrc6ibwi5gzmibfzl64w7vkqr")))) + "01i2p0vm2w1j016dqdxi7ck2h8h8pc72xk28gb5c22llpj9l70w2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-tvz") @@ -82826,12 +83072,12 @@ algorithm.") (define-public texlive-pst-uml (package (name "texlive-pst-uml") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-uml/" "source/generic/pst-uml/" "tex/latex/pst-uml/")))) @@ -82853,19 +83099,19 @@ is written in French.)") (define-public texlive-pst-vectorian (package (name "texlive-pst-vectorian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pst-vectorian/" "dvips/pst-vectorian/" "tex/latex/pst-vectorian/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0knvzl4gqz79jzvb4w7a9ka1iiz5f3pjivnwvwmd1kmibykqwb67")))) + "08vxxbpzwjc4r430d5pm3aji0psm451dn358k2np090rr1b8lgmi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-vectorian") @@ -82878,12 +83124,12 @@ ornaments is provided).") (define-public texlive-pst-vehicle (package (name "texlive-pst-vehicle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-vehicle/" "tex/generic/pst-vehicle/" "tex/latex/pst-vehicle/")))) @@ -82904,12 +83150,12 @@ the curve is to be defined by its equation in algebraic notation.") (define-public texlive-pst-venn (package (name "texlive-pst-venn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pst-venn/" "tex/latex/pst-venn/")))) (file-name (git-file-name name version)) @@ -82928,12 +83174,12 @@ circles.") (define-public texlive-pst-vowel (package (name "texlive-pst-vowel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pst-vowel/" "tex/latex/pst-vowel/")))) (file-name (git-file-name name version)) @@ -82953,12 +83199,12 @@ relationships such as diphthong membership.") (define-public texlive-pst2pdf (package (name "texlive-pst2pdf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/pst2pdf/" "scripts/pst2pdf/")))) (file-name (git-file-name name version)) (sha256 @@ -82983,12 +83229,12 @@ with @code{\\includegraphics} to include the processed snippets.") (define-public texlive-pstricks-add (package (name "texlive-pstricks-add") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/pstricks-add/" "dvips/pstricks-add/" "tex/generic/pstricks-add/" @@ -83014,12 +83260,12 @@ differential equations; box plots; matrix plots; and pie charts.") (define-public texlive-pstricks-calcnotes (package (name "texlive-pstricks-calcnotes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pstricks_calcnotes/")))) (file-name (git-file-name name version)) (sha256 @@ -83039,19 +83285,19 @@ equation. The results are illustrated in a fragment of lecture notes.") (define-public texlive-marginnote (package (name "texlive-marginnote") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/marginnote/" "source/latex/marginnote/" "tex/latex/marginnote/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1wsprc4gnxws3hs5sfpvcw6cdjs5mn5my5ff56hvk6mxd0m6rpwg")))) + "153l4rjl710gyilg5fyqrayr6p5j8cbjjz6b71mvsncasds7h8pz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/marginnote") @@ -83065,12 +83311,12 @@ frames made with the @code{framed} package.") (define-public texlive-tabu (package (name "texlive-tabu") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tabu/" "source/latex/tabu/" "tex/latex/tabu/")))) (file-name (git-file-name name version)) @@ -83091,12 +83337,12 @@ facilities of @code{tabu} in a modified @code{longtable} environment.") (define-public texlive-uml (package (name "texlive-uml") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uml/" "source/latex/uml/" "tex/latex/uml/")))) (file-name (git-file-name name version)) @@ -83117,12 +83363,12 @@ cannot be used together with @code{pst-uml}.") (define-public texlive-vaucanson-g (package (name "texlive-vaucanson-g") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/vaucanson-g/" "tex/generic/vaucanson-g/")))) (file-name (git-file-name name version)) @@ -83142,12 +83388,12 @@ PSTricks.") (define-public texlive-vocaltract (package (name "texlive-vocaltract") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/vocaltract/" "tex/latex/vocaltract/")))) (file-name (git-file-name name version)) @@ -83171,13 +83417,13 @@ produced using PSTricks.") (define-public texlive-xkeymask (package (name "texlive-xkeymask") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xkeymask/" "tex/latex/xkeymask/")))) (file-name (git-file-name name version)) @@ -83198,18 +83444,18 @@ be queried or cleared at some later point.") (define-public texlive-xkeyval (package (name "texlive-xkeyval") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xkeyval/" "source/latex/xkeyval/" "tex/generic/xkeyval/" "tex/latex/xkeyval/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0nclsazny3hnzsi2vcixh2g1gsj5lvwxls1v569rms8ykgd9v7z8")))) + "0k4mi78qh22zpkrxrinrwfpz125799f7la94792q90aldpycfp7z")))) (outputs '("out" "doc")) (properties '((updater-extra-native-inputs "texlive-local-tree"))) (build-system texlive-build-system) @@ -83255,12 +83501,12 @@ keys.") (define-public texlive-scikgtex (package (name "texlive-scikgtex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/scikgtex/" "tex/lualatex/scikgtex/")))) (file-name (git-file-name name version)) @@ -83284,12 +83530,12 @@ up by search engines and knowledge graphs.") (define-public texlive-selnolig (package (name "texlive-selnolig") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/selnolig/" "tex/lualatex/selnolig/")))) (file-name (git-file-name name version)) @@ -83309,12 +83555,12 @@ inappropriate because they span morpheme boundaries.") (define-public texlive-showhyphenation (package (name "texlive-showhyphenation") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/showhyphenation/" "tex/lualatex/showhyphenation/")))) (file-name (git-file-name name version)) @@ -83336,12 +83582,12 @@ in front of the glyphs. The package requires LuaLaTeX.") (define-public texlive-showkerning (package (name "texlive-showkerning") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/showkerning/" "tex/lualatex/showkerning/")))) (file-name (git-file-name name version)) @@ -83363,12 +83609,12 @@ behind or in front of the glyphs. The package requires LuaLaTeX.") (define-public texlive-spacekern (package (name "texlive-spacekern") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/spacekern/" "tex/lualatex/spacekern/")))) (file-name (git-file-name name version)) @@ -83388,13 +83634,13 @@ are correctly applied. Additionally, interword kerning can be applied.") (define-public texlive-spelatex (package (name "texlive-spelatex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/spelatex/" "source/latex/spelatex/" "tex/latex/spelatex/")))) @@ -83421,12 +83667,12 @@ your language. So far, it provides the languages English and Dutch.") (define-public texlive-spelling (package (name "texlive-spelling") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/spelling/" "scripts/spelling/" "tex/luatex/spelling/")))) (file-name (git-file-name name version)) @@ -83448,12 +83694,12 @@ package should work with most spell-checkers, even dumb, TeX-unaware ones.") (define-public texlive-standalone (package (name "texlive-standalone") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/standalone/" "source/latex/standalone/" "tex/latex/standalone/")))) @@ -83486,20 +83732,20 @@ without margins.") (define-public texlive-standardsectioning (package (name "texlive-standardsectioning") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/standardsectioning/" "source/latex/standardsectioning/" "tex/latex/standardsectioning/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0z4cn61332gx6ddf5m06wnrpnbzilisr2x7bf5jvkzrp165s7wqx")))) + (base32 "1qzflk5ga0p8jk7zfyigkhz70lj95lcpj67825l8zlp3ai3x71f4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/standardsectioning") @@ -83514,12 +83760,12 @@ these commands.") (define-public texlive-stricttex (package (name "texlive-stricttex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/stricttex/" "tex/lualatex/stricttex/")))) (file-name (git-file-name name version)) @@ -83540,18 +83786,18 @@ allows you to use numbers and primes in command names.") (define-public texlive-siunitx (package (name "texlive-siunitx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/siunitx/" "source/latex/siunitx/" "tex/latex/siunitx/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0m3dvpafsix94r29lizff9dr1pd0g9cpl21xqpn45v7ddanxqnlc")))) + "0pp2vblkcwn0w8sigzhw4y31h11mds69c44ha3zg80fc0xdzd56j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/siunitx") @@ -83574,12 +83820,12 @@ package to handle all of the possible unit-related needs of LaTeX users.") (define-public texlive-booktabs (package (name "texlive-booktabs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/booktabs/" "source/latex/booktabs/" "tex/latex/booktabs/")))) (file-name (git-file-name name version)) @@ -83600,12 +83846,12 @@ to what constitutes a good table in this context. The package offers (define-public texlive-csquotes (package (name "texlive-csquotes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/csquotes/" "tex/latex/csquotes/")))) (file-name (git-file-name name version)) (sha256 @@ -83632,12 +83878,12 @@ well as the optional active quotes are freely configurable.") (define-public texlive-csquotes-de (package (name "texlive-csquotes-de") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/csquotes-de/")))) (file-name (git-file-name name version)) (sha256 @@ -83654,12 +83900,12 @@ well as the optional active quotes are freely configurable.") (define-public texlive-dhua (package (name "texlive-dhua") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dhua/" "source/latex/dhua/" "tex/latex/dhua/")))) (file-name (git-file-name name version)) @@ -83678,19 +83924,19 @@ for which the use of thin space is recommended.") (define-public texlive-dtk-bibliography (package (name "texlive-dtk-bibliography") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/dtk-bibliography/" "doc/bibtex/dtk-bibliography/" "tex/latex/dtk-bibliography/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0fmp12a96z394a9986ki329pzqnrs1sywlkmv90nzdv26mldqx0g")))) + "01j9vfypiwsnbr8b5ajv8n11cbd53rn8bvzg7lp6g0jymz4b3f9v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dtk-bibliography") @@ -83703,12 +83949,12 @@ the journal of the German-speaking TeX User Group.") (define-public texlive-etdipa (package (name "texlive-etdipa") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/etdipa/")))) (file-name (git-file-name name version)) (sha256 @@ -83728,12 +83974,12 @@ Arbeiten}, which are scientific projects of students at a secondary school.") (define-public texlive-etoolbox-de (package (name "texlive-etoolbox-de") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/etoolbox-de/")))) (file-name (git-file-name name version)) (sha256 @@ -83750,12 +83996,12 @@ Arbeiten}, which are scientific projects of students at a secondary school.") (define-public texlive-fifinddo-info (package (name "texlive-fifinddo-info") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fifinddo-info/" "source/latex/fifinddo-info/")))) (file-name (git-file-name name version)) @@ -83775,12 +84021,12 @@ generation based on the @code{fifinddo} package.") (define-public texlive-german (package (name "texlive-german") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/german/" "source/generic/german/" "tex/generic/german/")))) @@ -83800,12 +84046,12 @@ Rechtschreibung).") (define-public texlive-germbib (package (name "texlive-germbib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/germbib/" "doc/bibtex/germbib/" "tex/latex/germbib/")))) (file-name (git-file-name name version)) @@ -83827,12 +84073,12 @@ writing documents with bibliographies. The author has since developed the (define-public texlive-germkorr (package (name "texlive-germkorr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/germkorr/" "tex/latex/germkorr/")))) (file-name (git-file-name name version)) (sha256 @@ -83850,12 +84096,12 @@ quotes even when that letter wears a standard accent") (define-public texlive-hausarbeit-jura (package (name "texlive-hausarbeit-jura") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hausarbeit-jura/" "source/latex/hausarbeit-jura/" "tex/latex/hausarbeit-jura/")))) @@ -83878,12 +84124,12 @@ get a correct and nicely formatted paper.") (define-public texlive-logreq (package (name "texlive-logreq") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/logreq/" "tex/latex/logreq/")))) (file-name (git-file-name name version)) (sha256 @@ -83909,19 +84155,19 @@ and write them to an external XML file at the end of the document.") (define-public texlive-biblatex (package (name "texlive-biblatex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/biblatex/biblatex/" "bibtex/bst/biblatex/" "doc/latex/biblatex/" "tex/latex/biblatex/")))) (file-name (git-file-name name version)) (sha256 (base32 - "12v01dzb9ix956dm0jakkylr6zxhns1fjk4gini209m7dda7nhkb")))) + "050lx2ghjgyvhljrhgganjlydl3jv4zvf55sjcfaqmr49hfrswib")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -83947,18 +84193,18 @@ section.") (define-public texlive-biblatex-apa (package (name "texlive-biblatex-apa") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biblatex-apa/" "tex/latex/biblatex-apa/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1q0agi722ap1ai9w6yw1q9fvwx1wgxldrq9l626fw55q5wxwl2dx")))) + "1y5bvly60aav5vvrqa2wv11fvqrnpr8gccm2n78plffn7fdx159q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-apa") @@ -83973,12 +84219,12 @@ citations and references.") (define-public texlive-truthtable (package (name "texlive-truthtable") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/truthtable/" "tex/lualatex/truthtable/")))) (file-name (git-file-name name version)) @@ -83999,12 +84245,12 @@ combined as needed.") (define-public texlive-todonotes (package (name "texlive-todonotes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/todonotes/" "source/latex/todonotes/" "tex/latex/todonotes/")))) @@ -84027,12 +84273,12 @@ enable customization and finetuning of the visual appearance.") (define-public texlive-tsvtemplate (package (name "texlive-tsvtemplate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/tsvtemplate/" "tex/luatex/tsvtemplate/")))) (file-name (git-file-name name version)) @@ -84052,12 +84298,12 @@ values separated by any character.") (define-public texlive-typewriter (package (name "texlive-typewriter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/typewriter/" "tex/lualatex/typewriter/")))) (file-name (git-file-name name version)) @@ -84077,12 +84323,12 @@ random variability in grey level and angle of each character.") (define-public texlive-uninormalize (package (name "texlive-uninormalize") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/uninormalize/" "tex/lualatex/uninormalize/")))) (file-name (git-file-name name version)) @@ -84101,12 +84347,12 @@ characters) for LuaLaTeX.") (define-public texlive-units (package (name "texlive-units") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/units/" "source/latex/units/" "tex/latex/units/")))) (file-name (git-file-name name version)) @@ -84126,19 +84372,19 @@ bundle.") (define-public texlive-microtype (package (name "texlive-microtype") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/microtype/" "source/latex/microtype/" "tex/latex/microtype/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1fkyxzr6wmipgkk5ni2kwx2r4f7d5k99niifsj1plkll03lnd9zi")))) + "11ggr1va2zsri23qnd119hrb28ng7i8rka1lj03zwxnia8mn29c2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-etoolbox)) @@ -84160,12 +84406,12 @@ bundle.") (define-public texlive-microtype-de (package (name "texlive-microtype-de") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/microtype-de/")))) (file-name (git-file-name name version)) (sha256 @@ -84183,12 +84429,12 @@ of @code{microtype}.") (define-public texlive-minitoc (package (name "texlive-minitoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/minitoc/" "tex/latex/minitoc/")))) (file-name (git-file-name name version)) @@ -84212,12 +84458,12 @@ configuration of its own fixed names, using @file{.mld} files.") (define-public texlive-minted (package (name "texlive-minted") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/minted/" "doc/man/man1/latexminted.1" "doc/man/man1/latexminted.man1.pdf" @@ -84227,7 +84473,7 @@ configuration of its own fixed names, using @file{.mld} files.") (file-name (git-file-name name version)) (sha256 (base32 - "1yxiy8jhrbjj0ixl5rm5s35sdx3y6qq98x704w761rsnva282q8c")) + "05xajbaggq69l2b6qimrjlxb0jpb15s14brm74craz493xalysxi")) (modules '((guix build utils))) (snippet ;; Remove scripts/ directory containing Python scripts and @@ -84235,6 +84481,7 @@ configuration of its own fixed names, using @file{.mld} files.") #~(delete-file-recursively "scripts")))) (outputs '("out" "doc")) (build-system texlive-build-system) + (properties '((updater-extra-inputs "python-latexminted"))) (arguments (list #:phases @@ -84244,9 +84491,9 @@ configuration of its own fixed names, using @file{.mld} files.") (substitute* "source/latex/minted/minted.dtx" (("detokenize\\{latexminted\\}") (string-append - "detokenize{" - (search-input-file inputs "/bin/latexminted") - "}")))))))) + "detokenize{" + (search-input-file inputs "/bin/latexminted") + "}")))))))) (inputs (list python python-latexminted)) (propagated-inputs (list texlive-catchfile @@ -84271,12 +84518,12 @@ customize the highlighted source code output using @code{fancyvrb}.") (define-public texlive-caption (package (name "texlive-caption") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/caption/" "source/latex/caption/" "tex/latex/caption/")))) (file-name (git-file-name name version)) @@ -84300,12 +84547,12 @@ that simpler packages like capt-of do.") (define-public texlive-symbol (package (name "texlive-symbol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "dvips/symbol/" "fonts/afm/adobe/symbol/" "fonts/afm/urw/symbol/" @@ -84330,12 +84577,12 @@ Adobe's basic set.") (define-public texlive-mathpazo (package (name "texlive-mathpazo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mathpazo/" "fonts/afm/public/mathpazo/" "fonts/tfm/public/mathpazo/" @@ -84365,12 +84612,12 @@ sets. LaTeX macro support is provided in package @code{psnfss}.") (define-public texlive-mathspec (package (name "texlive-mathspec") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/mathspec/" "tex/xelatex/mathspec/")))) (file-name (git-file-name name version)) @@ -84389,12 +84636,12 @@ XeLaTeX with arbitrary text fonts using @code{fontspec} as a backend.") (define-public texlive-mathtools (package (name "texlive-mathtools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mathtools/" "source/latex/mathtools/" "tex/latex/mathtools/")))) @@ -84430,18 +84677,18 @@ environments; (define-public texlive-memoir (package (name "texlive-memoir") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/memoir/" "makeindex/memoir/" "source/latex/memoir/" "tex/latex/memoir/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1q2c7w8pmih2ayw0mhl1w2490ckm8qpb0y7bv67kkrbjjizlbbfn")))) + "0pdzjxysryq9ln2mq9lp2v8cm6rb5pmgcvbkg83bcd4hwc1w5mfc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/memoir") @@ -84458,13 +84705,13 @@ of the more popular packages, thus simplifying document sources.") (define-public texlive-memoize (package (name "texlive-memoize") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/memoize/" "doc/man/man1/memoize-clean.1" "doc/man/man1/memoize-clean.man1.pdf" @@ -84488,7 +84735,9 @@ of the more popular packages, thus simplifying document sources.") (sha256 (base32 "0db3fdi9dh6zva1ni7b7r19hkhf89fwmxr27n5mrwl82z52r3qwm")))) (outputs '("out" "doc")) - (properties '((updater-extra-native-inputs "texlive-easydtx"))) + (properties '((updater-extra-native-inputs "texlive-easydtx") + (updater-extra-inputs "python-wrapper") + (updater-ignored-inputs "python"))) (build-system texlive-build-system) (arguments (list @@ -84530,12 +84779,12 @@ cross-referencing, TikZ overlays and Beamer.") (define-public texlive-milog (package (name "texlive-milog") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/milog/" "tex/latex/milog/")))) (file-name (git-file-name name version)) (sha256 @@ -84558,12 +84807,12 @@ export of a suitable app.") (define-public texlive-fp (package (name "texlive-fp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fp/" "tex/latex/fp/" "tex/plain/fp/")))) (file-name (git-file-name name version)) @@ -84582,12 +84831,12 @@ for fixed point real numbers of high precision.") (define-public texlive-fpl (package (name "texlive-fpl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fpl/" "fonts/afm/public/fpl/" "fonts/type1/public/fpl/" "source/fonts/fpl/")))) (file-name (git-file-name name version)) @@ -84608,12 +84857,12 @@ the @code{psnfss} distribution.") (define-public texlive-arabxetex (package (name "texlive-arabxetex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/arabxetex/" "fonts/misc/xetex/fontmapping/arabxetex/" "source/xelatex/arabxetex/" @@ -84681,12 +84930,12 @@ supported.") (define-public texlive-arev (package (name "texlive-arev") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/arev/" "fonts/afm/public/arev/" "fonts/enc/dvips/arev/" @@ -84721,12 +84970,12 @@ packages.") (define-public texlive-awesomebox (package (name "texlive-awesomebox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/awesomebox/" "tex/latex/awesomebox/")))) (file-name (git-file-name name version)) @@ -84746,12 +84995,12 @@ is to use FontAwesome icons to ease the illustration of these blocks.") (define-public texlive-mathdesign (package (name "texlive-mathdesign") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/mathdesign/" "dvips/mathdesign/" "fonts/enc/dvips/mathdesign/" @@ -84797,12 +85046,12 @@ fonts (two of them created by the Greek Font Society).") (define-public texlive-bera (package (name "texlive-bera") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/bera/" "fonts/afm/public/bera/" "fonts/map/dvips/bera/" @@ -84828,12 +85077,12 @@ TeX, of the Bitstream Vera family.") (define-public texlive-fourier (package (name "texlive-fourier") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/fourier/" "fonts/afm/public/fourier/" "fonts/map/dvips/fourier/" @@ -84862,12 +85111,12 @@ Utopia is a registered trademark of Adobe Systems Incorporated") (define-public texlive-utopia (package (name "texlive-utopia") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/utopia/" "fonts/afm/adobe/utopia/" "fonts/tfm/adobe/utopia/" "fonts/type1/adobe/utopia/" @@ -84891,18 +85140,18 @@ provided by the @code{fourier} and the @code{mathdesign} font packages.") (define-public texlive-fontaxes (package (name "texlive-fontaxes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fontaxes/" "source/latex/fontaxes/" "tex/latex/fontaxes/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1d9ji2qvjf1ky8l6rfqbag2hw61r0hyjxkzsp18s4pckyq4dqwdm")))) + "1vbjrgj4k1sag77w7m8xpzynajy84sckmafkc8lwihs2v9p18w0w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fontaxes") @@ -84917,12 +85166,12 @@ fonts.") (define-public texlive-preprint (package (name "texlive-preprint") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/preprint/" "source/latex/preprint/" "tex/latex/preprint/")))) (file-name (git-file-name name version)) @@ -84944,12 +85193,12 @@ footnote style author/affiliation input in the @command{\\author} command, (define-public texlive-mweights (package (name "texlive-mweights") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mweights/" "tex/latex/mweights/")))) (file-name (git-file-name name version)) (sha256 @@ -84972,12 +85221,12 @@ difficulties.") (define-public texlive-cabin (package (name "texlive-cabin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cabin/" "fonts/enc/dvips/cabin/" "fonts/map/dvips/cabin/" @@ -85009,12 +85258,12 @@ as the default text font.") (define-public texlive-newtx (package (name "texlive-newtx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/newtx/" "fonts/afm/public/newtx/" "fonts/enc/dvips/newtx/" @@ -85046,12 +85295,12 @@ package that matches Libertine text quite well.") (define-public texlive-xcharter (package (name "texlive-xcharter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/xcharter/" "fonts/afm/public/xcharter/" "fonts/enc/dvips/xcharter/" @@ -85081,12 +85330,12 @@ Type 1 and OTF formats, with supporting files as necessary.") (define-public texlive-ly1 (package (name "texlive-ly1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ly1/" "fonts/enc/dvips/ly1/" "fonts/map/dvips/ly1/" @@ -85112,12 +85361,12 @@ Helvetica and Courier) in LaTeX using LY1 encoding.") (define-public texlive-section (package (name "texlive-section") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/section/" "tex/latex/section/")))) (file-name (git-file-name name version)) (sha256 @@ -85135,12 +85384,12 @@ the business of configuring LaTeX output.") (define-public texlive-sectsty (package (name "texlive-sectsty") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sectsty/" "source/latex/sectsty/" "tex/latex/sectsty/")))) (file-name (git-file-name name version)) @@ -85161,12 +85410,12 @@ include the addition of rules above or below a section title.") (define-public texlive-morefloats (package (name "texlive-morefloats") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/morefloats/" "source/latex/morefloats/" "tex/latex/morefloats/")))) @@ -85190,12 +85439,12 @@ floats merely delays the arrival of the inevitable error message.") (define-public texlive-ifmtarg (package (name "texlive-ifmtarg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ifmtarg/" "source/latex/ifmtarg/" "tex/latex/ifmtarg/")))) (file-name (git-file-name name version)) @@ -85217,12 +85466,12 @@ whether an argument is empty.") (define-public texlive-pagenote (package (name "texlive-pagenote") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pagenote/" "source/latex/pagenote/" "tex/latex/pagenote/")))) (file-name (git-file-name name version)) @@ -85241,12 +85490,12 @@ page (also known as end notes).") (define-public texlive-pagesel (package (name "texlive-pagesel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pagesel/" "source/latex/pagesel/" "tex/latex/pagesel/")))) (file-name (git-file-name name version)) @@ -85265,12 +85514,12 @@ pages for output. The package is part of the @code{oberdiek} bundle.") (define-public texlive-titling (package (name "texlive-titling") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/titling/" "source/latex/titling/" "tex/latex/titling/")))) (file-name (git-file-name name version)) @@ -85294,12 +85543,12 @@ a physical page.") (define-public texlive-ifoddpage (package (name "texlive-ifoddpage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ifoddpage/" "source/latex/ifoddpage/" "tex/latex/ifoddpage/")))) @@ -85325,18 +85574,18 @@ mode where all pages use the odd page layout.") (define-public texlive-stocksize (package (name "texlive-stocksize") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/stocksize/" "tex/latex/stocksize/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1kkxf6adql7h7ng8nhmlgcxfj3xy6rxck58v994xq8xjnbz20nyc")))) + (base32 "1cnm2r36m7ss1xfc4fnl6qyksmxhkqhwdkvfrxnfcmqf98yray5i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/stocksize") @@ -85352,12 +85601,12 @@ by resizing the paper (stock) size to the new page layout.") (define-public texlive-storebox (package (name "texlive-storebox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/storebox/" "source/latex/storebox/" "tex/latex/storebox/")))) (file-name (git-file-name name version)) @@ -85381,12 +85630,12 @@ store boxes behave the same as save boxes.") (define-public texlive-collectbox (package (name "texlive-collectbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/collectbox/" "source/latex/collectbox/" "tex/latex/collectbox/")))) @@ -85487,6 +85736,7 @@ LaTeX.") texlive-bib2gls texlive-bib2qr texlive-bibarts + texlive-bibbreeze texlive-bibcop texlive-biber texlive-biber-ms @@ -85577,6 +85827,7 @@ LaTeX.") texlive-citation-style-language texlive-citeall texlive-citeref + texlive-citeright texlive-collection-latex texlive-collref texlive-compactbib @@ -85732,8 +85983,10 @@ data(bases), notably including BibLaTeX.") texlive-ppmcheckpdf texlive-purifyeps texlive-pythontex + texlive-runtexfile texlive-runtexshebang texlive-seetexk + texlive-show-pdf-tags texlive-spix texlive-sqltex texlive-srcredact @@ -85762,6 +86015,8 @@ data(bases), notably including BibLaTeX.") texlive-typeoutfileinfo texlive-upmendex texlive-web + texlive-xdvipsk + texlive-xdvipsk-support texlive-xindex texlive-xindy texlive-xpdfopen)) @@ -85783,10 +86038,10 @@ programming, patgen, and plenty more.") (propagated-inputs (list texlive-collection-basic texlive-context + texlive-context-animation texlive-context-calendar-examples texlive-context-chat texlive-context-collating-marks - texlive-context-companion-fonts texlive-context-cyrillicnumbers texlive-context-filter texlive-context-gnuplot @@ -85799,7 +86054,6 @@ programming, patgen, and plenty more.") texlive-context-simpleslides texlive-context-squares texlive-context-sudoku - texlive-context-texlive texlive-context-transliterator texlive-context-typescripts texlive-context-vim @@ -86335,6 +86589,7 @@ HiTeX engine and related.") texlive-crosswrd texlive-customdice texlive-egameps + texlive-eigo texlive-gamebook texlive-gamebooklib texlive-go @@ -86349,13 +86604,16 @@ HiTeX engine and related.") texlive-labyrinth texlive-logicpuzzle texlive-mahjong + texlive-mathador texlive-maze + texlive-multi-sudoku texlive-musikui texlive-nimsticks texlive-onedown texlive-othello texlive-othelloboard texlive-pas-crosswords + texlive-pgf-go texlive-playcards texlive-psgo texlive-quizztex @@ -86374,6 +86632,7 @@ HiTeX engine and related.") texlive-sudokubundle texlive-tangramtikz texlive-thematicpuzzle + texlive-tictactoe texlive-tikz-triminos texlive-trivialpursuit texlive-twoxtwogame @@ -86428,7 +86687,9 @@ including chess.") texlive-lexref texlive-ling-macros texlive-linguex + texlive-linguistix texlive-liturg + texlive-liturgy-cw texlive-metrix texlive-nnext texlive-opbible @@ -86478,10 +86739,12 @@ humanities, etc.") texlive-arabic-book texlive-arabluatex texlive-arabtex + texlive-awami texlive-bidi texlive-bidihl texlive-collection-basic texlive-dad + texlive-fariscovernew texlive-ghab texlive-hvarabic texlive-hyphen-complete @@ -86491,6 +86754,7 @@ humanities, etc.") texlive-kurdishlipsum texlive-lshort-persian texlive-luabidi + texlive-mohe-book texlive-na-box texlive-parsimatn texlive-parsinevis @@ -86534,6 +86798,8 @@ humanities, etc.") texlive-install-latex-guide-zh-cn texlive-latex-notes-zh-cn texlive-lshort-chinese + texlive-luatex-cn + texlive-lxgw-fonts texlive-nanicolle texlive-njurepo texlive-pgfornament-han @@ -86908,6 +87174,7 @@ simply on the size of the support.") texlive-etdipa texlive-etoolbox-de texlive-fifinddo-info + texlive-fragoli texlive-german texlive-germbib texlive-germkorr @@ -87061,6 +87328,7 @@ simply on the size of the support.") texlive-kanbun texlive-lshort-japanese texlive-luatexja + texlive-luwa-ul texlive-mendex-doc texlive-morisawa texlive-outoruby @@ -87178,6 +87446,7 @@ from @code{collection-langcjk}.") texlive-sanskrit-t1 texlive-thaienum texlive-thaispec + texlive-tuzuk texlive-unicode-alphabets texlive-velthuis texlive-vntex @@ -87383,6 +87652,7 @@ used and strongly recommended in practice.") texlive-adrconv texlive-advdate texlive-affilauthor + texlive-afperpack texlive-akktex texlive-akletter texlive-alchemist @@ -87432,7 +87702,10 @@ used and strongly recommended in practice.") texlive-bashful texlive-basicarith texlive-bchart + texlive-beamer-reveal texlive-beamer-rl + texlive-beamer-theme-albi + texlive-beamer-varbox texlive-beamer2thesis texlive-beamerappendixnote texlive-beameraudience @@ -87442,8 +87715,12 @@ used and strongly recommended in practice.") texlive-beamerposter texlive-beamersubframe texlive-beamertheme-arguelles + texlive-beamertheme-bilkent-econ + texlive-beamertheme-cleaneasy + texlive-beamertheme-csh texlive-beamertheme-cuerna texlive-beamertheme-detlevcm + texlive-beamertheme-durham texlive-beamertheme-epyt texlive-beamertheme-focus texlive-beamertheme-gotham @@ -87457,6 +87734,7 @@ used and strongly recommended in practice.") texlive-beamertheme-saintpetersburg texlive-beamertheme-simpledarkblue texlive-beamertheme-simpleplus + texlive-beamertheme-spectrum texlive-beamertheme-tcolorbox texlive-beamertheme-trigon texlive-beamertheme-upenn-bc @@ -87564,6 +87842,7 @@ used and strongly recommended in practice.") texlive-circ texlive-circledsteps texlive-circledtext + texlive-cistercian texlive-classics texlive-classpack texlive-clefval @@ -87795,6 +88074,9 @@ used and strongly recommended in practice.") texlive-egplot texlive-ehhline texlive-einfart + texlive-elegantbook + texlive-elegantnote + texlive-elegantpaper texlive-elements texlive-ellipsis texlive-elmath @@ -87820,7 +88102,9 @@ used and strongly recommended in practice.") texlive-enumext texlive-enumitem texlive-enumitem-zref + texlive-enumsub texlive-envbig + texlive-envelope-letter texlive-enverb texlive-environ texlive-envlab @@ -87842,6 +88126,7 @@ used and strongly recommended in practice.") texlive-esindex texlive-esint texlive-esint-type1 + texlive-essaykit texlive-etaremune texlive-etextools texlive-etl @@ -87898,6 +88183,7 @@ used and strongly recommended in practice.") texlive-fgruler texlive-fifo-stack texlive-figsize + texlive-figureversions texlive-filecontents texlive-filecontentsdef texlive-filedate @@ -87913,6 +88199,7 @@ used and strongly recommended in practice.") texlive-fixfoot texlive-fixme texlive-fixmetodonotes + texlive-fixtounicode texlive-fjodor texlive-flabels texlive-flacards @@ -87970,6 +88257,7 @@ used and strongly recommended in practice.") texlive-fundus-calligra texlive-fundus-cyr texlive-fundus-sueterlin + texlive-futharksymb texlive-fvextra texlive-fwlw texlive-g-brief @@ -88012,6 +88300,7 @@ used and strongly recommended in practice.") texlive-glossaries-serbian texlive-glossaries-slovene texlive-glossaries-spanish + texlive-glossaries-ukrainian texlive-gmdoc texlive-gmdoc-enhance texlive-gmiflink @@ -88122,7 +88411,7 @@ used and strongly recommended in practice.") texlive-isonums texlive-isopt texlive-isorot - texlive-isosafety + texlive-isosigns texlive-isotope texlive-issuulinks texlive-iwonamath @@ -88152,6 +88441,7 @@ used and strongly recommended in practice.") texlive-komacv texlive-komacv-rg texlive-korigamik + texlive-ktbox texlive-ktv-texdata texlive-l3build texlive-labbook @@ -88163,6 +88453,7 @@ used and strongly recommended in practice.") texlive-lastpackage texlive-lastpage texlive-latex-context-ppchtex + texlive-latex-tagging-status texlive-latex-uni8 texlive-latex2pydata texlive-latexcolors @@ -88176,12 +88467,14 @@ used and strongly recommended in practice.") texlive-leading texlive-leaflet texlive-lebhart + texlive-lecturenotes texlive-lectures texlive-lectureslides texlive-leftidx texlive-leftindex texlive-leipzig texlive-lengthconvert + texlive-leporello texlive-lettre texlive-lettrine texlive-lewis @@ -88209,6 +88502,7 @@ used and strongly recommended in practice.") texlive-longfbox texlive-longfigure texlive-longnamefilelist + texlive-longtwocolumn texlive-loops texlive-lsc texlive-lscapeenhanced @@ -88242,6 +88536,7 @@ used and strongly recommended in practice.") texlive-makecookbook texlive-makedtx texlive-makeglos + texlive-makegobbler texlive-makelabels texlive-makerobust texlive-mandi @@ -88270,11 +88565,13 @@ used and strongly recommended in practice.") texlive-medstarbeamer texlive-meetingmins texlive-memexsupp + texlive-memoize-ext texlive-memory texlive-mensa-tex texlive-menu texlive-menucard texlive-menukeys + texlive-metacapture texlive-metalogox texlive-metanorma texlive-metastr @@ -88284,6 +88581,7 @@ used and strongly recommended in practice.") texlive-mftinc texlive-mi-solns texlive-midpage + texlive-milestonetimeline texlive-mindflow texlive-minibox texlive-minidocument @@ -88293,6 +88591,7 @@ used and strongly recommended in practice.") texlive-minitoc texlive-minorrevision texlive-minted + texlive-minted-code texlive-minutes texlive-mla-paper texlive-mleftright @@ -88301,6 +88600,7 @@ used and strongly recommended in practice.") texlive-mnotes texlive-moderncv texlive-modernposter + texlive-modernruler texlive-moderntimeline texlive-modref texlive-modroman @@ -88332,6 +88632,7 @@ used and strongly recommended in practice.") texlive-multiexpand texlive-multifootnote texlive-multilang + texlive-multinotes texlive-multiple-choice texlive-multirow texlive-multitoc @@ -88381,6 +88682,7 @@ used and strongly recommended in practice.") texlive-notespages texlive-notestex texlive-notoccite + texlive-novabeamer-theme texlive-nowidow texlive-nox texlive-ntheorem @@ -88394,6 +88696,7 @@ used and strongly recommended in practice.") texlive-ocr-latex texlive-octavo texlive-oldstyle + texlive-onepgnote texlive-onlyamsmath texlive-opcit texlive-opencolor @@ -88418,6 +88721,7 @@ used and strongly recommended in practice.") texlive-pagerange texlive-pageslts texlive-palette + texlive-panda texlive-pangram texlive-paper texlive-papercdcase @@ -88426,6 +88730,7 @@ used and strongly recommended in practice.") texlive-paracol texlive-parades texlive-paralist + texlive-paramcalc texlive-paresse texlive-parnotes texlive-parsa @@ -88482,6 +88787,7 @@ used and strongly recommended in practice.") texlive-photobook texlive-picture texlive-piff + texlive-pkginfograb texlive-pkgloader texlive-placeins texlive-plantslabels @@ -88535,6 +88841,7 @@ used and strongly recommended in practice.") texlive-quotchap texlive-quoting texlive-quotmark + texlive-rainbowbrackets texlive-ran-toks texlive-randexam texlive-randintlist @@ -88545,6 +88852,7 @@ used and strongly recommended in practice.") texlive-readablecv texlive-readarray texlive-realboxes + texlive-realscripts texlive-recipe texlive-recipebook texlive-recipecard @@ -88610,6 +88918,7 @@ used and strongly recommended in practice.") texlive-sdrt texlive-secdot texlive-secnum + texlive-secretx texlive-sectionbox texlive-sectionbreak texlive-sectsty @@ -88661,6 +88970,7 @@ used and strongly recommended in practice.") texlive-skills texlive-skrapport texlive-slantsc + texlive-slixte texlive-smalltableof texlive-smart-eqn texlive-smartref @@ -88718,6 +89028,7 @@ used and strongly recommended in practice.") texlive-svn-prov texlive-svninfo texlive-swfigure + texlive-switch texlive-swungdash texlive-syntax texlive-synthslant @@ -88728,12 +89039,14 @@ used and strongly recommended in practice.") texlive-tableaux texlive-tablefootnote texlive-tableof + texlive-tablericons texlive-tablists texlive-tabls texlive-tablvar texlive-tabstackengine texlive-tabto-ltx texlive-tabu + texlive-tabular2 texlive-tabularborder texlive-tabularcalc texlive-tabularew @@ -88755,6 +89068,7 @@ used and strongly recommended in practice.") texlive-telprint texlive-templatetools texlive-termcal + texlive-terminalcode texlive-termlist texlive-termsim texlive-testhyphens @@ -88799,12 +89113,15 @@ used and strongly recommended in practice.") texlive-todonotes texlive-tokcycle texlive-tokenizer + texlive-tokglobalstack + texlive-tokgroupmark texlive-toolbox texlive-topfloat texlive-topiclongtable texlive-totalcount texlive-totcount texlive-totpages + texlive-traffic-light-protocol texlive-tramlines texlive-translations texlive-transparent @@ -88829,6 +89146,7 @@ used and strongly recommended in practice.") texlive-uassign texlive-ucs texlive-uebungsblatt + texlive-ullrcorners texlive-umoline texlive-underlin texlive-underoverlap @@ -88873,6 +89191,7 @@ used and strongly recommended in practice.") texlive-volumes texlive-vpe texlive-vruler + texlive-vscodeicons texlive-vtable texlive-vwcol texlive-wallcalendar @@ -88916,18 +89235,24 @@ used and strongly recommended in practice.") texlive-xkcdcolors texlive-xkeymask texlive-xltabular + texlive-xmeaning texlive-xmpincl texlive-xnewcommand texlive-xoptarg texlive-xpatch texlive-xpeek + texlive-xpeekahead texlive-xprintlen texlive-xpunctuate texlive-xreview texlive-xsavebox texlive-xsim + texlive-xsipa + texlive-xstacks + texlive-xstix2 texlive-xstring texlive-xtab + texlive-xtufte texlive-xurl texlive-xwatermark texlive-xytree @@ -88998,6 +89323,8 @@ LaTeX.") texlive-latexbug texlive-lineno texlive-listings + texlive-ltx-talk + texlive-lua-unicode-math texlive-lwarp texlive-mathspec texlive-mathtools @@ -89055,6 +89382,7 @@ LaTeX which have widespread use.") texlive-barracuda texlive-bezierplot texlive-blopentype + texlive-char2path texlive-checkcites texlive-chickenize texlive-chinese-jfm @@ -89067,11 +89395,16 @@ LaTeX which have widespread use.") texlive-emoji texlive-emojicite texlive-enigma + texlive-fancymag + texlive-farbe texlive-gitinfo-lua texlive-ideavault texlive-innerscript texlive-interpreter texlive-kanaparser + texlive-kkluaverb + texlive-kkran + texlive-kksymbols texlive-ligtype texlive-linebreaker texlive-longmath @@ -89082,7 +89415,6 @@ LaTeX which have widespread use.") texlive-lua-typo texlive-lua-uca texlive-lua-ul - texlive-lua-uni-algos texlive-lua-visual-debug texlive-lua-widow-control texlive-luaaddplot @@ -89098,10 +89430,12 @@ LaTeX which have widespread use.") texlive-luaindex texlive-luainputenc texlive-luakeys + texlive-luakeyval texlive-lualatex-math texlive-lualatex-truncate texlive-lualibs texlive-lualinalg + texlive-lualineno texlive-luamathalign texlive-luamaths texlive-luamml @@ -89116,6 +89450,7 @@ LaTeX which have widespread use.") texlive-luarandom texlive-luaset texlive-luatbls + texlive-luatex-type-definitions texlive-luatex85 texlive-luatexbase texlive-luatexko @@ -89135,6 +89470,7 @@ LaTeX which have widespread use.") texlive-nodetree texlive-odsfile texlive-optex + texlive-parstat texlive-pdfarticle texlive-pdfextra texlive-penlight @@ -89144,6 +89480,7 @@ LaTeX which have widespread use.") texlive-plantuml texlive-pyluatex texlive-scikgtex + texlive-seatingchart texlive-selnolig texlive-semesterplannerlua texlive-showhyphenation @@ -89192,6 +89529,7 @@ itself, and plain formats, are in @code{collection-basic}.") texlive-amstex texlive-annotate-equations texlive-apxproof + texlive-aspen texlive-atableau texlive-autobreak texlive-axodraw2 @@ -89205,8 +89543,11 @@ itself, and plain formats, are in @code{collection-basic}.") texlive-boldtensors texlive-bosisio texlive-bpchem + texlive-bracealign texlive-bropd + texlive-broydensolve texlive-bussproofs + texlive-bussproofs-colorful texlive-bussproofs-extra texlive-bytefield texlive-calculation @@ -89284,9 +89625,11 @@ itself, and plain formats, are in @code{collection-basic}.") texlive-fixdif texlive-fixmath texlive-fnspe + texlive-fodot texlive-formal-grammar texlive-fouridx texlive-freealign + texlive-freemath texlive-functan texlive-galois texlive-gastex @@ -89304,9 +89647,11 @@ itself, and plain formats, are in @code{collection-basic}.") texlive-hepparticles texlive-hepthesis texlive-hepunits + texlive-hideproofs texlive-ibrackets texlive-includernw texlive-interval + texlive-intexgral texlive-ionumbers texlive-isomath texlive-isphysicalmath @@ -89320,11 +89665,14 @@ itself, and plain formats, are in @code{collection-basic}.") texlive-letterswitharrows texlive-lie-hasse texlive-linearregression + texlive-linkedthm texlive-logicproof + texlive-logictools texlive-longdivision texlive-lpform texlive-lplfitch texlive-lstbayes + texlive-lua-regression texlive-luanumint texlive-math-operator texlive-mathcommand @@ -89374,6 +89722,7 @@ itself, and plain formats, are in @code{collection-basic}.") texlive-physics texlive-physics-patch texlive-physics2 + texlive-physics3 texlive-physunits texlive-pinoutikz texlive-pm-isomath @@ -89388,8 +89737,12 @@ itself, and plain formats, are in @code{collection-basic}.") texlive-pseudocode texlive-pythonhighlight texlive-qsharp + texlive-quantikz + texlive-quantum-chemistry-bonn + texlive-quantumcubemodel texlive-quickreaction texlive-quiver + texlive-qworld texlive-rank-2-roots texlive-rbt-mathnotes texlive-rec-thy @@ -89405,6 +89758,7 @@ itself, and plain formats, are in @code{collection-basic}.") texlive-sciposter texlive-sclang-prettifier texlive-scratchx + texlive-seqcalc texlive-sesamanuel texlive-sfg texlive-shuffle @@ -89441,6 +89795,7 @@ itself, and plain formats, are in @code{collection-basic}.") texlive-temporal-logic texlive-tensind texlive-tensor + texlive-tensormatrix texlive-tex-ewd texlive-textgreek texlive-textopo @@ -89448,6 +89803,7 @@ itself, and plain formats, are in @code{collection-basic}.") texlive-thmbox texlive-thmtools texlive-tiscreen + texlive-tkz-interval texlive-turnstile texlive-ulqda texlive-unitsdef @@ -89458,6 +89814,7 @@ itself, and plain formats, are in @code{collection-basic}.") texlive-youngtab texlive-yquant texlive-ytableau + texlive-zeckendorf texlive-zx-calculus)) (home-page "https://www.tug.org/texlive/") (synopsis "Mathematics, natural sciences, computer science packages") @@ -89549,6 +89906,7 @@ with packages in @code{collection-basic}.") texlive-collection-latex texlive-ddphonism texlive-figbas + texlive-fretplot texlive-gchords texlive-gregoriotex texlive-gtrcrd @@ -89607,6 +89965,7 @@ with packages in @code{collection-basic}.") texlive-bodegraph texlive-bondgraph texlive-bondgraphs + texlive-bootstrapicons texlive-braids texlive-bxeepic texlive-byo-twemojis @@ -89655,6 +90014,7 @@ with packages in @code{collection-basic}.") texlive-fitbox texlive-flowchart texlive-forest + texlive-forest-ext texlive-genealogytree texlive-getmap texlive-gincltex @@ -89672,6 +90032,7 @@ with packages in @code{collection-basic}.") texlive-hvfloat texlive-istgame texlive-kblocks + texlive-keisennote texlive-kinematikz texlive-knitting texlive-knittingpattern @@ -89681,8 +90042,10 @@ with packages in @code{collection-basic}.") texlive-liftarm texlive-lpic texlive-lroundrect + texlive-lua-tikz3dtools texlive-luamesh texlive-luasseq + texlive-lucide-icons texlive-maker texlive-makeshape texlive-maritime @@ -89697,6 +90060,9 @@ with packages in @code{collection-basic}.") texlive-nl-interval texlive-nndraw texlive-numericplots + texlive-open-everyday-symbols + texlive-openmoji + texlive-optikz texlive-outilsgeomtikz texlive-papiergurvan texlive-pb-diagram @@ -89741,7 +90107,7 @@ with packages in @code{collection-basic}.") texlive-pxpic texlive-qcircuit texlive-qrcode - texlive-quantikz + texlive-qrcodetikz texlive-randbild texlive-randomwalk texlive-realhats @@ -89775,6 +90141,7 @@ with packages in @code{collection-basic}.") texlive-tikz-bbox texlive-tikz-bpmn texlive-tikz-cd + texlive-tikz-cookingsymbols texlive-tikz-decofonts texlive-tikz-dependency texlive-tikz-dimline @@ -89801,18 +90168,21 @@ with packages in @code{collection-basic}.") texlive-tikz-qtree texlive-tikz-relay texlive-tikz-sfc + texlive-tikz-shields texlive-tikz-swigs texlive-tikz-timing texlive-tikz-trackschematic texlive-tikz-truchet texlive-tikz2d-fr texlive-tikz3d-fr + texlive-tikzbrickfigurines texlive-tikzbricks texlive-tikzcalendarnotes texlive-tikzcodeblocks texlive-tikzdotncross texlive-tikzducks texlive-tikzfill + texlive-tikzfxgraph texlive-tikzinclude texlive-tikzlings texlive-tikzmark @@ -89856,6 +90226,7 @@ with packages in @code{collection-basic}.") texlive-utfsym texlive-vectorlogos texlive-venndiagram + texlive-vexillology texlive-visualpstricks texlive-wheelchart texlive-wordcloud @@ -89903,6 +90274,7 @@ PStricks are separate.") texlive-dowith texlive-eijkhout texlive-encxvlna + texlive-eoldef texlive-epigram texlive-epsf texlive-epsf-dvipdfmx @@ -89938,6 +90310,7 @@ PStricks are separate.") texlive-listofitems texlive-localloc texlive-mathdots + texlive-measurebox texlive-metatex texlive-midnight texlive-mkpattern @@ -89954,8 +90327,10 @@ PStricks are separate.") texlive-path texlive-pdf-trans texlive-pdfmsym + texlive-pdftoolbox texlive-pitex texlive-placeins-plain + texlive-plain-widow texlive-plainpkg texlive-plipsum texlive-plnfss @@ -89971,6 +90346,7 @@ PStricks are separate.") texlive-shade texlive-simplekv texlive-soul + texlive-stretchy texlive-swrule texlive-systeme texlive-tabto-generic @@ -89982,6 +90358,7 @@ PStricks are separate.") texlive-texdimens texlive-texinfo texlive-timetable + texlive-tokmap texlive-tracklang texlive-transparent-io texlive-treetex @@ -89990,6 +90367,7 @@ PStricks are separate.") texlive-ulem texlive-upca texlive-varisize + texlive-visualtoks texlive-xii texlive-xii-lat texlive-xintsession @@ -90053,11 +90431,13 @@ often LaTeX, and occasionally other formats.") texlive-pst-fill texlive-pst-fit texlive-pst-flags + texlive-pst-fourbarlinkage texlive-pst-fr3d texlive-pst-fractal texlive-pst-fun texlive-pst-func texlive-pst-gantt + texlive-pst-gears texlive-pst-geo texlive-pst-geometrictools texlive-pst-gr3d @@ -90067,6 +90447,7 @@ often LaTeX, and occasionally other formats.") texlive-pst-infixplot texlive-pst-intersect texlive-pst-jtree + texlive-pst-kepler texlive-pst-knot texlive-pst-labo texlive-pst-layout @@ -90075,10 +90456,12 @@ often LaTeX, and occasionally other formats.") texlive-pst-lsystem texlive-pst-magneticfield texlive-pst-marble + texlive-pst-massspring texlive-pst-math texlive-pst-mirror texlive-pst-moire texlive-pst-node + texlive-pst-nutation texlive-pst-ob3d texlive-pst-ode texlive-pst-optexp @@ -90104,6 +90487,7 @@ often LaTeX, and occasionally other formats.") texlive-pst-solides3d texlive-pst-soroban texlive-pst-spectra + texlive-pst-sphericaltrochoid texlive-pst-spinner texlive-pst-stru texlive-pst-support @@ -90143,10 +90527,12 @@ often LaTeX, and occasionally other formats.") texlive-abnt texlive-abntex2 texlive-abntexto + texlive-abntexto-uece texlive-acmart texlive-acmconf texlive-active-conf texlive-adfathesis + texlive-aeskwadraat texlive-afthesis texlive-aguplus texlive-aiaa @@ -90195,9 +90581,12 @@ often LaTeX, and occasionally other formats.") texlive-collection-latex texlive-confproc texlive-contract + texlive-cqjtuthesis texlive-cquthesis texlive-dccpaper + texlive-deutschesmuseum texlive-dithesis + texlive-dlrg-templates texlive-ebook texlive-ebsthesis texlive-ecothesis @@ -90218,6 +90607,7 @@ often LaTeX, and occasionally other formats.") texlive-fcavtex texlive-fcltxdoc texlive-fei + texlive-fhj-script texlive-ftc-notebook texlive-gaceta texlive-gammas @@ -90242,6 +90632,8 @@ often LaTeX, and occasionally other formats.") texlive-hobete texlive-hu-berlin-bundle texlive-hustthesis + texlive-hustvisual + texlive-iacrj texlive-iaria texlive-iaria-lite texlive-icsv @@ -90261,7 +90653,9 @@ often LaTeX, and occasionally other formats.") texlive-jourcl texlive-jourrr texlive-jpsj + texlive-jsonresume texlive-jwjournal + texlive-jyu-chem-thesis texlive-kdgdocs texlive-kdpcover texlive-kfupm-math-exam @@ -90276,6 +90670,7 @@ often LaTeX, and occasionally other formats.") texlive-llncsconf texlive-lni texlive-lps + texlive-maine-thesis texlive-matc3 texlive-matc3mem texlive-mcmthesis @@ -90285,6 +90680,7 @@ often LaTeX, and occasionally other formats.") texlive-mluexercise texlive-mnras texlive-modeles-factures-belges-assocs + texlive-modernnewspaper texlive-msu-thesis texlive-mucproc texlive-mugsthesis @@ -90313,8 +90709,11 @@ often LaTeX, and occasionally other formats.") texlive-onrannual texlive-opteng texlive-oststud + texlive-ou-tma texlive-oup-authoring-template + texlive-pats-resume texlive-philosophersimprint + texlive-phimisci texlive-pittetd texlive-pkuthss texlive-powerdot-fuberlin @@ -90330,11 +90729,13 @@ often LaTeX, and occasionally other formats.") texlive-regulatory texlive-resphilosophica texlive-resumecls + texlive-retosmatematicos texlive-revtex texlive-revtex4 texlive-revtex4-1 texlive-rub-kunstgeschichte texlive-rutitlepage + texlive-rwth-ci texlive-ryersonsgsthesis texlive-ryethesis texlive-sageep @@ -90362,6 +90763,7 @@ often LaTeX, and occasionally other formats.") texlive-stellenbosch-2 texlive-suftesi texlive-sugconf + texlive-sysuthesis texlive-tabriz-thesis texlive-technion-thesis-template texlive-texilikechaps @@ -90507,12 +90909,12 @@ OpenType-enabled TeX by Jonathan Kew.") (define-public texlive-grfext (package (name "texlive-grfext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/grfext/" "source/latex/grfext/" "tex/latex/grfext/")))) (file-name (git-file-name name version)) @@ -90531,12 +90933,12 @@ graphics file extensions recognised by package @code{graphics}.") (define-public texlive-addliga (package (name "texlive-addliga") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/addliga/" "tex/lualatex/addliga/")))) (file-name (git-file-name name version)) @@ -90556,12 +90958,12 @@ lacking a liga table) accessed via @code{fontspec}.") (define-public texlive-adigraph (package (name "texlive-adigraph") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/adigraph/" "tex/latex/adigraph/")))) (file-name (git-file-name name version)) (sha256 @@ -90580,12 +90982,12 @@ solving max-flow min-cut problems.") (define-public texlive-adjustbox (package (name "texlive-adjustbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/adjustbox/" "source/latex/adjustbox/" "tex/latex/adjustbox/")))) @@ -90615,12 +91017,12 @@ provided box macros are @code{\\lapbox}, @code{\\marginbox}, (define-public texlive-aobs-tikz (package (name "texlive-aobs-tikz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/aobs-tikz/" "source/latex/aobs-tikz/" "tex/latex/aobs-tikz/")))) @@ -90640,12 +91042,12 @@ elements in Beamer.") (define-public texlive-askmaps (package (name "texlive-askmaps") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/askmaps/" "tex/latex/askmaps/")))) (file-name (git-file-name name version)) (sha256 @@ -90665,12 +91067,12 @@ the columns and the least significant variables are placed left of the rows.") (define-public texlive-asyfig (package (name "texlive-asyfig") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/asyfig/" "source/latex/asyfig/" "tex/latex/asyfig/")))) (file-name (git-file-name name version)) @@ -90696,12 +91098,12 @@ migrate (with no fuss) to their use in the target document.") (define-public texlive-asypictureb (package (name "texlive-asypictureb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/asypictureb/" "source/latex/asypictureb/" "tex/latex/asypictureb/")))) @@ -90726,12 +91128,12 @@ recompiled.") (define-public texlive-auto-pst-pdf-lua (package (name "texlive-auto-pst-pdf-lua") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/auto-pst-pdf-lua/" "tex/latex/auto-pst-pdf-lua/")))) (file-name (git-file-name name version)) @@ -90753,12 +91155,12 @@ related code, e.g., PSTricks.") (define-public texlive-autoarea (package (name "texlive-autoarea") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/autoarea/" "tex/latex/autoarea/")))) (file-name (git-file-name name version)) (sha256 @@ -90778,12 +91180,12 @@ away.") (define-public texlive-bardiag (package (name "texlive-bardiag") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bardiag/" "tex/latex/bardiag/")))) (file-name (git-file-name name version)) (sha256 @@ -90802,12 +91204,12 @@ PSTricks.") (define-public texlive-barracuda (package (name "texlive-barracuda") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/barracuda/" "scripts/barracuda/" "tex/luatex/barracuda/")))) (file-name (git-file-name name version)) @@ -90828,12 +91230,12 @@ barcodes in different graphic formats like SVG.") (define-public texlive-beamerswitch (package (name "texlive-beamerswitch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamerswitch/" "source/latex/beamerswitch/" "tex/latex/beamerswitch/")))) @@ -90858,12 +91260,12 @@ command line (without changing the document itself).") (define-public texlive-bezierplot (package (name "texlive-bezierplot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/bezierplot/" "tex/lualatex/bezierplot/")))) (file-name (git-file-name name version)) @@ -90887,12 +91289,12 @@ extreme points and inflection points and reduces the number of used points.") (define-public texlive-binarytree (package (name "texlive-binarytree") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/binarytree/" "source/latex/binarytree/" "tex/latex/binarytree/")))) @@ -90916,12 +91318,12 @@ useful if the trees are often moved around.") (define-public texlive-blochsphere (package (name "texlive-blochsphere") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/blochsphere/" "source/latex/blochsphere/" "tex/latex/blochsphere/")))) @@ -90944,12 +91346,12 @@ within a @code{tikzpicture} environment by setting the environment option (define-public texlive-bloques (package (name "texlive-bloques") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bloques/" "tex/latex/bloques/")))) (file-name (git-file-name name version)) (sha256 @@ -90967,12 +91369,12 @@ diagrams (specially in power electronics).") (define-public texlive-blox (package (name "texlive-blox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/blox/" "source/latex/blox/" "tex/latex/blox/")))) (file-name (git-file-name name version)) @@ -91004,12 +91406,12 @@ programming and control theory. It is an English translation of the (define-public texlive-bodegraph (package (name "texlive-bodegraph") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bodegraph/" "tex/latex/bodegraph/")))) (file-name (git-file-name name version)) @@ -91029,12 +91431,12 @@ are preprogrammed for use.") (define-public texlive-bondgraph (package (name "texlive-bondgraph") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bondgraph/" "tex/latex/bondgraph/")))) (file-name (git-file-name name version)) @@ -91051,12 +91453,12 @@ are preprogrammed for use.") (define-public texlive-bondgraphs (package (name "texlive-bondgraphs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bondgraphs/" "source/latex/bondgraphs/" "tex/latex/bondgraphs/")))) @@ -91078,18 +91480,18 @@ but requires more TikZ knowledge of the user.") (define-public texlive-bonum-otf (package (name "texlive-bonum-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/bonum-otf/" - "tex/fonts/bonum-otf/")))) + "tex/latex/bonum-otf/")))) (file-name (git-file-name name version)) (sha256 - (base32 "14sqc2hisnn1bkh8x4la6d1anqsrflmcb9wxc5qj6afhzwwgfinm")))) + (base32 "1k1iflxgypxjky9lsinm2z7lj9zdc17v9bqrkxvin9cl44b8mpyi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bonum-otf") @@ -91102,12 +91504,12 @@ math) of the TeXGyre fonts.") (define-public texlive-braids (package (name "texlive-braids") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/braids/" "source/latex/braids/" "tex/latex/braids/")))) (file-name (git-file-name name version)) @@ -91128,12 +91530,12 @@ floors.") (define-public texlive-bxeepic (package (name "texlive-bxeepic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxeepic/" "tex/latex/bxeepic/")))) (file-name (git-file-name name version)) (sha256 @@ -91150,12 +91552,12 @@ floors.") (define-public texlive-byo-twemojis (package (name "texlive-byo-twemojis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/byo-twemojis/" "source/latex/byo-twemojis/" "tex/latex/byo-twemojis/")))) @@ -91177,18 +91579,18 @@ possibilities to modify the result in color and position.") (define-public texlive-byrne (package (name "texlive-byrne") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/byrne/" "metapost/byrne/" "tex/latex/byrne/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1h4543pimjsv30phinbhs8070ymqaf43vd2wx1yhjmwsqj4fcjmc")))) + "00q53gdsyg8235mjxa17yh456n83bp5j53vnfd199p20g4bl7r7g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/byrne") @@ -91206,12 +91608,12 @@ conveniently use them.") (define-public texlive-cachepic (package (name "texlive-cachepic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cachepic/" "scripts/cachepic/" "tex/latex/cachepic/")))) (file-name (git-file-name name version)) @@ -91233,12 +91635,12 @@ that generates the external graphics.") (define-public texlive-callouts (package (name "texlive-callouts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/callouts/" "tex/latex/callouts/")))) (file-name (git-file-name name version)) (sha256 @@ -91257,19 +91659,19 @@ a picture.") (define-public texlive-callouts-box (package (name "texlive-callouts-box") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/callouts-box/" "source/latex/callouts-box/" "tex/latex/callouts-box/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0abs2wyi9zr7if3vm5xv69pcfl98az1nsinjzxb0xw7qwiy0jq08")))) + (base32 "1xgnalarw948as2y2d5kln3g70dyazjpmb7bsni3w0d3i9m3lrgm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/callouts-box") @@ -91283,12 +91685,12 @@ important information such as warnings, errors, notes, and success messages.") (define-public texlive-celtic (package (name "texlive-celtic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/celtic/" "source/latex/celtic/" "tex/latex/celtic/")))) (file-name (git-file-name name version)) @@ -91306,18 +91708,18 @@ important information such as warnings, errors, notes, and success messages.") (define-public texlive-chemfig (package (name "texlive-chemfig") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/chemfig/" "tex/generic/chemfig/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1q1kqkfw4ik89q9v2a25a644pg4h86fam9sijjb8wnxclmwlia96")))) + "1hx9wm7cnqhhzbjd7a3hkqip0j51nnm9kkmvawcrrcdsfb03wjiq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chemfig") @@ -91332,13 +91734,13 @@ illustrating the 3-dimensional layout of a molecule.") (define-public texlive-circularglyphs (package (name "texlive-circularglyphs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/circularglyphs/" "tex/latex/circularglyphs/")))) (file-name (git-file-name name version)) @@ -91358,18 +91760,18 @@ Star Trek and used by the Bynar and Borg cultures depicted there.") (define-public texlive-circuit-macros (package (name "texlive-circuit-macros") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/circuit-macros/" "tex/latex/circuit-macros/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0d42rh2pglm0mza9ywpgl5sbmyif2b1is009lr7f6sk0l8wd6zhj")))) + "0x0mglcqryv0fx131kpxbc4jjcfk8pf0hgsxmllgk93ahwpg5z1q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/circuit-macros") @@ -91391,12 +91793,12 @@ SVG.") (define-public texlive-circuitikz (package (name "texlive-circuitikz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/context/third/circuitikz/" "doc/generic/circuitikz/" "doc/latex/circuitikz/" @@ -91406,7 +91808,7 @@ SVG.") (file-name (git-file-name name version)) (sha256 (base32 - "085adycl5qmzfkbf90pr957l54lnzc2j4rr4cgrjkikxkm009059")))) + "11jdyr6k6m54cj5d82g2glk626k2w4vda32a6kyrhj47hzpf2qfi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/circuitikz") @@ -91421,12 +91823,12 @@ based on the PGF/TikZ package.") (define-public texlive-coffeestains (package (name "texlive-coffeestains") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/coffeestains/" "tex/latex/coffeestains/")))) (file-name (git-file-name name version)) @@ -91447,12 +91849,12 @@ manually.") (define-public texlive-combinedgraphics (package (name "texlive-combinedgraphics") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/combinedgraphics/" "source/latex/combinedgraphics/" "tex/latex/combinedgraphics/")))) @@ -91478,12 +91880,12 @@ of complete graphics.") (define-public texlive-curve (package (name "texlive-curve") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/curve/" "source/latex/curve/" "tex/latex/curve/")))) (file-name (git-file-name name version)) @@ -91510,12 +91912,12 @@ with support for use with AUC-TeX.") (define-public texlive-curve2e (package (name "texlive-curve2e") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/curve2e/" "source/latex/curve2e/" "tex/latex/curve2e/")))) (file-name (git-file-name name version)) @@ -91538,12 +91940,12 @@ tangent direction at these nodes.") (define-public texlive-curves (package (name "texlive-curves") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/curves/" "source/latex/curves/" "tex/latex/curves/")))) (file-name (git-file-name name version)) @@ -91565,12 +91967,12 @@ technical pens with compasses and French curves.") (define-public texlive-dcpic (package (name "texlive-dcpic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/dcpic/" "tex/generic/dcpic/")))) (file-name (git-file-name name version)) (sha256 @@ -91591,12 +91993,12 @@ arrows (morphism), positioned in a Cartesian coordinate system.") (define-public texlive-diagmac2 (package (name "texlive-diagmac2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/diagmac2/" "tex/latex/diagmac2/")))) (file-name (git-file-name name version)) (sha256 @@ -91614,12 +92016,12 @@ using @code{pict2e} so that the restrictions on line direction are removed.") (define-public texlive-ditaa (package (name "texlive-ditaa") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ditaa/" "tex/latex/ditaa/")))) (file-name (git-file-name name version)) (sha256 @@ -91637,12 +92039,12 @@ can be embedded directly into LaTeX files.") (define-public texlive-doc-pictex (package (name "texlive-doc-pictex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/doc-pictex/")))) (file-name (git-file-name name version)) (sha256 @@ -91662,12 +92064,12 @@ documentation of PicTeX.") (define-public texlive-dot2texi (package (name "texlive-dot2texi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dot2texi/" "tex/latex/dot2texi/")))) (file-name (git-file-name name version)) (sha256 @@ -91688,12 +92090,12 @@ PSTricks package.") (define-public texlive-dottex (package (name "texlive-dottex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dottex/" "source/latex/dottex/" "tex/latex/dottex/")))) (file-name (git-file-name name version)) @@ -91713,12 +92115,12 @@ directed graphs, Neato undirected graphs).") (define-public texlive-doulossil (package (name "texlive-doulossil") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/doulossil/" "fonts/truetype/public/doulossil/")))) (file-name (git-file-name name version)) @@ -91736,12 +92138,12 @@ directed graphs, Neato undirected graphs).") (define-public texlive-dpcircling (package (name "texlive-dpcircling") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dpcircling/" "tex/latex/dpcircling/")))) (file-name (git-file-name name version)) @@ -91764,12 +92166,12 @@ keys.") (define-public texlive-dratex (package (name "texlive-dratex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/dratex/" "tex/generic/dratex/")))) (file-name (git-file-name name version)) (sha256 @@ -91787,12 +92189,12 @@ a high-level (@file{AlDraTex.sty}) drawing package written entirely in TeX.") (define-public texlive-drs (package (name "texlive-drs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/drs/" "tex/latex/drs/")))) (file-name (git-file-name name version)) (sha256 @@ -91814,12 +92216,12 @@ variables and conditions. The package is based on DRS macros in the (define-public texlive-duotenzor (package (name "texlive-duotenzor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/duotenzor/" "tex/latex/duotenzor/")))) (file-name (git-file-name name version)) @@ -91839,12 +92241,12 @@ support.") (define-public texlive-dynkin-diagrams (package (name "texlive-dynkin-diagrams") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dynkin-diagrams/" "tex/latex/dynkin-diagrams/")))) (file-name (git-file-name name version)) @@ -91863,12 +92265,12 @@ LaTeX documents, using the TikZ package.") (define-public texlive-ecgdraw (package (name "texlive-ecgdraw") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ecgdraw/" "source/latex/ecgdraw/" "tex/latex/ecgdraw/")))) (file-name (git-file-name name version)) @@ -91897,12 +92299,12 @@ electrocardiograms (ECG). It can generate different types of wave.") (define-public texlive-ellipse (package (name "texlive-ellipse") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ellipse/" "source/latex/ellipse/" "tex/latex/ellipse/")))) (file-name (git-file-name name version)) @@ -91922,12 +92324,12 @@ using the standard LaTeX2e @code{picture} environment.") (define-public texlive-elocalloc (package (name "texlive-elocalloc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/elocalloc/" "source/latex/elocalloc/" "tex/latex/elocalloc/")))) @@ -91948,12 +92350,12 @@ macros.") (define-public texlive-endofproofwd (package (name "texlive-endofproofwd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/endofproofwd/" "tex/latex/endofproofwd/")))) (file-name (git-file-name name version)) @@ -91972,12 +92374,12 @@ name is @code{\\wasserdicht}.") (define-public texlive-epspdfconversion (package (name "texlive-epspdfconversion") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/epspdfconversion/" "tex/latex/epspdfconversion/")))) (file-name (git-file-name name version)) @@ -91997,12 +92399,12 @@ as grayscale, prepress or pdfversion) to the @code{epspdf} converter.") (define-public texlive-esk (package (name "texlive-esk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/esk/" "source/latex/esk/" "tex/latex/esk/")))) (file-name (git-file-name name version)) @@ -92026,12 +92428,12 @@ files), and was in fact developed from it.") (define-public texlive-euflag (package (name "texlive-euflag") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/euflag/" "source/latex/euflag/" "tex/latex/euflag/")))) (file-name (git-file-name name version)) @@ -92052,12 +92454,12 @@ size.") (define-public texlive-fast-diagram (package (name "texlive-fast-diagram") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fast-diagram/" "tex/latex/fast-diagram/")))) (file-name (git-file-name name version)) @@ -92077,12 +92479,12 @@ in design methods.") (define-public texlive-fig4latex (package (name "texlive-fig4latex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/fig4latex/" "scripts/fig4latex/")))) (file-name (git-file-name name version)) @@ -92107,17 +92509,17 @@ PS/LaTeX (or PDF/LaTeX) export method.") (define-public texlive-figchild (package (name "texlive-figchild") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/figchild/" "tex/latex/figchild/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1q02q8cpkjwjqlykjq64vm65shqm6bn281j2jsv7qnay19lqmd3n")))) + "0v4hwagrlvg4ajmr8zrf16ly3sdd9mvmcp5p34c4hrbm5yvq848j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/figchild") @@ -92134,12 +92536,12 @@ TikZ and @code{xcolor} packages.") (define-public texlive-figput (package (name "texlive-figput") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/figput/" "tex/latex/figput/")))) (file-name (git-file-name name version)) (sha256 @@ -92159,12 +92561,12 @@ of interactive widgets are included.") (define-public texlive-fitbox (package (name "texlive-fitbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fitbox/" "source/latex/fitbox/" "tex/latex/fitbox/")))) (file-name (git-file-name name version)) @@ -92185,13 +92587,13 @@ to the next one.") (define-public texlive-fitch (package (name "texlive-fitch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fitch/" "tex/latex/fitch/")))) (file-name (git-file-name name version)) @@ -92209,12 +92611,12 @@ Fitch style, with sub-proofs indented and offset by scope lines.") (define-public texlive-flowchart (package (name "texlive-flowchart") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/flowchart/" "source/latex/flowchart/" "tex/latex/flowchart/")))) @@ -92235,12 +92637,12 @@ PGF/TikZ.") (define-public texlive-forest (package (name "texlive-forest") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/forest/" "makeindex/forest/" "source/latex/forest/" "tex/latex/forest/")))) (file-name (git-file-name name version)) @@ -92273,12 +92675,12 @@ externalization mechanism sensitive to code-changes.") (define-public texlive-gates (package (name "texlive-gates") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/gates/" "tex/generic/gates/")))) (file-name (git-file-name name version)) (sha256 @@ -92306,12 +92708,12 @@ interpreter, not just LuaTeX.") (define-public texlive-genealogytree (package (name "texlive-genealogytree") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/genealogytree/" "tex/latex/genealogytree/")))) (file-name (git-file-name name version)) @@ -92335,12 +92737,12 @@ certain paths.") (define-public texlive-getmap (package (name "texlive-getmap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/getmap/" "scripts/getmap/" "tex/latex/getmap/")))) (file-name (git-file-name name version)) @@ -92364,12 +92766,12 @@ may be used from the command line; a Bash version is provided.") (define-public texlive-gnuplottex (package (name "texlive-gnuplottex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gnuplottex/" "source/latex/gnuplottex/" "tex/latex/gnuplottex/")))) @@ -92394,12 +92796,12 @@ files.") (define-public texlive-gradientframe (package (name "texlive-gradientframe") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gradientframe/" "source/latex/gradientframe/" "tex/latex/gradientframe/")))) @@ -92429,12 +92831,12 @@ The gradients of the frames are drawn using the @code{color} package.") (define-public texlive-grafcet (package (name "texlive-grafcet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/grafcet/" "tex/latex/grafcet/")))) (file-name (git-file-name name version)) (sha256 @@ -92453,12 +92855,12 @@ PGF/TikZ.") (define-public texlive-graph35 (package (name "texlive-graph35") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/graph35/" "source/latex/graph35/" "tex/latex/graph35/")))) (file-name (git-file-name name version)) @@ -92478,12 +92880,12 @@ it.") (define-public texlive-graphicxpsd (package (name "texlive-graphicxpsd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/graphicxpsd/" "tex/latex/graphicxpsd/")))) (file-name (git-file-name name version)) @@ -92503,12 +92905,12 @@ it.") (define-public texlive-graphviz (package (name "texlive-graphviz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/graphviz/" "source/latex/graphviz/" "tex/latex/graphviz/")))) @@ -92527,12 +92929,12 @@ it.") (define-public texlive-gtrlib-largetrees (package (name "texlive-gtrlib-largetrees") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gtrlib-largetrees/" "source/latex/gtrlib-largetrees/" "tex/latex/gtrlib-largetrees/")))) @@ -92553,12 +92955,12 @@ large trees.") (define-public texlive-harveyballs (package (name "texlive-harveyballs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/harveyballs/" "tex/latex/harveyballs/")))) (file-name (git-file-name name version)) @@ -92577,12 +92979,12 @@ a document.") (define-public texlive-here (package (name "texlive-here") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/here/" "tex/latex/here/")))) (file-name (git-file-name name version)) (sha256 @@ -92604,12 +93006,12 @@ the option in an acceptable framework.") (define-public texlive-hf-tikz (package (name "texlive-hf-tikz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hf-tikz/" "source/latex/hf-tikz/" "tex/latex/hf-tikz/")))) (file-name (git-file-name name version)) @@ -92628,12 +93030,12 @@ both documents and presentations, us TikZ.") (define-public texlive-hobby (package (name "texlive-hobby") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hobby/" "source/latex/hobby/" "tex/latex/hobby/")))) (file-name (git-file-name name version)) @@ -92653,17 +93055,17 @@ passes through a given set of points.") (define-public texlive-hvfloat (package (name "texlive-hvfloat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hvfloat/" "tex/latex/hvfloat/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1pf6s4xx3ln6pjq11xr71ljjngh9c5ff77b0nl3ka7sfkm6n51l8")))) + "18h7jh7ljq3ssvvjk5r5fgdd78qifnw0q7riz0qpa4z0ma9hpn50")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hvfloat") @@ -92677,12 +93079,12 @@ a float. All objects and captions can be framed.") (define-public texlive-inlinedef (package (name "texlive-inlinedef") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/inlinedef/" "source/latex/inlinedef/" "tex/latex/inlinedef/")))) @@ -92710,13 +93112,13 @@ expanded local variables, then ending the group with (define-public texlive-isphysicalmath (package (name "texlive-isphysicalmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/isphysicalmath/" "source/latex/isphysicalmath/" "tex/latex/isphysicalmath/")))) @@ -92738,12 +93140,12 @@ activities in complex mathematical environments.") (define-public texlive-istgame (package (name "texlive-istgame") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/istgame/" "tex/latex/istgame/")))) (file-name (git-file-name name version)) (sha256 @@ -92765,12 +93167,12 @@ with pen and paper.") (define-public texlive-kblocks (package (name "texlive-kblocks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kblocks/" "tex/latex/kblocks/")))) (file-name (git-file-name name version)) (sha256 @@ -92790,12 +93192,12 @@ diagrams only.") (define-public texlive-kinematikz (package (name "texlive-kinematikz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kinematikz/" "tex/latex/kinematikz/")))) (file-name (git-file-name name version)) @@ -92819,12 +93221,12 @@ for joints, and start and end points for some links.") (define-public texlive-knitting (package (name "texlive-knitting") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/knitting/" "fonts/afm/public/knitting/" "fonts/map/dvips/knitting/" @@ -92852,12 +93254,12 @@ LaTeX. The fonts are available both as Metafont source and in Adobe Type (define-public texlive-knittingpattern (package (name "texlive-knittingpattern") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/knittingpattern/" "tex/latex/knittingpattern/")))) (file-name (git-file-name name version)) @@ -92878,12 +93280,12 @@ the author free to concentrate on the pattern.") (define-public texlive-ladder (package (name "texlive-ladder") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ladder/" "tex/latex/ladder/")))) (file-name (git-file-name name version)) (sha256 @@ -92901,12 +93303,12 @@ documents.") (define-public texlive-qrcode (package (name "texlive-qrcode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/qrcode/" "source/latex/qrcode/" "tex/latex/qrcode/")))) (file-name (git-file-name name version)) @@ -92925,17 +93327,17 @@ need for PSTricks or any other graphical package.") (define-public texlive-tcolorbox (package (name "texlive-tcolorbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tcolorbox/" "tex/latex/tcolorbox/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1skwmiaix84zqg954jh6kwkqfm7b2afd7lxk7iwc91yph09k438p")))) + "1sx56wz0y3xljww79qdl83v1vy5r29if1xdkcywpdz0zs6dij7kc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-environ texlive-pgf texlive-tools)) @@ -92953,12 +93355,12 @@ supports saving and reuse of source code and text parts.") (define-public texlive-ebproof (package (name "texlive-ebproof") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ebproof/" "source/latex/ebproof/" "tex/latex/ebproof/")))) (file-name (git-file-name name version)) @@ -92980,12 +93382,12 @@ styles of inference rules, placement of labels, etc.") (define-public texlive-bussproofs (package (name "texlive-bussproofs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bussproofs/" "tex/latex/bussproofs/")))) (file-name (git-file-name name version)) @@ -93004,12 +93406,12 @@ sequent calculus and related systems.") (define-public texlive-euenc (package (name "texlive-euenc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/euenc/" "source/latex/euenc/" "tex/latex/euenc/")))) (file-name (git-file-name name version)) @@ -93038,12 +93440,12 @@ OpenType fonts.") (define-public texlive-euro (package (name "texlive-euro") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/euro/" "source/latex/euro/" "tex/latex/euro/")))) (file-name (git-file-name name version)) @@ -93064,12 +93466,12 @@ Further rates can be added easily.") (define-public texlive-euro-ce (package (name "texlive-euro-ce") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/euro-ce/" "fonts/source/public/euro-ce/" "fonts/tfm/public/euro-ce/")))) @@ -93090,13 +93492,13 @@ several variants, designed to fit with the Computer Modern-set text.") (define-public texlive-euromoney (package (name "texlive-euromoney") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/euromoney/" "tex/latex/euromoney/")))) (file-name (git-file-name name version)) @@ -93115,12 +93517,12 @@ and simple black and white.") (define-public texlive-eurosym (package (name "texlive-eurosym") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/eurosym/" "fonts/map/dvips/eurosym/" "fonts/source/public/eurosym/" @@ -93148,12 +93550,12 @@ documentation.") (define-public texlive-kanaparser (package (name "texlive-kanaparser") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/kanaparser/" "tex/luatex/kanaparser/")))) (file-name (git-file-name name version)) @@ -93177,12 +93579,12 @@ syllables, some only accessible via the provided toggle macro.") (define-public texlive-kastrup (package (name "texlive-kastrup") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/kastrup/" "source/generic/kastrup/" "tex/generic/kastrup/")))) @@ -93205,12 +93607,12 @@ may be used under LaTeX and plain TeX.") (define-public texlive-translation-arsclassica-de (package (name "texlive-translation-arsclassica-de") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/translation-arsclassica-de/")))) (file-name (git-file-name name version)) (sha256 @@ -93227,12 +93629,12 @@ may be used under LaTeX and plain TeX.") (define-public texlive-translation-biblatex-de (package (name "texlive-translation-biblatex-de") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/translation-biblatex-de/")))) (file-name (git-file-name name version)) (sha256 @@ -93250,12 +93652,12 @@ BibLaTeX.") (define-public texlive-translation-chemsym-de (package (name "texlive-translation-chemsym-de") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/translation-chemsym-de/")))) (file-name (git-file-name name version)) (sha256 @@ -93272,12 +93674,12 @@ BibLaTeX.") (define-public texlive-translation-ecv-de (package (name "texlive-translation-ecv-de") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/translation-ecv-de/")))) (file-name (git-file-name name version)) (sha256 @@ -93293,12 +93695,12 @@ BibLaTeX.") (define-public texlive-translation-enumitem-de (package (name "texlive-translation-enumitem-de") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/translation-enumitem-de/")))) (file-name (git-file-name name version)) (sha256 @@ -93315,12 +93717,12 @@ BibLaTeX.") (define-public texlive-translation-europecv-de (package (name "texlive-translation-europecv-de") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/translation-europecv-de/")))) (file-name (git-file-name name version)) (sha256 @@ -93337,12 +93739,12 @@ BibLaTeX.") (define-public texlive-translation-filecontents-de (package (name "texlive-translation-filecontents-de") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/translation-filecontents-de/")))) (file-name (git-file-name name version)) (sha256 @@ -93359,12 +93761,12 @@ BibLaTeX.") (define-public texlive-translation-moreverb-de (package (name "texlive-translation-moreverb-de") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/translation-moreverb-de/")))) (file-name (git-file-name name version)) (sha256 @@ -93381,12 +93783,12 @@ BibLaTeX.") (define-public texlive-translations (package (name "texlive-translations") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/translations/" "tex/latex/translations/")))) (file-name (git-file-name name version)) @@ -93412,12 +93814,12 @@ document.") (define-public texlive-translator (package (name "texlive-translator") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/translator/" "tex/latex/translator/")))) (file-name (git-file-name name version)) @@ -93440,12 +93842,12 @@ a few words.") (define-public texlive-texapi (package (name "texlive-texapi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/texapi/" "tex/generic/texapi/")))) (file-name (git-file-name name version)) (sha256 @@ -93466,12 +93868,12 @@ operations, and highly customizable while and for loops.") (define-public texlive-textpos (package (name "texlive-textpos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/textpos/" "source/latex/textpos/" "tex/latex/textpos/")))) (file-name (git-file-name name version)) @@ -93492,13 +93894,13 @@ conference posters.") (define-public texlive-udepcolor (package (name "texlive-udepcolor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/udepcolor/" "tex/latex/udepcolor/")))) (file-name (git-file-name name version)) @@ -93520,12 +93922,12 @@ identity guidelines of the University of Piura.") (define-public texlive-udesoftec (package (name "texlive-udesoftec") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/udesoftec/" "doc/latex/udesoftec/" "source/latex/udesoftec/" @@ -93548,13 +93950,13 @@ input in UTF-8 encoding is assumed.") (define-public texlive-udiss (package (name "texlive-udiss") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/udiss/" "source/latex/udiss/" "tex/latex/udiss/")))) @@ -93577,12 +93979,12 @@ It also supports custom layouts required for different universities.") (define-public texlive-uhc (package (name "texlive-uhc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/uhc/umj/" "dvips/uhc/" "fonts/afm/uhc/umj/" @@ -93609,12 +94011,12 @@ standard KSC codes for LaTeX2e.") (define-public texlive-uhrzeit (package (name "texlive-uhrzeit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uhrzeit/" "tex/latex/uhrzeit/")))) (file-name (git-file-name name version)) (sha256 @@ -93633,12 +94035,12 @@ available.") (define-public texlive-umlaute (package (name "texlive-umlaute") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/umlaute/" "source/latex/umlaute/" "tex/latex/umlaute/")))) (file-name (git-file-name name version)) @@ -93660,12 +94062,12 @@ source of that support.") (define-public texlive-unicode-math (package (name "texlive-unicode-math") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/unicode-math/" "source/latex/unicode-math/" "tex/latex/unicode-math/")))) @@ -93703,13 +94105,13 @@ fonts: (define-public texlive-unicode-math-input (package (name "texlive-unicode-math-input") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/unicode-math-input/" "tex/latex/unicode-math-input/")))) @@ -93729,12 +94131,12 @@ fonts: (define-public texlive-voss-mathcol (package (name "texlive-voss-mathcol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/voss-mathcol/")))) (file-name (git-file-name name version)) (sha256 @@ -93754,12 +94156,12 @@ even if they don't understand German.") (define-public texlive-xifthen (package (name "texlive-xifthen") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xifthen/" "tex/latex/xifthen/")))) (file-name (git-file-name name version)) (sha256 @@ -93781,13 +94183,13 @@ handle complex tests.") (define-public texlive-xindy (package (name "texlive-xindy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/tex2xindy.1" "doc/man/man1/tex2xindy.man1.pdf" "doc/man/man1/texindy.1" @@ -93880,12 +94282,12 @@ in terms of the collating order of the text being processed.") (define-public texlive-xindy-persian (package (name "texlive-xindy-persian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/xindy-persian/")))) (file-name (git-file-name name version)) (sha256 @@ -93902,12 +94304,12 @@ in terms of the collating order of the text being processed.") (define-public texlive-xits (package (name "texlive-xits") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/xits/" "fonts/opentype/public/xits/")))) (file-name (git-file-name name version)) @@ -93928,19 +94330,19 @@ available from the @code{fontspec} and @code{unicode-math} packages.") (define-public texlive-ntgclass (package (name "texlive-ntgclass") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ntgclass/" "source/latex/ntgclass/" "tex/latex/ntgclass/")))) (file-name (git-file-name name version)) (sha256 (base32 - "04rvr1gldp87nqplmnqkwi3l9jclsjaawj5rym72gy6sw9snpmck")))) + "12yb05n22vg7kdhx0ph6bhmw8z00hxhf8xcxj7ddsahfm1qym1bp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ntgclass") @@ -93958,12 +94360,12 @@ Users Group NTG.") (define-public texlive-nth (package (name "texlive-nth") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/generic/nth/")))) (file-name (git-file-name name version)) (sha256 @@ -93983,12 +94385,12 @@ these changes.") (define-public texlive-ntheorem (package (name "texlive-ntheorem") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ntheorem/" "source/latex/ntheorem/" "tex/latex/ntheorem/")))) (file-name (git-file-name name version)) @@ -94010,12 +94412,12 @@ making a list of theorems, analogous to @code{\\listoffigures}.") (define-public texlive-ntheorem-vn (package (name "texlive-ntheorem-vn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ntheorem-vn/")))) (file-name (git-file-name name version)) (sha256 @@ -94033,18 +94435,18 @@ making a list of theorems, analogous to @code{\\listoffigures}.") (define-public texlive-fmtcount (package (name "texlive-fmtcount") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fmtcount/" "scripts/fmtcount/" "source/latex/fmtcount/" "tex/latex/fmtcount/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0m9aihaqr7z0cpskjw22vfcg363vw3pmsz8dxmdjxkk50dck55x1")))) + "17vbwb1xsf4czbn6qis672106118jy851x8md7l0mg0slyfg6r47")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fmtcount") @@ -94060,12 +94462,12 @@ variants), German, Italian, Portuguese and Spanish documents are provided.") (define-public texlive-inriafonts (package (name "texlive-inriafonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/inriafonts/" "fonts/enc/dvips/inriafonts/" "fonts/map/dvips/inriafonts/" @@ -94096,12 +94498,12 @@ version of the fonts and their associated files.") (define-public texlive-floatflt (package (name "texlive-floatflt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/floatflt/" "source/latex/floatflt/" "tex/latex/floatflt/")))) (file-name (git-file-name name version)) @@ -94122,18 +94524,18 @@ to be set left/right or alternating on even/odd pages.") (define-public texlive-fvextra (package (name "texlive-fvextra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fvextra/" "source/latex/fvextra/" "tex/latex/fvextra/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1mk7qsf28d669cv4p7zxcnb9fj7iqk7k6aw01xjn4h3xg6pyan17")))) + "0abhnj2rhw515z8j1c1dp7llf32964cca8d58d5zmlprcswx7lpv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-fancyvrb)) @@ -94177,12 +94579,12 @@ and selecting references used in a publication.") (define-public texlive-apa6 (package (name "texlive-apa6") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/apa6/" "source/latex/apa6/" "tex/latex/apa6/")))) (file-name (git-file-name name version)) @@ -94212,12 +94614,12 @@ mask author identity for copies for use in masked peer review.") (define-public texlive-apacite (package (name "texlive-apacite") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/apacite/" "doc/bibtex/apacite/" "source/bibtex/apacite/" "tex/latex/apacite/")))) (file-name (git-file-name name version)) @@ -94238,12 +94640,12 @@ designed to work with the @code{apa6} class.") (define-public texlive-apalike-german (package (name "texlive-apalike-german") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/apalike-german/" "doc/bibtex/apalike-german/")))) (file-name (git-file-name name version)) @@ -94262,12 +94664,12 @@ base BibTeX distribution, with German localization.") (define-public texlive-endfloat (package (name "texlive-endfloat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/endfloat/" "source/latex/endfloat/" "tex/latex/endfloat/")))) (file-name (git-file-name name version)) @@ -94287,12 +94689,12 @@ the figure (or table) would normally have occurred.") (define-public texlive-wadalab (package (name "texlive-wadalab") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/wadalab/" "fonts/afm/wadalab/dgj/" "fonts/afm/wadalab/dmj/" @@ -94340,12 +94742,12 @@ subfonts.") (define-public texlive-was (package (name "texlive-was") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/was/" "source/latex/was/" "tex/latex/was/")))) (file-name (git-file-name name version)) @@ -94366,12 +94768,12 @@ maths; and upright Greek letters in maths.") (define-public texlive-xpatch (package (name "texlive-xpatch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xpatch/" "source/latex/xpatch/" "tex/latex/xpatch/")))) (file-name (git-file-name name version)) @@ -94391,12 +94793,12 @@ Lehmann's @code{etoolbox}.") (define-public texlive-threeparttablex (package (name "texlive-threeparttablex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/threeparttablex/" "tex/latex/threeparttablex/")))) (file-name (git-file-name name version)) @@ -94415,12 +94817,12 @@ package to tables created using the @code{longtable} package.") (define-public texlive-ligtype (package (name "texlive-ligtype") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/ligtype/" "tex/lualatex/ligtype/")))) (file-name (git-file-name name version)) @@ -94443,12 +94845,12 @@ used for other languages as well. The package requires LuaLaTeX.") (define-public texlive-linebreaker (package (name "texlive-linebreaker") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/linebreaker/" "tex/lualatex/linebreaker/")))) (file-name (git-file-name name version)) @@ -94470,17 +94872,17 @@ solution with the lowest badness.") (define-public texlive-lineno (package (name "texlive-lineno") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lineno/" "tex/latex/lineno/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0xibgkcjsivsln758n20fdv05l7dn36yimdsigsd6pgc31cmvy2p")))) + "183r7flbpw5lifqjgsr5xh3mxw55bbsawiyxakh730g25r3f7l9q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lineno") @@ -94495,17 +94897,17 @@ the @code{fnlineno} package.") (define-public texlive-lparse (package (name "texlive-lparse") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/lparse/" "tex/luatex/lparse/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1m75w69qm67j82ja0lp38yckdsbn465aipzdbi2kg4y2xz34hli1")))) + "03wwpmr980dq2xgdsvh1c4p0nrqw4vm0k4vdczrv3cyjda51rlxk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lparse") @@ -94522,19 +94924,19 @@ engine.") (define-public texlive-lt3luabridge (package (name "texlive-lt3luabridge") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/lt3luabridge/" "source/generic/lt3luabridge/" "tex/generic/lt3luabridge/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1j6yzbj9qh1xxhc2s16d81g0s8m23lp49fdijp4zk0h201v7pv19")))) + "10czj8kaf13xhqncdp98nbmgc05w06hwsp5hxv88y7p1zwa9nv34")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lt3luabridge") @@ -94548,13 +94950,13 @@ exposes the shell.") (define-public texlive-lua-tinyyaml (package (name "texlive-lua-tinyyaml") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/lua-tinyyaml/" "scripts/lua-tinyyaml/")))) (file-name (git-file-name name version)) @@ -94572,19 +94974,19 @@ supports a subset of the YAML 1.2 specifications.") (define-public texlive-lua-typo (package (name "texlive-lua-typo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/lua-typo/" "source/lualatex/lua-typo/" "tex/lualatex/lua-typo/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0wkm7c2lf824g2f8590pf76lj3hz03h3jajwr56s11657580qv9k")))) + "0wbrrgd3qil1snkj6f61kdvkp3p8ggwbc1dyx52hm7kc16dynxg0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lua-typo") @@ -94600,18 +95002,18 @@ on which typographical flaws were found is printed.") (define-public texlive-lua-uca (package (name "texlive-lua-uca") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/lua-uca/" "scripts/lua-uca/" "source/support/lua-uca/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1zx8vhf3q8g4ir2k2sbxfsqr2zz5gm11fy29li0p3i6qhrfmylp3")))) + "008wxmx7l2203ajsj1jr1g4mv594arad5ii0w2fd36j7vac7r323")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lua-uca") @@ -94627,12 +95029,12 @@ generators, etc.") (define-public texlive-lua-ul (package (name "texlive-lua-ul") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/lua-ul/" "source/lualatex/lua-ul/" "tex/lualatex/lua-ul/")))) @@ -94654,18 +95056,18 @@ commands, hyphenation works etc.") (define-public texlive-lua-visual-debug (package (name "texlive-lua-visual-debug") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/lua-visual-debug/" "tex/luatex/lua-visual-debug/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1g4n4xfqbgcja2x3b7yi59nn76jq695yndv90610pakask2k560l")))) + "1b3rjn6hzz3fwfinzj9rma7g6hqc1r49y77aq8d5b0gxpnal2lxs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lua-visual-debug") @@ -94679,12 +95081,12 @@ LaTeX and Plain TeX documents.") (define-public texlive-lua-widow-control (package (name "texlive-lua-widow-control") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/lua-widow-control/" "source/luatex/lua-widow-control/" "tex/context/third/lua-widow-control/" @@ -94717,12 +95119,12 @@ compatible with all LuaTeX and LuaMetaTeX-based formats.") (define-public texlive-luaaddplot (package (name "texlive-luaaddplot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/luaaddplot/" "source/luatex/luaaddplot/" "tex/luatex/luaaddplot/")))) @@ -94744,12 +95146,12 @@ pre-process data files generated by measuring devices with external scripts.") (define-public texlive-luacas (package (name "texlive-luacas") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luacas/" "tex/lualatex/luacas/")))) (file-name (git-file-name name version)) (sha256 @@ -94774,12 +95176,12 @@ technical setup.") (define-public texlive-luacensor (package (name "texlive-luacensor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luacensor/" "fonts/truetype/public/luacensor/" "tex/lualatex/luacensor/")))) @@ -94804,12 +95206,12 @@ screen readers by adding alt-text indicating redacted content.") (define-public texlive-luacolor (package (name "texlive-luacolor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/luacolor/" "source/latex/luacolor/" "tex/latex/luacolor/")))) @@ -94829,12 +95231,12 @@ attributes.") (define-public texlive-luacomplex (package (name "texlive-luacomplex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luacomplex/" "tex/lualatex/luacomplex/")))) (file-name (git-file-name name version)) @@ -94857,12 +95259,12 @@ any environment (including the mathematics environment).") (define-public texlive-luagcd (package (name "texlive-luagcd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luagcd/" "tex/lualatex/luagcd/")))) (file-name (git-file-name name version)) @@ -94885,13 +95287,13 @@ any two integers using commands in the package.") (define-public texlive-luahttp (package (name "texlive-luahttp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luahttp/" "tex/lualatex/luahttp/")))) (file-name (git-file-name name version)) @@ -94911,12 +95313,12 @@ compilation of the PDF-Document and may require user interaction.") (define-public texlive-luahyphenrules (package (name "texlive-luahyphenrules") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luahyphenrules/" "tex/lualatex/luahyphenrules/")))) (file-name (git-file-name name version)) @@ -94938,12 +95340,12 @@ loading @code{babel}.") (define-public texlive-luaimageembed (package (name "texlive-luaimageembed") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luaimageembed/" "tex/lualatex/luaimageembed/")))) (file-name (git-file-name name version)) @@ -94964,12 +95366,12 @@ graphics.") (define-public texlive-luaindex (package (name "texlive-luaindex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luaindex/" "scripts/luaindex/" "source/lualatex/luaindex/" "tex/lualatex/luaindex/")))) @@ -94996,12 +95398,12 @@ graphics.") (define-public texlive-luainputenc (package (name "texlive-luainputenc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luainputenc/" "source/lualatex/luainputenc/" "tex/lualatex/luainputenc/")))) @@ -95024,17 +95426,17 @@ a current LuaTeX,the package has the same behaviour with LuaTeX as (define-public texlive-luakeys (package (name "texlive-luakeys") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/luakeys/" "tex/luatex/luakeys/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1652kkzm2vj3wg4lw6ijk3h3wj9p9wj406769izqxc9738wb7ckg")))) + "08y8zzza1rjc2qdq7kfjx1jpsqpv2vnnw1c94f5ib95r0qjnxvrj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luakeys") @@ -95048,12 +95450,12 @@ the TeX packages @code{keyval}, @code{kvsetkeys}, @code{kvoptions}, (define-public texlive-lualatex-truncate (package (name "texlive-lualatex-truncate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/lualatex-truncate/" "source/lualatex/lualatex-truncate/" "tex/lualatex/lualatex-truncate/")))) @@ -95073,12 +95475,12 @@ fixing issues related to LuaTeX's hyphenation algorithm.") (define-public texlive-lualinalg (package (name "texlive-lualinalg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/lualinalg/" "tex/lualatex/lualinalg/")))) (file-name (git-file-name name version)) @@ -95105,12 +95507,12 @@ modified or extended by writing custom Lua programs.") (define-public texlive-luamathalign (package (name "texlive-luamathalign") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luamathalign/" "source/lualatex/luamathalign/" "tex/lualatex/luamathalign/")))) @@ -95131,12 +95533,12 @@ environments.") (define-public texlive-luamaths (package (name "texlive-luamaths") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luamaths/" "tex/lualatex/luamaths/")))) (file-name (git-file-name name version)) @@ -95160,19 +95562,19 @@ environment).") (define-public texlive-luamml (package (name "texlive-luamml") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luamml/" "source/lualatex/luamml/" "tex/lualatex/luamml/")))) (file-name (git-file-name name version)) (sha256 - (base32 "03qisvpjnsjqa7w1pbskmqp48v9k6b4dqbvnrr3l3vnnd3gb4p70")))) + (base32 "0vzs0n9q311wq3mvq3883vm9q3mkwwwbrqrmjd8hqpy9vs1hzd74")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luamml") @@ -95187,12 +95589,12 @@ ease conversion into new output formats like HTML.") (define-public texlive-luamodulartables (package (name "texlive-luamodulartables") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luamodulartables/" "tex/lualatex/luamodulartables/")))) (file-name (git-file-name name version)) @@ -95217,19 +95619,19 @@ tables in LaTeX.") (define-public texlive-luamplib (package (name "texlive-luamplib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/luamplib/" "source/luatex/luamplib/" "tex/luatex/luamplib/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1n4l01zyfmbi8k0azkmw47x4p9ma9qa1ahkxxgp16lwxwg06pg8p")))) + "1aycqskjfrmcdwnlcyg6i0dks0yhbxnsni5kydq9q9x5wgg3b4gg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luamplib") @@ -95244,12 +95646,12 @@ available in PDF mode.") (define-public texlive-luaoptions (package (name "texlive-luaoptions") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luaoptions/" "tex/lualatex/luaoptions/")))) (file-name (git-file-name name version)) @@ -95275,12 +95677,12 @@ arguments into proper Lua tables.") (define-public texlive-luapackageloader (package (name "texlive-luapackageloader") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/luapackageloader/" "tex/luatex/luapackageloader/")))) (file-name (git-file-name name version)) @@ -95301,13 +95703,13 @@ to load external Lua modules, including modules installed via LuaRocks.") (define-public texlive-luaplot (package (name "texlive-luaplot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luaplot/" "tex/lualatex/luaplot/")))) (file-name (git-file-name name version)) @@ -95328,12 +95730,12 @@ LaTeX floating environments, like tables and figures.") (define-public texlive-luaprogtable (package (name "texlive-luaprogtable") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luaprogtable/" "tex/lualatex/luaprogtable/")))) (file-name (git-file-name name version)) @@ -95352,19 +95754,19 @@ cells using LaTeX macros.") (define-public texlive-luapstricks (package (name "texlive-luapstricks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luapstricks/" "fonts/opentype/public/luapstricks/" "tex/lualatex/luapstricks/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1m2pp4dmf8c7fyrc8w1x1ziqn0qa0qmqjadyfkkr9jgjcvmgk6mz")))) + "1zfsahf056q7xqafbz76gh0wj00s5b39xd579sd9qgbcknbda1xa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luapstricks") @@ -95380,12 +95782,12 @@ based documents.") (define-public texlive-luaquotes (package (name "texlive-luaquotes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luaquotes/" "tex/lualatex/luaquotes/")))) (file-name (git-file-name name version)) @@ -95404,12 +95806,12 @@ depending on the selected language.") (define-public texlive-luarandom (package (name "texlive-luarandom") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luarandom/" "tex/lualatex/luarandom/")))) (file-name (git-file-name name version)) @@ -95429,12 +95831,12 @@ generator will be initialized by the system time.") (define-public texlive-luaset (package (name "texlive-luaset") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luaset/" "tex/lualatex/luaset/")))) (file-name (git-file-name name version)) @@ -95457,18 +95859,18 @@ engine.") (define-public texlive-luatexko (package (name "texlive-luatexko") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/luatexko/" "tex/luatex/luatexko/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1c777kc0hhnwcipdcql0sngyv7jw48694jf30ac94cpvhmyj8adc")))) + "00qbr6bcb121gm3kw3yvljfjqrhqz3jm15xx8gbpqy8955ncs7py")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luatexko") @@ -95484,12 +95886,12 @@ engines.") (define-public texlive-luatextra (package (name "texlive-luatextra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luatextra/" "source/lualatex/luatextra/" "tex/lualatex/luatextra/")))) @@ -95510,13 +95912,13 @@ with LuaTeX. It loads packages @code{fontspec}, @code{luatexbase} and (define-public texlive-luatikz (package (name "texlive-luatikz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/luatikz/" "tex/latex/luatikz/")))) (file-name (git-file-name name version)) @@ -95539,12 +95941,12 @@ with as base.") (define-public texlive-luatruthtable (package (name "texlive-luatruthtable") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luatruthtable/" "tex/lualatex/luatruthtable/")))) (file-name (git-file-name name version)) @@ -95567,17 +95969,17 @@ or MikTeX) come bundled with LuaLaTeX.") (define-public texlive-luavlna (package (name "texlive-luavlna") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/luavlna/" "tex/luatex/luavlna/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0axa9py17y0aaba7pi6y366z1618sw8fk2rjfbpma2irph1qv42m")))) + "109drcnbv336621s77a8wq3x5ci8mh9hj9zajy8js9hj4fv7k9md")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luavlna") @@ -95598,17 +96000,17 @@ LuaLaTeX.") (define-public texlive-luaxml (package (name "texlive-luaxml") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/luaxml/" "tex/luatex/luaxml/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0sdqd2p34hpr5c2ljyqwmzjvb426p6681pmgyqvrvw1z4hiqwfzk")))) + "0pmackvlj9r0zwr58y3z4cspva21khq870c0brvlcad6ynw7b5hj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luaxml") @@ -95622,12 +96024,12 @@ current release is aimed mainly at support for the @code{odsfile} package.") (define-public texlive-lutabulartools (package (name "texlive-lutabulartools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/lutabulartools/" "tex/luatex/lutabulartools/")))) (file-name (git-file-name name version)) @@ -95648,12 +96050,12 @@ makecell with an easy to use syntax. It also adds some enhanced rules for the (define-public texlive-makeplot (package (name "texlive-makeplot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/makeplot/" "source/latex/makeplot/" "tex/latex/makeplot/")))) @@ -95673,12 +96075,12 @@ functions to plot data that it takes from Matlab output files.") (define-public texlive-minim (package (name "texlive-minim") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/minim/" "tex/luatex/minim/")))) (file-name (git-file-name name version)) (sha256 @@ -95701,12 +96103,12 @@ their combined format.") (define-public texlive-minim-math (package (name "texlive-minim-math") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/minim-math/" "tex/luatex/minim-math/")))) (file-name (git-file-name name version)) @@ -95728,12 +96130,12 @@ characters.") (define-public texlive-minim-mp (package (name "texlive-minim-mp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/minim-mp/" "metapost/minim-mp/" "tex/luatex/minim-mp/")))) (file-name (git-file-name name version)) @@ -95755,12 +96157,12 @@ can even use LuaTeX as a stand-alone MetaPost compiler.") (define-public texlive-minim-pdf (package (name "texlive-minim-pdf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/minim-pdf/" "tex/luatex/minim-pdf/")))) (file-name (git-file-name name version)) @@ -95780,12 +96182,12 @@ allow you to make your PDFs fully PDF/A-compliant.") (define-public texlive-minim-xmp (package (name "texlive-minim-xmp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/minim-xmp/" "tex/luatex/minim-xmp/")))) (file-name (git-file-name name version)) @@ -95805,12 +96207,12 @@ required by PDF standards such as PDF/A.") (define-public texlive-babel-czech (package (name "texlive-babel-czech") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-czech/" "source/generic/babel-czech/" "tex/generic/babel-czech/")))) @@ -95831,12 +96233,12 @@ of standard LaTeX names.") (define-public texlive-babel-dutch (package (name "texlive-babel-dutch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-dutch/" "source/generic/babel-dutch/" "tex/generic/babel-dutch/")))) @@ -95857,12 +96259,12 @@ settings to typeset Dutch documents.") (define-public texlive-babel-finnish (package (name "texlive-babel-finnish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-finnish/" "source/generic/babel-finnish/" "tex/generic/babel-finnish/")))) @@ -95883,12 +96285,12 @@ settings to typeset Finnish documents.") (define-public texlive-babel-norsk (package (name "texlive-babel-norsk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-norsk/" "source/generic/babel-norsk/" "tex/generic/babel-norsk/")))) @@ -95909,12 +96311,12 @@ Norsk of standard LaTeX names.") (define-public texlive-babel-danish (package (name "texlive-babel-danish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-danish/" "source/generic/babel-danish/" "tex/generic/babel-danish/")))) @@ -95935,12 +96337,12 @@ settings to typeset Danish documents.") (define-public texlive-babel-polish (package (name "texlive-babel-polish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/babel-polish/" "source/generic/babel-polish/" "tex/generic/babel-polish/")))) @@ -95961,12 +96363,12 @@ Polish of standard LaTeX names.") (define-public texlive-mdframed (package (name "texlive-mdframed") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mdframed/" "source/latex/mdframed/" "tex/latex/mdframed/")))) (file-name (git-file-name name version)) @@ -95987,12 +96389,12 @@ TikZ.") (define-public texlive-setspace (package (name "texlive-setspace") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/setspace/" "tex/latex/setspace/")))) (file-name (git-file-name name version)) (sha256 @@ -96014,13 +96416,13 @@ spacings also available.") (define-public texlive-setspaceenhanced (package (name "texlive-setspaceenhanced") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/setspaceenhanced/" "source/latex/setspaceenhanced/" @@ -96042,12 +96444,12 @@ sizes.") (define-public texlive-pgfgantt (package (name "texlive-pgfgantt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pgfgantt/" "source/latex/pgfgantt/" "tex/latex/pgfgantt/")))) (file-name (git-file-name name version)) @@ -96068,12 +96470,12 @@ Several keys customize the appearance of the chart elements.") (define-public texlive-pdfcol (package (name "texlive-pdfcol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfcol/" "source/latex/pdfcol/" "tex/latex/pdfcol/")))) (file-name (git-file-name name version)) @@ -96092,12 +96494,12 @@ setting and maintaining new colour stacks.") (define-public texlive-pdfcolfoot (package (name "texlive-pdfcolfoot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfcolfoot/" "source/latex/pdfcolfoot/" "tex/latex/pdfcolfoot/")))) @@ -96117,19 +96519,19 @@ uses a separate colour stack for footnotes that can break across pages.") (define-public texlive-pdflscape (package (name "texlive-pdflscape") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdflscape/" "source/latex/pdflscape/" "tex/latex/pdflscape/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0l1m97ai3w8lfdfndmcbwyd8sdwpw4wp7zn6c4iqkf8bqwrmqyk8")))) + "0c04m0bl56y0bdd6wmrcvdaif2ki7syd1c0mxyhdb6fzxh3nmg42")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdflscape") @@ -96144,19 +96546,19 @@ orientation by conforming PDF viewers.") (define-public texlive-pdfmanagement-testphase (package (name "texlive-pdfmanagement-testphase") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfmanagement-testphase/" "source/latex/pdfmanagement-testphase/" "tex/latex/pdfmanagement-testphase/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0m8gav92y3a38656q36srsqcrfjf29mykvm2m0zs5ccj6difcaih")))) + "133rq6vqi9mrmgyp01mxbssia2bi1n6qn0457igq5l42dldpc2sz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfmanagement-testphase") @@ -96175,12 +96577,12 @@ packages), and the current testphase bundle will be removed.") (define-public texlive-pdftricks (package (name "texlive-pdftricks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdftricks/" "tex/latex/pdftricks/")))) (file-name (git-file-name name version)) @@ -96204,12 +96606,12 @@ packages, such as PSfrag.") (define-public texlive-pdftricks2 (package (name "texlive-pdftricks2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdftricks2/" "tex/latex/pdftricks2/")))) (file-name (git-file-name name version)) @@ -96229,12 +96631,12 @@ PSTricks graphics specifications. The package is inspired by (define-public texlive-pedigree-perl (package (name "texlive-pedigree-perl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/pedigree.1" "doc/man/man1/pedigree.man1.pdf" "doc/support/pedigree-perl/" @@ -96260,12 +96662,12 @@ English and Russian languages are supported).") (define-public texlive-psbao (package (name "texlive-psbao") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/psbao/" "tex/latex/psbao/")))) (file-name (git-file-name name version)) (sha256 @@ -96283,12 +96685,12 @@ of @code{psgo}, and uses PSTricks to draw the diagrams.") (define-public texlive-pslatex (package (name "texlive-pslatex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "fonts/map/dvips/pslatex/" "fonts/tfm/public/pslatex/" "fonts/vf/public/pslatex/" @@ -96321,12 +96723,12 @@ designed). As a result, @code{pslatex} is widely considered obsolete.") (define-public texlive-pspicture (package (name "texlive-pspicture") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pspicture/" "dvips/pspicture/" "source/latex/pspicture/" "tex/latex/pspicture/")))) @@ -96347,12 +96749,12 @@ superseded by @code{pict2e}.") (define-public texlive-datetime (package (name "texlive-datetime") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime/" "source/latex/datetime/" "tex/latex/datetime/")))) @@ -96376,12 +96778,12 @@ different languages. This package is now obsolete and has been replaced by (define-public texlive-datetime2 (package (name "texlive-datetime2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2/" "source/latex/datetime2/" "tex/latex/datetime2/")))) @@ -96411,12 +96813,12 @@ replaces @code{datetime.sty}, which is now obsolete.") (define-public texlive-tracklang (package (name "texlive-tracklang") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/tracklang/" "source/latex/tracklang/" "tex/generic/tracklang/" @@ -96424,7 +96826,7 @@ replaces @code{datetime.sty}, which is now obsolete.") (file-name (git-file-name name version)) (sha256 (base32 - "1nyfy8csja5hp4r8jisdzmg59zpq00d5ra32am8gi1ha6vllk91j")))) + "1mi1xv2g9aq3pphn8jkqg8kkd86zwfpia2rfgyal4jwbdi5bagh3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tracklang") @@ -96441,12 +96843,12 @@ non-LaTeX users.") (define-public texlive-ltablex (package (name "texlive-ltablex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ltablex/" "tex/latex/ltablex/")))) (file-name (git-file-name name version)) (sha256 @@ -96466,12 +96868,12 @@ tables).") (define-public texlive-ragged2e (package (name "texlive-ragged2e") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ragged2e/" "source/latex/ragged2e/" "tex/latex/ragged2e/")))) (file-name (git-file-name name version)) @@ -96495,12 +96897,12 @@ altogether).") (define-public texlive-rcs (package (name "texlive-rcs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rcs/" "source/latex/rcs/" "tex/latex/rcs/")))) (file-name (git-file-name name version)) @@ -96522,12 +96924,12 @@ the @code{rcs} package easily to do special things for any keyword.") (define-public texlive-refstyle (package (name "texlive-refstyle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/refstyle/" "source/latex/refstyle/" "tex/latex/refstyle/")))) (file-name (git-file-name name version)) @@ -96553,12 +96955,12 @@ to the @code{xr} package for external document references.") (define-public texlive-relsize (package (name "texlive-relsize") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/relsize/" "tex/latex/relsize/")))) (file-name (git-file-name name version)) (sha256 @@ -96577,13 +96979,13 @@ a number of @code{\\magsteps} to change size; from this are defined commands (define-public texlive-ruscap (package (name "texlive-ruscap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/ruscap/" "fonts/source/public/ruscap/" "fonts/tfm/public/ruscap/")))) @@ -96603,12 +97005,12 @@ capitals --- an ancient Roman calligraphic script --- created with Metafont.") (define-public texlive-russ (package (name "texlive-russ") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/russ/" "tex/latex/russ/")))) (file-name (git-file-name name version)) (sha256 @@ -96629,12 +97031,12 @@ letters in their names may be defined.") (define-public texlive-everyhook (package (name "texlive-everyhook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/everyhook/" "source/latex/everyhook/" "tex/latex/everyhook/")))) @@ -96675,12 +97077,12 @@ the hooks.") (define-public texlive-everypage (package (name "texlive-everypage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/everypage/" "source/latex/everypage/" "tex/latex/everypage/")))) @@ -96703,12 +97105,12 @@ layout, etc.") (define-public texlive-everysel (package (name "texlive-everysel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/everysel/" "source/latex/everysel/" "tex/latex/everysel/")))) (file-name (git-file-name name version)) @@ -96732,12 +97134,12 @@ compatibility reasons.") (define-public texlive-everyshi (package (name "texlive-everyshi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/everyshi/" "source/latex/everyshi/" "tex/latex/everyshi/")))) (file-name (git-file-name name version)) @@ -96809,12 +97211,12 @@ loading @code{everyshi-2001-05-15}.") (define-public texlive-abstract (package (name "texlive-abstract") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/abstract/" "source/latex/abstract/" "tex/latex/abstract/")))) (file-name (git-file-name name version)) @@ -96834,12 +97236,12 @@ abstract in a two column paper.") (define-public texlive-bredzenie (package (name "texlive-bredzenie") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bredzenie/" "tex/latex/bredzenie/")))) (file-name (git-file-name name version)) @@ -96861,12 +97263,12 @@ a corpus of Polish.") (define-public texlive-breqn (package (name "texlive-breqn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/breqn/" "source/latex/breqn/" "tex/latex/breqn/")))) (file-name (git-file-name name version)) @@ -96889,12 +97291,12 @@ displayed equations. The bundle also contains the @code{flexisym} and (define-public texlive-breakurl (package (name "texlive-breakurl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/breakurl/" "source/latex/breakurl/" "tex/latex/breakurl/")))) (file-name (git-file-name name version)) @@ -96916,12 +97318,12 @@ package allows such line breaks in the generated links.") (define-public texlive-cc-pl (package (name "texlive-cc-pl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/cc-pl/" "fonts/map/dvips/cc-pl/" "fonts/source/public/cc-pl/" "fonts/tfm/public/cc-pl/" @@ -96946,12 +97348,12 @@ fonts and of the Metafont sources of the original Concrete fonts. Adobe Type (define-public texlive-comment (package (name "texlive-comment") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/comment/" "tex/latex/comment/")))) (file-name (git-file-name name version)) (sha256 @@ -96969,18 +97371,18 @@ controlled comment versions.") (define-public texlive-datatool (package (name "texlive-datatool") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/datatool/" "doc/latex/datatool/" "source/latex/datatool/" "tex/latex/datatool/")))) (file-name (git-file-name name version)) (sha256 (base32 - "084d81yqld43apq9zx97j7dy6s9k1ymccksg4ljpsf0arh6506lj")))) + "1yd7sv2qg72nrmslcjcgr43hn1lp88xx6bp6h64lxa62wbl4147y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -96998,20 +97400,20 @@ bibliographies, and displaying personal pronouns.") (define-public texlive-datatool-english (package (name "texlive-datatool-english") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datatool-english/" "source/latex/datatool-english/" "tex/latex/datatool-english/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0hwfqsns9pmfj2z6fnqmds9gppv20qy3gv5cc9vlhm6a249rld11")))) + (base32 "1hbcriyhdyqg8f9pgr5x928xc5shkv7gjg46ivw5pzrg5k23rqx3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-datatool)) @@ -97029,13 +97431,13 @@ extended Latin or non-Latin script.") (define-public texlive-datatool-regions (package (name "texlive-datatool-regions") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datatool-regions/" "source/latex/datatool-regions/" "tex/latex/datatool-regions/")))) @@ -97058,12 +97460,12 @@ functions for parsing numeric dates and times.") (define-public texlive-physics (package (name "texlive-physics") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/physics/" "tex/latex/physics/")))) (file-name (git-file-name name version)) (sha256 @@ -97082,12 +97484,12 @@ notation.") (define-public texlive-sourcesanspro (package (name "texlive-sourcesanspro") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sourcesanspro/" "fonts/enc/dvips/sourcesanspro/" "fonts/map/dvips/sourcesanspro/" @@ -97119,12 +97521,12 @@ in LaTeX (Type 1) and XeLaTeX/LuaLaTeX (OTF).") (define-public texlive-sourceserifpro (package (name "texlive-sourceserifpro") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sourceserifpro/" "fonts/enc/dvips/sourceserifpro/" "fonts/map/dvips/sourceserifpro/" @@ -97151,12 +97553,12 @@ fonts in LaTeX (Type 1) and XeLaTeX/LuaLaTeX (OTF).") (define-public texlive-sourcecodepro (package (name "texlive-sourcecodepro") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sourcecodepro/" "fonts/enc/dvips/sourcecodepro/" "fonts/map/dvips/sourcecodepro/" @@ -97169,7 +97571,7 @@ fonts in LaTeX (Type 1) and XeLaTeX/LuaLaTeX (OTF).") (file-name (git-file-name name version)) (sha256 (base32 - "009v9y7d3vsljgq9nw5yx4kzyqavxbwrlvwhfjj83s6rmb9xcrmh")))) + "0bwg82rr03gzwwpnh0l1ijgs6ck09003gga8chpy2pqji52s8vhs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sourcecodepro") @@ -97182,12 +97584,12 @@ use of the fonts in LaTeX (Type 1) and XeLaTeX/LuaLaTeX (OTF).") (define-public texlive-hyphenat (package (name "texlive-hyphenat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hyphenat/" "source/latex/hyphenat/" "tex/latex/hyphenat/")))) (file-name (git-file-name name version)) @@ -97209,13 +97611,13 @@ underscores), and hyphenation of text typeset in monospaced (e.g., (define-public texlive-lastbib (package (name "texlive-lastbib") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lastbib/" "tex/latex/lastbib/")))) (file-name (git-file-name name version)) @@ -97233,18 +97635,18 @@ a command to print that number.") (define-public texlive-lastpage (package (name "texlive-lastpage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lastpage/" "source/latex/lastpage/" "tex/latex/lastpage/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1ml234z7i91ypipdph9rlcb07g2p67q8igr9v37ghark0cj2gji1")))) + "1slr5hhsshk6fvghr5wqm47hbr0j76sjfy68f0skbpfrhvcv3vf5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lastpage") @@ -97259,12 +97661,12 @@ It is particularly useful in the page footer that says: @samp{Page N of M}.") (define-public texlive-layaureo (package (name "texlive-layaureo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/layaureo/" "source/latex/layaureo/" "tex/latex/layaureo/")))) (file-name (git-file-name name version)) @@ -97285,12 +97687,12 @@ option called @code{big} that forces typearea to become maximum.") (define-public texlive-tabto-ltx (package (name "texlive-tabto-ltx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tabto-ltx/" "tex/latex/tabto-ltx/")))) (file-name (git-file-name name version)) (sha256 @@ -97314,12 +97716,12 @@ defined tab stop.") (define-public texlive-soul (package (name "texlive-soul") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/soul/" "source/generic/soul/" "tex/generic/soul/")))) (file-name (git-file-name name version)) @@ -97342,12 +97744,12 @@ syllable. This version is a merge of the original @code{soul} package and the (define-public texlive-xstring (package (name "texlive-xstring") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/xstring/" "tex/generic/xstring/")))) (file-name (git-file-name name version)) (sha256 @@ -97369,12 +97771,12 @@ contain (expandable) macros.") (define-public texlive-substr (package (name "texlive-substr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/substr/" "tex/latex/substr/")))) (file-name (git-file-name name version)) (sha256 @@ -97394,12 +97796,12 @@ of occurrences of a substring.") (define-public texlive-totcount (package (name "texlive-totcount") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/totcount/" "source/latex/totcount/" "tex/latex/totcount/")))) (file-name (git-file-name name version)) @@ -97420,12 +97822,12 @@ changed, the recorded value will usually be the maximum value.") (define-public texlive-totpages (package (name "texlive-totpages") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/totpages/" "source/latex/totpages/" "tex/latex/totpages/")))) (file-name (git-file-name name version)) @@ -97446,12 +97848,12 @@ itself may be shipped out to the DVI file.") (define-public texlive-xdvi (package (name "texlive-xdvi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/xdvi.1" "doc/man/man1/xdvi.man1.pdf" "dvips/xdvi/" "xdvi/")))) @@ -97521,16 +97923,147 @@ that it will build with web2c out of the box.") "This package provides the binaries for @code{texlive-xdvi}}.") (license (package-license texlive-xdvi)))) +(define-public texlive-xdvipsk + (package + (name "texlive-xdvipsk") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/man/man1/xdvipsk.1" + "doc/man/man1/xdvipsk.man1.pdf" + "dvips/xdvipsk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0lf1wlaywlvj7qkdd31cwly3awp708pyj97fihrsr3872ph96m20")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (propagated-inputs (list texlive-xdvipsk-bin)) + (home-page "https://ctan.org/pkg/xdvipsk") + (synopsis "Extension to Dvips, a DVI to PostScript translator") + (description + "This package provides the @code{xdvipsk} binary, which extends +@code{dvips}. In particular, it provides: +@itemize +@item a flexible inclusion of bitmap images; +@item OpenType fonts support; +@item font map @code{\\special} commands with prefixes @code{mapfile} and +@code{mapline}; +@item Lua callbacks for @code{specials}, @code{drawchar}, @code{drawrule} and +@code{stack}; +@item and more... +@end itemize") + (license license:gpl3))) + +(define-public texlive-xdvipsk-bin + (package + (inherit texlive-bin) + (name "texlive-xdvipsk-bin") + (source + (origin + (inherit (package-source texlive-source)) + (modules '((guix build utils) + (ice-9 ftw))) + (snippet + #~(let ((delete-other-directories + (lambda (root dirs) + (with-directory-excursion root + (for-each + delete-file-recursively + (scandir "." + (lambda (file) + (and (not (member file (append '("." "..") dirs))) + (eq? 'directory (stat:type (stat file))))))))))) + (delete-other-directories "libs" '("lua53")) + (delete-other-directories "utils" '()) + (delete-other-directories "texk" '("xdvipsk")))))) + (arguments + (substitute-keyword-arguments (package-arguments texlive-bin) + ((#:configure-flags flags) + ;; `validate-runpath' phase needs the following to locate + ;; "libtexlua.so.5". + #~(cons* (string-append "LDFLAGS=-Wl,-rpath=" + #$(this-package-input "texlive-bin") + "/lib") + "--enable-xdvipsk" + (delete "--enable-web2c" #$flags))) + ((#:phases phases) + #~(modify-phases #$phases + (add-after 'unpack 'locate-paths.h + (lambda _ + (substitute* "texk/xdvipsk/man/Makefile.in" + (("KPATHSEA_PATHS_H = .*") + (format #f + "KPATHSEA_PATHS_H = ~a/include~%" + #$(this-package-input "texlive-libkpathsea")))))) + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (with-directory-excursion "texk/xdvipsk" + (invoke "make" "check"))))) + (replace 'install + (lambda* (#:key inputs native-inputs #:allow-other-keys) + (mkdir-p (string-append #$output "/bin")) + (with-directory-excursion "texk/xdvipsk" + (invoke "make" "install")))))))) + (native-inputs (list pkg-config)) + (inputs (list freetype + libjpeg-turbo + libtiff + texlive-bin + texlive-libkpathsea)) + (propagated-inputs '()) + (home-page (package-home-page texlive-xdvipsk)) + (synopsis "Binaries for @code{texlive-xdvipsk}}") + (description + "This package provides the binaries for @code{texlive-xdvipsk}}.") + (license (package-license texlive-xdvipsk)))) + +(define-public texlive-xdvipsk-support + (package + (name "texlive-xdvipsk-support") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/lualatex/xdvipsk-support/" + "tex/lualatex/xdvipsk-support/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1mcaq6yk0b21rqlir0fym2q221az55p53cwqp0hi6h1q7rlal4q6")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (propagated-inputs (list texlive-xdvipsk)) + (home-page "https://ctan.org/pkg/xdvipsk-support") + (synopsis "LuaLaTeX packages for the XDvipsk binary") + (description + "This LaTeX package bundle offers support for XDvipsk, an extension of +the Dvips binary. XDvipsk supports BMP, PCX, TIFF, JPEG, and PNG formats and +performs scaling, rotating, trim, and viewport operations like EPS images. + +The @file{xdvispk.def} driver for the @code{graphics} package offers a LaTeX +interface. However, it lacks clipping, trimming, and viewport operations. +The LuaLaTeX package @code{xdvipskmaps} provides OpenType font support for +XDvipsk. It generates map files containing information about OpenType fonts +used in DVI files.") + (license license:lppl1.3c))) + (define-public texlive-xetexconfig (package (name "texlive-xetexconfig") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "tex/xelatex/xetexconfig/")))) + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "tex/xelatex/xetexconfig/")))) (file-name (git-file-name name version)) (sha256 (base32 @@ -97545,12 +98078,12 @@ that it will build with web2c out of the box.") (define-public texlive-xetex (package (name "texlive-xetex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/xelatex-unsafe.1" "doc/man/man1/xelatex-unsafe.man1.pdf" "doc/man/man1/xelatex.1" @@ -97566,7 +98099,7 @@ that it will build with web2c out of the box.") (file-name (git-file-name name version)) (sha256 (base32 - "0dd5id3cqzqsrj15zrmd71jdnysfdqdsz0ym8fjnpvvb54534zm3")))) + "171bpghz2947yvznpyhbiib7y6mw7w08kly7y2jma2a845w7giwz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -97650,12 +98183,12 @@ which is ordinarily processed by a tightly bound processor (called (define-public texlive-xfor (package (name "texlive-xfor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xfor/" "source/latex/xfor/" "tex/latex/xfor/")))) @@ -97677,13 +98210,13 @@ of the current iteration.") (define-public texlive-xfrac (package (name "texlive-xfrac") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xfrac/" "source/latex/xfrac/" "tex/latex/xfrac/")))) @@ -97704,12 +98237,12 @@ addition to the available functionality in LaTeX2e.") (define-public texlive-2up (package (name "texlive-2up") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/2up/" "tex/generic/2up/")))) (file-name (git-file-name name version)) (sha256 @@ -97728,12 +98261,12 @@ additional DVI or PostScript filters.") (define-public texlive-a0poster (package (name "texlive-a0poster") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/a0poster/" "tex/latex/a0poster/")))) (file-name (git-file-name name version)) (sha256 @@ -97754,12 +98287,12 @@ sizes are DIN A0, DIN A1, DIN A2 and DIN A3.") (define-public texlive-a4wide (package (name "texlive-a4wide") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/a4wide/" "tex/latex/a4wide/")))) (file-name (git-file-name name version)) (sha256 @@ -97779,12 +98312,12 @@ results; the operation itself is better provided by the (define-public texlive-a5comb (package (name "texlive-a5comb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/a5comb/" "tex/latex/a5comb/")))) (file-name (git-file-name name version)) (sha256 @@ -97802,12 +98335,12 @@ by @code{geometry}.") (define-public texlive-abraces (package (name "texlive-abraces") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/abraces/" "tex/latex/abraces/")))) (file-name (git-file-name name version)) (sha256 @@ -97826,12 +98359,12 @@ new constructions of the traditional @code{\\overbrace} and (define-public texlive-abspos (package (name "texlive-abspos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/abspos/" "source/latex/abspos/" "tex/latex/abspos/")))) (file-name (git-file-name name version)) @@ -97854,12 +98387,12 @@ happens when one uses the @code{textpos} package with the (define-public texlive-accessibility (package (name "texlive-accessibility") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/accessibility/" "source/latex/accessibility/" "tex/latex/accessibility/")))) @@ -97882,18 +98415,18 @@ in its current implementation is discouraged.") (define-public texlive-achemso (package (name "texlive-achemso") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/achemso/" "doc/latex/achemso/" "source/latex/achemso/" "tex/latex/achemso/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0fnnlk94kg1pkzasgzrvsakvk4ab4jn553bf9ry4fwwnkxa1822w")))) + "0vbszrvv754mcmb91b13q1lqs2rndd4rffv7zmmhg0algr03sqin")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/achemso") @@ -97909,12 +98442,12 @@ is distributed as part of the bundle.") (define-public texlive-acro (package (name "texlive-acro") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/acro/" "tex/latex/acro/")))) (file-name (git-file-name name version)) (sha256 @@ -97939,12 +98472,12 @@ created by @code{\\printacronyms}.") (define-public texlive-acroterm (package (name "texlive-acroterm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/acroterm/" "source/latex/acroterm/" "tex/latex/acroterm/")))) @@ -97965,12 +98498,12 @@ terms and acronyms with their expanded form.") (define-public texlive-actuarialangle (package (name "texlive-actuarialangle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/actuarialangle/" "source/latex/actuarialangle/" "tex/latex/actuarialangle/")))) @@ -98010,12 +98543,12 @@ joint status in symbols of life contingencies.") (define-public texlive-actuarialsymbol (package (name "texlive-actuarialsymbol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/actuarialsymbol/" "source/latex/actuarialsymbol/" "tex/latex/actuarialsymbol/")))) @@ -98077,12 +98610,12 @@ macros to ease entry of the most common elements.") (define-public texlive-addfont (package (name "texlive-addfont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/addfont/" "tex/latex/addfont/")))) (file-name (git-file-name name version)) (sha256 @@ -98105,12 +98638,12 @@ fonts with LaTeX.") (define-public texlive-addlines (package (name "texlive-addlines") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/addlines/" "source/latex/addlines/" "tex/latex/addlines/")))) @@ -98132,13 +98665,13 @@ It will also add space to the facing page in a two-sided document.") (define-public texlive-addtoluatexpath (package (name "texlive-addtoluatexpath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/luatex/addtoluatexpath/" "tex/luatex/addtoluatexpath/")))) @@ -98159,12 +98692,12 @@ drive.") (define-public texlive-adjmulticol (package (name "texlive-adjmulticol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/adjmulticol/" "source/latex/adjmulticol/" "tex/latex/adjmulticol/")))) @@ -98185,12 +98718,12 @@ difference between the even and odd margins for two side printing.") (define-public texlive-adrconv (package (name "texlive-adrconv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/adrconv/" "doc/latex/adrconv/" "source/latex/adrconv/" "tex/latex/adrconv/")))) (file-name (git-file-name name version)) @@ -98212,12 +98745,12 @@ output provides files in various formats for address books or time planners.") (define-public texlive-advdate (package (name "texlive-advdate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/advdate/" "tex/latex/advdate/")))) (file-name (git-file-name name version)) (sha256 @@ -98237,13 +98770,13 @@ dates.") (define-public texlive-advice (package (name "texlive-advice") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/advice/" "source/generic/advice/" "tex/context/third/advice/" @@ -98277,12 +98810,12 @@ commands and environments.") (define-public texlive-akktex (package (name "texlive-akktex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/akktex/" "tex/latex/akktex/")))) (file-name (git-file-name name version)) (sha256 @@ -98304,12 +98837,12 @@ tools and predefined abbreviations.") (define-public texlive-akletter (package (name "texlive-akletter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/akletter/" "tex/latex/akletter/")))) (file-name (git-file-name name version)) (sha256 @@ -98329,12 +98862,12 @@ class called @code{myletter}.") (define-public texlive-alchemist (package (name "texlive-alchemist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/alchemist/" "tex/latex/alchemist/")))) (file-name (git-file-name name version)) @@ -98353,12 +98886,12 @@ accessible in Unicode.") (define-public texlive-alertmessage (package (name "texlive-alertmessage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/alertmessage/" "source/latex/alertmessage/" "tex/latex/alertmessage/")))) @@ -98378,12 +98911,12 @@ errors, warnings and success messages).") (define-public texlive-alnumsec (package (name "texlive-alnumsec") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/alnumsec/" "source/latex/alnumsec/" "tex/latex/alnumsec/")))) @@ -98406,12 +98939,12 @@ supported.") (define-public texlive-alterqcm (package (name "texlive-alterqcm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/alterqcm/" "tex/latex/alterqcm/")))) (file-name (git-file-name name version)) (sha256 @@ -98430,12 +98963,12 @@ macros to build QCM in tables.") (define-public texlive-altfont (package (name "texlive-altfont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/altfont/" "source/latex/altfont/" "tex/latex/altfont/")))) (file-name (git-file-name name version)) @@ -98455,12 +98988,12 @@ together with the @code{psfont} package.") (define-public texlive-altsubsup (package (name "texlive-altsubsup") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/altsubsup/" "source/latex/altsubsup/" "tex/latex/altsubsup/")))) @@ -98480,18 +99013,18 @@ superscripts, with square brackets in the source code.") (define-public texlive-amsaddr (package (name "texlive-amsaddr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/amsaddr/" "source/latex/amsaddr/" "tex/latex/amsaddr/")))) (file-name (git-file-name name version)) (sha256 (base32 - "04y34raa9vfrl66jw566rbb00q5xjbm2zh6k6hjs9nlqhndk62k5")))) + "14bwnazrjvd56hj3dqv4f4jl4w2pxg6sha03hnig5qjalgwyv3i7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/amsaddr") @@ -98506,13 +99039,13 @@ as a footnote on the front page.") (define-public texlive-anima (package (name "texlive-anima") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/anima/" "source/latex/anima/" "tex/latex/anima/")))) @@ -98535,12 +99068,12 @@ corresponds to a page of the document.") (define-public texlive-animate (package (name "texlive-animate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/animate/" "source/latex/animate/" "tex/latex/animate/")))) (file-name (git-file-name name version)) @@ -98562,12 +99095,12 @@ from typeset text.") (define-public texlive-anonchap (package (name "texlive-anonchap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/anonchap/" "tex/latex/anonchap/")))) (file-name (git-file-name name version)) (sha256 @@ -98587,12 +99120,12 @@ though they may possibly have a prefix, and a suffix (the (define-public texlive-answers (package (name "texlive-answers") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/answers/" "source/latex/answers/" "tex/latex/answers/")))) (file-name (git-file-name name version)) @@ -98611,12 +99144,12 @@ sheets.") (define-public texlive-appendixnumberbeamer (package (name "texlive-appendixnumberbeamer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/appendixnumberbeamer/" "tex/latex/appendixnumberbeamer/")))) (file-name (git-file-name name version)) @@ -98637,12 +99170,12 @@ the main part of the document. The total frame number counter is reset to (define-public texlive-apptools (package (name "texlive-apptools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/apptools/" "source/latex/apptools/" "tex/latex/apptools/")))) @@ -98665,12 +99198,12 @@ been called.") (define-public texlive-arabicfront (package (name "texlive-arabicfront") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/arabicfront/" "tex/latex/arabicfront/")))) (file-name (git-file-name name version)) @@ -98692,12 +99225,12 @@ do that, but there are exceptions like @code{memoir}.") (define-public texlive-arcs (package (name "texlive-arcs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/arcs/" "source/latex/arcs/" "tex/latex/arcs/")))) (file-name (git-file-name name version)) @@ -98718,12 +99251,12 @@ in text and in maths formulae.") (define-public texlive-arraycols (package (name "texlive-arraycols") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/arraycols/" "source/latex/arraycols/" "tex/latex/arraycols/")))) @@ -98747,12 +99280,12 @@ vertical and horizontal rules of variable thickness are also provided.") (define-public texlive-arrayjobx (package (name "texlive-arrayjobx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/arrayjobx/" "tex/generic/arrayjobx/")))) (file-name (git-file-name name version)) @@ -98775,12 +99308,12 @@ the @code{arrayjob} package.") (define-public texlive-arraysort (package (name "texlive-arraysort") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/arraysort/" "source/latex/arraysort/" "tex/latex/arraysort/")))) @@ -98800,12 +99333,12 @@ the arrays should have been created using the @code{arrayjobx} package.") (define-public texlive-arydshln (package (name "texlive-arydshln") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/arydshln/" "source/latex/arydshln/" "tex/latex/arydshln/")))) @@ -98828,12 +99361,12 @@ style parameters or optional arguments.") (define-public texlive-asciilist (package (name "texlive-asciilist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/asciilist/" "source/latex/asciilist/" "tex/latex/asciilist/")))) @@ -98859,12 +99392,12 @@ environments and the appearance of the typeset results.") (define-public texlive-askinclude (package (name "texlive-askinclude") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/askinclude/" "source/latex/askinclude/" "tex/latex/askinclude/")))) @@ -98885,12 +99418,12 @@ files''.") (define-public texlive-assignment (package (name "texlive-assignment") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/assignment/" "tex/latex/assignment/")))) (file-name (git-file-name name version)) @@ -98909,12 +99442,12 @@ assignments.") (define-public texlive-assoccnt (package (name "texlive-assoccnt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/assoccnt/" "tex/latex/assoccnt/")))) (file-name (git-file-name name version)) (sha256 @@ -98932,12 +99465,12 @@ each time some master counter is stepped.") (define-public texlive-association-matrix (package (name "texlive-association-matrix") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/association-matrix/" "tex/latex/association-matrix/")))) (file-name (git-file-name name version)) @@ -98961,12 +99494,12 @@ added.") (define-public texlive-atendofenv (package (name "texlive-atendofenv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/atendofenv/" "source/latex/atendofenv/" "tex/latex/atendofenv/")))) @@ -98986,12 +99519,12 @@ theorems, definitions, remarks).") (define-public texlive-aurl (package (name "texlive-aurl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/aurl/" "tex/latex/aurl/")))) (file-name (git-file-name name version)) (sha256 @@ -99013,12 +99546,12 @@ prefixes are predefined and more can be added.") (define-public texlive-authoraftertitle (package (name "texlive-authoraftertitle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/authoraftertitle/" "tex/latex/authoraftertitle/")))) (file-name (git-file-name name version)) @@ -99038,18 +99571,18 @@ executed.") (define-public texlive-authorarchive (package (name "texlive-authorarchive") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/authorarchive/" "tex/latex/authorarchive/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0lqz5bb7hz42ja7kmbkgq0l25ram9axj1kgvv6cyhzxdf0b0hxwn")))) + "12nrg72yc94rwgddsgapy2nvlr7kjkrp1fv6zyqxsgmkhr5jp4zf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/authorarchive") @@ -99066,12 +99599,12 @@ the Elsevier ENTCS layout") (define-public texlive-authorindex (package (name "texlive-authorindex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/authorindex/" "scripts/authorindex/" "tex/latex/authorindex/")))) @@ -99097,12 +99630,12 @@ package relies on BibTeX being used to handle citations.") (define-public texlive-autofancyhdr (package (name "texlive-autofancyhdr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/autofancyhdr/" "tex/latex/autofancyhdr/")))) (file-name (git-file-name name version)) @@ -99122,12 +99655,12 @@ package.") (define-public texlive-autonum (package (name "texlive-autonum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/autonum/" "source/latex/autonum/" "tex/latex/autonum/")))) (file-name (git-file-name name version)) @@ -99147,12 +99680,12 @@ equations that are referenced. This operation is similar to the (define-public texlive-autopdf (package (name "texlive-autopdf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/autopdf/" "source/latex/autopdf/" "tex/latex/autopdf/")))) (file-name (git-file-name name version)) @@ -99181,12 +99714,12 @@ enabled.") (define-public texlive-autopuncitems (package (name "texlive-autopuncitems") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/autopuncitems/" "tex/lualatex/autopuncitems/")))) (file-name (git-file-name name version)) @@ -99207,13 +99740,13 @@ environment's contents.") (define-public texlive-autotype (package (name "texlive-autotype") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/autotype/" "tex/lualatex/autotype/")))) (file-name (git-file-name name version)) @@ -99233,12 +99766,12 @@ but only for German (old and new orthography).") (define-public texlive-avremu (package (name "texlive-avremu") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/avremu/" "source/latex/avremu/" "tex/latex/avremu/")))) (file-name (git-file-name name version)) @@ -99258,12 +99791,12 @@ Mandelbrot sets.") (define-public texlive-axessibility (package (name "texlive-axessibility") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/axessibility/" "source/latex/axessibility/" "tex/latex/axessibility/")))) @@ -99289,12 +99822,12 @@ formula.") (define-public texlive-background (package (name "texlive-background") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/background/" "source/latex/background/" "tex/latex/background/")))) @@ -99316,12 +99849,12 @@ attribute settings are controlled by setting key values.") (define-public texlive-bankstatement (package (name "texlive-bankstatement") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bankstatement/" "tex/latex/bankstatement/")))) (file-name (git-file-name name version)) @@ -99348,12 +99881,12 @@ the terminology to suit local needs.") (define-public texlive-bashful (package (name "texlive-bashful") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bashful/" "tex/latex/bashful/")))) (file-name (git-file-name name version)) (sha256 @@ -99373,12 +99906,12 @@ directly from the input. The package may use other shells than Bash.") (define-public texlive-basicarith (package (name "texlive-basicarith") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/basicarith/" "source/latex/basicarith/" "tex/latex/basicarith/")))) @@ -99399,12 +99932,12 @@ these algorithms.") (define-public texlive-bchart (package (name "texlive-bchart") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bchart/" "tex/latex/bchart/")))) (file-name (git-file-name name version)) (sha256 @@ -99422,18 +99955,18 @@ X-axis. The focus of the package is simplicity and aesthetics.") (define-public texlive-beamer-rl (package (name "texlive-beamer-rl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/beamer-rl/" "tex/lualatex/beamer-rl/")))) (file-name (git-file-name name version)) (sha256 (base32 - "039r0p5p5f9vmai2vvxlcz9gpbihbcyb8b3vr6w4vn3hrklp6p9m")))) + "16zgqc2gizr2xsh52rm5ilmagx6xf2h3rj2i8fx432p4a0l7vg25")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamer-rl") @@ -99446,12 +99979,12 @@ presentation from right to left. It requires Babel with the LuaTeX engine.") (define-public texlive-beamer2thesis (package (name "texlive-beamer2thesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamer2thesis/" "tex/latex/beamer2thesis/")))) (file-name (git-file-name name version)) @@ -99469,12 +100002,12 @@ presentation from right to left. It requires Babel with the LuaTeX engine.") (define-public texlive-beamerappendixnote (package (name "texlive-beamerappendixnote") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamerappendixnote/" "source/latex/beamerappendixnote/" "tex/latex/beamerappendixnote/")))) @@ -99496,12 +100029,12 @@ forth between the two frames.") (define-public texlive-beameraudience (package (name "texlive-beameraudience") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beameraudience/" "tex/latex/beameraudience/")))) (file-name (git-file-name name version)) @@ -99522,12 +100055,12 @@ in the LaTeX source.") (define-public texlive-beamerauxtheme (package (name "texlive-beamerauxtheme") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamerauxtheme/" "tex/latex/beamerauxtheme/")))) (file-name (git-file-name name version)) @@ -99547,12 +100080,12 @@ combination with existing inner, outer, and color themes.") (define-public texlive-beamercolorthemeowl (package (name "texlive-beamercolorthemeowl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamercolorthemeowl/" "source/latex/beamercolorthemeowl/" "tex/latex/beamercolorthemeowl/")))) @@ -99585,12 +100118,12 @@ colours also available as @code{OwlRed}, @code{OwlGreen}, etc. (define-public texlive-beamerdarkthemes (package (name "texlive-beamerdarkthemes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamerdarkthemes/" "tex/latex/beamerdarkthemes/")))) (file-name (git-file-name name version)) @@ -99612,12 +100145,12 @@ blue.") (define-public texlive-beamerposter (package (name "texlive-beamerposter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamerposter/" "tex/latex/beamerposter/")))) (file-name (git-file-name name version)) @@ -99640,12 +100173,12 @@ Good looking posters may be created very rapidly.") (define-public texlive-beamersubframe (package (name "texlive-beamersubframe") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamersubframe/" "source/latex/beamersubframe/" "tex/latex/beamersubframe/")))) @@ -99674,18 +100207,18 @@ details on some subject.") (define-public texlive-beamertheme-arguelles (package (name "texlive-beamertheme-arguelles") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-arguelles/" "tex/latex/beamertheme-arguelles/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0x7n1ym3mvczaa41b4k4bh3n7dh6rgnwmad6bzigvn0213c1m1k4")))) + "1mxilh3cfsf62mn3n3dnwvxylswb2hdrgyngc3paaq7n4bgv9b2a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-arguelles") @@ -99700,12 +100233,12 @@ attention on your content.") (define-public texlive-beamertheme-cuerna (package (name "texlive-beamertheme-cuerna") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-cuerna/" "source/latex/beamertheme-cuerna/" "tex/latex/beamertheme-cuerna/")))) @@ -99728,12 +100261,12 @@ scarce to keep it clean.") (define-public texlive-beamertheme-detlevcm (package (name "texlive-beamertheme-detlevcm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-detlevcm/" "tex/latex/beamertheme-detlevcm/")))) (file-name (git-file-name name version)) @@ -99752,12 +100285,12 @@ department.") (define-public texlive-beamertheme-epyt (package (name "texlive-beamertheme-epyt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-epyt/" "tex/latex/beamertheme-epyt/")))) (file-name (git-file-name name version)) @@ -99787,12 +100320,12 @@ bar ; (define-public texlive-beamertheme-focus (package (name "texlive-beamertheme-focus") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-focus/" "tex/latex/beamertheme-focus/")))) (file-name (git-file-name name version)) @@ -99812,19 +100345,19 @@ directly on the content.") (define-public texlive-beamertheme-gotham (package (name "texlive-beamertheme-gotham") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-gotham/" "source/latex/beamertheme-gotham/" "tex/latex/beamertheme-gotham/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0ld040fj9hybn527yhmrqp80vnrfhj5ac6bqrs3py6mw26fkvc8x")))) + (base32 "076s5mbrp9r4lzihjia7vjixjvwdma91kn0djn903g37hh66v98i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-gotham") @@ -99837,12 +100370,12 @@ yet robust Beamer theme based on Metropolis.") (define-public texlive-beamertheme-light (package (name "texlive-beamertheme-light") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-light/" "tex/latex/beamertheme-light/")))) (file-name (git-file-name name version)) @@ -99861,12 +100394,12 @@ Beamer style by redefining colors and fonts.") (define-public texlive-beamertheme-metropolis (package (name "texlive-beamertheme-metropolis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-metropolis/" "source/latex/beamertheme-metropolis/" "tex/latex/beamertheme-metropolis/")))) @@ -99886,13 +100419,13 @@ tries to minimize noise and maximize space for content.") (define-public texlive-beamertheme-mirage (package (name "texlive-beamertheme-mirage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-mirage/" "tex/latex/beamertheme-mirage/")))) (file-name (git-file-name name version)) @@ -99910,12 +100443,12 @@ Shen's song Mirage, with a default dark and alternative light mode.") (define-public texlive-beamertheme-npbt (package (name "texlive-beamertheme-npbt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-npbt/" "tex/latex/beamertheme-npbt/")))) (file-name (git-file-name name version)) @@ -99934,12 +100467,12 @@ Sefiroth Consulting, FOM, FOM ifes and eufom.") (define-public texlive-beamertheme-phnompenh (package (name "texlive-beamertheme-phnompenh") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-phnompenh/" "tex/latex/beamertheme-phnompenh/")))) (file-name (git-file-name name version)) @@ -99958,12 +100491,12 @@ be attractive.") (define-public texlive-beamertheme-pure-minimalistic (package (name "texlive-beamertheme-pure-minimalistic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-pure-minimalistic/" "tex/latex/beamertheme-pure-minimalistic/")))) (file-name (git-file-name name version)) @@ -99989,13 +100522,13 @@ be attractive.") (define-public texlive-beamertheme-rainbow (package (name "texlive-beamertheme-rainbow") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-rainbow/" "tex/latex/beamertheme-rainbow/")))) (file-name (git-file-name name version)) @@ -100015,12 +100548,12 @@ on every frame.") (define-public texlive-beamertheme-saintpetersburg (package (name "texlive-beamertheme-saintpetersburg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-saintpetersburg/" "source/latex/beamertheme-saintpetersburg/" "tex/latex/beamertheme-saintpetersburg/")))) @@ -100041,12 +100574,12 @@ colours and fonts. It is suitable for both presentations and posters.") (define-public texlive-beamertheme-simpledarkblue (package (name "texlive-beamertheme-simpledarkblue") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-simpledarkblue/" "tex/latex/beamertheme-simpledarkblue/")))) (file-name (git-file-name name version)) @@ -100066,12 +100599,12 @@ only several foreground and background colors.") (define-public texlive-beamertheme-simpleplus (package (name "texlive-beamertheme-simpleplus") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-simpleplus/" "tex/latex/beamertheme-simpleplus/")))) (file-name (git-file-name name version)) @@ -100090,18 +100623,18 @@ used for academic and scientific presentations.") (define-public texlive-beamertheme-tcolorbox (package (name "texlive-beamertheme-tcolorbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-tcolorbox/" "tex/latex/beamertheme-tcolorbox/")))) (file-name (git-file-name name version)) (sha256 (base32 - "04128hym2hbsnll5wk4b8n1x6k9m66sd7gvbzbm03wzwww44xk75")))) + "1sdf7p6jiizfjy0isfi8jfajb4akfpz7dwgrbzd60i07qm9wyj5v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -100120,12 +100653,12 @@ are loaded.") (define-public texlive-beamertheme-trigon (package (name "texlive-beamertheme-trigon") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-trigon/" "source/latex/beamertheme-trigon/" "tex/latex/beamertheme-trigon/")))) @@ -100157,12 +100690,12 @@ section page and the default slide background.") (define-public texlive-beamertheme-upenn-bc (package (name "texlive-beamertheme-upenn-bc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertheme-upenn-bc/" "tex/latex/beamertheme-upenn-bc/")))) (file-name (git-file-name name version)) @@ -100183,18 +100716,18 @@ presentation theme Warsaw.") (define-public texlive-beamerthemecelestia (package (name "texlive-beamerthemecelestia") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamerthemecelestia/" "tex/latex/beamerthemecelestia/")))) (file-name (git-file-name name version)) (sha256 - (base32 "136blvckyw39bp1wzvawb299xfr993ab7llp81r6b7y0rqcyxgbs")))) + (base32 "1ji87abi3hy8xajsrmcd7ml1b46w61bx3a1hgdb5a54f79l403mj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamerthemecelestia") @@ -100215,13 +100748,13 @@ and professional look for presentations.") (define-public texlive-beamerthemeconcrete (package (name "texlive-beamerthemeconcrete") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamerthemeconcrete/" "tex/latex/beamerthemeconcrete/")))) @@ -100241,12 +100774,12 @@ presentations.") (define-public texlive-beamerthemeamurmaple (package (name "texlive-beamerthemeamurmaple") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamerthemeamurmaple/" "tex/latex/beamerthemeamurmaple/")))) (file-name (git-file-name name version)) @@ -100265,12 +100798,12 @@ mathematics research.") (define-public texlive-beamerthemejltree (package (name "texlive-beamerthemejltree") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/latex/beamerthemejltree/")))) (file-name (git-file-name name version)) (sha256 @@ -100285,12 +100818,12 @@ mathematics research.") (define-public texlive-beamerthemelalic (package (name "texlive-beamerthemelalic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamerthemelalic/" "tex/latex/beamerthemelalic/")))) (file-name (git-file-name name version)) @@ -100310,12 +100843,12 @@ Carlos, Brazil.") (define-public texlive-beamerthemenirma (package (name "texlive-beamerthemenirma") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamerthemenirma/" "tex/latex/beamerthemenirma/")))) (file-name (git-file-name name version)) @@ -100334,12 +100867,12 @@ nothing more than style file needed for preparing presentations.") (define-public texlive-beamerthemenord (package (name "texlive-beamerthemenord") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamerthemenord/" "tex/latex/beamerthemenord/")))) (file-name (git-file-name name version)) @@ -100357,13 +100890,13 @@ nothing more than style file needed for preparing presentations.") (define-public texlive-beamertools (package (name "texlive-beamertools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beamertools/" "source/latex/beamertools/" "tex/latex/beamertools/")))) @@ -100383,12 +100916,12 @@ redefining a predefined Beamer template.") (define-public texlive-bearwear (package (name "texlive-bearwear") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bearwear/" "source/latex/bearwear/" "tex/latex/bearwear/")))) @@ -100408,18 +100941,18 @@ package.") (define-public texlive-beaulivre (package (name "texlive-beaulivre") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beaulivre/" "tex/latex/beaulivre/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0b9i4f8l9cm7bp4wrapyfcgysaa1zas3fzrxx5bvpbyk8jwvrbiw")))) + "1msv0lgklw0zjn6i6705aqzvd8j08iwira8mpwjgjral5ig8nvz8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-colorist)) @@ -100438,13 +100971,13 @@ is taken from the French words \"beau\" (= \"beautiful\") and \"livre\" (= \"boo (define-public texlive-beautybook (package (name "texlive-beautybook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beautybook/" "tex/latex/beautybook/")))) (file-name (git-file-name name version)) @@ -100462,13 +100995,13 @@ beautiful science books.") (define-public texlive-beautynote (package (name "texlive-beautynote") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beautynote/" "tex/latex/beautynote/")))) (file-name (git-file-name name version)) @@ -100487,12 +101020,12 @@ styles.") (define-public texlive-beton (package (name "texlive-beton") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/beton/" "source/latex/beton/" "tex/latex/beton/")))) (file-name (git-file-name name version)) @@ -100512,12 +101045,12 @@ Don Knuth and used in his book @emph{Concrete Mathematics}.") (define-public texlive-bewerbung (package (name "texlive-bewerbung") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bewerbung/" "source/latex/bewerbung/" "tex/latex/bewerbung/")))) @@ -100540,12 +101073,12 @@ applications can be maintained in a simple CSV file.") (define-public texlive-bez123 (package (name "texlive-bez123") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bez123/" "source/latex/bez123/" "tex/latex/bez123/")))) (file-name (git-file-name name version)) @@ -100567,12 +101100,12 @@ a length without numerical overflow.") (define-public texlive-bhcexam (package (name "texlive-bhcexam") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/bhcexam/" "tex/xelatex/bhcexam/")))) (file-name (git-file-name name version)) @@ -100596,12 +101129,12 @@ initialize question number; and more.") (define-public texlive-bibletext (package (name "texlive-bibletext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bibletext/" "tex/latex/bibletext/")))) (file-name (git-file-name name version)) @@ -100620,12 +101153,12 @@ references.") (define-public texlive-bigints (package (name "texlive-bigints") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bigints/" "tex/latex/bigints/")))) (file-name (git-file-name name version)) (sha256 @@ -100643,12 +101176,12 @@ An example would be when the integrand is a matrix.") (define-public texlive-bilingualpages (package (name "texlive-bilingualpages") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bilingualpages/" "tex/latex/bilingualpages/")))) (file-name (git-file-name name version)) @@ -100667,12 +101200,12 @@ two-column parallel text.") (define-public texlive-biochemistry-colors (package (name "texlive-biochemistry-colors") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/biochemistry-colors/" "tex/latex/biochemistry-colors/")))) (file-name (git-file-name name version)) @@ -100701,19 +101234,19 @@ include: (define-public texlive-bithesis (package (name "texlive-bithesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bithesis/" "source/latex/bithesis/" "tex/latex/bithesis/")))) (file-name (git-file-name name version)) (sha256 (base32 - "07lq0b38lqfb717bhij84mr8j4wisd1qp9nlnl6rd10n6dh2bpjh")))) + "0rln00jrdwylgq916l00ydsx4a1x279hyyw9cc0q71k35r5xp521")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bithesis") @@ -100727,12 +101260,12 @@ and master theses.") (define-public texlive-bizcard (package (name "texlive-bizcard") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bizcard/" "source/latex/bizcard/" "tex/latex/bizcard/")))) (file-name (git-file-name name version)) @@ -100751,12 +101284,12 @@ normal US card size, 76.2mm x 50.8mm.") (define-public texlive-blkarray (package (name "texlive-blkarray") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/blkarray/" "tex/latex/blkarray/")))) (file-name (git-file-name name version)) (sha256 @@ -100780,12 +101313,12 @@ environments, for specifying sub-arrays of the main array. What's more, the (define-public texlive-block (package (name "texlive-block") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/block/" "tex/latex/block/")))) (file-name (git-file-name name version)) (sha256 @@ -100806,12 +101339,12 @@ margin.") (define-public texlive-blowup (package (name "texlive-blowup") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/blowup/" "source/latex/blowup/" "tex/latex/blowup/")))) (file-name (git-file-name name version)) @@ -100832,19 +101365,19 @@ user-friendly.") (define-public texlive-bnumexpr (package (name "texlive-bnumexpr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bnumexpr/" "source/latex/bnumexpr/" "tex/latex/bnumexpr/")))) (file-name (git-file-name name version)) (sha256 (base32 - "01d91gb1f6iqzh6krc21fc1akvh8w2v3flpq02kig915w7w9r4sn")))) + "1g3f5dg90s3208zb2xqp8pdnc35a6xbg1b3lz0mqmiwlazmg7wzn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bnumexpr") @@ -100858,12 +101391,12 @@ integers, powers, factorials, truncated division and its associated modulo.") (define-public texlive-boites (package (name "texlive-boites") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/boites/" "source/latex/boites/" "tex/latex/boites/")))) (file-name (git-file-name name version)) @@ -100883,12 +101416,12 @@ examples (shaded box, box with a wavy line on its side, etc).") (define-public texlive-bold-extra (package (name "texlive-bold-extra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bold-extra/" "tex/latex/bold-extra/")))) (file-name (git-file-name name version)) @@ -100909,12 +101442,12 @@ a package option.") (define-public texlive-book-of-common-prayer (package (name "texlive-book-of-common-prayer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/book-of-common-prayer/" "tex/latex/book-of-common-prayer/")))) (file-name (git-file-name name version)) @@ -100936,12 +101469,12 @@ to run the macros.") (define-public texlive-bookest (package (name "texlive-bookest") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bookest/" "tex/latex/bookest/")))) (file-name (git-file-name name version)) (sha256 @@ -100960,12 +101493,12 @@ and other minor items.") (define-public texlive-booklet (package (name "texlive-booklet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/booklet/" "source/latex/booklet/" "tex/latex/booklet/")))) (file-name (git-file-name name version)) @@ -100986,12 +101519,12 @@ into a booklet.") (define-public texlive-bookshelf (package (name "texlive-bookshelf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/bookshelf/" "doc/latex/bookshelf/" "doc/man/man1/bookshelf-listallfonts.1" @@ -101017,12 +101550,12 @@ typeface.") (define-public texlive-boolexpr (package (name "texlive-boolexpr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/boolexpr/" "source/latex/boolexpr/" "tex/latex/boolexpr/")))) @@ -101062,12 +101595,12 @@ expression>@} ... ... \\otherwise ... \\endswitch}.") (define-public texlive-bophook (package (name "texlive-bophook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bophook/" "source/latex/bophook/" "tex/latex/bophook/")))) (file-name (git-file-name name version)) @@ -101089,12 +101622,12 @@ style).") (define-public texlive-boxedminipage (package (name "texlive-boxedminipage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/boxedminipage/" "source/latex/boxedminipage/" "tex/latex/boxedminipage/")))) @@ -101119,12 +101652,12 @@ dimensions of the @code{minipage} before typesetting the @code{minipage}.") (define-public texlive-boxhandler (package (name "texlive-boxhandler") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/boxhandler/" "source/latex/boxhandler/" "tex/latex/boxhandler/")))) @@ -101155,12 +101688,12 @@ location.") (define-public texlive-bracketkey (package (name "texlive-bracketkey") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bracketkey/" "tex/latex/bracketkey/")))) (file-name (git-file-name name version)) @@ -101179,12 +101712,12 @@ lists of species.") (define-public texlive-braket (package (name "texlive-braket") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/braket/" "tex/latex/braket/")))) (file-name (git-file-name name version)) (sha256 @@ -101204,12 +101737,12 @@ a fixed-size version and an expanding version.") (define-public texlive-bubblesort (package (name "texlive-bubblesort") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bubblesort/" "source/latex/bubblesort/" "tex/latex/bubblesort/")))) @@ -101232,12 +101765,12 @@ the same permutation to a second list.") (define-public texlive-bullcntr (package (name "texlive-bullcntr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bullcntr/" "source/latex/bullcntr/" "tex/latex/bullcntr/")))) @@ -101269,12 +101802,12 @@ uses, for the purpose, a regular pattern of bullets.") (define-public texlive-bxcalc (package (name "texlive-bxcalc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxcalc/" "tex/latex/bxcalc/")))) (file-name (git-file-name name version)) (sha256 @@ -101296,12 +101829,12 @@ loads the above-mentioned packages internally.") (define-public texlive-bxdpx-beamer (package (name "texlive-bxdpx-beamer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxdpx-beamer/" "tex/latex/bxdpx-beamer/")))) (file-name (git-file-name name version)) @@ -101322,12 +101855,12 @@ commands.") (define-public texlive-bxdvidriver (package (name "texlive-bxdvidriver") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxdvidriver/" "tex/latex/bxdvidriver/")))) (file-name (git-file-name name version)) @@ -101349,12 +101882,12 @@ in both PDF-mode and DVI-mode.") (define-public texlive-bxenclose (package (name "texlive-bxenclose") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxenclose/" "tex/latex/bxenclose/")))) (file-name (git-file-name name version)) @@ -101375,12 +101908,12 @@ the beginning and end of documents.") (define-public texlive-bxnewfont (package (name "texlive-bxnewfont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxnewfont/" "tex/latex/bxnewfont/")))) (file-name (git-file-name name version)) @@ -101401,12 +101934,12 @@ invoking a font command defined by @code{\\newfontx}.") (define-public texlive-bxpapersize (package (name "texlive-bxpapersize") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxpapersize/" "tex/latex/bxpapersize/")))) (file-name (git-file-name name version)) @@ -101426,12 +101959,12 @@ enables LaTeX authors to synchronize both kinds of paper sizes.") (define-public texlive-bxpdfver (package (name "texlive-bxpdfver") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxpdfver/" "tex/latex/bxpdfver/")))) (file-name (git-file-name name version)) (sha256 @@ -101451,12 +101984,12 @@ all major PDF-output engines and @command{dvipdfmx}.") (define-public texlive-bxtexlogo (package (name "texlive-bxtexlogo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/bxtexlogo/" "tex/latex/bxtexlogo/")))) (file-name (git-file-name name version)) @@ -101482,12 +102015,12 @@ provided by the @code{\\hologo} command.") (define-public texlive-calcage (package (name "texlive-calcage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/calcage/" "source/latex/calcage/" "tex/latex/calcage/")))) (file-name (git-file-name name version)) @@ -101508,13 +102041,13 @@ things.") (define-public texlive-calcfrac (package (name "texlive-calcfrac") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/calcfrac/" "tex/generic/calcfrac/")))) (file-name (git-file-name name version)) @@ -101535,12 +102068,12 @@ educational purposes.") (define-public texlive-calctab (package (name "texlive-calctab") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/calctab/" "tex/latex/calctab/")))) (file-name (git-file-name name version)) (sha256 @@ -101560,12 +102093,12 @@ point numeric methods and builds the render table task.") (define-public texlive-calculator (package (name "texlive-calculator") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/calculator/" "source/latex/calculator/" "tex/latex/calculator/")))) @@ -101589,18 +102122,18 @@ package @code{xpicture}, but the numeric abilities of @code{calculator} and (define-public texlive-calculatoritems (package (name "texlive-calculatoritems") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/calculatoritems/" "tex/latex/calculatoritems/")))) (file-name (git-file-name name version)) (sha256 - (base32 "15f0pg1ljqidvzqkjbgcwxsb9i01pz9vbd9wz83zaq1dngz0a4mm")))) + (base32 "14grpsnxh2wssn30dmi7nzrsqrmkbbmp5fmyiz3isx9rnzdwrdyx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/calculatoritems") @@ -101613,12 +102146,12 @@ calculators (Numworks, Casio, Texas instruments, HP).") (define-public texlive-cals (package (name "texlive-cals") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cals/" "source/latex/cals/" "tex/latex/cals/")))) (file-name (git-file-name name version)) @@ -101638,18 +102171,18 @@ supported: padding, background color, width of separation rules.") (define-public texlive-calxxxx-yyyy (package (name "texlive-calxxxx-yyyy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/calxxxx-yyyy/" "tex/latex/calxxxx-yyyy/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0nqqzg1b4hb1kihl02fa3803x906b0b8812wzx11bql624bvsr3f")))) + "1bnsadh10dhqgvjyr4555axd5f1z28h9dz9qr549fnifjhrgrmm8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/calxxxx-yyyy") @@ -101664,12 +102197,12 @@ Monday in the English-speaking world.") (define-public texlive-cancel (package (name "texlive-cancel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cancel/" "tex/latex/cancel/")))) (file-name (git-file-name name version)) (sha256 @@ -101687,12 +102220,12 @@ limits (cancelling a term ``to a value'') through parts of maths formulae.") (define-public texlive-canoniclayout (package (name "texlive-canoniclayout") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/canoniclayout/" "source/latex/canoniclayout/" "tex/latex/canoniclayout/")))) @@ -101713,12 +102246,12 @@ use a canonic layout with the @code{memoir} class.") (define-public texlive-captcont (package (name "texlive-captcont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/captcont/" "source/latex/captcont/" "tex/latex/captcont/")))) @@ -101751,12 +102284,12 @@ commands: @code{\\caption*}, @code{\\captcont}, and @code{\\captcont*}.") (define-public texlive-captdef (package (name "texlive-captdef") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/captdef/" "tex/latex/captdef/")))) (file-name (git-file-name name version)) (sha256 @@ -101778,12 +102311,12 @@ environments.") (define-public texlive-carbohydrates (package (name "texlive-carbohydrates") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/carbohydrates/" "tex/latex/carbohydrates/")))) (file-name (git-file-name name version)) @@ -101804,12 +102337,12 @@ chair...) are supported as well as alpha, beta, and chain isomers.") (define-public texlive-cases (package (name "texlive-cases") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cases/" "tex/latex/cases/")))) (file-name (git-file-name name version)) (sha256 @@ -101831,12 +102364,12 @@ equation number plus a letter.") (define-public texlive-casyl (package (name "texlive-casyl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/casyl/" "fonts/source/public/casyl/" "fonts/tfm/public/casyl/" "tex/latex/casyl/")))) @@ -101857,12 +102390,12 @@ use within a document.") (define-public texlive-catchfilebetweentags (package (name "texlive-catchfilebetweentags") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/catchfilebetweentags/" "source/latex/catchfilebetweentags/" "tex/latex/catchfilebetweentags/")))) @@ -101884,12 +102417,12 @@ docstrip tags.") (define-public texlive-catechis (package (name "texlive-catechis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/catechis/" "source/latex/catechis/" "tex/latex/catechis/")))) @@ -101910,12 +102443,12 @@ is highly (and simply) customizable.") (define-public texlive-catoptions (package (name "texlive-catoptions") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/catoptions/" "tex/latex/catoptions/")))) (file-name (git-file-name name version)) @@ -101939,19 +102472,19 @@ loaded). The package also provides a range of other TeX programming tools.") (define-public texlive-catppuccinpalette (package (name "texlive-catppuccinpalette") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/catppuccinpalette/" "source/latex/catppuccinpalette/" "tex/latex/catppuccinpalette/")))) (file-name (git-file-name name version)) (sha256 - (base32 "18m992i9nxazs3f5mc57j9xkvkm7636hqg9xlrb1s8p8045r2pra")))) + (base32 "1l5y1ybwq9rj10pwdzs3g2xxcj9p83nm3rklp001lig62vd716za")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/catppuccinpalette") @@ -101964,12 +102497,12 @@ Macchiato, Mocha).") (define-public texlive-cbcoptic (package (name "texlive-cbcoptic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cbcoptic/" "fonts/source/public/cbcoptic/" "fonts/tfm/public/cbcoptic/" @@ -101997,12 +102530,12 @@ philological interest.") (define-public texlive-ccaption (package (name "texlive-ccaption") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ccaption/" "source/latex/ccaption/" "tex/latex/ccaption/")))) @@ -102026,12 +102559,12 @@ your own captioning styles.") (define-public texlive-cclicenses (package (name "texlive-cclicenses") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cclicenses/" "source/latex/cclicenses/" "tex/latex/cclicenses/")))) @@ -102052,12 +102585,12 @@ related to CC licences versions 1.0 and 2.0.") (define-public texlive-cd (package (name "texlive-cd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cd/" "source/latex/cd/" "tex/latex/cd/")))) (file-name (git-file-name name version)) @@ -102077,12 +102610,12 @@ a full insert for a CD case (it copes with both normal and slim cases).") (define-public texlive-cd-cover (package (name "texlive-cd-cover") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cd-cover/" "source/latex/cd-cover/" "tex/latex/cd-cover/")))) @@ -102102,12 +102635,12 @@ cases, or an entire paper cover, or a label for a plastic slip-cover.") (define-public texlive-cdcmd (package (name "texlive-cdcmd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cdcmd/" "source/latex/cdcmd/" "tex/latex/cdcmd/")))) (file-name (git-file-name name version)) @@ -102127,12 +102660,12 @@ conditional commands.") (define-public texlive-cdpbundl (package (name "texlive-cdpbundl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cdpbundl/" "source/latex/cdpbundl/" "tex/latex/cdpbundl/")))) @@ -102172,12 +102705,12 @@ ones.") (define-public texlive-cellprops (package (name "texlive-cellprops") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cellprops/" "source/latex/cellprops/" "tex/latex/cellprops/")))) @@ -102198,18 +102731,18 @@ CSS-like selectors and properties.") (define-public texlive-cellspace (package (name "texlive-cellspace") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cellspace/" "tex/latex/cellspace/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0l5kz97vqmd6zrq5i9s7zxss7jlp8c5fviw2rfh132yydm6w9arf")))) + "1v7ndvifq54sa8d7jswvimb2qiha0wdrinyrz81pbrnir0gy3xac")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cellspace") @@ -102224,17 +102757,17 @@ parameters @code{\\cellspacetoplimit} and @code{\\cellspacebottomlimit}.") (define-public texlive-censor (package (name "texlive-censor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/censor/" "tex/latex/censor/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1c46zzjzkf6s10x9vg52bxfz9y2s1c86a3q4a04azyz68sgmn6ks")))) + "1nn7p4hql3nfsawsanaksbqwhw580nvfm48ncqzmnz3bxcypz626")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/censor") @@ -102250,12 +102783,12 @@ completion in the restricted environment).") (define-public texlive-centeredline (package (name "texlive-centeredline") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/centeredline/" "tex/latex/centeredline/")))) (file-name (git-file-name name version)) @@ -102277,12 +102810,12 @@ will get properly centered too.") (define-public texlive-centerlastline (package (name "texlive-centerlastline") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/centerlastline/" "source/latex/centerlastline/" "tex/latex/centerlastline/")))) @@ -102305,12 +102838,12 @@ a large paragraph of text at the end of chapters, prologues, etc.") (define-public texlive-changelayout (package (name "texlive-changelayout") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/changelayout/" "tex/latex/changelayout/")))) (file-name (git-file-name name version)) @@ -102329,18 +102862,18 @@ user to change the layout of individual pages and their texts.") (define-public texlive-changelog (package (name "texlive-changelog") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/changelog/" "tex/latex/changelog/")))) (file-name (git-file-name name version)) (sha256 (base32 - "01yd8g9anr4y7llzjm39qh6rcr1a2lpzijrz13pl3wp8v65107mj")))) + "10a08ks93n1nwzbyghm40dc164bwx6g7sz4ymsxbi7rn8y5srw35")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/changelog") @@ -102354,12 +102887,12 @@ multiple authors, unreleased changes, and yanked (revoked) releases.") (define-public texlive-changes (package (name "texlive-changes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/changes/" "scripts/changes/" "source/latex/changes/" "tex/latex/changes/")))) (file-name (git-file-name name version)) @@ -102367,6 +102900,8 @@ multiple authors, unreleased changes, and yanked (revoked) releases.") (base32 "1vi8fjvnchz6711fb1knh6yy3p7yhjphc32rpga1jbrmj33ycg43")))) (outputs '("out" "doc")) + (properties '((updater-extra-inputs "python-wrapper") + (updater-ignored-inputs "python"))) (build-system texlive-build-system) (inputs (list python-wrapper)) (arguments @@ -102384,7 +102919,7 @@ multiple authors, unreleased changes, and yanked (revoked) releases.") (description "The package allows the user to manually markup changes of text, such as additions, deletions, or replacements. Changed text is shown in a different -color; deleted text is striked out. Additionally, text can be highlighted +color; deleted text is struck out. Additionally, text can be highlighted and/or commented. The package allows free definition of additional authors and their associated color. It also allows you to change the markup of changes, authors, highlights or comments. A Python script is provided for @@ -102394,12 +102929,12 @@ removing the changes.") (define-public texlive-chappg (package (name "texlive-chappg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chappg/" "source/latex/chappg/" "tex/latex/chappg/")))) (file-name (git-file-name name version)) @@ -102419,12 +102954,12 @@ class.") (define-public texlive-chapterfolder (package (name "texlive-chapterfolder") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chapterfolder/" "source/latex/chapterfolder/" "tex/latex/chapterfolder/")))) @@ -102448,12 +102983,12 @@ the name of a folder, for example.") (define-public texlive-cheatsheet (package (name "texlive-cheatsheet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cheatsheet/" "source/latex/cheatsheet/" "tex/latex/cheatsheet/")))) @@ -102472,12 +103007,12 @@ the name of a folder, for example.") (define-public texlive-checkend (package (name "texlive-checkend") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/checkend/" "tex/latex/checkend/")))) (file-name (git-file-name name version)) (sha256 @@ -102499,12 +103034,12 @@ just use the package.") (define-public texlive-chet (package (name "texlive-chet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/chet/" "doc/latex/chet/" "tex/latex/chet/")))) (file-name (git-file-name name version)) @@ -102523,12 +103058,12 @@ look and feel of @code{harvmac} for readers.") (define-public texlive-chextras (package (name "texlive-chextras") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chextras/" "source/latex/chextras/" "tex/latex/chextras/")))) @@ -102550,19 +103085,19 @@ a general purpose package.") (define-public texlive-childdoc (package (name "texlive-childdoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/childdoc/" "source/latex/childdoc/" "tex/latex/childdoc/")))) (file-name (git-file-name name version)) (sha256 (base32 - "15l1jv13c8lprhlqw698zkzz1h54h4nyqvvlhgafkfzrh6jrf6cq")))) + "18rkpjl3fj73fb7c35rcy99awi50v0iswafhqzkibf752ilx0gc2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/childdoc") @@ -102575,12 +103110,12 @@ included by @code{\\include} to individual files.") (define-public texlive-chkfloat (package (name "texlive-chkfloat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chkfloat/" "tex/latex/chkfloat/")))) (file-name (git-file-name name version)) (sha256 @@ -102597,12 +103132,12 @@ included by @code{\\include} to individual files.") (define-public texlive-chletter (package (name "texlive-chletter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chletter/" "source/latex/chletter/" "tex/latex/chletter/")))) @@ -102625,12 +103160,12 @@ a generic document class; it is used with the @code{chextras} package.") (define-public texlive-chronology (package (name "texlive-chronology") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/chronology/" "tex/latex/chronology/")))) (file-name (git-file-name name version)) @@ -102651,12 +103186,12 @@ width.") (define-public texlive-circ (package (name "texlive-circ") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/circ/" "fonts/source/public/circ/" "fonts/tfm/public/circ/" @@ -102682,12 +103217,12 @@ no-one would deny that the PSTricks @code{pst-optic} package, or the MetaPost (define-public texlive-circledsteps (package (name "texlive-circledsteps") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/circledsteps/" "tex/latex/circledsteps/")))) (file-name (git-file-name name version)) @@ -102706,18 +103241,18 @@ text) to mark steps in procedures, exercises, and so on.") (define-public texlive-circledtext (package (name "texlive-circledtext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/circledtext/" "tex/latex/circledtext/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1wh3akfgz44iaryk2xz4l3wl03g3ja472ijvgi9hjpqkzswq8n90")))) + "1fz1ijxa0nw8vxfrfnicsd3jrcia46zzyhd2bf3vq9qkxp6b8k52")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/circledtext") @@ -102730,13 +103265,13 @@ text. Its starred version can produce an inverted version.") (define-public texlive-cidarticle (package (name "texlive-cidarticle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cidarticle/" "source/latex/cidarticle/" "tex/latex/cidarticle/")))) @@ -102756,12 +103291,12 @@ published in the @emph{Commentarii informaticae didacticae} (CID).") (define-public texlive-classics (package (name "texlive-classics") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/classics/" "tex/latex/classics/")))) (file-name (git-file-name name version)) (sha256 @@ -102781,12 +103316,12 @@ with other citation packages.") (define-public texlive-classpack (package (name "texlive-classpack") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/classpack/" "source/support/classpack/" "tex/latex/classpack/")))) @@ -102807,12 +103342,12 @@ the @file{.dtx} and @file{.ins} distribution files expected by end users.") (define-public texlive-clefval (package (name "texlive-clefval") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/clefval/" "source/latex/clefval/" "tex/latex/clefval/")))) (file-name (git-file-name name version)) @@ -102831,12 +103366,12 @@ to define then use pairs of key/value and gives a semblance of a hash.") (define-public texlive-clicks (package (name "texlive-clicks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/clicks/" "source/latex/clicks/" "tex/latex/clicks/")))) (file-name (git-file-name name version)) @@ -102856,12 +103391,12 @@ making it look similar to what PowerPoint can do.") (define-public texlive-clipboard (package (name "texlive-clipboard") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/clipboard/" "tex/latex/clipboard/")))) (file-name (git-file-name name version)) @@ -102881,12 +103416,12 @@ and commands into and across multiple documents. It replaces the (define-public texlive-clistmap (package (name "texlive-clistmap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/clistmap/" "source/latex/clistmap/" "tex/latex/clistmap/")))) @@ -102906,12 +103441,12 @@ is to partition LaTeX3 clists and map differentiatedly across its components.") (define-public texlive-clock (package (name "texlive-clock") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/clock/" "fonts/source/public/clock/" "fonts/tfm/public/clock/" "tex/latex/clock/")))) @@ -102934,12 +103469,12 @@ default uses a custom Metafont font.") (define-public texlive-clrdblpg (package (name "texlive-clrdblpg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/clrdblpg/" "source/latex/clrdblpg/" "tex/latex/clrdblpg/")))) @@ -102960,12 +103495,12 @@ facilities for this.") (define-public texlive-clrstrip (package (name "texlive-clrstrip") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/clrstrip/" "source/latex/clrstrip/" "tex/latex/clrstrip/")))) @@ -102985,12 +103520,12 @@ places its contents into a full page width colour strip.") (define-public texlive-cmdstring (package (name "texlive-cmdstring") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cmdstring/" "tex/latex/cmdstring/")))) (file-name (git-file-name name version)) @@ -103009,12 +103544,12 @@ command @samp{\\foo}), in a reliable way.") (define-public texlive-cmdtrack (package (name "texlive-cmdtrack") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cmdtrack/" "source/latex/cmdtrack/" "tex/latex/cmdtrack/")))) @@ -103038,12 +103573,12 @@ be printed in the TeX log.") (define-public texlive-cmsd (package (name "texlive-cmsd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cmsd/" "tex/latex/cmsd/")))) (file-name (git-file-name name version)) (sha256 @@ -103067,12 +103602,12 @@ makes use of the current ones.") (define-public texlive-cnltx (package (name "texlive-cnltx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/cnltx/" "doc/latex/cnltx/" "makeindex/cnltx/" "tex/latex/cnltx/")))) (file-name (git-file-name name version)) @@ -103095,12 +103630,12 @@ least it provides a number of programming tools.") (define-public texlive-cntformats (package (name "texlive-cntformats") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cntformats/" "tex/latex/cntformats/")))) (file-name (git-file-name name version)) @@ -103119,12 +103654,12 @@ patterns. These patterns do not affect normal LaTeX treatment of counters.") (define-public texlive-cntperchap (package (name "texlive-cntperchap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cntperchap/" "tex/latex/cntperchap/")))) (file-name (git-file-name name version)) @@ -103146,12 +103681,12 @@ needed.") (define-public texlive-codebox (package (name "texlive-codebox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/codebox/" "tex/latex/codebox/")))) (file-name (git-file-name name version)) (sha256 @@ -103172,18 +103707,18 @@ a comment at the bottom of the fancy box.") (define-public texlive-codedescribe (package (name "texlive-codedescribe") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/codedescribe/" "tex/latex/codedescribe/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0cvplm5ayjp73iyps8rppd8rbdgy0smqv3d194lkmv3wny6lzgja")))) + (base32 "0sbqyzacws7vypaxk7b3746lic1d2pap18kcb4as7phsmklzqwl0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/codedescribe") @@ -103200,12 +103735,12 @@ underlying macros, so that it can be used with any document class.") (define-public texlive-codedoc (package (name "texlive-codedoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/codedoc/" "tex/latex/codedoc/")))) (file-name (git-file-name name version)) (sha256 @@ -103229,12 +103764,12 @@ to execute it.") (define-public texlive-codehigh (package (name "texlive-codehigh") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/codehigh/" "tex/latex/codehigh/")))) (file-name (git-file-name name version)) (sha256 @@ -103256,12 +103791,12 @@ is much more powerful and faster than @code{l3regex}.") (define-public texlive-codepage (package (name "texlive-codepage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/codepage/" "source/latex/codepage/" "tex/latex/codepage/")))) @@ -103281,12 +103816,12 @@ job is mostly done by the @code{inputenc} package in the LaTeX distribution.") (define-public texlive-codesection (package (name "texlive-codesection") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/codesection/" "source/latex/codesection/" "tex/latex/codesection/")))) @@ -103309,12 +103844,12 @@ a template are executed.") (define-public texlive-collcell (package (name "texlive-collcell") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/collcell/" "source/latex/collcell/" "tex/latex/collcell/")))) @@ -103339,12 +103874,12 @@ inside the cells.") (define-public texlive-colophon (package (name "texlive-colophon") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/colophon/" "source/latex/colophon/" "tex/latex/colophon/")))) @@ -103370,12 +103905,12 @@ manual code.") (define-public texlive-color-edits (package (name "texlive-color-edits") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/color-edits/" "source/latex/color-edits/" "tex/latex/color-edits/")))) @@ -103398,12 +103933,12 @@ colorful edits and comments, and showing text whose deletion was proposed.") (define-public texlive-colordoc (package (name "texlive-colordoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/colordoc/" "source/latex/colordoc/" "tex/latex/colordoc/")))) @@ -103427,12 +103962,12 @@ designed for printing (which numbers delimiters and underlines new commands).") (define-public texlive-colorframed (package (name "texlive-colorframed") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/colorframed/" "tex/latex/colorframed/")))) (file-name (git-file-name name version)) @@ -103451,12 +103986,12 @@ environments of the @code{framed} package.") (define-public texlive-colorinfo (package (name "texlive-colorinfo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/colorinfo/" "tex/latex/colorinfo/")))) (file-name (git-file-name name version)) @@ -103474,12 +104009,12 @@ environments of the @code{framed} package.") (define-public texlive-coloring (package (name "texlive-coloring") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/coloring/" "tex/latex/coloring/")))) (file-name (git-file-name name version)) (sha256 @@ -103499,12 +104034,12 @@ a color.") (define-public texlive-colorspace (package (name "texlive-colorspace") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/colorspace/" "tex/latex/colorspace/")))) (file-name (git-file-name name version)) @@ -103523,12 +104058,12 @@ overprinting are supported.") (define-public texlive-colortab (package (name "texlive-colortab") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/colortab/" "tex/generic/colortab/")))) (file-name (git-file-name name version)) @@ -103552,12 +104087,12 @@ an adequate solution for use with Plain TeX.") (define-public texlive-colorwav (package (name "texlive-colorwav") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/colorwav/" "source/latex/colorwav/" "tex/latex/colorwav/")))) @@ -103581,12 +104116,12 @@ available within @code{xcolor}.") (define-public texlive-colorweb (package (name "texlive-colorweb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/colorweb/" "source/latex/colorweb/" "tex/latex/colorweb/")))) @@ -103606,12 +104141,12 @@ available within @code{xcolor}.") (define-public texlive-colourchange (package (name "texlive-colourchange") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/colourchange/" "tex/latex/colourchange/")))) (file-name (git-file-name name version)) @@ -103633,12 +104168,12 @@ presentation you are.") (define-public texlive-combelow (package (name "texlive-combelow") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/combelow/" "tex/latex/combelow/")))) (file-name (git-file-name name version)) (sha256 @@ -103657,12 +104192,12 @@ robust, but interferes with hyphenation.") (define-public texlive-combine (package (name "texlive-combine") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/combine/" "source/latex/combine/" "tex/latex/combine/")))) (file-name (git-file-name name version)) @@ -103684,12 +104219,12 @@ with the @code{abstract} and @code{titling} packages.") (define-public texlive-comma (package (name "texlive-comma") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/comma/" "tex/latex/comma/")))) (file-name (git-file-name name version)) (sha256 @@ -103707,12 +104242,12 @@ else) to be inserted every three digits in a number, as in @samp{1,234}.") (define-public texlive-commado (package (name "texlive-commado") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/commado/" "source/generic/commado/" "tex/generic/commado/")))) @@ -103740,19 +104275,19 @@ These loop'-like commands are (themselves) entirely expandable.") (define-public texlive-commalists-tools (package (name "texlive-commalists-tools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/commalists-tools/" "tex/latex/commalists-tools/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0xdxj74nv33d6791gbx7clz1wli0v2p0m7w9k31lw9igh45kiip6")))) + (base32 "0mz8iykldjg4622ykd67xb3ik0lnv2afld7glmlafmjq3zp9da2k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/commalists-tools") @@ -103765,12 +104300,12 @@ comma-separated lists (adding, removing, counting, etc.).") (define-public texlive-commedit (package (name "texlive-commedit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/commedit/" "source/latex/commedit/" "tex/latex/commedit/")))) @@ -103791,12 +104326,12 @@ a teacher's book is a page from the textbook and comments for the teacher.") (define-public texlive-commonunicode (package (name "texlive-commonunicode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/commonunicode/" "tex/latex/commonunicode/")))) (file-name (git-file-name name version)) @@ -103817,12 +104352,12 @@ engines (LuaTeX, XeTeX) as well as traditional ones (TeX, pdfTeX).") (define-public texlive-competences (package (name "texlive-competences") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/competences/" "source/latex/competences/" "tex/latex/competences/")))) @@ -103845,12 +104380,12 @@ summarizes the skills assessed, and in what proportions.") (define-public texlive-concepts (package (name "texlive-concepts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/concepts/" "tex/latex/concepts/")))) (file-name (git-file-name name version)) (sha256 @@ -103872,12 +104407,12 @@ throughout the document.") (define-public texlive-concprog (package (name "texlive-concprog") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/concprog/" "tex/latex/concprog/")))) (file-name (git-file-name name version)) (sha256 @@ -103895,12 +104430,12 @@ throughout the document.") (define-public texlive-conditext (package (name "texlive-conditext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/conditext/" "tex/latex/conditext/")))) (file-name (git-file-name name version)) @@ -103936,12 +104471,12 @@ a condition property to match with one or more substitutable forms.") (define-public texlive-constants (package (name "texlive-constants") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/constants/" "source/latex/constants/" "tex/latex/constants/")))) @@ -103962,12 +104497,12 @@ families of constants (with different symbols) may be defined.") (define-public texlive-continue (package (name "texlive-continue") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/continue/" "source/latex/continue/" "tex/latex/continue/")))) @@ -103989,12 +104524,12 @@ at any point.") (define-public texlive-contour (package (name "texlive-contour") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/contour/" "source/latex/contour/" "tex/latex/contour/")))) (file-name (git-file-name name version)) @@ -104014,12 +104549,12 @@ around the text.") (define-public texlive-contracard (package (name "texlive-contracard") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/contracard/" "source/latex/contracard/" "tex/latex/contracard/")))) @@ -104040,13 +104575,13 @@ for the same.") (define-public texlive-contract (package (name "texlive-contract") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/contract/" "source/latex/contract/" "tex/latex/contract/")))) @@ -104072,12 +104607,12 @@ specifications, for example.") (define-public texlive-conv-xkv (package (name "texlive-conv-xkv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/conv-xkv/" "source/latex/conv-xkv/" "tex/latex/conv-xkv/")))) @@ -104100,13 +104635,13 @@ converts the new notation to @code{xkeyval} notation and passes it on to (define-public texlive-convert-jpfonts (package (name "texlive-convert-jpfonts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/convert-jpfonts/" "tex/latex/convert-jpfonts/")))) (file-name (git-file-name name version)) @@ -104125,12 +104660,12 @@ characters don't render properly in a Japanese font.") (define-public texlive-cooking (package (name "texlive-cooking") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cooking/" "source/latex/cooking/" "tex/latex/cooking/")))) (file-name (git-file-name name version)) @@ -104149,12 +104684,12 @@ German cookery book.") (define-public texlive-cooking-units (package (name "texlive-cooking-units") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cooking-units/" "source/latex/cooking-units/" "tex/latex/cooking-units/")))) @@ -104175,12 +104710,12 @@ example @samp{dag} to @samp{g}).") (define-public texlive-cool (package (name "texlive-cool") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cool/" "source/latex/cool/" "tex/latex/cool/")))) (file-name (git-file-name name version)) @@ -104204,12 +104739,12 @@ code) is greatly simplified.") (define-public texlive-coolfn (package (name "texlive-coolfn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/coolfn/" "tex/latex/coolfn/")))) (file-name (git-file-name name version)) (sha256 @@ -104227,12 +104762,12 @@ hanging indents to make them look nicer.") (define-public texlive-coollist (package (name "texlive-coollist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/coollist/" "source/latex/coollist/" "tex/latex/coollist/")))) @@ -104256,12 +104791,12 @@ within the list (the index of the item).") (define-public texlive-coolstr (package (name "texlive-coolstr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/coolstr/" "source/latex/coolstr/" "tex/latex/coolstr/")))) (file-name (git-file-name name version)) @@ -104284,12 +104819,12 @@ data.") (define-public texlive-coolthms (package (name "texlive-coolthms") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/coolthms/" "source/latex/coolthms/" "tex/latex/coolthms/")))) @@ -104311,12 +104846,12 @@ provides other theorem markup commands.") (define-public texlive-cooltooltips (package (name "texlive-cooltooltips") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cooltooltips/" "source/latex/cooltooltips/" "tex/latex/cooltooltips/")))) @@ -104339,12 +104874,12 @@ answers.") (define-public texlive-coop-writing (package (name "texlive-coop-writing") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/coop-writing/" "source/latex/coop-writing/" "tex/latex/coop-writing/")))) @@ -104377,12 +104912,12 @@ publishers styles.") (define-public texlive-coordsys (package (name "texlive-coordsys") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/coordsys/" "source/latex/coordsys/" "tex/latex/coordsys/")))) @@ -104405,12 +104940,12 @@ examples of drawing graphs (coordinate tables created by Maple), using the (define-public texlive-copyedit (package (name "texlive-copyedit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/copyedit/" "source/latex/copyedit/" "tex/latex/copyedit/")))) @@ -104443,12 +104978,12 @@ features available in the package: (define-public texlive-copyrightbox (package (name "texlive-copyrightbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/copyrightbox/" "tex/latex/copyrightbox/")))) (file-name (git-file-name name version)) @@ -104467,12 +105002,12 @@ a copyright notice relating to the matter created by the image command.") (define-public texlive-coseoul (package (name "texlive-coseoul") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/coseoul/" "tex/latex/coseoul/")))) (file-name (git-file-name name version)) (sha256 @@ -104490,12 +105025,12 @@ a copyright notice relating to the matter created by the image command.") (define-public texlive-counttexruns (package (name "texlive-counttexruns") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/counttexruns/" "source/latex/counttexruns/" "tex/latex/counttexruns/")))) @@ -104516,12 +105051,12 @@ in an external file. To print the count, can use the macro (define-public texlive-courseoutline (package (name "texlive-courseoutline") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/courseoutline/" "tex/latex/courseoutline/")))) (file-name (git-file-name name version)) @@ -104543,12 +105078,12 @@ needs to be repeated often.") (define-public texlive-coursepaper (package (name "texlive-coursepaper") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/coursepaper/" "tex/latex/coursepaper/")))) (file-name (git-file-name name version)) @@ -104570,12 +105105,12 @@ in a uniform design to ease the task of marking.") (define-public texlive-coverpage (package (name "texlive-coverpage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/coverpage/" "source/latex/coverpage/" "tex/latex/coverpage/")))) @@ -104604,12 +105139,12 @@ layout.") (define-public texlive-cprotect (package (name "texlive-cprotect") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cprotect/" "source/latex/cprotect/" "tex/latex/cprotect/")))) @@ -104632,12 +105167,12 @@ the behavior of fragile environments. Moving arguments, and corresponding (define-public texlive-cprotectinside (package (name "texlive-cprotectinside") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cprotectinside/" "tex/latex/cprotectinside/")))) (file-name (git-file-name name version)) @@ -104656,12 +105191,12 @@ verbatim-like commands inside arbitrary parameters.") (define-public texlive-crbox (package (name "texlive-crbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/crbox/" "tex/latex/crbox/")))) (file-name (git-file-name name version)) (sha256 @@ -104679,12 +105214,12 @@ crossing lines at the corners.") (define-public texlive-crossreference (package (name "texlive-crossreference") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/crossreference/" "source/latex/crossreference/" "tex/latex/crossreference/")))) @@ -104704,12 +105239,12 @@ which may be listed in a table of cross-references.") (define-public texlive-crossreftools (package (name "texlive-crossreftools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/crossreftools/" "tex/latex/crossreftools/")))) (file-name (git-file-name name version)) @@ -104728,12 +105263,12 @@ those from @code{cleveref}, in an expandable manner.") (define-public texlive-css-colors (package (name "texlive-css-colors") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/css-colors/" "tex/latex/css-colors/")))) (file-name (git-file-name name version)) @@ -104753,12 +105288,12 @@ color themes).") (define-public texlive-csvmerge (package (name "texlive-csvmerge") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/csvmerge/" "source/latex/csvmerge/" "tex/latex/csvmerge/")))) @@ -104782,12 +105317,12 @@ if the field is empty or not.") (define-public texlive-csvsimple (package (name "texlive-csvsimple") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/csvsimple/" "tex/latex/csvsimple/")))) (file-name (git-file-name name version)) @@ -104809,12 +105344,12 @@ data sorting or data base storage.") (define-public texlive-cuisine (package (name "texlive-cuisine") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cuisine/" "source/latex/cuisine/" "tex/latex/cuisine/")))) (file-name (git-file-name name version)) @@ -104833,12 +105368,12 @@ step (somewhat similarly to the layout used in cooking).") (define-public texlive-currency (package (name "texlive-currency") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/currency/" "source/latex/currency/" "tex/latex/currency/")))) @@ -104858,18 +105393,18 @@ various formatting capabilities.") (define-public texlive-curriculum-vitae (package (name "texlive-curriculum-vitae") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/curriculum-vitae/" "tex/latex/curriculum-vitae/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1ivj3in46x8lxkga9y1ni8m5v2zvf0i0b23c8s259kbpzs0j8zdl")))) + (base32 "0spyl52ynq2hfhwsi6q5030invya1ilz3vl32f9sl5zd85bhx0wk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/curriculum-vitae") @@ -104882,12 +105417,12 @@ resumes using LaTeX.") (define-public texlive-currvita (package (name "texlive-currvita") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/currvita/" "source/latex/currvita/" "tex/latex/currvita/")))) @@ -104908,12 +105443,12 @@ form part of another document (such as a letter, or a dissertation).") (define-public texlive-cutwin (package (name "texlive-cutwin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cutwin/" "source/latex/cutwin/" "tex/latex/cutwin/")))) (file-name (git-file-name name version)) @@ -104933,12 +105468,12 @@ or may have other sorts of shape.") (define-public texlive-cv (package (name "texlive-cv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cv/" "tex/latex/cv/")))) (file-name (git-file-name name version)) (sha256 @@ -104957,12 +105492,12 @@ to use, while the package provides the detailed formatting.") (define-public texlive-cv4tw (package (name "texlive-cv4tw") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cv4tw/" "tex/latex/cv4tw/")))) (file-name (git-file-name name version)) (sha256 @@ -104981,12 +105516,12 @@ offers some guidance.") (define-public texlive-cweb-latex (package (name "texlive-cweb-latex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cweb-latex/" "tex/latex/cweb-latex/")))) (file-name (git-file-name name version)) @@ -105006,12 +105541,12 @@ with LaTeX.") (define-public texlive-cyber (package (name "texlive-cyber") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cyber/" "source/latex/cyber/" "tex/latex/cyber/")))) (file-name (git-file-name name version)) @@ -105033,12 +105568,12 @@ it.") (define-public texlive-cybercic (package (name "texlive-cybercic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/cybercic/" "source/latex/cybercic/" "tex/latex/cybercic/")))) @@ -105063,12 +105598,12 @@ formatting in your section titles. So don't use cybercic unless you need to.") (define-public texlive-darkmode (package (name "texlive-darkmode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/darkmode/" "source/latex/darkmode/" "tex/latex/darkmode/")))) @@ -105090,12 +105625,12 @@ light mode if it has a dark font with a light background.") (define-public texlive-dashbox (package (name "texlive-dashbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dashbox/" "source/latex/dashbox/" "tex/latex/dashbox/")))) (file-name (git-file-name name version)) @@ -105115,12 +105650,12 @@ of) vertical stacks of boxes.") (define-public texlive-dashundergaps (package (name "texlive-dashundergaps") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dashundergaps/" "source/latex/dashundergaps/" "tex/latex/dashundergaps/")))) @@ -105143,12 +105678,12 @@ evaluation sheets.") (define-public texlive-dataref (package (name "texlive-dataref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dataref/" "tex/latex/dataref/")))) (file-name (git-file-name name version)) (sha256 @@ -105167,12 +105702,12 @@ the project report develops).") (define-public texlive-datax (package (name "texlive-datax") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datax/" "source/latex/datax/" "tex/latex/datax/")))) (file-name (git-file-name name version)) @@ -105192,12 +105727,12 @@ import those graphics into a LaTeX document.") (define-public texlive-dateiliste (package (name "texlive-dateiliste") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dateiliste/" "source/latex/dateiliste/" "tex/latex/dateiliste/")))) @@ -105219,12 +105754,12 @@ data for printing in the file list.") (define-public texlive-datenumber (package (name "texlive-datenumber") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datenumber/" "source/latex/datenumber/" "tex/latex/datenumber/")))) @@ -105245,12 +105780,12 @@ Leap years and the Gregorian calendar reform are considered.") (define-public texlive-datestamp (package (name "texlive-datestamp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/datestamp/" "source/lualatex/datestamp/" "tex/lualatex/datestamp/")))) @@ -105271,12 +105806,12 @@ the date-stamp generated with this package remains intact.") (define-public texlive-datetime2-bahasai (package (name "texlive-datetime2-bahasai") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-bahasai/" "source/latex/datetime2-bahasai/" "tex/latex/datetime2-bahasai/")))) @@ -105297,12 +105832,12 @@ currently unmaintained.") (define-public texlive-datetime2-basque (package (name "texlive-datetime2-basque") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-basque/" "source/latex/datetime2-basque/" "tex/latex/datetime2-basque/")))) @@ -105322,12 +105857,12 @@ currently unmaintained.") (define-public texlive-datetime2-breton (package (name "texlive-datetime2-breton") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-breton/" "source/latex/datetime2-breton/" "tex/latex/datetime2-breton/")))) @@ -105348,12 +105883,12 @@ currently unmaintained.") (define-public texlive-datetime2-bulgarian (package (name "texlive-datetime2-bulgarian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-bulgarian/" "source/latex/datetime2-bulgarian/" "tex/latex/datetime2-bulgarian/")))) @@ -105374,12 +105909,12 @@ currently unmaintained.") (define-public texlive-datetime2-catalan (package (name "texlive-datetime2-catalan") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-catalan/" "source/latex/datetime2-catalan/" "tex/latex/datetime2-catalan/")))) @@ -105400,12 +105935,12 @@ unmaintained.") (define-public texlive-datetime2-croatian (package (name "texlive-datetime2-croatian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-croatian/" "source/latex/datetime2-croatian/" "tex/latex/datetime2-croatian/")))) @@ -105425,12 +105960,12 @@ unmaintained.") (define-public texlive-datetime2-czech (package (name "texlive-datetime2-czech") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-czech/" "source/latex/datetime2-czech/" "tex/latex/datetime2-czech/")))) @@ -105451,12 +105986,12 @@ currently unmaintained.") (define-public texlive-datetime2-danish (package (name "texlive-datetime2-danish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-danish/" "source/latex/datetime2-danish/" "tex/latex/datetime2-danish/")))) @@ -105477,12 +106012,12 @@ currently unmaintained.") (define-public texlive-datetime2-dutch (package (name "texlive-datetime2-dutch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-dutch/" "source/latex/datetime2-dutch/" "tex/latex/datetime2-dutch/")))) @@ -105503,12 +106038,12 @@ currently unmaintained.") (define-public texlive-datetime2-en-fulltext (package (name "texlive-datetime2-en-fulltext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-en-fulltext/" "source/latex/datetime2-en-fulltext/" "tex/latex/datetime2-en-fulltext/")))) @@ -105536,12 +106071,12 @@ bookmarks or in the argument of certain commands, such as (define-public texlive-datetime2-english (package (name "texlive-datetime2-english") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-english/" "source/latex/datetime2-english/" "tex/latex/datetime2-english/")))) @@ -105563,12 +106098,12 @@ zone mapping setting is on.") (define-public texlive-datetime2-esperanto (package (name "texlive-datetime2-esperanto") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-esperanto/" "source/latex/datetime2-esperanto/" "tex/latex/datetime2-esperanto/")))) @@ -105589,12 +106124,12 @@ currently unmaintained.") (define-public texlive-datetime2-estonian (package (name "texlive-datetime2-estonian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-estonian/" "source/latex/datetime2-estonian/" "tex/latex/datetime2-estonian/")))) @@ -105615,12 +106150,12 @@ currently unmaintained.") (define-public texlive-datetime2-finnish (package (name "texlive-datetime2-finnish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-finnish/" "source/latex/datetime2-finnish/" "tex/latex/datetime2-finnish/")))) @@ -105640,12 +106175,12 @@ currently unmaintained.") (define-public texlive-datetime2-french (package (name "texlive-datetime2-french") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-french/" "source/latex/datetime2-french/" "tex/latex/datetime2-french/")))) @@ -105665,12 +106200,12 @@ currently unmaintained.") (define-public texlive-datetime2-galician (package (name "texlive-datetime2-galician") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-galician/" "source/latex/datetime2-galician/" "tex/latex/datetime2-galician/")))) @@ -105691,12 +106226,12 @@ currently unmaintained.") (define-public texlive-datetime2-german (package (name "texlive-datetime2-german") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-german/" "source/latex/datetime2-german/" "tex/latex/datetime2-german/")))) @@ -105716,12 +106251,12 @@ currently unmaintained.") (define-public texlive-datetime2-greek (package (name "texlive-datetime2-greek") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-greek/" "source/latex/datetime2-greek/" "tex/latex/datetime2-greek/")))) @@ -105742,12 +106277,12 @@ currently unmaintained.") (define-public texlive-datetime2-hebrew (package (name "texlive-datetime2-hebrew") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-hebrew/" "source/latex/datetime2-hebrew/" "tex/latex/datetime2-hebrew/")))) @@ -105768,12 +106303,12 @@ currently unmaintained.") (define-public texlive-datetime2-icelandic (package (name "texlive-datetime2-icelandic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-icelandic/" "source/latex/datetime2-icelandic/" "tex/latex/datetime2-icelandic/")))) @@ -105794,12 +106329,12 @@ currently unmaintained.") (define-public texlive-datetime2-irish (package (name "texlive-datetime2-irish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-irish/" "source/latex/datetime2-irish/" "tex/latex/datetime2-irish/")))) @@ -105820,12 +106355,12 @@ currently unmaintained.") (define-public texlive-datetime2-it-fulltext (package (name "texlive-datetime2-it-fulltext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-it-fulltext/" "source/latex/datetime2-it-fulltext/" "tex/latex/datetime2-it-fulltext/")))) @@ -105848,12 +106383,12 @@ uses a format ``am pm'', the second a format ``24 hours''.") (define-public texlive-datetime2-italian (package (name "texlive-datetime2-italian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-italian/" "source/latex/datetime2-italian/" "tex/latex/datetime2-italian/")))) @@ -105873,12 +106408,12 @@ uses a format ``am pm'', the second a format ``24 hours''.") (define-public texlive-datetime2-latin (package (name "texlive-datetime2-latin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-latin/" "source/latex/datetime2-latin/" "tex/latex/datetime2-latin/")))) @@ -105899,12 +106434,12 @@ currently unmaintained.") (define-public texlive-datetime2-lsorbian (package (name "texlive-datetime2-lsorbian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-lsorbian/" "source/latex/datetime2-lsorbian/" "tex/latex/datetime2-lsorbian/")))) @@ -105925,12 +106460,12 @@ currently unmaintained.") (define-public texlive-datetime2-magyar (package (name "texlive-datetime2-magyar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-magyar/" "source/latex/datetime2-magyar/" "tex/latex/datetime2-magyar/")))) @@ -105951,12 +106486,12 @@ currently unmaintained.") (define-public texlive-datetime2-norsk (package (name "texlive-datetime2-norsk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-norsk/" "source/latex/datetime2-norsk/" "tex/latex/datetime2-norsk/")))) @@ -105977,12 +106512,12 @@ currently unmaintained.") (define-public texlive-datetime2-polish (package (name "texlive-datetime2-polish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-polish/" "source/latex/datetime2-polish/" "tex/latex/datetime2-polish/")))) @@ -106003,12 +106538,12 @@ currently unmaintained.") (define-public texlive-datetime2-portuges (package (name "texlive-datetime2-portuges") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-portuges/" "source/latex/datetime2-portuges/" "tex/latex/datetime2-portuges/")))) @@ -106029,12 +106564,12 @@ currently unmaintained.") (define-public texlive-datetime2-romanian (package (name "texlive-datetime2-romanian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-romanian/" "source/latex/datetime2-romanian/" "tex/latex/datetime2-romanian/")))) @@ -106054,12 +106589,12 @@ currently unmaintained.") (define-public texlive-datetime2-russian (package (name "texlive-datetime2-russian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-russian/" "source/latex/datetime2-russian/" "tex/latex/datetime2-russian/")))) @@ -106080,12 +106615,12 @@ currently unmaintained.") (define-public texlive-datetime2-samin (package (name "texlive-datetime2-samin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-samin/" "source/latex/datetime2-samin/" "tex/latex/datetime2-samin/")))) @@ -106106,12 +106641,12 @@ currently unmaintained.") (define-public texlive-datetime2-scottish (package (name "texlive-datetime2-scottish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-scottish/" "source/latex/datetime2-scottish/" "tex/latex/datetime2-scottish/")))) @@ -106132,12 +106667,12 @@ currently unmaintained.") (define-public texlive-datetime2-serbian (package (name "texlive-datetime2-serbian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-serbian/" "source/latex/datetime2-serbian/" "tex/latex/datetime2-serbian/")))) @@ -106159,12 +106694,12 @@ regionalized and non-regionalized.") (define-public texlive-datetime2-slovak (package (name "texlive-datetime2-slovak") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-slovak/" "source/latex/datetime2-slovak/" "tex/latex/datetime2-slovak/")))) @@ -106185,12 +106720,12 @@ currently unmaintained.") (define-public texlive-datetime2-slovene (package (name "texlive-datetime2-slovene") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-slovene/" "source/latex/datetime2-slovene/" "tex/latex/datetime2-slovene/")))) @@ -106211,12 +106746,12 @@ currently unmaintained.") (define-public texlive-datetime2-spanish (package (name "texlive-datetime2-spanish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-spanish/" "source/latex/datetime2-spanish/" "tex/latex/datetime2-spanish/")))) @@ -106237,12 +106772,12 @@ currently unmaintained.") (define-public texlive-datetime2-swedish (package (name "texlive-datetime2-swedish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-swedish/" "source/latex/datetime2-swedish/" "tex/latex/datetime2-swedish/")))) @@ -106263,12 +106798,12 @@ currently unmaintained.") (define-public texlive-datetime2-turkish (package (name "texlive-datetime2-turkish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-turkish/" "source/latex/datetime2-turkish/" "tex/latex/datetime2-turkish/")))) @@ -106289,12 +106824,12 @@ currently unmaintained.") (define-public texlive-datetime2-ukrainian (package (name "texlive-datetime2-ukrainian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-ukrainian/" "source/latex/datetime2-ukrainian/" "tex/latex/datetime2-ukrainian/")))) @@ -106314,12 +106849,12 @@ currently unmaintained.") (define-public texlive-datetime2-usorbian (package (name "texlive-datetime2-usorbian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-usorbian/" "source/latex/datetime2-usorbian/" "tex/latex/datetime2-usorbian/")))) @@ -106340,12 +106875,12 @@ currently unmaintained.") (define-public texlive-datetime2-welsh (package (name "texlive-datetime2-welsh") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/datetime2-welsh/" "source/latex/datetime2-welsh/" "tex/latex/datetime2-welsh/")))) @@ -106366,12 +106901,12 @@ currently unmaintained.") (define-public texlive-dblfloatfix (package (name "texlive-dblfloatfix") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dblfloatfix/" "tex/latex/dblfloatfix/")))) (file-name (git-file-name name version)) @@ -106391,12 +106926,12 @@ actually merges facilities from @code{fixltx2e} and @code{stfloats}.") (define-public texlive-dbshow (package (name "texlive-dbshow") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dbshow/" "source/latex/dbshow/" "tex/latex/dbshow/")))) (file-name (git-file-name name version)) @@ -106421,12 +106956,12 @@ for more interesting tasks depending on the individual.") (define-public texlive-debate (package (name "texlive-debate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/debate/" "source/latex/debate/" "tex/latex/debate/")))) (file-name (git-file-name name version)) @@ -106452,12 +106987,12 @@ within the text.") (define-public texlive-decimal (package (name "texlive-decimal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/decimal/" "source/latex/decimal/" "tex/latex/decimal/")))) (file-name (git-file-name name version)) @@ -106476,13 +107011,13 @@ raised decimal point, instead of the American-style period.") (define-public texlive-decimalcomma (package (name "texlive-decimalcomma") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/decimalcomma/" "source/latex/decimalcomma/" "tex/latex/decimalcomma/")))) @@ -106504,12 +107039,12 @@ lighter, and several compatibility issues have been fixed.") (define-public texlive-decorule (package (name "texlive-decorule") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/decorule/" "source/latex/decorule/" "tex/latex/decorule/")))) @@ -106530,12 +107065,12 @@ without the need to install any additional software or fonts.") (define-public texlive-delimtxt (package (name "texlive-delimtxt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/delimtxt/" "source/latex/delimtxt/" "tex/latex/delimtxt/")))) @@ -106556,18 +107091,18 @@ the like, making it easier to export the data file from MS-Excel/MS-Word") (define-public texlive-democodetools (package (name "texlive-democodetools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/democodetools/" "tex/latex/democodetools/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0fr37dqqvccr8vfkkqmgds7da0cwhlwlrgh4vzx49kq9l66m78n3")))) + "1k1kvlvk10lcrpipm9bqkjvhsfgwxbjym7i2yh7y20sy8haml987")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/democodetools") @@ -106579,12 +107114,12 @@ the like, making it easier to export the data file from MS-Excel/MS-Word") (define-public texlive-diabetes-logbook (package (name "texlive-diabetes-logbook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/diabetes-logbook/" "tex/latex/diabetes-logbook/")))) (file-name (git-file-name name version)) @@ -106608,12 +107143,12 @@ as well as counting/estimating carbs, protein, and fat.") (define-public texlive-diagnose (package (name "texlive-diagnose") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/diagnose/" "tex/latex/diagnose/")))) (file-name (git-file-name name version)) (sha256 @@ -106632,12 +107167,12 @@ that examines the installation is available.") (define-public texlive-dialogl (package (name "texlive-dialogl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dialogl/" "source/latex/dialogl/" "tex/latex/dialogl/")))) (file-name (git-file-name name version)) @@ -106657,12 +107192,12 @@ to write macros to carry on a dialogue with the user.") (define-public texlive-dichokey (package (name "texlive-dichokey") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dichokey/" "tex/latex/dichokey/")))) (file-name (git-file-name name version)) (sha256 @@ -106681,12 +107216,12 @@ and indentation of successive key steps automatically.") (define-public texlive-dimnum (package (name "texlive-dimnum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dimnum/" "source/latex/dimnum/" "tex/latex/dimnum/")))) (file-name (git-file-name name version)) @@ -106705,12 +107240,12 @@ mode.") (define-public texlive-directory (package (name "texlive-directory") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/directory/" "bibtex/bst/directory/" "doc/latex/directory/" @@ -106731,12 +107266,12 @@ maintenance and exploitation of an address book-like database.") (define-public texlive-dirtytalk (package (name "texlive-dirtytalk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dirtytalk/" "source/latex/dirtytalk/" "tex/latex/dirtytalk/")))) @@ -106757,12 +107292,12 @@ quotations are detected.") (define-public texlive-dlfltxb (package (name "texlive-dlfltxb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/dlfltxb/" "doc/latex/dlfltxb/" "tex/latex/dlfltxb/")))) (file-name (git-file-name name version)) @@ -106799,12 +107334,12 @@ the macro used in the bibliography that can wrap a URL up into a BibTeX entry. (define-public texlive-dnaseq (package (name "texlive-dnaseq") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dnaseq/" "source/latex/dnaseq/" "tex/latex/dnaseq/")))) (file-name (git-file-name name version)) @@ -106825,12 +107360,12 @@ consider the @code{seqsplit} package.") (define-public texlive-doclicense (package (name "texlive-doclicense") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/doclicense/" "source/latex/doclicense/" "tex/latex/doclicense/")))) @@ -106852,12 +107387,12 @@ handle all kinds of licenses.") (define-public texlive-docmfp (package (name "texlive-docmfp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/docmfp/" "source/latex/docmfp/" "tex/latex/docmfp/")))) (file-name (git-file-name name version)) @@ -106876,12 +107411,12 @@ non-LaTeX code, such as Metafont or MetaPost, or other programming languages.") (define-public texlive-docmute (package (name "texlive-docmute") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/docmute/" "source/latex/docmute/" "tex/latex/docmute/")))) (file-name (git-file-name name version)) @@ -106901,12 +107436,12 @@ everything but the material between @code{\\begin@{document@}} and (define-public texlive-docshots (package (name "texlive-docshots") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/docshots/" "source/latex/docshots/" "tex/latex/docshots/")))) @@ -106929,12 +107464,12 @@ documentation or in @file{.tex} files.") (define-public texlive-doctools (package (name "texlive-doctools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/doctools/" "source/latex/doctools/" "tex/latex/doctools/")))) @@ -106954,12 +107489,12 @@ LaTeX document, or within a @file{.dtx} file.") (define-public texlive-documentation (package (name "texlive-documentation") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/documentation/" "source/latex/documentation/" "tex/latex/documentation/")))) @@ -106979,12 +107514,12 @@ that the result is acceptable for inclusion in reports, etc.") (define-public texlive-docutils (package (name "texlive-docutils") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/docutils/" "tex/latex/docutils/")))) (file-name (git-file-name name version)) (sha256 @@ -107005,12 +107540,12 @@ specify this package with the stylesheet configuration option, e.g., (define-public texlive-dotarrow (package (name "texlive-dotarrow") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dotarrow/" "source/latex/dotarrow/" "tex/latex/dotarrow/")))) @@ -107030,12 +107565,12 @@ specify this package with the stylesheet configuration option, e.g., (define-public texlive-dotlessi (package (name "texlive-dotlessi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dotlessi/" "tex/latex/dotlessi/")))) (file-name (git-file-name name version)) (sha256 @@ -107054,12 +107589,12 @@ intended for symbols in non English languages.") (define-public texlive-dotseqn (package (name "texlive-dotseqn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dotseqn/" "source/latex/dotseqn/" "tex/latex/dotseqn/")))) (file-name (git-file-name name version)) @@ -107096,12 +107631,12 @@ option (no leaders).") (define-public texlive-download (package (name "texlive-download") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/download/" "source/latex/download/" "tex/latex/download/")))) @@ -107122,12 +107657,12 @@ run the external commands, LaTeX (or whatever) needs to be run with the (define-public texlive-dox (package (name "texlive-dox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dox/" "source/latex/dox/" "tex/latex/dox/")))) (file-name (git-file-name name version)) @@ -107149,12 +107684,12 @@ for instance). The DoX package is designed to circumvent this limitation.") (define-public texlive-dpfloat (package (name "texlive-dpfloat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dpfloat/" "tex/latex/dpfloat/")))) (file-name (git-file-name name version)) (sha256 @@ -107175,12 +107710,12 @@ two floats will appear side-by-side in a two-sided document.") (define-public texlive-dprogress (package (name "texlive-dprogress") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dprogress/" "source/latex/dprogress/" "tex/latex/dprogress/")))) @@ -107203,12 +107738,12 @@ loaded) details of the @code{align} environment.") (define-public texlive-drac (package (name "texlive-drac") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/drac/" "source/latex/drac/" "tex/latex/drac/")))) (file-name (git-file-name name version)) @@ -107232,12 +107767,12 @@ works for ordinary commands.") (define-public texlive-draftcopy (package (name "texlive-draftcopy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/draftcopy/" "source/latex/draftcopy/" "tex/latex/draftcopy/")))) @@ -107270,12 +107805,12 @@ be used with pdfLaTeX. For that usage, consider the @code{wallpaper} or (define-public texlive-draftfigure (package (name "texlive-draftfigure") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/draftfigure/" "tex/latex/draftfigure/")))) (file-name (git-file-name name version)) @@ -107294,12 +107829,12 @@ draft and modify the display with various options.") (define-public texlive-dtk (package (name "texlive-dtk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dtk/" "tex/latex/dtk/")))) (file-name (git-file-name name version)) (sha256 @@ -107319,12 +107854,12 @@ typeset a single article, as well as to produce the complete journal.") (define-public texlive-dtxdescribe (package (name "texlive-dtxdescribe") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dtxdescribe/" "source/latex/dtxdescribe/" "tex/latex/dtxdescribe/")))) @@ -107360,12 +107895,12 @@ names of certain programs, a number of logos, and inline dashes and slashes.") (define-public texlive-dtxgallery (package (name "texlive-dtxgallery") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dtxgallery/")))) (file-name (git-file-name name version)) (sha256 @@ -107385,18 +107920,18 @@ the corresponding @file{.pdf}.") (define-public texlive-ducksay (package (name "texlive-ducksay") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ducksay/" "source/latex/ducksay/" "tex/latex/ducksay/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1j9n7mdn47r8racgfpfjjk10n5cxd19qdqih8gbn87558765wnnb")))) + "0rwk55y5j18wkp3kc7cs70syky49zi80w9qxdapb3r03lh9ky9dq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ducksay") @@ -107411,12 +107946,12 @@ Multi-line messages are fully supported.") (define-public texlive-duckuments (package (name "texlive-duckuments") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/duckuments/" "source/latex/duckuments/" "tex/latex/duckuments/")))) @@ -107457,12 +107992,12 @@ following macros are available: (define-public texlive-dvdcoll (package (name "texlive-dvdcoll") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/dvdcoll/" "doc/latex/dvdcoll/" "tex/latex/dvdcoll/")))) (file-name (git-file-name name version)) @@ -107491,12 +108026,12 @@ English, French, German, Italian, Polish, Portuguese, Spanish.") (define-public texlive-dynamicnumber (package (name "texlive-dynamicnumber") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dynamicnumber/" "source/latex/dynamicnumber/" "tex/latex/dynamicnumber/")))) @@ -107523,12 +108058,12 @@ supported to produce dynamic number list files.") (define-public texlive-dynblocks (package (name "texlive-dynblocks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/dynblocks/" "tex/latex/dynblocks/")))) (file-name (git-file-name name version)) @@ -107547,12 +108082,12 @@ blocks inside a presentation.") (define-public texlive-ean13isbn (package (name "texlive-ean13isbn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ean13isbn/" "tex/latex/ean13isbn/")))) (file-name (git-file-name name version)) @@ -107571,12 +108106,12 @@ blocks inside a presentation.") (define-public texlive-easy (package (name "texlive-easy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/easy/" "tex/latex/easy/")))) (file-name (git-file-name name version)) (sha256 @@ -107609,12 +108144,12 @@ blocks inside a presentation.") (define-public texlive-easy-todo (package (name "texlive-easy-todo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/easy-todo/" "tex/latex/easy-todo/")))) (file-name (git-file-name name version)) @@ -107633,19 +108168,19 @@ index of things to do.") (define-public texlive-easybook (package (name "texlive-easybook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/easybook/" "source/latex/easybook/" "tex/latex/easybook/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1rc893754p75lpv8h4dvl4a6cq6i2ipazzi6s1lkl6fiql4jk9rv")))) + "1f8f0gyb4pzf4rpvdwglsgna6s48n4pabl7g63397qk8047sy2vi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/easybook") @@ -107663,13 +108198,13 @@ classes.") (define-public texlive-easydtx (package (name "texlive-easydtx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/edtx2dtx.1" "doc/man/man1/edtx2dtx.man1.pdf" "doc/support/easydtx/" @@ -107697,12 +108232,12 @@ forward and inverse search.") (define-public texlive-easyfig (package (name "texlive-easyfig") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/easyfig/" "source/latex/easyfig/" "tex/latex/easyfig/")))) (file-name (git-file-name name version)) @@ -107727,12 +108262,12 @@ captions, @code{easyfig} has become quite redundant.") (define-public texlive-easyfloats (package (name "texlive-easyfloats") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/easyfloats/" "source/latex/easyfloats/" "tex/latex/easyfloats/")))) @@ -107758,12 +108293,12 @@ also allows disabling floating of such objects.") (define-public texlive-easyformat (package (name "texlive-easyformat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/easyformat/" "tex/latex/easyformat/")))) (file-name (git-file-name name version)) @@ -107783,12 +108318,12 @@ underscore and circumflex in math mode remain the same.") (define-public texlive-easylist (package (name "texlive-easylist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/easylist/" "tex/latex/easylist/")))) (file-name (git-file-name name version)) (sha256 @@ -107808,12 +108343,12 @@ unlimited depth).") (define-public texlive-easyreview (package (name "texlive-easyreview") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/easyreview/" "source/latex/easyreview/" "tex/latex/easyreview/")))) @@ -107836,12 +108371,12 @@ needs to be removed, needs to be replaced and add comments to the text.") (define-public texlive-ebezier (package (name "texlive-ebezier") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ebezier/" "source/latex/ebezier/" "tex/latex/ebezier/")))) (file-name (git-file-name name version)) @@ -107862,12 +108397,12 @@ macros for the calculation of curve lengths are part of this package.") (define-public texlive-ecclesiastic (package (name "texlive-ecclesiastic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ecclesiastic/" "source/latex/ecclesiastic/" "tex/latex/ecclesiastic/")))) @@ -107890,12 +108425,12 @@ set accents on all vowels, including y and the diphthongs @samp{ae} and (define-public texlive-econlipsum (package (name "texlive-econlipsum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/econlipsum/" "source/latex/econlipsum/" "tex/latex/econlipsum/")))) @@ -107916,12 +108451,12 @@ from @url{https://ipsum.mwt.me/}.") (define-public texlive-ecv (package (name "texlive-ecv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ecv/" "source/latex/ecv/" "tex/latex/ecv/")))) (file-name (git-file-name name version)) @@ -107941,12 +108476,12 @@ comes with a German and an English template.") (define-public texlive-ed (package (name "texlive-ed") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ed/" "source/latex/ed/" "tex/latex/ed/")))) (file-name (git-file-name name version)) @@ -107967,12 +108502,12 @@ publication mode these are suppressed.") (define-public texlive-edichokey (package (name "texlive-edichokey") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/edichokey/" "tex/latex/edichokey/")))) (file-name (git-file-name name version)) @@ -107993,12 +108528,12 @@ keys.") (define-public texlive-edmargin (package (name "texlive-edmargin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/edmargin/" "source/latex/edmargin/" "tex/latex/edmargin/")))) @@ -108021,12 +108556,12 @@ there are many short notes).") (define-public texlive-eemeir (package (name "texlive-eemeir") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eemeir/" "source/latex/eemeir/" "tex/latex/eemeir/")))) (file-name (git-file-name name version)) @@ -108051,12 +108586,12 @@ once per document, as an environment, or may be flipped on the fly.") (define-public texlive-efbox (package (name "texlive-efbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/efbox/" "source/latex/efbox/" "tex/latex/efbox/")))) (file-name (git-file-name name version)) @@ -108077,13 +108612,13 @@ background colour.") (define-public texlive-egpeirce (package (name "texlive-egpeirce") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/egpeirce/" "tex/latex/egpeirce/")))) (file-name (git-file-name name version)) @@ -108103,12 +108638,12 @@ in his larger logical system.") (define-public texlive-egplot (package (name "texlive-egplot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/egplot/" "source/latex/egplot/" "tex/latex/egplot/")))) (file-name (git-file-name name version)) @@ -108128,12 +108663,12 @@ document source itself.") (define-public texlive-ehhline (package (name "texlive-ehhline") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ehhline/" "tex/latex/ehhline/")))) (file-name (git-file-name name version)) (sha256 @@ -108151,12 +108686,12 @@ token, which allows creating lines with arbitrary LaTeX commands.") (define-public texlive-elements (package (name "texlive-elements") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/elements/" "tex/latex/elements/")))) (file-name (git-file-name name version)) (sha256 @@ -108176,12 +108711,12 @@ number 112.") (define-public texlive-ellipsis (package (name "texlive-ellipsis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ellipsis/" "source/latex/ellipsis/" "tex/latex/ellipsis/")))) @@ -108203,12 +108738,12 @@ between two words.") (define-public texlive-elmath (package (name "texlive-elmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/elmath/" "source/latex/elmath/" "tex/latex/elmath/")))) (file-name (git-file-name name version)) @@ -108228,12 +108763,12 @@ ISO 8859-7 encoding) in math mode.") (define-public texlive-elpres (package (name "texlive-elpres") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/elpres/" "tex/latex/elpres/")))) (file-name (git-file-name name version)) (sha256 @@ -108255,12 +108790,12 @@ monitors (16:9, 16:10) may be selected.") (define-public texlive-elzcards (package (name "texlive-elzcards") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/elzcards/" "source/latex/elzcards/" "tex/latex/elzcards/")))) @@ -108283,12 +108818,12 @@ Everything else is taken care of by @code{elzcards}.") (define-public texlive-emarks (package (name "texlive-emarks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/emarks/" "source/latex/emarks/" "tex/latex/emarks/")))) (file-name (git-file-name name version)) @@ -108316,12 +108851,12 @@ package.") (define-public texlive-embedall (package (name "texlive-embedall") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/embedall/" "source/latex/embedall/" "tex/latex/embedall/")))) @@ -108343,12 +108878,12 @@ TeX files, and external codes.") (define-public texlive-embedfile (package (name "texlive-embedfile") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/embedfile/" "source/latex/embedfile/" "tex/generic/embedfile/" @@ -108356,7 +108891,7 @@ TeX files, and external codes.") (file-name (git-file-name name version)) (sha256 (base32 - "0khpr65fap1rr7rgyv9wbfjpiij2wpazf9xarkzn62wp25yzplag")))) + "08qyrj0mis7ayj1mb6lagi3dpd5lbkwjyp30i3m0s8p4d5dgwpw9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/embedfile") @@ -108371,12 +108906,12 @@ PDF mode, is supported.") (define-public texlive-embrac (package (name "texlive-embrac") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/embrac/" "tex/latex/embrac/")))) (file-name (git-file-name name version)) (sha256 @@ -108395,12 +108930,12 @@ arguments.") (define-public texlive-emptypage (package (name "texlive-emptypage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/emptypage/" "source/latex/emptypage/" "tex/latex/emptypage/")))) @@ -108420,12 +108955,12 @@ pages.") (define-public texlive-emulateapj (package (name "texlive-emulateapj") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/emulateapj/" "tex/latex/emulateapj/")))) (file-name (git-file-name name version)) @@ -108445,12 +108980,12 @@ Journal}.") (define-public texlive-endheads (package (name "texlive-endheads") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/endheads/" "source/latex/endheads/" "tex/latex/endheads/")))) @@ -108472,12 +109007,12 @@ chapter.") (define-public texlive-endnotes-hy (package (name "texlive-endnotes-hy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/endnotes-hy/" "source/latex/endnotes-hy/" "tex/latex/endnotes-hy/")))) @@ -108500,12 +109035,12 @@ anchors") (define-public texlive-engpron (package (name "texlive-engpron") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/engpron/" "source/latex/engpron/" "tex/latex/engpron/")))) (file-name (git-file-name name version)) @@ -108527,12 +109062,12 @@ dictionary.") (define-public texlive-engrec (package (name "texlive-engrec") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/engrec/" "source/latex/engrec/" "tex/latex/engrec/")))) (file-name (git-file-name name version)) @@ -108552,12 +109087,12 @@ are provided to work with the @code{upgreek} and @code{fourier} packages.") (define-public texlive-enumitem-zref (package (name "texlive-enumitem-zref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/enumitem-zref/" "source/latex/enumitem-zref/" "tex/latex/enumitem-zref/")))) @@ -108587,12 +109122,12 @@ The package is currently broken, cf.@: (define-public texlive-envbig (package (name "texlive-envbig") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/envbig/" "tex/latex/envbig/")))) (file-name (git-file-name name version)) (sha256 @@ -108609,12 +109144,12 @@ The package is currently broken, cf.@: (define-public texlive-envlab (package (name "texlive-envlab") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/envlab/" "source/latex/envlab/" "tex/latex/envlab/")))) (file-name (git-file-name name version)) @@ -108634,12 +109169,12 @@ and address formatting according to the US Postal Service rules.") (define-public texlive-epigraph (package (name "texlive-epigraph") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/epigraph/" "source/latex/epigraph/" "tex/latex/epigraph/")))) @@ -108660,12 +109195,12 @@ Various aspects are easily configurable.") (define-public texlive-epigraph-keys (package (name "texlive-epigraph-keys") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/epigraph-keys/" "tex/latex/epigraph-keys/")))) (file-name (git-file-name name version)) @@ -108685,12 +109220,12 @@ sophisticated @code{epigraph} package.") (define-public texlive-epiolmec (package (name "texlive-epiolmec") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/epiolmec/" "fonts/map/dvips/epiolmec/" "fonts/tfm/public/epiolmec/" @@ -108713,12 +109248,12 @@ in a script used in Southern Middle America until about 500 AD.") (define-public texlive-eq-pin2corr (package (name "texlive-eq-pin2corr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eq-pin2corr/" "source/latex/eq-pin2corr/" "tex/latex/eq-pin2corr/")))) @@ -108744,12 +109279,12 @@ the student's effort on that quiz.") (define-public texlive-eqell (package (name "texlive-eqell") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eqell/" "tex/latex/eqell/")))) (file-name (git-file-name name version)) (sha256 @@ -108767,12 +109302,12 @@ the student's effort on that quiz.") (define-public texlive-eqlist (package (name "texlive-eqlist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eqlist/" "source/latex/eqlist/" "tex/latex/eqlist/")))) (file-name (git-file-name name version)) @@ -108791,12 +109326,12 @@ list in which the indentation corresponds to the longest item of the list.") (define-public texlive-eqnalign (package (name "texlive-eqnalign") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eqnalign/" "source/latex/eqnalign/" "tex/latex/eqnalign/")))) @@ -108818,19 +109353,19 @@ is required, but these cases should be seldom.") (define-public texlive-eqnlines (package (name "texlive-eqnlines") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/eqnlines/" "source/latex/eqnlines/" "tex/latex/eqnlines/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1x3b5jrw5ic4barn40lsyfg795v61rghk4i3isjzf41jg96ij5q4")))) + (base32 "0knafsmfl0sf0p6pxbycs4mrd752bqfa39cwrsyy7j5l2v72wjli")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eqnlines") @@ -108847,12 +109382,12 @@ and it improves upon the horizontal and vertical spacing options.") (define-public texlive-eqname (package (name "texlive-eqname") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/latex/eqname/")))) (file-name (git-file-name name version)) (sha256 @@ -108871,12 +109406,12 @@ place of an equation number. The name tag will be picked up by a subsequent (define-public texlive-errata (package (name "texlive-errata") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/errata/" "source/latex/errata/" "tex/latex/errata/")))) (file-name (git-file-name name version)) @@ -108897,12 +109432,12 @@ document highlighting the difference to the published version.") (define-public texlive-erw-l3 (package (name "texlive-erw-l3") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/erw-l3/" "source/latex/erw-l3/" "tex/latex/erw-l3/")))) (file-name (git-file-name name version)) @@ -108921,12 +109456,12 @@ document highlighting the difference to the published version.") (define-public texlive-esami (package (name "texlive-esami") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/esami/" "tex/latex/esami/")))) (file-name (git-file-name name version)) (sha256 @@ -108948,12 +109483,12 @@ localised in Italian, English, French, German, Greek, Serbian, and Spanish.") (define-public texlive-esdiff (package (name "texlive-esdiff") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/esdiff/" "source/latex/esdiff/" "tex/latex/esdiff/")))) (file-name (git-file-name name version)) @@ -108974,12 +109509,12 @@ alternatives may be selected by package options") (define-public texlive-esieecv (package (name "texlive-esieecv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/esieecv/" "source/latex/esieecv/" "tex/latex/esieecv/")))) (file-name (git-file-name name version)) @@ -108998,12 +109533,12 @@ will expect.") (define-public texlive-esindex (package (name "texlive-esindex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/esindex/" "tex/latex/esindex/")))) (file-name (git-file-name name version)) (sha256 @@ -109023,12 +109558,12 @@ characters in any encoding, and without Babel.") (define-public texlive-esint (package (name "texlive-esint") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/esint/" "fonts/source/public/esint/" "fonts/tfm/public/esint/" @@ -109054,12 +109589,12 @@ Metafont source and LaTeX macro support.") (define-public texlive-esint-type1 (package (name "texlive-esint-type1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/esint-type1/" "dvips/esint-type1/" "fonts/map/dvips/esint-type1/" @@ -109081,12 +109616,12 @@ Metafont source and LaTeX macro support.") (define-public texlive-etaremune (package (name "texlive-etaremune") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/etaremune/" "source/latex/etaremune/" "tex/latex/etaremune/")))) @@ -109120,12 +109655,12 @@ package, which uses painfully many counters.") (define-public texlive-etl (package (name "texlive-etl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/etl/" "source/latex/etl/" "tex/latex/etl/")))) (file-name (git-file-name name version)) @@ -109152,12 +109687,12 @@ package has no immediate use for document authors; it only contains (define-public texlive-eulerpx (package (name "texlive-eulerpx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/eulerpx/" "tex/latex/eulerpx/")))) (file-name (git-file-name name version)) (sha256 @@ -109177,12 +109712,12 @@ Optima fonts, but it may work with other combinations, too.") (define-public texlive-europasscv (package (name "texlive-europasscv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/europasscv/" "tex/latex/europasscv/")))) (file-name (git-file-name name version)) @@ -109204,17 +109739,17 @@ more compact and somewhat fancier layout.") (define-public texlive-europecv (package (name "texlive-europecv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/europecv/" "tex/latex/europecv/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1mm90scibziailf1a6w9bhncfc9i73lh8hdpsjdzy2fqp73442q4")))) + "0bgb0igzzlqww22rqhj4fk2qc5jpmm74fgvqlvyxvf8zmcyvim6p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/europecv") @@ -109231,12 +109766,12 @@ Catalan), as well as options permitting input in UTF-8 and koi8-r.") (define-public texlive-exam (package (name "texlive-exam") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/exam/" "tex/latex/exam/")))) (file-name (git-file-name name version)) (sha256 @@ -109282,12 +109817,12 @@ two bundles therefore clash, and should not be installed on the same system.") (define-public texlive-exam-lite (package (name "texlive-exam-lite") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/exam-lite/" "tex/latex/exam-lite/")))) (file-name (git-file-name name version)) @@ -109322,12 +109857,12 @@ the necessary ingredients for the exam; (define-public texlive-exam-n (package (name "texlive-exam-n") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/exam-n/" "source/latex/exam-n/" "tex/latex/exam-n/")))) (file-name (git-file-name name version)) @@ -109359,12 +109894,12 @@ running marks, ``Question n continued'' catchwords, and so on; (define-public texlive-exam-randomizechoices (package (name "texlive-exam-randomizechoices") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/exam-randomizechoices/" "tex/latex/exam-randomizechoices/")))) (file-name (git-file-name name version)) @@ -109389,12 +109924,12 @@ an external file.") (define-public texlive-examdesign (package (name "texlive-examdesign") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/examdesign/" "source/latex/examdesign/" "tex/latex/examdesign/")))) @@ -109422,12 +109957,12 @@ answer/essay questions.") (define-public texlive-example (package (name "texlive-example") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/latex/example/")))) (file-name (git-file-name name version)) (sha256 @@ -109445,13 +109980,13 @@ and prints it verbatim on the right.") (define-public texlive-examz (package (name "texlive-examz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/examz/" "source/latex/examz/" "tex/latex/examz/")))) @@ -109473,12 +110008,12 @@ and the use of separate files as question banks.") (define-public texlive-exceltex (package (name "texlive-exceltex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/exceltex/" "scripts/exceltex/" "tex/latex/exceltex/")))) (file-name (git-file-name name version)) @@ -109507,12 +110042,12 @@ applications are able to read and write Excel files.") (define-public texlive-excludeonly (package (name "texlive-excludeonly") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/excludeonly/" "tex/latex/excludeonly/")))) (file-name (git-file-name name version)) @@ -109534,12 +110069,12 @@ packages that do the same.") (define-public texlive-exercise (package (name "texlive-exercise") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/exercise/" "source/latex/exercise/" "tex/latex/exercise/")))) @@ -109564,12 +110099,12 @@ but not fully supported yet (only English and French are implemented).") (define-public texlive-exercisebank (package (name "texlive-exercisebank") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/exercisebank/" "tex/latex/exercisebank/")))) (file-name (git-file-name name version)) @@ -109591,12 +110126,12 @@ problems as you see fit.") (define-public texlive-exercisepoints (package (name "texlive-exercisepoints") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/exercisepoints/" "tex/latex/exercisepoints/")))) (file-name (git-file-name name version)) @@ -109619,12 +110154,12 @@ points of each exercise.") (define-public texlive-exercises (package (name "texlive-exercises") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/exercises/" "source/latex/exercises/" "tex/latex/exercises/")))) @@ -109647,13 +110182,13 @@ the solutions.") (define-public texlive-exercisesheets (package (name "texlive-exercisesheets") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/exercisesheets/" "tex/latex/exercisesheets/")))) (file-name (git-file-name name version)) @@ -109678,19 +110213,19 @@ in different contexts.") (define-public texlive-exesheet (package (name "texlive-exesheet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/exesheet/" "source/latex/exesheet/" "tex/latex/exesheet/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0vrikf9dxq0ypknz6gbfpyz5c6phkax4sb6l1icgmff2z64l9952")))) + "0klac2s4iwrsh1gscadxc48qny704s64imhcznj1g6pgzk3mngzw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exesheet") @@ -109706,18 +110241,18 @@ display, macros for marking schemes with detailed comments.") (define-public texlive-exframe (package (name "texlive-exframe") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/exframe/" "source/latex/exframe/" "tex/latex/exframe/")))) (file-name (git-file-name name version)) (sha256 (base32 - "07bjmhpsvyncagjk6xza1r1d80ah3c2q2hqgl4wvpsc6q5bxrpm6")))) + "0am19dmjmkgvh76gq4mci3k22b4m3cjnvgkz1fmwm66xdylji9ws")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exframe") @@ -109735,12 +110270,12 @@ representation of the exercise content.") (define-public texlive-exp-testopt (package (name "texlive-exp-testopt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/exp-testopt/" "source/latex/exp-testopt/" "tex/latex/exp-testopt/")))) @@ -109763,12 +110298,12 @@ arguments.") (define-public texlive-export (package (name "texlive-export") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/export/" "source/latex/export/" "tex/latex/export/")))) (file-name (git-file-name name version)) @@ -109789,12 +110324,12 @@ between documents for the purposes of Dvipaste.") (define-public texlive-exsheets (package (name "texlive-exsheets") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/exsheets/" "tex/latex/exsheets/")))) (file-name (git-file-name name version)) (sha256 @@ -109823,12 +110358,12 @@ added any more.") (define-public texlive-exsol (package (name "texlive-exsol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/exsol/" "source/latex/exsol/" "tex/latex/exsol/")))) (file-name (git-file-name name version)) @@ -109854,12 +110389,12 @@ LaTeX, to generate a nice solution book.") (define-public texlive-extract (package (name "texlive-extract") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/extract/" "source/latex/extract/" "tex/latex/extract/")))) (file-name (git-file-name name version)) @@ -109908,20 +110443,20 @@ a new file.") (define-public texlive-extractbb (package (name "texlive-extractbb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/extractbb.1" "doc/man/man1/extractbb.man1.pdf" "doc/support/extractbb/" "scripts/extractbb/")))) (file-name (git-file-name name version)) (sha256 - (base32 "06pbzg26li3yflsgck8szf8vyira06rnv2x3hvz1695ilgx4lqmg")))) + (base32 "0wgmcxfd98kvvmqxv641zj1sqw9x5n05chpijip6bnk0wi3x5awr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -109940,12 +110475,12 @@ distributed with Dvipdfmx.") (define-public texlive-facsimile (package (name "texlive-facsimile") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/facsimile/" "source/latex/facsimile/" "tex/latex/facsimile/")))) @@ -109970,12 +110505,12 @@ support.") (define-public texlive-factura (package (name "texlive-factura") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/factura/" "source/latex/factura/" "tex/latex/factura/")))) (file-name (git-file-name name version)) @@ -109997,12 +110532,12 @@ invoking commands or editing.") (define-public texlive-familytree (package (name "texlive-familytree") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/familytree/" "source/latex/familytree/" "tex/latex/familytree/")))) @@ -110025,12 +110560,12 @@ vertical option (@emph{tate}) is supported.") (define-public texlive-fancyhandout (package (name "texlive-fancyhandout") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fancyhandout/" "tex/latex/fancyhandout/")))) (file-name (git-file-name name version)) @@ -110055,12 +110590,12 @@ a beautiful way.") (define-public texlive-fancylabel (package (name "texlive-fancylabel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fancylabel/" "source/latex/fancylabel/" "tex/latex/fancylabel/")))) @@ -110080,12 +110615,12 @@ the needs of the @code{chemschemex} package") (define-public texlive-fancynum (package (name "texlive-fancynum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fancynum/" "source/latex/fancynum/" "tex/latex/fancynum/")))) @@ -110105,12 +110640,12 @@ floating point numbers, such as you find in program output.") (define-public texlive-fancypar (package (name "texlive-fancypar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fancypar/" "source/latex/fancypar/" "tex/latex/fancypar/")))) @@ -110134,17 +110669,17 @@ mathematics.") (define-public texlive-fancyqr (package (name "texlive-fancyqr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fancyqr/" "tex/latex/fancyqr/")))) (file-name (git-file-name name version)) (sha256 (base32 - "034m6i471gs19ba4ck4qn7nlqd95n27hvjqbv8f34ccl8xh104kl")))) + "1xvs2kryp6qzyl5r8g0d6d3gqnpbwcazbp4di3kijybvf5yvr5fm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fancyqr") @@ -110157,12 +110692,12 @@ of the @code{qrcode} package.") (define-public texlive-fancyslides (package (name "texlive-fancyslides") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fancyslides/" "tex/latex/fancyslides/")))) (file-name (git-file-name name version)) @@ -110183,12 +110718,12 @@ The class is built upon LaTeX Beamer, so all Beamer commands should work.") (define-public texlive-fancytabs (package (name "texlive-fancytabs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fancytabs/" "source/latex/fancytabs/" "tex/latex/fancytabs/")))) @@ -110208,12 +110743,12 @@ the PGF bundle.") (define-public texlive-fancytooltips (package (name "texlive-fancytooltips") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fancytooltips/" "source/latex/fancytooltips/" "tex/latex/fancytooltips/")))) @@ -110237,13 +110772,13 @@ the files in Adobe Reader. The links and JavaScripts are inserted using (define-public texlive-faq-fr (package (name "texlive-faq-fr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/faq-fr/")))) (file-name (git-file-name name version)) (sha256 @@ -110262,13 +110797,13 @@ encourage reuse, and for archival purposes.") (define-public texlive-faq-fr-gutenberg (package (name "texlive-faq-fr-gutenberg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/faq-fr-gutenberg/")))) (file-name (git-file-name name version)) (sha256 @@ -110289,12 +110824,12 @@ encourage reuse of this content, and to preserve a permanent copy.") (define-public texlive-fbox (package (name "texlive-fbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fbox/" "tex/latex/fbox/")))) (file-name (git-file-name name version)) (sha256 @@ -110314,18 +110849,18 @@ a combination of lowercase and uppercase is also possible.") (define-public texlive-fcolumn (package (name "texlive-fcolumn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fcolumn/" "source/latex/fcolumn/" "tex/latex/fcolumn/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0szvwky690pfm2z80vl01gxxn645zh5hyzy1bwmkisn7lia3k4jr")))) + "1fihwx672870dl0f8dkhax209rz9nlz00z2n6pqh10jll248ad3w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fcolumn") @@ -110341,12 +110876,12 @@ the sum line (preceded by a rule of the correct width) using the specifier (define-public texlive-fetchcls (package (name "texlive-fetchcls") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fetchcls/" "source/latex/fetchcls/" "tex/latex/fetchcls/")))) @@ -110372,12 +110907,12 @@ sequence @code{\\classname} will hold the name you were looking for.") (define-public texlive-fewerfloatpages (package (name "texlive-fewerfloatpages") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fewerfloatpages/" "source/latex/fewerfloatpages/" "tex/latex/fewerfloatpages/")))) @@ -110399,18 +110934,18 @@ Several aspects of the algorithm behavior are adjustable.") (define-public texlive-ffcode (package (name "texlive-ffcode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ffcode/" "source/latex/ffcode/" "tex/latex/ffcode/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1s93nk73zspb4b66fdg31906nwqpz8n2ymrnaayj7qanv3bckrri")))) + "1sr5a0jp3gdb0d7lrbrhxdj32cs2bbyrl90r94mqfzl83yxmfl9y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -110426,12 +110961,12 @@ them the right way, to ensure that code fragments and code blocks look nicer.") (define-public texlive-ffslides (package (name "texlive-ffslides") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ffslides/" "tex/latex/ffslides/")))) (file-name (git-file-name name version)) (sha256 @@ -110453,18 +110988,18 @@ It is essentially a small set of macros added to the @code{article} class.") (define-public texlive-fgruler (package (name "texlive-fgruler") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fgruler/" "source/latex/fgruler/" "tex/latex/fgruler/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0hqyravj8pdj4jmky6whvnm197jqbg1l67pn1ygahsbky186lphg")))) + "0kazbh65n6ab7dyq2318xll5gbn7ik26gb4c2kdbr7f9glv7v8js")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fgruler") @@ -110478,12 +111013,12 @@ the page layout dimensions. You can also draw various rulers in the text.") (define-public texlive-fifo-stack (package (name "texlive-fifo-stack") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fifo-stack/" "source/latex/fifo-stack/" "tex/latex/fifo-stack/")))) @@ -110507,12 +111042,12 @@ the FIFO/Stack.") (define-public texlive-figsize (package (name "texlive-figsize") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/figsize/" "tex/latex/figsize/")))) (file-name (git-file-name name version)) (sha256 @@ -110536,12 +111071,12 @@ other document element sizes to be dynamic.") (define-public texlive-filedate (package (name "texlive-filedate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/filedate/" "source/latex/filedate/" "tex/latex/filedate/")))) @@ -110563,12 +111098,12 @@ available.") (define-public texlive-fileinfo (package (name "texlive-fileinfo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fileinfo/" "source/latex/fileinfo/" "tex/latex/fileinfo/")))) @@ -110590,13 +111125,13 @@ loading the body of the file. The @code{myfilist} package uses (define-public texlive-fillpages (package (name "texlive-fillpages") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fillpages/" "tex/latex/fillpages/")))) (file-name (git-file-name name version)) @@ -110615,13 +111150,13 @@ pages, if needed.") (define-public texlive-fillwith (package (name "texlive-fillwith") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fillwith/" "source/latex/fillwith/" "tex/latex/fillwith/")))) @@ -110641,12 +111176,12 @@ and dotted lines, with or without numbers.") (define-public texlive-fink (package (name "texlive-fink") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fink/" "source/latex/fink/" "tex/latex/fink/")))) (file-name (git-file-name name version)) @@ -110672,12 +111207,12 @@ interested in FiNK's functionality are invited to use a package named (define-public texlive-finstrut (package (name "texlive-finstrut") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/finstrut/" "source/latex/finstrut/" "tex/latex/finstrut/")))) @@ -110699,12 +111234,12 @@ end of a footnote. The package provides a solution to this problem.") (define-public texlive-fistrum (package (name "texlive-fistrum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fistrum/" "source/latex/fistrum/" "tex/latex/fistrum/")))) (file-name (git-file-name name version)) @@ -110724,19 +111259,19 @@ from @url{https://www.chiquitoipsum.com/}.") (define-public texlive-fithesis (package (name "texlive-fithesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fithesis/" "source/latex/fithesis/" "tex/latex/fithesis/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0jc179rwax3kpg5a8r3ly197f8z5kvac194r151whkg2zgijl02s")))) + "0f5b83vkpi9r0lc71ywjirkv2f0nynwgk472bhrgp8v0prhg49lw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -110772,12 +111307,12 @@ easy extensibility by style and locale files of other academic institutions.") (define-public texlive-fixcmex (package (name "texlive-fixcmex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fixcmex/" "source/latex/fixcmex/" "tex/latex/fixcmex/")))) (file-name (git-file-name name version)) @@ -110800,12 +111335,12 @@ fonts provided by the AMS together with the original @code{cmex10} font.") (define-public texlive-fixme (package (name "texlive-fixme") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fixme/" "source/latex/fixme/" "tex/latex/fixme/")))) (file-name (git-file-name name version)) @@ -110845,12 +111380,12 @@ annotations by listing and indexing etc.") (define-public texlive-fixmetodonotes (package (name "texlive-fixmetodonotes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fixmetodonotes/" "source/latex/fixmetodonotes/" "tex/latex/fixmetodonotes/")))) @@ -110871,12 +111406,12 @@ notes, with links to the pages on which they appear.") (define-public texlive-fjodor (package (name "texlive-fjodor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fjodor/" "tex/latex/fjodor/")))) (file-name (git-file-name name version)) (sha256 @@ -110893,12 +111428,12 @@ notes, with links to the pages on which they appear.") (define-public texlive-flabels (package (name "texlive-flabels") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/flabels/" "source/latex/flabels/" "tex/latex/flabels/")))) (file-name (git-file-name name version)) @@ -110918,12 +111453,12 @@ colored) for the back of files or binders (currently only the special A4 (define-public texlive-flacards (package (name "texlive-flacards") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/flacards/" "tex/latex/flacards/")))) (file-name (git-file-name name version)) (sha256 @@ -110941,12 +111476,12 @@ It will print several cards per page, on both sides of the paper.") (define-public texlive-flagderiv (package (name "texlive-flagderiv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/flagderiv/" "source/latex/flagderiv/" "tex/latex/flagderiv/")))) @@ -110968,12 +111503,12 @@ symbols and label namespaces.") (define-public texlive-flashcards (package (name "texlive-flashcards") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/flashcards/" "source/latex/flashcards/" "tex/latex/flashcards/")))) @@ -110995,12 +111530,12 @@ many sizes depending on the nature of the information they contain.") (define-public texlive-flashmovie (package (name "texlive-flashmovie") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/flashmovie/" "tex/latex/flashmovie/")))) (file-name (git-file-name name version)) @@ -111023,12 +111558,12 @@ Acrobat 9.") (define-public texlive-flexipage (package (name "texlive-flexipage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/flexipage/" "source/latex/flexipage/" "tex/latex/flexipage/")))) @@ -111052,12 +111587,12 @@ required.") (define-public texlive-flipbook (package (name "texlive-flipbook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/flipbook/" "tex/latex/flipbook/")))) (file-name (git-file-name name version)) (sha256 @@ -111077,12 +111612,12 @@ package relies on @code{fancyhdr} to control the corners.") (define-public texlive-flippdf (package (name "texlive-flippdf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/flippdf/" "source/latex/flippdf/" "tex/latex/flippdf/")))) (file-name (git-file-name name version)) @@ -111103,12 +111638,12 @@ works with pdfLaTeX or LuaLaTeX in PDF output mode.") (define-public texlive-floatrow (package (name "texlive-floatrow") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/floatrow/" "source/latex/floatrow/" "tex/latex/floatrow/")))) @@ -111132,13 +111667,13 @@ to the floats created by packages @code{rotating}, @code{wrapfig}, (define-public texlive-floatrowbytocbasic (package (name "texlive-floatrowbytocbasic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/floatrowbytocbasic/" "source/latex/floatrowbytocbasic/" @@ -111162,19 +111697,19 @@ numbering of the lists of new floats etc.") (define-public texlive-flowfram (package (name "texlive-flowfram") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/latex/flowfram/" "scripts/flowfram/" + (revision 78236) + (locations (list "doc/latex/flowfram/" "source/latex/flowfram/" "tex/latex/flowfram/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1y3r1g9ycxq7r839ca7xzjpk628jvnc1fc0qgp6f6wb99ps79pzc")))) + "10d9arfp0d3p0zcygjmy2k2xg6grhvrg7xfpi16x8c3x3am57im2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/flowfram") @@ -111190,12 +111725,12 @@ standard one or two column layout.") (define-public texlive-fmp (package (name "texlive-fmp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fmp/" "source/latex/fmp/" "tex/latex/fmp/")))) (file-name (git-file-name name version)) @@ -111213,12 +111748,12 @@ standard one or two column layout.") (define-public texlive-fn2end (package (name "texlive-fn2end") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fn2end/" "tex/latex/fn2end/")))) (file-name (git-file-name name version)) (sha256 @@ -111237,12 +111772,12 @@ them out.") (define-public texlive-fnbreak (package (name "texlive-fnbreak") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fnbreak/" "source/latex/fnbreak/" "tex/latex/fnbreak/")))) (file-name (git-file-name name version)) @@ -111261,12 +111796,12 @@ a warning to the log file.") (define-public texlive-fncylab (package (name "texlive-fncylab") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fncylab/" "tex/latex/fncylab/")))) (file-name (git-file-name name version)) (sha256 @@ -111288,12 +111823,12 @@ such redefined labels at the start of a sentence.") (define-public texlive-fnpara (package (name "texlive-fnpara") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fnpara/" "tex/latex/fnpara/")))) (file-name (git-file-name name version)) (sha256 @@ -111314,12 +111849,12 @@ available in the @code{manyfoot} and @code{bigfoot} packages.") (define-public texlive-fnpct (package (name "texlive-fnpct") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fnpct/" "tex/latex/fnpct/")))) (file-name (git-file-name name version)) (sha256 @@ -111338,12 +111873,12 @@ handling of multiple footnotes is provided.") (define-public texlive-fnumprint (package (name "texlive-fnumprint") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fnumprint/" "source/latex/fnumprint/" "tex/latex/fnumprint/")))) @@ -111368,12 +111903,12 @@ package, while those for German are generated using the package (define-public texlive-foilhtml (package (name "texlive-foilhtml") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/foilhtml/" "source/latex/foilhtml/" "tex/latex/foilhtml/")))) @@ -111394,12 +111929,12 @@ providing support for FoilTeX commands in LaTeX2HTML.") (define-public texlive-foliono (package (name "texlive-foliono") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/foliono/" "tex/latex/foliono/")))) (file-name (git-file-name name version)) (sha256 @@ -111421,12 +111956,12 @@ creating old-style books.") (define-public texlive-fontsetup (package (name "texlive-fontsetup") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fontsetup/" "tex/latex/fontsetup/")))) (file-name (git-file-name name version)) @@ -111447,12 +111982,12 @@ mathematics.") (define-public texlive-footmisx (package (name "texlive-footmisx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/footmisx/" "source/latex/footmisx/" "tex/latex/footmisx/")))) @@ -111480,12 +112015,12 @@ present package.") (define-public texlive-footnotebackref (package (name "texlive-footnotebackref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/footnotebackref/" "tex/latex/footnotebackref/")))) (file-name (git-file-name name version)) @@ -111504,19 +112039,19 @@ bottom of the page, back to the occurrence of the footnote in the main text.") (define-public texlive-footnoterange (package (name "texlive-footnoterange") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/footnoterange/" "source/latex/footnoterange/" "tex/latex/footnoterange/")))) (file-name (git-file-name name version)) (sha256 (base32 - "09mviiq243hp1vf3bb3wgmk4riz51m809dkhvnrbxkd5r9fvp23h")))) + "00ap3q3k6lfykjq7hkqsx0i7h9asrimidd57q3dqvf3fhfgq4ygd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/footnoterange") @@ -111534,12 +112069,12 @@ then the references are hyperlinked. (References to footnotes in (define-public texlive-footnpag (package (name "texlive-footnpag") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/footnpag/" "source/latex/footnpag/" "tex/latex/footnpag/")))) @@ -111559,12 +112094,12 @@ rather than being numbered sequentially through the document.") (define-public texlive-forarray (package (name "texlive-forarray") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/forarray/" "source/latex/forarray/" "tex/latex/forarray/")))) @@ -111607,12 +112142,12 @@ calculations based on the contents of lists and arrays.") (define-public texlive-foreign (package (name "texlive-foreign") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/foreign/" "source/latex/foreign/" "tex/latex/foreign/")))) (file-name (git-file-name name version)) @@ -111631,12 +112166,12 @@ in documents.") (define-public texlive-formlett (package (name "texlive-formlett") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/formlett/" "tex/generic/formlett/")))) (file-name (git-file-name name version)) @@ -111655,12 +112190,12 @@ source; the package offers parametrisation of the letters actually sent.") (define-public texlive-forms16be (package (name "texlive-forms16be") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/forms16be/" "source/latex/forms16be/" "tex/latex/forms16be/")))) @@ -111687,12 +112222,12 @@ ability to enter any Unicode character using the notation (define-public texlive-formular (package (name "texlive-formular") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/formular/" "source/latex/formular/" "tex/latex/formular/")))) @@ -111714,12 +112249,12 @@ a distinctive way.") (define-public texlive-fragments (package (name "texlive-fragments") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fragments/" "tex/latex/fragments/")))) (file-name (git-file-name name version)) @@ -111743,12 +112278,12 @@ macro; @code{removefr}, for removing reset relations between counters; and (define-public texlive-frame (package (name "texlive-frame") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/frame/" "tex/generic/frame/")))) (file-name (git-file-name name version)) (sha256 @@ -111767,12 +112302,12 @@ empty box of given dimensions.") (define-public texlive-frege (package (name "texlive-frege") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/frege/" "tex/latex/frege/")))) (file-name (git-file-name name version)) (sha256 @@ -111796,12 +112331,12 @@ in the spacing of formulas.") (define-public texlive-froufrou (package (name "texlive-froufrou") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/froufrou/" "source/latex/froufrou/" "tex/latex/froufrou/")))) @@ -111822,12 +112357,12 @@ section.") (define-public texlive-ftcap (package (name "texlive-ftcap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ftcap/" "tex/latex/ftcap/")))) (file-name (git-file-name name version)) (sha256 @@ -111848,12 +112383,12 @@ The package should also work with a non-standard table environment.") (define-public texlive-ftnxtra (package (name "texlive-ftnxtra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ftnxtra/" "source/latex/ftnxtra/" "tex/latex/ftnxtra/")))) (file-name (git-file-name name version)) @@ -111872,12 +112407,12 @@ and @code{\\chapter} and other @code{\\section}-like commands.") (define-public texlive-fullblck (package (name "texlive-fullblck") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fullblck/" "source/latex/fullblck/" "tex/latex/fullblck/")))) @@ -111897,12 +112432,12 @@ letter in a fullblock style (everything at the left margin).") (define-public texlive-fullminipage (package (name "texlive-fullminipage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fullminipage/" "source/latex/fullminipage/" "tex/latex/fullminipage/")))) @@ -111924,12 +112459,12 @@ the background.") (define-public texlive-fullwidth (package (name "texlive-fullwidth") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fullwidth/" "tex/latex/fullwidth/")))) (file-name (git-file-name name version)) @@ -111950,12 +112485,12 @@ avoid the effects of the different margins.") (define-public texlive-functional (package (name "texlive-functional") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/functional/" "tex/latex/functional/")))) (file-name (git-file-name name version)) @@ -111979,12 +112514,12 @@ this way, it is rather easy to debug code too.") (define-public texlive-fundus-calligra (package (name "texlive-fundus-calligra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fundus-calligra/" "source/latex/fundus-calligra/" "tex/latex/fundus-calligra/")))) @@ -112004,12 +112539,12 @@ documents. The package is part of the @code{fundus} bundle.") (define-public texlive-fundus-cyr (package (name "texlive-fundus-cyr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/latex/fundus-cyr/")))) (file-name (git-file-name name version)) (sha256 @@ -112027,12 +112562,12 @@ distributed as part of the @code{fundus} bundle.") (define-public texlive-fundus-sueterlin (package (name "texlive-fundus-sueterlin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fundus-sueterlin/" "source/latex/fundus-sueterlin/" "tex/latex/fundus-sueterlin/")))) @@ -112053,12 +112588,12 @@ Sueterlin handwriting fonts. The package is distributed as part of the (define-public texlive-fwlw (package (name "texlive-fwlw") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/fwlw/" "tex/latex/fwlw/")))) (file-name (git-file-name name version)) (sha256 @@ -112080,12 +112615,12 @@ have been extracted.") (define-public texlive-gatherenum (package (name "texlive-gatherenum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gatherenum/" "source/latex/gatherenum/" "tex/latex/gatherenum/")))) @@ -112117,12 +112652,12 @@ constant number per line; (define-public texlive-gauss (package (name "texlive-gauss") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gauss/" "tex/latex/gauss/")))) (file-name (git-file-name name version)) (sha256 @@ -112140,12 +112675,12 @@ column operations on matrices (a.k.a.@: Gaussian operations).") (define-public texlive-gcard (package (name "texlive-gcard") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gcard/" "tex/latex/gcard/")))) (file-name (git-file-name name version)) (sha256 @@ -112166,12 +112701,12 @@ the user.") (define-public texlive-gender (package (name "texlive-gender") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gender/" "source/latex/gender/" "tex/latex/gender/")))) (file-name (git-file-name name version)) @@ -112192,12 +112727,12 @@ feminine forms. It is also possible to use just one form out of a template.") (define-public texlive-genmpage (package (name "texlive-genmpage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/genmpage/" "source/latex/genmpage/" "tex/latex/genmpage/")))) @@ -112219,12 +112754,12 @@ with respect to the visual top and bottom margins.") (define-public texlive-gensymb (package (name "texlive-gensymb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gensymb/" "source/latex/gensymb/" "tex/latex/gensymb/")))) (file-name (git-file-name name version)) @@ -112251,12 +112786,12 @@ Note that the package has been designed to work in conjunction with (define-public texlive-getfiledate (package (name "texlive-getfiledate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/getfiledate/" "tex/latex/getfiledate/")))) (file-name (git-file-name name version)) @@ -112276,12 +112811,12 @@ specify how the date is to be presented.") (define-public texlive-getitems (package (name "texlive-getitems") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/getitems/" "source/latex/getitems/" "tex/latex/getitems/")))) @@ -112303,12 +112838,12 @@ environments which structure their data in the same way that @code{itemize} or (define-public texlive-gindex (package (name "texlive-gindex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gindex/" "makeindex/gindex/" "tex/latex/gindex/")))) (file-name (git-file-name name version)) @@ -112327,12 +112862,12 @@ within LaTeX.") (define-public texlive-ginpenc (package (name "texlive-ginpenc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ginpenc/" "source/latex/ginpenc/" "tex/latex/ginpenc/")))) (file-name (git-file-name name version)) @@ -112354,12 +112889,12 @@ text is typeset in German.") (define-public texlive-gitfile-info (package (name "texlive-gitfile-info") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/gitfile-info/" "source/support/gitfile-info/" "tex/latex/gitfile-info/")))) @@ -112385,12 +112920,12 @@ package gives you the opportunity to do so.") (define-public texlive-gitinfo (package (name "texlive-gitinfo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gitinfo/" "tex/latex/gitinfo/")))) (file-name (git-file-name name version)) (sha256 @@ -112414,13 +112949,13 @@ continuity for existing users. All new repositories should use (define-public texlive-gitinfo-lua (package (name "texlive-gitinfo-lua") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/gitinfo-lua/" "scripts/gitinfo-lua/" "tex/lualatex/gitinfo-lua/")))) @@ -112444,12 +112979,12 @@ commits and tags.") (define-public texlive-gitinfo2 (package (name "texlive-gitinfo2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gitinfo2/" "tex/latex/gitinfo2/")))) (file-name (git-file-name name version)) (sha256 @@ -112469,12 +113004,12 @@ tailor page headers and footers to use the metadata.") (define-public texlive-gitlog (package (name "texlive-gitlog") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gitlog/" "tex/latex/gitlog/")))) (file-name (git-file-name name version)) (sha256 @@ -112493,12 +113028,12 @@ control system.") (define-public texlive-gitstatus (package (name "texlive-gitstatus") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gitstatus/" "source/latex/gitstatus/" "tex/latex/gitstatus/")))) @@ -112522,12 +113057,12 @@ page by a watermark or (for custom needs) via provided variables.") (define-public texlive-gitver (package (name "texlive-gitver") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gitver/" "tex/latex/gitver/")))) (file-name (git-file-name name version)) (sha256 @@ -112550,12 +113085,12 @@ date of compilation.") (define-public texlive-globalvals (package (name "texlive-globalvals") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/globalvals/" "tex/latex/globalvals/")))) (file-name (git-file-name name version)) @@ -112574,18 +113109,18 @@ anywhere else in a document, including before it was declared.") (define-public texlive-gloss (package (name "texlive-gloss") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/gloss/" "bibtex/bst/gloss/" "doc/latex/gloss/" "tex/latex/gloss/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1yma5l861lrl31v435mhmlbkvsp47bfyy8sg5wrf3s2bad89qix5")))) + "1abxcpm7bz7crd8dnbwwvcfaayc4flcsbs85y409viky804cz1vv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gloss") @@ -112598,12 +113133,12 @@ replaced by @code{\\gloss}.") (define-public texlive-glossaries-danish (package (name "texlive-glossaries-danish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries-danish/" "source/latex/glossaries-danish/" "tex/latex/glossaries-danish/")))) @@ -112623,12 +113158,12 @@ package.") (define-public texlive-glossaries-dutch (package (name "texlive-glossaries-dutch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries-dutch/" "source/latex/glossaries-dutch/" "tex/latex/glossaries-dutch/")))) @@ -112647,12 +113182,12 @@ package.") (define-public texlive-glossaries-english (package (name "texlive-glossaries-english") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries-english/" "source/latex/glossaries-english/" "tex/latex/glossaries-english/")))) @@ -112672,12 +113207,12 @@ package.") (define-public texlive-glossaries-estonian (package (name "texlive-glossaries-estonian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries-estonian/" "source/latex/glossaries-estonian/" "tex/latex/glossaries-estonian/")))) @@ -112697,12 +113232,12 @@ package.") (define-public texlive-glossaries-extra (package (name "texlive-glossaries-extra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/glossaries-extra/" "doc/latex/glossaries-extra/" "source/latex/glossaries-extra/" @@ -112710,7 +113245,7 @@ package.") (file-name (git-file-name name version)) (sha256 (base32 - "1a6g9mmvvqx7zfs8mjgln0ggnccgfkk1w3xpj00j3n2p9hrzj5as")))) + "1ax0z85p511vzlvgxy9zlfbg20ml2yi7i4g4cf2bgcijg17mgi7v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-glossaries)) @@ -112724,12 +113259,12 @@ package.") (define-public texlive-glossaries-finnish (package (name "texlive-glossaries-finnish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries-finnish/" "source/latex/glossaries-finnish/" "tex/latex/glossaries-finnish/")))) @@ -112749,12 +113284,12 @@ package.") (define-public texlive-glossaries-french (package (name "texlive-glossaries-french") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries-french/" "source/latex/glossaries-french/" "tex/latex/glossaries-french/")))) @@ -112774,12 +113309,12 @@ package.") (define-public texlive-glossaries-german (package (name "texlive-glossaries-german") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries-german/" "source/latex/glossaries-german/" "tex/latex/glossaries-german/")))) @@ -112799,12 +113334,12 @@ package.") (define-public texlive-glossaries-irish (package (name "texlive-glossaries-irish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries-irish/" "source/latex/glossaries-irish/" "tex/latex/glossaries-irish/")))) @@ -112823,12 +113358,12 @@ package.") (define-public texlive-glossaries-italian (package (name "texlive-glossaries-italian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries-italian/" "source/latex/glossaries-italian/" "tex/latex/glossaries-italian/")))) @@ -112848,12 +113383,12 @@ package.") (define-public texlive-glossaries-magyar (package (name "texlive-glossaries-magyar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries-magyar/" "source/latex/glossaries-magyar/" "tex/latex/glossaries-magyar/")))) @@ -112873,13 +113408,13 @@ package.") (define-public texlive-glossaries-norsk (package (name "texlive-glossaries-norsk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries-norsk/" "source/latex/glossaries-norsk/" @@ -112900,12 +113435,12 @@ package is loaded with the option @code{norsk}.") (define-public texlive-glossaries-nynorsk (package (name "texlive-glossaries-nynorsk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries-nynorsk/" "source/latex/glossaries-nynorsk/" "tex/latex/glossaries-nynorsk/")))) @@ -112924,12 +113459,12 @@ package is loaded with the option @code{norsk}.") (define-public texlive-glossaries-polish (package (name "texlive-glossaries-polish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries-polish/" "source/latex/glossaries-polish/" "tex/latex/glossaries-polish/")))) @@ -112949,12 +113484,12 @@ package.") (define-public texlive-glossaries-portuges (package (name "texlive-glossaries-portuges") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries-portuges/" "source/latex/glossaries-portuges/" "tex/latex/glossaries-portuges/")))) @@ -112974,12 +113509,12 @@ package.") (define-public texlive-glossaries-serbian (package (name "texlive-glossaries-serbian") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries-serbian/" "source/latex/glossaries-serbian/" "tex/latex/glossaries-serbian/")))) @@ -112999,12 +113534,12 @@ package.") (define-public texlive-glossaries-slovene (package (name "texlive-glossaries-slovene") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries-slovene/" "source/latex/glossaries-slovene/" "tex/latex/glossaries-slovene/")))) @@ -113024,12 +113559,12 @@ package.") (define-public texlive-glossaries-spanish (package (name "texlive-glossaries-spanish") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/glossaries-spanish/" "source/latex/glossaries-spanish/" "tex/latex/glossaries-spanish/")))) @@ -113049,12 +113584,12 @@ package.") (define-public texlive-gmdoc (package (name "texlive-gmdoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gmdoc/" "makeindex/gmdoc/" "tex/latex/gmdoc/")))) (file-name (git-file-name name version)) @@ -113077,12 +113612,12 @@ definitions (detecting such things as @code{\\def}, @code{\\newcommand}, (define-public texlive-gmdoc-enhance (package (name "texlive-gmdoc-enhance") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gmdoc-enhance/" "source/latex/gmdoc-enhance/" "tex/latex/gmdoc-enhance/")))) @@ -113103,12 +113638,12 @@ code, and a macro to input other files in ``normal'' LaTeX mode.") (define-public texlive-gmiflink (package (name "texlive-gmiflink") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gmiflink/" "tex/latex/gmiflink/")))) (file-name (git-file-name name version)) (sha256 @@ -113129,12 +113664,12 @@ there is no respective hypertarget or label.") (define-public texlive-gmutils (package (name "texlive-gmutils") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gmutils/" "tex/latex/gmutils/")))) (file-name (git-file-name name version)) (sha256 @@ -113157,12 +113692,12 @@ environment is defined).") (define-public texlive-gmverb (package (name "texlive-gmverb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gmverb/" "tex/latex/gmverb/")))) (file-name (git-file-name name version)) (sha256 @@ -113185,12 +113720,12 @@ character as a shorthand as in the @code{\\MakeShortVerb} command of the (define-public texlive-grabbox (package (name "texlive-grabbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/grabbox/" "source/latex/grabbox/" "tex/latex/grabbox/")))) (file-name (git-file-name name version)) @@ -113209,12 +113744,12 @@ into a box and executes the code afterwards.") (define-public texlive-gradient-text (package (name "texlive-gradient-text") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gradient-text/" "tex/latex/gradient-text/")))) (file-name (git-file-name name version)) @@ -113234,12 +113769,12 @@ specified as parameters while the rest of the text is colored automatically.") (define-public texlive-grading-scheme (package (name "texlive-grading-scheme") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/grading-scheme/" "source/latex/grading-scheme/" "tex/latex/grading-scheme/")))) @@ -113261,19 +113796,19 @@ exclusive ways of receiving points.") (define-public texlive-graphbox (package (name "texlive-graphbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/graphbox/" "source/latex/graphbox/" "tex/latex/graphbox/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0s5zgfc6c0sanqsc2ww4fr5iphs9zg6388dr5l0x00bwks1579l6")))) + "1yqgwdf87ii8khb9s7h45sfdkyq78aldb2b53lp4sbmxaca36z8m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/graphbox") @@ -113290,12 +113825,12 @@ graphics may be useful in support, for example, of the Beamer framework.") (define-public texlive-graphicscache (package (name "texlive-graphicscache") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/graphicscache/" "source/latex/graphicscache/" "tex/latex/graphicscache/")))) @@ -113329,12 +113864,12 @@ supported.") (define-public texlive-graphicx-psmin (package (name "texlive-graphicx-psmin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/graphicx-psmin/" "source/latex/graphicx-psmin/" "tex/latex/graphicx-psmin/")))) @@ -113371,12 +113906,12 @@ post-processed with Dvips.") (define-public texlive-graphicxbox (package (name "texlive-graphicxbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/graphicxbox/" "source/latex/graphicxbox/" "tex/latex/graphicxbox/")))) @@ -113400,12 +113935,12 @@ also draws a colored frame around the box.") (define-public texlive-graphpaper (package (name "texlive-graphpaper") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/graphpaper/" "source/latex/graphpaper/" "tex/latex/graphpaper/")))) @@ -113427,12 +113962,12 @@ and its extensions.") (define-public texlive-grayhints (package (name "texlive-grayhints") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/grayhints/" "source/latex/grayhints/" "tex/latex/grayhints/")))) @@ -113458,12 +113993,12 @@ Dvips/Distiller, pdfLaTeX, LuaLaTeX, and XeLaTeX.") (define-public texlive-grfpaste (package (name "texlive-grfpaste") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/grfpaste/" "tex/latex/grfpaste/")))) (file-name (git-file-name name version)) (sha256 @@ -113482,12 +114017,12 @@ include DVI files. The package requires the @command{dvipaste} program.") (define-public texlive-grid (package (name "texlive-grid") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/grid/" "source/latex/grid/" "tex/latex/grid/")))) (file-name (git-file-name name version)) @@ -113508,12 +114043,12 @@ to help users to achieve it in a limited way.") (define-public texlive-grid-system (package (name "texlive-grid-system") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/grid-system/" "tex/latex/grid-system/")))) (file-name (git-file-name name version)) @@ -113533,12 +114068,12 @@ used in brochures.") (define-public texlive-gridpapers (package (name "texlive-gridpapers") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gridpapers/" "source/latex/gridpapers/" "tex/latex/gridpapers/")))) @@ -113562,12 +114097,12 @@ overridden.") (define-public texlive-gridset (package (name "texlive-gridset") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gridset/" "source/latex/gridset/" "tex/latex/gridset/")))) (file-name (git-file-name name version)) @@ -113599,12 +114134,12 @@ is only one more step for grid setting, not a complete solution.") (define-public texlive-gridslides (package (name "texlive-gridslides") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gridslides/" "tex/latex/gridslides/")))) (file-name (git-file-name name version)) @@ -113627,12 +114162,12 @@ times.") (define-public texlive-gs1 (package (name "texlive-gs1") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/gs1/" "source/latex/gs1/" "tex/latex/gs1/")))) (file-name (git-file-name name version)) @@ -113651,12 +114186,12 @@ of the @code{rule-D} package.") (define-public texlive-xcomment (package (name "texlive-xcomment") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xcomment/" "tex/latex/xcomment/")))) (file-name (git-file-name name version)) @@ -113680,12 +114215,12 @@ environments.") (define-public texlive-ha-prosper (package (name "texlive-ha-prosper") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ha-prosper/" "source/latex/ha-prosper/" "tex/latex/ha-prosper/")))) @@ -113722,12 +114257,12 @@ functionality of Prosper even further.") (define-public texlive-hackthefootline (package (name "texlive-hackthefootline") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hackthefootline/" "tex/latex/hackthefootline/")))) (file-name (git-file-name name version)) @@ -113747,12 +114282,12 @@ Configuration is provided via using key-value syntax.") (define-public texlive-handin (package (name "texlive-handin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/handin/" "tex/latex/handin/")))) (file-name (git-file-name name version)) (sha256 @@ -113772,12 +114307,12 @@ be used for creating exercises, too.") (define-public texlive-handout (package (name "texlive-handout") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/handout/" "tex/latex/handout/")))) (file-name (git-file-name name version)) (sha256 @@ -113798,12 +114333,12 @@ supports preparation of such handouts when writing the talk.") (define-public texlive-handoutwithnotes (package (name "texlive-handoutwithnotes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/handoutwithnotes/" "source/latex/handoutwithnotes/" "tex/latex/handoutwithnotes/")))) @@ -113823,12 +114358,12 @@ scaled slides.") (define-public texlive-hang (package (name "texlive-hang") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hang/" "tex/latex/hang/")))) (file-name (git-file-name name version)) (sha256 @@ -113846,12 +114381,12 @@ addition, it defines environments for labeled paragraphs and list items.") (define-public texlive-harnon-cv (package (name "texlive-harnon-cv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/harnon-cv/" "tex/latex/harnon-cv/")))) (file-name (git-file-name name version)) @@ -113870,12 +114405,12 @@ adding an experience timeline'.") (define-public texlive-harpoon (package (name "texlive-harpoon") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/harpoon/" "tex/latex/harpoon/")))) (file-name (git-file-name name version)) (sha256 @@ -113895,12 +114430,12 @@ of accent commands.") (define-public texlive-hc (package (name "texlive-hc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/hc/" "doc/latex/hc/" "source/latex/hc/" "tex/latex/hc/")))) (file-name (git-file-name name version)) @@ -113920,12 +114455,12 @@ based upon the Koma-Script bundle and the @code{seminar} class. It includes (define-public texlive-he-she (package (name "texlive-he-she") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/he-she/" "tex/latex/he-she/")))) (file-name (git-file-name name version)) (sha256 @@ -113945,19 +114480,19 @@ versions that reflect the current gender choice.") (define-public texlive-hep-acronym (package (name "texlive-hep-acronym") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hep-acronym/" "source/latex/hep-acronym/" "tex/latex/hep-acronym/")))) (file-name (git-file-name name version)) (sha256 (base32 - "13l9v71cg5mhsp57mvg6yg6qdkjhir30jpv1c93ac08vw5ap2ygl")))) + "1a9yq2s8hycv4pkgk0aq9k3d0pi6vr3mdvkngj2cbbc0r62x912z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-acronym") @@ -113970,19 +114505,19 @@ versions that reflect the current gender choice.") (define-public texlive-hep-float (package (name "texlive-hep-float") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hep-float/" "source/latex/hep-float/" "tex/latex/hep-float/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1qisnfb4p96g52gzkdbwqw5k31m8870xd5w9g2zq7964abcykrn0")))) + "1pglcvknl97sqr95njgz6abi9n4b2asv5yzaxg8kn5yby8pn683a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-float") @@ -113995,19 +114530,19 @@ and defines convenience wrappers for floats.") (define-public texlive-hep-math (package (name "texlive-hep-math") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hep-math/" "source/latex/hep-math/" "tex/latex/hep-math/")))) (file-name (git-file-name name version)) (sha256 (base32 - "03s4ggp89fgkrpzb43hp56g1b8dmkl5v3mkmw3imwhkz80jmk697")))) + "1qp4n7vjcky18r08i8ln306d1rawz83drxpng3fkwbf7w2xg27c3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-math") @@ -114020,19 +114555,19 @@ and defines convenience wrappers for floats.") (define-public texlive-hep-text (package (name "texlive-hep-text") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hep-text/" "source/latex/hep-text/" "tex/latex/hep-text/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0nvng3jpwcy2g2r0rwn1yhvjfbg6j1p44lwql2hbpd8b6wlz7qdf")))) + "0lxb7g0s6c6fnki0lvkqc8fp9sdabx31nwz3q0xnsx7i13b3yyx3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-text") @@ -114045,19 +114580,19 @@ package and provides some text macros.") (define-public texlive-hep-title (package (name "texlive-hep-title") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hep-title/" "source/latex/hep-title/" "tex/latex/hep-title/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1xsb07xqrqy5n03ra5zjk1c779rjsab8w793gz3468ri8a9hrimx")))) + "1gkxikabwpkmv4zfrvlavldf0djbfhh779c6nbddq43a1r7h00rl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-title") @@ -114070,12 +114605,12 @@ macros for a preprint, affiliation, editors, and endorsers.") (define-public texlive-hereapplies (package (name "texlive-hereapplies") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hereapplies/" "tex/latex/hereapplies/")))) (file-name (git-file-name name version)) @@ -114096,12 +114631,12 @@ pages that share something in common.") (define-public texlive-hhtensor (package (name "texlive-hhtensor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hhtensor/" "source/latex/hhtensor/" "tex/latex/hhtensor/")))) @@ -114121,12 +114656,12 @@ different styles --- arrows (as the LaTeX default), underlined, and bold.") (define-public texlive-hideanswer (package (name "texlive-hideanswer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hideanswer/" "tex/latex/hideanswer/")))) (file-name (git-file-name name version)) @@ -114147,12 +114682,12 @@ to be printed on paper.") (define-public texlive-highlightlatex (package (name "texlive-highlightlatex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/highlightlatex/" "tex/latex/highlightlatex/")))) (file-name (git-file-name name version)) @@ -114171,18 +114706,18 @@ For this purpose it builds on the generic @code{listings} package.") (define-public texlive-highlightx (package (name "texlive-highlightx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/highlightx/" "tex/latex/highlightx/")))) (file-name (git-file-name name version)) (sha256 - (base32 "16v2mki06gbdpgikz9frnm2zs5xpf8ddmpkj90xa11gfci9hmgvy")))) + (base32 "0dk3lixygpg45y0g8p47bk7hws2r9ilakvkrdbh17jwy6lyi7fqs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/highlightx") @@ -114195,12 +114730,12 @@ formulas or paragraphs with handwriting effect.") (define-public texlive-histogr (package (name "texlive-histogr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/histogr/" "source/latex/histogr/" "tex/latex/histogr/")))) (file-name (git-file-name name version)) @@ -114219,12 +114754,12 @@ formulas or paragraphs with handwriting effect.") (define-public texlive-hitec (package (name "texlive-hitec") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hitec/" "tex/latex/hitec/")))) (file-name (git-file-name name version)) (sha256 @@ -114242,12 +114777,12 @@ documentation in high-technology companies.") (define-public texlive-hitreport (package (name "texlive-hitreport") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hitreport/" "source/latex/hitreport/" "tex/latex/hitreport/")))) @@ -114268,12 +114803,12 @@ Institute of Technology.") (define-public texlive-hletter (package (name "texlive-hletter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hletter/" "tex/latex/hletter/")))) (file-name (git-file-name name version)) (sha256 @@ -114293,12 +114828,12 @@ signature and two signees.") (define-public texlive-hobsub (package (name "texlive-hobsub") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hobsub/" "tex/latex/hobsub/")))) (file-name (git-file-name name version)) (sha256 @@ -114323,18 +114858,18 @@ source.") (define-public texlive-homework (package (name "texlive-homework") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/homework/" "tex/latex/homework/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0x3hdl6fi97x65ksxpk1qi7hc55jqnbd12h21zbjcd6h4783cgav")))) + (base32 "0l7iszw5az1nw2f8bk6d8cbgyrv1hvw7vf01yr8mm5xskwvwp189")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-einfart)) @@ -114356,12 +114891,12 @@ for reminding.") (define-public texlive-hpsdiss (package (name "texlive-hpsdiss") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hpsdiss/" "source/latex/hpsdiss/" "tex/latex/hpsdiss/")))) (file-name (git-file-name name version)) @@ -114380,12 +114915,12 @@ requirements were to use A5 paper and 10pt type.") (define-public texlive-href-ul (package (name "texlive-href-ul") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/href-ul/" "source/latex/href-ul/" "tex/latex/href-ul/")))) (file-name (git-file-name name version)) @@ -114404,12 +114939,12 @@ requirements were to use A5 paper and 10pt type.") (define-public texlive-hrefhide (package (name "texlive-hrefhide") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hrefhide/" "source/latex/hrefhide/" "tex/latex/hrefhide/")))) @@ -114437,12 +114972,12 @@ on and off. This package is possibly obsolete.") (define-public texlive-huawei (package (name "texlive-huawei") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/huawei/" "source/latex/huawei/" "tex/latex/huawei/")))) (file-name (git-file-name name version)) @@ -114501,17 +115036,17 @@ working with Huawei Technologies Co., Ltd.") (define-public texlive-hvextern (package (name "texlive-hvextern") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hvextern/" "tex/latex/hvextern/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1jxldbi5li8jy446pg4favfr1wgry72g6dpfgvy5piq60k4zbj2w")))) + "1n01730kmc4i80jjdjvvmnmak82pk7kqf4h1vjdix7n2645kpli1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hvextern") @@ -114526,12 +115061,12 @@ include that output automatically into the main LaTeX document.") (define-public texlive-hvindex (package (name "texlive-hvindex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hvindex/" "tex/latex/hvindex/")))) (file-name (git-file-name name version)) (sha256 @@ -114550,17 +115085,17 @@ to type it once; the package makes sure it is both typeset and indexed.") (define-public texlive-hvlogos (package (name "texlive-hvlogos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hvlogos/" "tex/latex/hvlogos/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0d1ps4lbk2fzl8fdxivqb0ripcfvknnfylrmnmhjsiaagp7r9w4k")))) + "0jlk3n8fmb3g6bfpa0w4z3x7c55xflwzdkrk3l629gc2i5c4bika")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hvlogos") @@ -114573,12 +115108,12 @@ to type it once; the package makes sure it is both typeset and indexed.") (define-public texlive-hvpygmentex (package (name "texlive-hvpygmentex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hvpygmentex/" "tex/latex/hvpygmentex/")))) (file-name (git-file-name name version)) @@ -114599,12 +115134,12 @@ pygmentize to create the code snippets.") (define-public texlive-hvqrurl (package (name "texlive-hvqrurl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hvqrurl/" "tex/latex/hvqrurl/")))) (file-name (git-file-name name version)) (sha256 @@ -114622,12 +115157,12 @@ two-sided document.") (define-public texlive-hwemoji (package (name "texlive-hwemoji") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hwemoji/" "tex/latex/hwemoji/")))) (file-name (git-file-name name version)) (sha256 @@ -114646,18 +115181,18 @@ diversity modifier sequences, and tag sequences.") (define-public texlive-hypdestopt (package (name "texlive-hypdestopt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hypdestopt/" "tex/latex/hypdestopt/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1rvrgl0imyfiw6ncg6g0cvp0j25qll64xgnjrzjsncnkxnwkgy2b")))) + "1vpv5ja984sjllwrv2q6ay5b948d0psh09gibdsmn0h93p8x9qsc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hypdestopt") @@ -114671,12 +115206,12 @@ destinations to get smaller PDF files.") (define-public texlive-hypdvips (package (name "texlive-hypdvips") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hypdvips/" "tex/latex/hypdvips/")))) (file-name (git-file-name name version)) (sha256 @@ -114697,12 +115232,12 @@ enhanced back-referencing system.") (define-public texlive-hyper (package (name "texlive-hyper") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hyper/" "source/latex/hyper/" "tex/latex/hyper/")))) (file-name (git-file-name name version)) @@ -114722,12 +115257,12 @@ enhanced back-referencing system.") (define-public texlive-hyperbar (package (name "texlive-hyperbar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hyperbar/" "source/latex/hyperbar/" "tex/latex/hyperbar/")))) @@ -114748,12 +115283,12 @@ Currently, only pdfTeX is supported.") (define-public texlive-hypernat (package (name "texlive-hypernat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/hypernat/" "tex/latex/hypernat/")))) (file-name (git-file-name name version)) (sha256 @@ -114774,18 +115309,18 @@ compressed to @samp{[1-3]}, where the @samp{1} and the @samp{3} are (define-public texlive-ideavault (package (name "texlive-ideavault") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/ideavault/" "tex/lualatex/ideavault/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0bha8vd0811j9ym4wvlr15ngwxg7hi5glkk0jq753b0raw53qii3")))) + (base32 "10vh1azwsbv60k08jk616xfd7b6m0l8y15ljiaxqlhyzmf126ni5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ideavault") @@ -114800,12 +115335,12 @@ writing rulebooks or handbooks with many definitions.") (define-public texlive-identkey (package (name "texlive-identkey") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/identkey/" "tex/latex/identkey/")))) (file-name (git-file-name name version)) (sha256 @@ -114822,12 +115357,12 @@ writing rulebooks or handbooks with many definitions.") (define-public texlive-idxcmds (package (name "texlive-idxcmds") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/idxcmds/" "tex/latex/idxcmds/")))) (file-name (git-file-name name version)) (sha256 @@ -114844,12 +115379,12 @@ writing rulebooks or handbooks with many definitions.") (define-public texlive-idxlayout (package (name "texlive-idxlayout") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/idxlayout/" "source/latex/idxlayout/" "tex/latex/idxlayout/")))) @@ -114873,12 +115408,12 @@ KOMA-Script and @code{memoir} classes.") (define-public texlive-ifallfalse (package (name "texlive-ifallfalse") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ifallfalse/" "source/latex/ifallfalse/" "tex/latex/ifallfalse/")))) @@ -114903,12 +115438,12 @@ the LuaTeX engine.") (define-public texlive-iffont (package (name "texlive-iffont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/iffont/" "source/latex/iffont/" "tex/latex/iffont/")))) (file-name (git-file-name name version)) @@ -114927,12 +115462,12 @@ find in a comma separated list and, additionally, a number of macro tests.") (define-public texlive-ifmslide (package (name "texlive-ifmslide") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ifmslide/" "tex/latex/ifmslide/")))) (file-name (git-file-name name version)) (sha256 @@ -114950,12 +115485,12 @@ presentations with pdfLaTeX.") (define-public texlive-ifnextok (package (name "texlive-ifnextok") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ifnextok/" "source/latex/ifnextok/" "tex/latex/ifnextok/")))) @@ -114980,12 +115515,12 @@ behaviour, maybe limited to certain parts of the document source.") (define-public texlive-ifthenx (package (name "texlive-ifthenx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ifthenx/" "tex/latex/ifthenx/")))) (file-name (git-file-name name version)) (sha256 @@ -115005,12 +115540,12 @@ loaded in the same document, as long as @code{xifthen} is loaded first.") (define-public texlive-iitem (package (name "texlive-iitem") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/iitem/" "source/latex/iitem/" "tex/latex/iitem/")))) (file-name (git-file-name name version)) @@ -115029,12 +115564,12 @@ with the help of the @code{\\iitem}, @code{\\iiitem}, ... macros.") (define-public texlive-image-gallery (package (name "texlive-image-gallery") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/image-gallery/" "tex/latex/image-gallery/")))) (file-name (git-file-name name version)) @@ -115055,20 +115590,20 @@ all the margins.") (define-public texlive-indextra (package (name "texlive-indextra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/indextra/" "makeindex/indextra/" "source/latex/indextra/" "tex/latex/indextra/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1b6a5a253lp7d14crirq72dx0hb5gcqj66ki2rvm572pi4zv25zs")))) + (base32 "0c83vm107mf3snzsdazqix63zfgijrag42g8wdggssar29j2i3sa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/indextra") @@ -115084,12 +115619,12 @@ entries that appears on the page.") (define-public texlive-indextools (package (name "texlive-indextools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/indextools/" "source/latex/indextools/" "tex/latex/indextools/")))) @@ -115114,12 +115649,12 @@ of @code{imakeidx}, with new features and fixed bugs.") (define-public texlive-inline-images (package (name "texlive-inline-images") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/inline-images/" "tex/latex/inline-images/")))) (file-name (git-file-name name version)) @@ -115139,18 +115674,18 @@ included in the source file.") (define-public texlive-inlinegraphicx (package (name "texlive-inlinegraphicx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/inlinegraphicx/" "tex/latex/inlinegraphicx/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0zblbia540pl0zy4xlaclj0jaa8f61ky3mq38b2wa97i7bq977pv")))) + (base32 "1d7wqh78hq9fmc6s3lqi96gvx1rll7gs53xws7njakxy1zvm86h1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/inlinegraphicx") @@ -115163,12 +115698,12 @@ positioning.") (define-public texlive-inlinelabel (package (name "texlive-inlinelabel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/inlinelabel/" "tex/latex/inlinelabel/")))) (file-name (git-file-name name version)) @@ -115187,12 +115722,12 @@ is supported, you can switch to circled equation numbers.") (define-public texlive-inputtrc (package (name "texlive-inputtrc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/inputtrc/" "source/latex/inputtrc/" "tex/latex/inputtrc/")))) @@ -115215,12 +115750,12 @@ indentation may be adjusted.") (define-public texlive-interactiveworkbook (package (name "texlive-interactiveworkbook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/interactiveworkbook/documentation/" "doc/latex/interactiveworkbook/epsfiles/" @@ -115244,12 +115779,12 @@ and that, in particular, freely use mathematical notation.") (define-public texlive-interfaces (package (name "texlive-interfaces") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/interfaces/" "source/latex/interfaces/" "tex/latex/interfaces/")))) @@ -115270,12 +115805,12 @@ facilities such as the pdfTeX @code{\\pdfelapsedtime} primitive.") (define-public texlive-intopdf (package (name "texlive-intopdf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/intopdf/" "source/latex/intopdf/" "tex/latex/intopdf/")))) (file-name (git-file-name name version)) @@ -115294,12 +115829,12 @@ hyperlink.") (define-public texlive-inversepath (package (name "texlive-inversepath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/inversepath/" "source/latex/inversepath/" "tex/latex/inversepath/")))) @@ -115319,12 +115854,12 @@ for example, when writing an auxiliary file to a different directory.") (define-public texlive-invoice (package (name "texlive-invoice") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/invoice/" "tex/latex/invoice/")))) (file-name (git-file-name name version)) (sha256 @@ -115343,12 +115878,12 @@ different languages.") (define-public texlive-invoice-class (package (name "texlive-invoice-class") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/invoice-class/" "tex/latex/invoice-class/")))) (file-name (git-file-name name version)) @@ -115368,12 +115903,12 @@ shipping addresses.") (define-public texlive-invoice2 (package (name "texlive-invoice2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/invoice2/" "source/latex/invoice2/" "tex/latex/invoice2/")))) @@ -115402,12 +115937,12 @@ be used as a replacement for @code{invoice} in most cases.") (define-public texlive-iso (package (name "texlive-iso") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/iso/" "makeindex/iso/" "source/latex/iso/" "tex/latex/iso/")))) (file-name (git-file-name name version)) @@ -115427,12 +115962,12 @@ printed by ISO from camera-ready copy prepared using LaTeX and these files.") (define-public texlive-iso10303 (package (name "texlive-iso10303") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/iso10303/" "source/latex/iso10303/" "tex/latex/iso10303/")))) @@ -115453,18 +115988,18 @@ these packages have been published by ISO.") (define-public texlive-isodoc (package (name "texlive-isodoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/isodoc/" "source/latex/isodoc/" "tex/latex/isodoc/")))) (file-name (git-file-name name version)) (sha256 (base32 - "04p3rjxd636k270cy4mqzfmmhp54s69rdr2rjynvvf84p3l2573q")))) + "0q0y63lqbl3r7xpl9xmyp63azhr219s0xs27v21ncnxx4qmfdndg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "luatex")) @@ -115481,12 +116016,12 @@ standard.") (define-public texlive-isonums (package (name "texlive-isonums") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/isonums/" "tex/latex/isonums/")))) (file-name (git-file-name name version)) (sha256 @@ -115505,12 +116040,12 @@ Anglo-American $1,235.7$).") (define-public texlive-isopt (package (name "texlive-isopt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/isopt/" "tex/latex/isopt/")))) (file-name (git-file-name name version)) (sha256 @@ -115529,12 +116064,12 @@ a user defined space between number and unit.") (define-public texlive-isorot (package (name "texlive-isorot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/isorot/" "source/latex/isorot/" "tex/latex/isorot/")))) (file-name (git-file-name name version)) @@ -115552,41 +116087,15 @@ package is designed for use with the @code{iso} class but may be used with any normal class.") (license license:lppl))) -(define-public texlive-isosafety - (package - (name "texlive-isosafety") - (version "2025.2") - (source - (origin - (method svn-multi-fetch) - (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/latex/isosafety/" - "tex/latex/isosafety/")))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w78y5yp29r5sd9v3ljgcg2k51rlcrzwqx6k9y41dxp0qzr9b9mz")))) - (outputs '("out" "doc")) - (build-system texlive-build-system) - (home-page "https://ctan.org/pkg/isosafety") - (synopsis - "Provides ISO signs and colors according to the standards 7010 and 3864") - (description - "The package provides safety colors (ISO 3864) and safety signs (ISO -7010) from the ISO. It can be useful when creating instructions for chemical -or physical experiments.") - (license license:lppl1.3c))) - (define-public texlive-isotope (package (name "texlive-isotope") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/isotope/" "source/latex/isotope/" "tex/latex/isotope/")))) (file-name (git-file-name name version)) @@ -115605,12 +116114,12 @@ and atomic number indications of isotopes.") (define-public texlive-issuulinks (package (name "texlive-issuulinks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/issuulinks/" "source/latex/issuulinks/" "tex/latex/issuulinks/")))) @@ -115638,12 +116147,12 @@ loaded after @code{hyperref}.") (define-public texlive-jlabels (package (name "texlive-jlabels") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jlabels/" "tex/latex/jlabels/")))) (file-name (git-file-name name version)) (sha256 @@ -115661,12 +116170,12 @@ numbers of rows and columns.") (define-public texlive-jmsdelim (package (name "texlive-jmsdelim") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jmsdelim/" "source/latex/jmsdelim/" "tex/latex/jmsdelim/")))) @@ -115694,12 +116203,12 @@ expression, and magically bubble upward through the delimiters.") (define-public texlive-jobname-suffix (package (name "texlive-jobname-suffix") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jobname-suffix/" "tex/latex/jobname-suffix/")))) (file-name (git-file-name name version)) @@ -115720,18 +116229,18 @@ file and multiple links to this source file that each compile differently.") (define-public texlive-jslectureplanner (package (name "texlive-jslectureplanner") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jslectureplanner/" "tex/latex/jslectureplanner/")))) (file-name (git-file-name name version)) (sha256 (base32 - "06xlnk40rc4nbbps41vb9n24r0lq509cjmc2q7m28vp227zvyl06")))) + "0d622zfyvs9gl4z861pjpx51awn63waafpvc3z4jkj7h4zr0icq3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jslectureplanner") @@ -115751,12 +116260,12 @@ member and presence lists.") (define-public texlive-jumplines (package (name "texlive-jumplines") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jumplines/" "tex/latex/jumplines/")))) (file-name (git-file-name name version)) @@ -115777,12 +116286,12 @@ support in split boxes.") (define-public texlive-jvlisting (package (name "texlive-jvlisting") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/jvlisting/" "source/latex/jvlisting/" "tex/latex/jvlisting/")))) @@ -115808,12 +116317,12 @@ extended.") (define-public texlive-kalendarium (package (name "texlive-kalendarium") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kalendarium/" "source/latex/kalendarium/" "tex/latex/kalendarium/")))) @@ -115837,12 +116346,12 @@ strings according to different eras of the Classical period.") (define-public texlive-kerntest (package (name "texlive-kerntest") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kerntest/" "source/latex/kerntest/" "tex/latex/kerntest/")))) @@ -115868,12 +116377,12 @@ later use in LaTeX.") (define-public texlive-keycommand (package (name "texlive-keycommand") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/keycommand/" "source/latex/keycommand/" "tex/latex/keycommand/")))) @@ -115896,12 +116405,12 @@ with optional keys. The package provides @code{\\newkeycommand}, (define-public texlive-keyfloat (package (name "texlive-keyfloat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/keyfloat/" "source/latex/keyfloat/" "tex/latex/keyfloat/")))) @@ -115933,12 +116442,12 @@ supported by two environments.") (define-public texlive-keyindex (package (name "texlive-keyindex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/keyindex/" "source/latex/keyindex/" "tex/latex/keyindex/")))) @@ -115961,12 +116470,12 @@ production of an index of names.") (define-public texlive-keyparse (package (name "texlive-keyparse") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/keyparse/" "source/latex/keyparse/" "tex/latex/keyparse/")))) @@ -115987,12 +116496,12 @@ a document command.") (define-public texlive-keyreader (package (name "texlive-keyreader") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/keyreader/" "tex/latex/keyreader/")))) (file-name (git-file-name name version)) @@ -116014,12 +116523,12 @@ a favourite with users, it has been reinstated.") (define-public texlive-keystroke (package (name "texlive-keystroke") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/keystroke/" "tex/latex/keystroke/")))) (file-name (git-file-name name version)) @@ -116038,18 +116547,18 @@ graphical representation of the keys on a computer keyboard.") (define-public texlive-keytheorems (package (name "texlive-keytheorems") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/keytheorems/" "tex/latex/keytheorems/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0yrcy9d8lj96mzfdpp0gs60nmlcfsckb5cbgr71kkd1gwyrq8yyc")))) + (base32 "01l1rm86k4wq0yi0jv7bmq3sg2bljgml2jxvsllxgyb8i8ka3cv7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/keytheorems") @@ -116064,12 +116573,12 @@ a few new features are added.") (define-public texlive-keyval2e (package (name "texlive-keyval2e") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/keyval2e/" "tex/latex/keyval2e/")))) (file-name (git-file-name name version)) (sha256 @@ -116089,12 +116598,12 @@ processing are the design aims of the package.") (define-public texlive-keyvaltable (package (name "texlive-keyvaltable") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/keyvaltable/" "source/latex/keyvaltable/" "tex/latex/keyvaltable/")))) @@ -116118,12 +116627,12 @@ rows can be produced in a key-value fashion.") (define-public texlive-kix (package (name "texlive-kix") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/kix/" "tex/latex/kix/")))) (file-name (git-file-name name version)) (sha256 @@ -116141,19 +116650,19 @@ addressing. (Royal Mail 4 State Code.)") (define-public texlive-knowledge (package (name "texlive-knowledge") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/knowledge/" "source/latex/knowledge/" "tex/latex/knowledge/")))) (file-name (git-file-name name version)) (sha256 (base32 - "01j75h1pw2rrh2fbrp4965rahd6m3zxxi35c0iszc4arrmgkmqv6")))) + "1jxm93zjklma88hsk9i1j53wxbkpi6hbmkj2zg16mv7xnwbx8gal")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/knowledge") @@ -116168,12 +116677,12 @@ to its introduction. It also offers simple notations.") (define-public texlive-koma-moderncvclassic (package (name "texlive-koma-moderncvclassic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/koma-moderncvclassic/" "tex/latex/koma-moderncvclassic/")))) (file-name (git-file-name name version)) @@ -116196,12 +116705,12 @@ while the original @code{moderncv} class is incompatible with it.") (define-public texlive-koma-script-sfs (package (name "texlive-koma-script-sfs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/koma-script-sfs/" "tex/latex/koma-script-sfs/")))) (file-name (git-file-name name version)) @@ -116224,12 +116733,12 @@ fit).") (define-public texlive-komacv (package (name "texlive-komacv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/komacv/" "source/latex/komacv/" "tex/latex/komacv/")))) (file-name (git-file-name name version)) @@ -116248,12 +116757,12 @@ between different styles, and may adjust settings to tune the output.") (define-public texlive-komacv-rg (package (name "texlive-komacv-rg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/komacv-rg/" "source/latex/komacv-rg/" "tex/latex/komacv-rg/")))) @@ -116284,12 +116793,12 @@ Babel or Polyglossia.") (define-public texlive-ktv-texdata (package (name "texlive-ktv-texdata") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ktv-texdata/" "source/latex/ktv-texdata/" "tex/latex/ktv-texdata/")))) @@ -116312,12 +116821,12 @@ general application.") (define-public texlive-labbook (package (name "texlive-labbook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/labbook/" "source/latex/labbook/" "tex/latex/labbook/")))) (file-name (git-file-name name version)) @@ -116339,12 +116848,12 @@ one experiment.") (define-public texlive-labels (package (name "texlive-labels") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/labels/" "source/latex/labels/" "tex/latex/labels/")))) (file-name (git-file-name name version)) @@ -116368,12 +116877,12 @@ used.") (define-public texlive-labels4easylist (package (name "texlive-labels4easylist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/labels4easylist/" "tex/latex/labels4easylist/")))) (file-name (git-file-name name version)) @@ -116392,12 +116901,12 @@ reference labels to @code{easylist} items.") (define-public texlive-labelschanged (package (name "texlive-labelschanged") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/labelschanged/" "source/latex/labelschanged/" "tex/latex/labelschanged/")))) @@ -116421,12 +116930,12 @@ Multiply-defined labels are printed as well.") (define-public texlive-lambdax (package (name "texlive-lambdax") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lambdax/" "source/latex/lambdax/" "tex/latex/lambdax/")))) (file-name (git-file-name name version)) @@ -116446,12 +116955,12 @@ with compatible arguments. Optionally, it can be used recursively.") (define-public texlive-lastpackage (package (name "texlive-lastpackage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lastpackage/" "source/latex/lastpackage/" "tex/latex/lastpackage/")))) @@ -116471,12 +116980,12 @@ executed.") (define-public texlive-latex-uni8 (package (name "texlive-latex-uni8") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latex-uni8/" "tex/latex/latex-uni8/")))) (file-name (git-file-name name version)) @@ -116501,12 +117010,12 @@ both pdfLaTeX and LuaLaTeX.") (define-public texlive-latexcolors (package (name "texlive-latexcolors") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latexcolors/" "source/latex/latexcolors/" "tex/latex/latexcolors/")))) @@ -116527,12 +117036,12 @@ typeset with LaTeX and friends.") (define-public texlive-latexdemo (package (name "texlive-latexdemo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latexdemo/" "source/latex/latexdemo/" "tex/latex/latexdemo/")))) @@ -116554,12 +117063,12 @@ would not compile.") (define-public texlive-latexgit (package (name "texlive-latexgit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/latexgit/" "source/latex/latexgit/" "tex/latex/latexgit/")))) @@ -116580,12 +117089,12 @@ others to whom clear document versioning is important.") (define-public texlive-layouts (package (name "texlive-layouts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/layouts/" "source/latex/layouts/" "tex/latex/layouts/")))) (file-name (git-file-name name version)) @@ -116607,12 +117116,12 @@ parameters.") (define-public texlive-lazylist (package (name "texlive-lazylist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lazylist/" "tex/latex/lazylist/")))) (file-name (git-file-name name version)) (sha256 @@ -116633,12 +117142,12 @@ by the knowledge that the TeX code was formally verified.") (define-public texlive-lccaps (package (name "texlive-lccaps") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lccaps/" "source/latex/lccaps/" "tex/latex/lccaps/")))) (file-name (git-file-name name version)) @@ -116671,12 +117180,12 @@ slightly increase their spacing; (define-public texlive-lcd (package (name "texlive-lcd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lcd/" "source/latex/lcd/" "tex/latex/lcd/")))) (file-name (git-file-name name version)) @@ -116706,12 +117215,12 @@ input in its internal verbatim-style environment.") (define-public texlive-lcg (package (name "texlive-lcg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lcg/" "source/latex/lcg/" "tex/latex/lcg/")))) (file-name (git-file-name name version)) @@ -116732,12 +117241,12 @@ for the range and a seed, and for the name of the counter to be used.") (define-public texlive-leading (package (name "texlive-leading") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/leading/" "source/latex/leading/" "tex/latex/leading/")))) (file-name (git-file-name name version)) @@ -116758,12 +117267,12 @@ the leading is specified by reference to the font size.") (define-public texlive-leaflet (package (name "texlive-leaflet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/leaflet/" "source/latex/leaflet/" "tex/latex/leaflet/")))) (file-name (git-file-name name version)) @@ -116784,17 +117293,17 @@ external script is necessary.") (define-public texlive-colorist (package (name "texlive-colorist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/colorist/" "tex/latex/colorist/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1vdwvn3v93n7x2nfp65rnsprahvhf0frgj2j1viz7g68njnl4j1f")))) + "1a3dp07i74ih0l808626m4bi8fykxbxqf3c3svklca8406z3x9a0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-projlib)) @@ -116810,17 +117319,17 @@ Brazilian), and Spanish typesetting. They compile with any major TeX engine.") (define-public texlive-lebhart (package (name "texlive-lebhart") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lebhart/" "tex/latex/lebhart/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1r1d8jxdwgagc6ljmwi45q58np3lhjbz1njh27j3n31sx4y43w69")))) + "07z7k90jrz1pbl7jq5xpps46igym4pn6nxrzrp4s30qvinmfq8gk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-colorist)) @@ -116837,17 +117346,17 @@ XeLaTeX or LuaLaTeX.") (define-public texlive-lectures (package (name "texlive-lectures") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lectures/" "tex/latex/lectures/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1wzyq0nyxh4fhax6rvac9lxa2k5zg876ncpmj5qj5w4xxn0fi5dh")))) + "18rakfqfkrpgarwkfxjq2gmdja1aj8hh5gb67nxgmpkhcv0hdjdv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lectures") @@ -116862,12 +117371,12 @@ alignment of figures and much more.") (define-public texlive-lectureslides (package (name "texlive-lectureslides") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lectureslides/" "tex/latex/lectureslides/")))) (file-name (git-file-name name version)) @@ -116886,12 +117395,12 @@ large PDF file.") (define-public texlive-leftidx (package (name "texlive-leftidx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/leftidx/" "source/latex/leftidx/" "tex/latex/leftidx/")))) (file-name (git-file-name name version)) @@ -116910,12 +117419,12 @@ automatically raised for better fitting to the symbol they belong to.") (define-public texlive-leftindex (package (name "texlive-leftindex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/leftindex/" "tex/latex/leftindex/")))) (file-name (git-file-name name version)) @@ -116935,12 +117444,12 @@ providing much better spacing in general.") (define-public texlive-leipzig (package (name "texlive-leipzig") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/leipzig/" "makeindex/leipzig/" "source/latex/leipzig/" "tex/latex/leipzig/")))) (file-name (git-file-name name version)) @@ -116961,12 +117470,12 @@ easy indexing and glossary printing.") (define-public texlive-lengthconvert (package (name "texlive-lengthconvert") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lengthconvert/" "source/latex/lengthconvert/" "tex/latex/lengthconvert/")))) @@ -116986,12 +117495,12 @@ selection of units.") (define-public texlive-lettre (package (name "texlive-lettre") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lettre/" "tex/latex/lettre/")))) (file-name (git-file-name name version)) (sha256 @@ -117008,19 +117517,19 @@ selection of units.") (define-public texlive-lettrine (package (name "texlive-lettrine") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lettrine/" "source/latex/lettrine/" "tex/latex/lettrine/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0m1p02bfmyqcfxia5ypnakfwfwbsf8ch89px8cbrvbc458gxnl2r")))) + "1q6n6rd377f7vk43i6nsc3hvfv1b76z9m1p9wcqf0c4wmhcx9gk5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lettrine") @@ -117035,12 +117544,12 @@ capitals that have a regular shape (such as @samp{A} and @samp{V}).") (define-public texlive-lewis (package (name "texlive-lewis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lewis/" "tex/latex/lewis/")))) (file-name (git-file-name name version)) (sha256 @@ -117058,12 +117567,12 @@ Support is limited to elements that support the octet rule.") (define-public texlive-lhelp (package (name "texlive-lhelp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lhelp/" "source/latex/lhelp/" "tex/latex/lhelp/")))) (file-name (git-file-name name version)) @@ -117088,12 +117597,12 @@ changed.") (define-public texlive-libgreek (package (name "texlive-libgreek") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/libgreek/" "source/latex/libgreek/" "tex/latex/libgreek/")))) @@ -117121,12 +117630,12 @@ customize Greek letters in math mode.") (define-public texlive-limap (package (name "texlive-limap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/limap/" "source/latex/limap/" "tex/latex/limap/")))) (file-name (git-file-name name version)) @@ -117152,12 +117661,12 @@ a whole document.") (define-public texlive-linegoal (package (name "texlive-linegoal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/linegoal/" "source/latex/linegoal/" "tex/latex/linegoal/")))) @@ -117178,12 +117687,12 @@ with @code{\\setlength}: @samp{\\setlength\\linegoal} will set (define-public texlive-linop (package (name "texlive-linop") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/linop/" "tex/latex/linop/")))) (file-name (git-file-name name version)) (sha256 @@ -117203,12 +117712,12 @@ theory, and linear algebra, in any of the ways commonly in use.") (define-public texlive-lisp-on-tex (package (name "texlive-lisp-on-tex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lisp-on-tex/" "tex/latex/lisp-on-tex/")))) (file-name (git-file-name name version)) @@ -117228,12 +117737,12 @@ and eager evaluation.") (define-public texlive-listing (package (name "texlive-listing") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/listing/" "tex/latex/listing/")))) (file-name (git-file-name name version)) (sha256 @@ -117256,12 +117765,12 @@ packages that change the layout of @code{\\caption} still work.") (define-public texlive-listlbls (package (name "texlive-listlbls") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/listlbls/" "source/latex/listlbls/" "tex/latex/listlbls/")))) @@ -117283,12 +117792,12 @@ references right.)") (define-public texlive-listliketab (package (name "texlive-listliketab") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/listliketab/" "source/latex/listliketab/" "tex/latex/listliketab/")))) @@ -117310,12 +117819,12 @@ additional columns to each entry in the list.") (define-public texlive-listofsymbols (package (name "texlive-listofsymbols") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/listofsymbols/" "source/latex/listofsymbols/" "tex/latex/listofsymbols/")))) @@ -117342,13 +117851,13 @@ The concept of creating the list of symbols, though, is different from the way (define-public texlive-listparskip (package (name "texlive-listparskip") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/listparskip/" "source/latex/listparskip/" "tex/latex/listparskip/")))) @@ -117369,12 +117878,12 @@ a @code{\\par}).") (define-public texlive-lkproof (package (name "texlive-lkproof") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lkproof/" "tex/latex/lkproof/")))) (file-name (git-file-name name version)) (sha256 @@ -117392,12 +117901,12 @@ that are used in constructing LK proof diagrams.") (define-public texlive-lmake (package (name "texlive-lmake") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lmake/" "source/latex/lmake/" "tex/latex/lmake/")))) (file-name (git-file-name name version)) @@ -117416,12 +117925,12 @@ structures, such as making a series of similar commands from a list of names.") (define-public texlive-locality (package (name "texlive-locality") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/locality/" "source/latex/locality/" "tex/latex/locality/")))) @@ -117443,12 +117952,12 @@ all of its facilities are working optimally") (define-public texlive-logbox (package (name "texlive-logbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/logbox/" "source/latex/logbox/" "tex/latex/logbox/")))) (file-name (git-file-name name version)) @@ -117469,12 +117978,12 @@ typeset (copied) with its dimensions, and its contents are logged in the (define-public texlive-logical-markup-utils (package (name "texlive-logical-markup-utils") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/logical-markup-utils/" "tex/latex/logical-markup-utils/")))) (file-name (git-file-name name version)) @@ -117495,12 +118004,12 @@ a language name as an option; accepted language options are @code{american}, (define-public texlive-logpap (package (name "texlive-logpap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/logpap/" "source/latex/logpap/" "tex/latex/logpap/")))) (file-name (git-file-name name version)) @@ -117530,12 +118039,12 @@ linear-linear graph paper with LaTeX.") (define-public texlive-longfbox (package (name "texlive-longfbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/longfbox/" "tex/latex/longfbox/")))) (file-name (git-file-name name version)) (sha256 @@ -117556,12 +118065,12 @@ Madoko documents in LaTeX.") (define-public texlive-longfigure (package (name "texlive-longfigure") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/longfigure/" "source/latex/longfigure/" "tex/latex/longfigure/")))) @@ -117582,13 +118091,13 @@ display a stream of figures as a single figure that can break across pages.") (define-public texlive-longmath (package (name "texlive-longmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/longmath/" "tex/lualatex/longmath/")))) (file-name (git-file-name name version)) @@ -117615,12 +118124,12 @@ a displayed equation and make TeX do the line splitting and alignment.") (define-public texlive-longnamefilelist (package (name "texlive-longnamefilelist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/longnamefilelist/" "source/latex/longnamefilelist/" "tex/latex/longnamefilelist/")))) @@ -117643,12 +118152,12 @@ names have more than 8 characters. The package can be combined with the (define-public texlive-loops (package (name "texlive-loops") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/loops/" "tex/latex/loops/")))) (file-name (git-file-name name version)) (sha256 @@ -117667,12 +118176,12 @@ have associated parsers may be processed with the tools of the package.") (define-public texlive-lsc (package (name "texlive-lsc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/lsc/" "doc/latex/lsc/" "tex/latex/lsc/")))) (file-name (git-file-name name version)) @@ -117694,13 +118203,13 @@ the Harel-extensions for the Play-In/Play-Out approach.") (define-public texlive-lscapeenhanced (package (name "texlive-lscapeenhanced") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lscapeenhanced/" "source/latex/lscapeenhanced/" "tex/latex/lscapeenhanced/")))) @@ -117720,12 +118229,12 @@ environment of package @code{lscape} or @code{pdflscape}.") (define-public texlive-lstaddons (package (name "texlive-lstaddons") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lstaddons/" "source/latex/lstaddons/" "tex/latex/lstaddons/")))) @@ -117750,12 +118259,12 @@ code.") (define-public texlive-lstfiracode (package (name "texlive-lstfiracode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lstfiracode/" "tex/latex/lstfiracode/")))) (file-name (git-file-name name version)) @@ -117775,12 +118284,12 @@ Code family of fonts.") (define-public texlive-lt3graph (package (name "texlive-lt3graph") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lt3graph/" "tex/latex/lt3graph/")))) (file-name (git-file-name name version)) (sha256 @@ -117798,12 +118307,12 @@ using the experimental LaTeX 3 syntax.") (define-public texlive-lt3rawobjects (package (name "texlive-lt3rawobjects") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/lt3rawobjects/" "source/latex/lt3rawobjects/" "tex/latex/lt3rawobjects/")))) @@ -117825,12 +118334,12 @@ already defined and should be introduced by intermediate packages.") (define-public texlive-ltabptch (package (name "texlive-ltabptch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ltabptch/" "tex/latex/ltabptch/")))) (file-name (git-file-name name version)) (sha256 @@ -117848,12 +118357,12 @@ The patch applies to version 4.11 of @code{longtable}.") (define-public texlive-ltxguidex (package (name "texlive-ltxguidex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ltxguidex/" "tex/latex/ltxguidex/")))) (file-name (git-file-name name version)) @@ -117873,12 +118382,12 @@ easier and more natural.") (define-public texlive-ltxkeys (package (name "texlive-ltxkeys") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ltxkeys/" "tex/latex/ltxkeys/")))) (file-name (git-file-name name version)) (sha256 @@ -117901,12 +118410,12 @@ keys.") (define-public texlive-ltxnew (package (name "texlive-ltxnew") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ltxnew/" "source/latex/ltxnew/" "tex/latex/ltxnew/")))) (file-name (git-file-name name version)) @@ -117930,12 +118439,12 @@ all kind of control sequences.") (define-public texlive-ltxtools (package (name "texlive-ltxtools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ltxtools/" "tex/latex/ltxtools/")))) (file-name (git-file-name name version)) (sha256 @@ -117953,12 +118462,12 @@ his macro files.") (define-public texlive-lua-check-hyphen (package (name "texlive-lua-check-hyphen") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/lua-check-hyphen/doc/" "tex/lualatex/lua-check-hyphen/")))) (file-name (git-file-name name version)) @@ -117980,12 +118489,12 @@ white-list, or adjust the document to avoid the break.") (define-public texlive-lua-physical (package (name "texlive-lua-physical") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/lua-physical/" "scripts/lua-physical/")))) (file-name (git-file-name name version)) @@ -118007,13 +118516,13 @@ uncertainties, the package is able to perform Gaussian error propagation.") (define-public texlive-lua-placeholders (package (name "texlive-lua-placeholders") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/lua-placeholders/" "scripts/lua-placeholders/" @@ -118038,19 +118547,19 @@ files, which all must correspond to a recipe file.") (define-public texlive-luatodonotes (package (name "texlive-luatodonotes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/luatodonotes/" "source/lualatex/luatodonotes/" "tex/lualatex/luatodonotes/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0skkr16d6kpn811nwqifsypc14p9m0q0jza8lmmk609bq8r7qvf1")))) + "1kb09s16wf0bz7b1kwjpii6jpxa980fm26220by1ca2kvhvgb3d9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luatodonotes") @@ -118067,13 +118576,13 @@ used with LuaLaTeX.") (define-public texlive-luwiantype (package (name "texlive-luwiantype") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/luwiantype/" "fonts/truetype/public/luwiantype/" "tex/latex/luwiantype/")))) @@ -118095,12 +118604,12 @@ transcriptions.") (define-public texlive-macrolist (package (name "texlive-macrolist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/macrolist/" "source/latex/macrolist/" "tex/latex/macrolist/")))) @@ -118123,12 +118632,12 @@ first element is numbered 1, the second element numbered 2, and so on.") (define-public texlive-macroswap (package (name "texlive-macroswap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/macroswap/" "source/latex/macroswap/" "tex/latex/macroswap/")))) @@ -118148,12 +118657,12 @@ expansion) of two macros by name.") (define-public texlive-magaz (package (name "texlive-magaz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/magaz/" "tex/latex/magaz/")))) (file-name (git-file-name name version)) (sha256 @@ -118175,12 +118684,12 @@ preparation.") (define-public texlive-magicnum (package (name "texlive-magicnum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/magicnum/" "scripts/magicnum/" "source/latex/magicnum/" "tex/generic/magicnum/")))) @@ -118201,12 +118710,12 @@ LuaTeX (@code{pdfliteral} mode) by a hierarchical name system.") (define-public texlive-magicwatermark (package (name "texlive-magicwatermark") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/magicwatermark/" "tex/latex/magicwatermark/")))) (file-name (git-file-name name version)) @@ -118227,18 +118736,18 @@ placed inside a TikZ node in the center of the page.") (define-public texlive-mailing (package (name "texlive-mailing") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mailing/" "source/latex/mailing/" "tex/latex/mailing/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1m5k46yznkycc3nl9hjhmilbfl0k0li64rxcd01axjg652fk2w4q")))) + "1qsxiy0ch7286b7hbwfkbf4wyl75ys0mvl82x04psxrp7il37l6k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mailing") @@ -118254,12 +118763,12 @@ specifies the text of the letters, possibly using macros defined in the (define-public texlive-mailmerge (package (name "texlive-mailmerge") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mailmerge/" "source/latex/mailmerge/" "tex/latex/mailmerge/")))) @@ -118282,12 +118791,12 @@ entries and so on.") (define-public texlive-makebarcode (package (name "texlive-makebarcode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/makebarcode/" "tex/latex/makebarcode/")))) (file-name (git-file-name name version)) @@ -118310,12 +118819,12 @@ storage media.") (define-public texlive-makebase (package (name "texlive-makebase") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/makebase/" "source/latex/makebase/" "tex/latex/makebase/")))) @@ -118335,12 +118844,12 @@ storage media.") (define-public texlive-makebox (package (name "texlive-makebox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/makebox/" "source/latex/makebox/" "tex/latex/makebox/")))) (file-name (git-file-name name version)) @@ -118360,12 +118869,12 @@ instead of an explicit length measure.") (define-public texlive-makecirc (package (name "texlive-makecirc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/makecirc/" "metapost/makecirc/")))) (file-name (git-file-name name version)) @@ -118386,12 +118895,12 @@ drawing/graphic. Its output is a PostScript file.") (define-public texlive-makecookbook (package (name "texlive-makecookbook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/makecookbook/")))) (file-name (git-file-name name version)) (sha256 @@ -118420,19 +118929,19 @@ a cookbook (i.e., everything except the cover art).") (define-public texlive-makedtx (package (name "texlive-makedtx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/support/makedtx/" "scripts/makedtx/" "source/support/makedtx/" "tex/latex/makedtx/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1g20p9n834b8a55rp3l4ybwxvz2w1pp27fmak2wn8zz62nmxl4lf")))) + "1wm4pnvxq34ljkpwrv8nhxkmbzj0n1ws96adza24pja5n4w8qhfm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "makedtx.pl"))) @@ -118449,12 +118958,12 @@ table, and also writes the associated installation (@file{.ins}) script.") (define-public texlive-makeglos (package (name "texlive-makeglos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/makeglos/" "tex/latex/makeglos/")))) (file-name (git-file-name name version)) (sha256 @@ -118473,12 +118982,12 @@ glossary is prepared by an external program, such as @command{xindy} or (define-public texlive-makelabels (package (name "texlive-makelabels") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/makelabels/" "source/latex/makelabels/" "tex/latex/makelabels/")))) @@ -118505,12 +119014,12 @@ loading @file{makelabels.lco} to get various configuration features.") (define-public texlive-makerobust (package (name "texlive-makerobust") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/makerobust/" "tex/latex/makerobust/")))) (file-name (git-file-name name version)) @@ -118535,12 +119044,12 @@ documents.") (define-public texlive-mandi (package (name "texlive-mandi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mandi/" "source/latex/mandi/" "tex/latex/mandi/")))) (file-name (git-file-name name version)) @@ -118561,12 +119070,12 @@ introductory physics students.") (define-public texlive-manuscript (package (name "texlive-manuscript") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/manuscript/" "source/latex/manuscript/" "tex/latex/manuscript/")))) @@ -118587,12 +119096,12 @@ non-professional printing.") (define-public texlive-manyind (package (name "texlive-manyind") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/manyind/" "tex/latex/manyind/")))) (file-name (git-file-name name version)) (sha256 @@ -118613,12 +119122,12 @@ Some features of MakeIndex may no longer work.") (define-public texlive-marginfit (package (name "texlive-marginfit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/marginfit/" "source/latex/marginfit/" "tex/latex/marginfit/")))) @@ -118640,13 +119149,13 @@ provides a drop-in replacement solution.") (define-public texlive-maritime (package (name "texlive-maritime") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/maritime/" "tex/latex/maritime/")))) (file-name (git-file-name name version)) @@ -118664,12 +119173,12 @@ signal flags using TikZ (A-Z, NATO 0-9).") (define-public texlive-mathexam (package (name "texlive-mathexam") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mathexam/" "source/latex/mathexam/" "tex/latex/mathexam/")))) @@ -118693,12 +119202,12 @@ will let you include instructions and space for students to put their name.") (define-public texlive-mathfam256 (package (name "texlive-mathfam256") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mathfam256/" "tex/latex/mathfam256/")))) (file-name (git-file-name name version)) @@ -118720,19 +119229,19 @@ Omega).") (define-public texlive-mathfont (package (name "texlive-mathfont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mathfont/" "source/latex/mathfont/" "tex/latex/mathfont/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1xyd3lw95qr117g1m0wl37l6ilfnl304lg7vcx840j1gd2sakkcm")))) + "1nknb3grg652qrcvkr0i2fc5zynjlj5ypsch8kf4m0f37gj6z3lp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathfont") @@ -118749,12 +119258,12 @@ fonts.") (define-public texlive-maybemath (package (name "texlive-maybemath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/maybemath/" "tex/latex/maybemath/")))) (file-name (git-file-name name version)) @@ -118781,12 +119290,12 @@ expression is italicised.") (define-public texlive-mcaption (package (name "texlive-mcaption") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mcaption/" "source/latex/mcaption/" "tex/latex/mcaption/")))) @@ -118808,12 +119317,12 @@ standard classes and with the KOMA-Script document classes @code{scrartcl}, (define-public texlive-mceinleger (package (name "texlive-mceinleger") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mceinleger/" "tex/latex/mceinleger/")))) (file-name (git-file-name name version)) @@ -118833,12 +119342,12 @@ for more information about the cassette (e.g., table of contents).") (define-public texlive-mcexam (package (name "texlive-mcexam") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mcexam/" "tex/latex/mcexam/")))) (file-name (git-file-name name version)) (sha256 @@ -118861,12 +119370,12 @@ exam and calculates the grades.") (define-public texlive-mcite (package (name "texlive-mcite") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mcite/" "source/latex/mcite/" "tex/latex/mcite/")))) (file-name (git-file-name name version)) @@ -118886,12 +119395,12 @@ style for its work; the documentation explains how to do that customisation.") (define-public texlive-mciteplus (package (name "texlive-mciteplus") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/mciteplus/" "doc/latex/mciteplus/" "tex/latex/mciteplus/")))) @@ -118913,12 +119422,12 @@ features provide for other applications such as reference sublisting.") (define-public texlive-media4svg (package (name "texlive-media4svg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/media4svg/" "tex/latex/media4svg/")))) (file-name (git-file-name name version)) @@ -118942,12 +119451,12 @@ output to make self-sufficient SVG files.") (define-public texlive-medstarbeamer (package (name "texlive-medstarbeamer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/medstarbeamer/" "tex/latex/medstarbeamer/")))) (file-name (git-file-name name version)) @@ -118967,12 +119476,12 @@ document class is obviously compatible with both.") (define-public texlive-meetingmins (package (name "texlive-meetingmins") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/meetingmins/" "source/latex/meetingmins/" "tex/latex/meetingmins/")))) @@ -119001,12 +119510,12 @@ portions suppressed from printing.") (define-public texlive-memexsupp (package (name "texlive-memexsupp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/memexsupp/" "tex/latex/memexsupp/")))) (file-name (git-file-name name version)) @@ -119026,12 +119535,12 @@ in the fullness of time be adopted into the main @code{memoir} release.") (define-public texlive-memory (package (name "texlive-memory") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/memory/" "source/latex/memory/" "tex/latex/memory/")))) (file-name (git-file-name name version)) @@ -119049,12 +119558,12 @@ in the fullness of time be adopted into the main @code{memoir} release.") (define-public texlive-mensa-tex (package (name "texlive-mensa-tex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mensa-tex/" "tex/latex/mensa-tex/")))) (file-name (git-file-name name version)) @@ -119077,12 +119586,12 @@ English (GB/US) and German.") (define-public texlive-menu (package (name "texlive-menu") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/menu/" "source/latex/menu/" "tex/latex/menu/")))) (file-name (git-file-name name version)) @@ -119101,12 +119610,12 @@ through a program's menu.") (define-public texlive-menucard (package (name "texlive-menucard") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/menucard/" "source/latex/menucard/" "tex/latex/menucard/")))) @@ -119125,12 +119634,12 @@ through a program's menu.") (define-public texlive-menukeys (package (name "texlive-menukeys") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/menukeys/" "source/latex/menukeys/" "tex/latex/menukeys/")))) @@ -119151,12 +119660,12 @@ define one's own styles in a flexible way.") (define-public texlive-metalogox (package (name "texlive-metalogox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/metalogox/" "source/latex/metalogox/" "tex/latex/metalogox/")))) @@ -119177,12 +119686,12 @@ on the font detected or the option given to @code{metalogox}.") (define-public texlive-metanorma (package (name "texlive-metanorma") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/metanorma/" "tex/latex/metanorma/")))) (file-name (git-file-name name version)) @@ -119202,18 +119711,18 @@ transcode it into Metanorma's ADOC format.") (define-public texlive-metastr (package (name "texlive-metastr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/metastr/" "source/latex/metastr/" "tex/latex/metastr/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1ljsprddbdfqp9iy6dahlf8nym7x66l2yjx4x3yhdqx0ir8562jl")))) + "01qhn8mh27w4a624a1lydig5yv8ifjck4pssb9ap3703x75vq15r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/metastr") @@ -119229,12 +119738,12 @@ and localisation.") (define-public texlive-method (package (name "texlive-method") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/method/" "source/latex/method/" "tex/latex/method/")))) (file-name (git-file-name name version)) @@ -119253,12 +119762,12 @@ declarations. It supports declarations in German, French and English.") (define-public texlive-metre (package (name "texlive-metre") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/metre/" "source/latex/metre/" "tex/latex/metre/")))) (file-name (git-file-name name version)) @@ -119283,13 +119792,13 @@ of classical texts.") (define-public texlive-metsymb (package (name "texlive-metsymb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/metsymb/" "fonts/afm/public/metsymb/" "fonts/enc/dvips/metsymb/" @@ -119316,12 +119825,12 @@ called individually from LaTeX documents via dedicated commands.") (define-public texlive-mftinc (package (name "texlive-mftinc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mftinc/" "source/latex/mftinc/" "tex/latex/mftinc/")))) (file-name (git-file-name name version)) @@ -119342,12 +119851,12 @@ formatting and for typesetting font tables.") (define-public texlive-mi-solns (package (name "texlive-mi-solns") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mi-solns/" "source/latex/mi-solns/" "tex/latex/mi-solns/")))) @@ -119368,12 +119877,12 @@ created by either the @code{exerquiz} or @code{eqexam} package.") (define-public texlive-midpage (package (name "texlive-midpage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/midpage/" "tex/latex/midpage/")))) (file-name (git-file-name name version)) (sha256 @@ -119391,12 +119900,12 @@ created by either the @code{exerquiz} or @code{eqexam} package.") (define-public texlive-mindflow (package (name "texlive-mindflow") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mindflow/" "source/latex/mindflow/" "tex/latex/mindflow/")))) @@ -119417,12 +119926,12 @@ annotations.") (define-public texlive-minibox (package (name "texlive-minibox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/minibox/" "source/latex/minibox/" "tex/latex/minibox/")))) (file-name (git-file-name name version)) @@ -119445,12 +119954,12 @@ The boxes shrink to the natural width of the longest line they contain.") (define-public texlive-minidocument (package (name "texlive-minidocument") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/minidocument/" "source/latex/minidocument/" "tex/latex/minidocument/")))) @@ -119471,12 +119980,12 @@ page breaking, floats, marginpars, etc., are available.") (define-public texlive-minifp (package (name "texlive-minifp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/minifp/" "source/generic/minifp/" "tex/generic/minifp/")))) @@ -119501,12 +120010,12 @@ environment.") (define-public texlive-minipage-marginpar (package (name "texlive-minipage-marginpar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/minipage-marginpar/" "source/latex/minipage-marginpar/" "tex/latex/minipage-marginpar/")))) @@ -119528,12 +120037,12 @@ packages to define similar environments or commands.") (define-public texlive-minorrevision (package (name "texlive-minorrevision") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/minorrevision/" "tex/latex/minorrevision/")))) (file-name (git-file-name name version)) @@ -119556,12 +120065,12 @@ manuscript, for this letter.") (define-public texlive-minutes (package (name "texlive-minutes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/minutes/" "source/latex/minutes/" "tex/latex/minutes/")))) (file-name (git-file-name name version)) @@ -119598,18 +120107,18 @@ Support for minutes in German, Dutch and English is provided.") (define-public texlive-mitthesis (package (name "texlive-mitthesis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mitthesis/" "tex/latex/mitthesis/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1xss5cjl7799mfpf25hv7gzvggfw7y35vagjb2wkfiiixxd250az")))) + (base32 "0j7086dhli53xm189rwhl68339b6xby1cm0nkyqwqwg6yj2ay17g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mitthesis") @@ -119624,12 +120133,12 @@ dissertation of any type.") (define-public texlive-mla-paper (package (name "texlive-mla-paper") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mla-paper/" "tex/latex/mla-paper/")))) (file-name (git-file-name name version)) @@ -119650,12 +120159,12 @@ effort on their part.") (define-public texlive-mleftright (package (name "texlive-mleftright") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mleftright/" "source/latex/mleftright/" "tex/generic/mleftright/")))) @@ -119677,12 +120186,12 @@ difficulties in sub-formulas.") (define-public texlive-mlist (package (name "texlive-mlist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mlist/" "source/latex/mlist/" "tex/latex/mlist/")))) (file-name (git-file-name name version)) @@ -119703,12 +120212,12 @@ in the document.") (define-public texlive-mmap (package (name "texlive-mmap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mmap/" "tex/latex/mmap/")))) (file-name (git-file-name name version)) (sha256 @@ -119726,13 +120235,13 @@ including the ability to re-encode Knuth's basic mathematics fonts.") (define-public texlive-mnhyphn (package (name "texlive-mnhyphn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mnhyphn/" "tex/latex/mnhyphn/")))) (file-name (git-file-name name version)) @@ -119750,12 +120259,12 @@ T2A-encoded output.") (define-public texlive-mnotes (package (name "texlive-mnotes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mnotes/" "source/latex/mnotes/" "tex/latex/mnotes/")))) (file-name (git-file-name name version)) @@ -119774,17 +120283,17 @@ collaboratively-written documents.") (define-public texlive-moderncv (package (name "texlive-moderncv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/moderncv/" "tex/latex/moderncv/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0j73l2f0s0wl60q48lpy95zqqinppblp3z572zl9ysccl91y1nzj")))) + "04k6y0ifd90qjlmqpw5gz8xvqf3bknrlxc5r8qphbwb7qwhb0j2y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -119814,12 +120323,12 @@ to define your own style by changing the colours, the fonts, etc.") (define-public texlive-modernposter (package (name "texlive-modernposter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/modernposter/" "tex/latex/modernposter/")))) (file-name (git-file-name name version)) @@ -119842,12 +120351,12 @@ of text boxes in a two-column layout. The color scheme is inspired by the (define-public texlive-moderntimeline (package (name "texlive-moderntimeline") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/moderntimeline/" "source/latex/moderntimeline/" "tex/latex/moderntimeline/")))) @@ -119868,12 +120377,12 @@ using the @code{moderncv} class.") (define-public texlive-modref (package (name "texlive-modref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/modref/" "source/latex/modref/" "tex/latex/modref/")))) (file-name (git-file-name name version)) @@ -119894,12 +120403,12 @@ a prefix in the reference label), in a very generic manner.") (define-public texlive-modroman (package (name "texlive-modroman") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/modroman/" "source/latex/modroman/" "tex/latex/modroman/")))) @@ -119926,12 +120435,12 @@ and the second as LaTeX command @code{\\roman}. The default option is (define-public texlive-modular (package (name "texlive-modular") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/modular/" "tex/latex/modular/")))) (file-name (git-file-name name version)) (sha256 @@ -119952,12 +120461,12 @@ This package provides the missing piece.") (define-public texlive-monofill (package (name "texlive-monofill") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/monofill/" "source/latex/monofill/" "tex/latex/monofill/")))) @@ -119977,12 +120486,12 @@ This package provides the missing piece.") (define-public texlive-moodle (package (name "texlive-moodle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/moodle/" "source/latex/moodle/" "tex/latex/moodle/")))) (file-name (git-file-name name version)) @@ -120002,12 +120511,12 @@ XML file to be uploaded to a Moodle server.") (define-public texlive-moreenum (package (name "texlive-moreenum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/moreenum/" "tex/latex/moreenum/")))) (file-name (git-file-name name version)) (sha256 @@ -120030,12 +120539,12 @@ list.") (define-public texlive-morehype (package (name "texlive-morehype") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/morehype/" "source/latex/morehype/" "tex/latex/morehype/")))) @@ -120067,12 +120576,12 @@ using the @code{fifinddo} package. (define-public texlive-moresize (package (name "texlive-moresize") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/moresize/" "source/latex/moresize/" "tex/latex/moresize/")))) @@ -120096,13 +120605,13 @@ with embedded math expressions at font sizes above 17.28pt.") (define-public texlive-movement-arrows (package (name "texlive-movement-arrows") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/movement-arrows/" "tex/latex/movement-arrows/")))) (file-name (git-file-name name version)) @@ -120121,12 +120630,12 @@ lines to make room for the arrows. Arrows can also be annotated with labels.") (define-public texlive-movie15 (package (name "texlive-movie15") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/movie15/" "tex/latex/movie15/")))) (file-name (git-file-name name version)) (sha256 @@ -120148,19 +120657,19 @@ synchronously. The package is now superseded by @code{media9}.") (define-public texlive-mpostinl (package (name "texlive-mpostinl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mpostinl/" "source/latex/mpostinl/" "tex/latex/mpostinl/")))) (file-name (git-file-name name version)) (sha256 (base32 - "02micxsgrhry1ii5ih070rd014c3vxvz8mrzzd5qh2pf32zzfwa4")))) + "12ikb7n5x5y4vh21bfl9am9fvy607akirby66c6qrb90l0rfqj98")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mpostinl") @@ -120176,12 +120685,12 @@ configuration options to manage the generation of files and compilation.") (define-public texlive-msc (package (name "texlive-msc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/msc/" "tex/latex/msc/")))) (file-name (git-file-name name version)) (sha256 @@ -120202,12 +120711,12 @@ package supports the full MSC2000 language.") (define-public texlive-msg (package (name "texlive-msg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/msg/" "source/latex/msg/" "tex/latex/msg/")))) (file-name (git-file-name name version)) @@ -120227,12 +120736,12 @@ preferred language.") (define-public texlive-mslapa (package (name "texlive-mslapa") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/mslapa/" "doc/latex/mslapa/" "tex/latex/mslapa/")))) (file-name (git-file-name name version)) @@ -120252,12 +120761,12 @@ and reference style.") (define-public texlive-mtgreek (package (name "texlive-mtgreek") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mtgreek/" "source/latex/mtgreek/" "tex/latex/mtgreek/")))) (file-name (git-file-name name version)) @@ -120278,12 +120787,12 @@ a switch to choose between the two kinds of Greek uppercase letters.") (define-public texlive-multenum (package (name "texlive-multenum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/multenum/" "tex/latex/multenum/")))) (file-name (git-file-name name version)) (sha256 @@ -120301,12 +120810,12 @@ enumerated array in which columns are vertically aligned on the counter.") (define-public texlive-multiaudience (package (name "texlive-multiaudience") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/multiaudience/" "source/latex/multiaudience/" "tex/latex/multiaudience/")))) @@ -120326,12 +120835,12 @@ different audiences.") (define-public texlive-multibbl (package (name "texlive-multibbl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/multibbl/" "source/latex/multibbl/" "tex/latex/multibbl/")))) @@ -120352,12 +120861,12 @@ auxiliary file (for use with BibTeX) and title.") (define-public texlive-multicap (package (name "texlive-multicap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/multicap/" "source/latex/multicap/" "tex/latex/multicap/")))) @@ -120382,12 +120891,12 @@ captions, whether they be in @code{multicols} or not.") (define-public texlive-multicolrule (package (name "texlive-multicolrule") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/multicolrule/" "source/latex/multicolrule/" "tex/latex/multicolrule/")))) @@ -120410,12 +120919,12 @@ classes (and related classes such as the KOMA-Script equivalents).") (define-public texlive-multidef (package (name "texlive-multidef") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/multidef/" "source/latex/multidef/" "tex/latex/multidef/")))) @@ -120435,12 +120944,12 @@ similar definitions.") (define-public texlive-multienv (package (name "texlive-multienv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/multienv/" "source/latex/multienv/" "tex/latex/multienv/")))) @@ -120463,12 +120972,12 @@ Macros to define environments using this syntax are also provided.") (define-public texlive-multiexpand (package (name "texlive-multiexpand") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/multiexpand/" "source/generic/multiexpand/" "tex/generic/multiexpand/")))) @@ -120489,12 +120998,12 @@ call.") (define-public texlive-multifootnote (package (name "texlive-multifootnote") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/multifootnote/" "tex/latex/multifootnote/")))) (file-name (git-file-name name version)) @@ -120513,12 +121022,12 @@ numbers (resp., marks).") (define-public texlive-multilang (package (name "texlive-multilang") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/multilang/" "source/latex/multilang/" "tex/latex/multilang/")))) @@ -120545,12 +121054,12 @@ or Polyglossia.") (define-public texlive-multiple-choice (package (name "texlive-multiple-choice") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/multiple-choice/" "tex/latex/multiple-choice/")))) (file-name (git-file-name name version)) @@ -120569,13 +121078,13 @@ automatically.") (define-public texlive-multitoc (package (name "texlive-multitoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/multitoc/" "source/latex/multitoc/" "tex/latex/multitoc/")))) @@ -120596,12 +121105,12 @@ configured).") (define-public texlive-mversion (package (name "texlive-mversion") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mversion/" "source/latex/mversion/" "tex/latex/mversion/")))) @@ -120624,12 +121133,12 @@ the unique build number describing the progress of your document.") (define-public texlive-mwe (package (name "texlive-mwe") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mwe/" "source/latex/mwe/" "tex/latex/mwe/")))) (file-name (git-file-name name version)) @@ -120654,12 +121163,12 @@ files or to use replacement code.") (define-public texlive-mycv (package (name "texlive-mycv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mycv/" "scripts/mycv/" "source/latex/mycv/" "tex/latex/mycv/")))) (file-name (git-file-name name version)) @@ -120682,12 +121191,12 @@ directives, the class uses a set of lists, provided by the package (define-public texlive-mylatex (package (name "texlive-mylatex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mylatex/" "tex/latex/mylatex/")))) (file-name (git-file-name name version)) (sha256 @@ -120705,12 +121214,12 @@ a set of package files (and/or other macros) that you regularly use.") (define-public texlive-mylatexformat (package (name "texlive-mylatexformat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/mylatexformat/" "source/latex/mylatexformat/" "tex/latex/mylatexformat/")))) @@ -120731,12 +121240,12 @@ a document loads many packages.") (define-public texlive-nag (package (name "texlive-nag") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nag/" "source/latex/nag/" "tex/latex/nag/")))) (file-name (git-file-name name version)) @@ -120756,19 +121265,19 @@ such obsolete things.") (define-public texlive-nameauth (package (name "texlive-nameauth") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nameauth/" "source/latex/nameauth/" "tex/latex/nameauth/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1qfc1xy370bsv06c14wc82cf9dpyamk0gabb8xcpspdl3cyb1v2p")))) + "1js0hy5i4zpfkw7il8nm914wzpbzlhxqd5k2k0s5snxi1zkwjfza")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nameauth") @@ -120785,12 +121294,12 @@ minimize writing and production time and cost.") (define-public texlive-namespc (package (name "texlive-namespc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/namespc/" "source/latex/namespc/" "tex/latex/namespc/")))) (file-name (git-file-name name version)) @@ -120815,12 +121324,12 @@ accessible in a later contexts without defining them globally.") (define-public texlive-ncclatex (package (name "texlive-ncclatex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ncclatex/" "tex/latex/ncclatex/")))) (file-name (git-file-name name version)) (sha256 @@ -120840,12 +121349,12 @@ small packages, some of which may also be used with the standard classes.") (define-public texlive-nestquot (package (name "texlive-nestquot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/latex/nestquot/")))) (file-name (git-file-name name version)) (sha256 @@ -120863,12 +121372,12 @@ quotes according to their nesting level.") (define-public texlive-newcommand (package (name "texlive-newcommand") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/newcommand/")))) (file-name (git-file-name name version)) (sha256 @@ -120887,12 +121396,12 @@ a natural style; the script then generates macros to define the command.") (define-public texlive-newenviron (package (name "texlive-newenviron") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/newenviron/" "tex/latex/newenviron/")))) (file-name (git-file-name name version)) @@ -120910,12 +121419,12 @@ a natural style; the script then generates macros to define the command.") (define-public texlive-newfile (package (name "texlive-newfile") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/newfile/" "source/latex/newfile/" "tex/latex/newfile/")))) (file-name (git-file-name name version)) @@ -120936,12 +121445,12 @@ package are also mapped.") (define-public texlive-newlfm (package (name "texlive-newlfm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/newlfm/" "source/latex/newlfm/" "tex/latex/newlfm/")))) (file-name (git-file-name name version)) @@ -120965,12 +121474,12 @@ all sizing is set automatically.") (define-public texlive-newspaper (package (name "texlive-newspaper") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/newspaper/" "source/latex/newspaper/" "tex/latex/newspaper/")))) @@ -121011,12 +121520,12 @@ a newspaper-style column format.") (define-public texlive-newvbtm (package (name "texlive-newvbtm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/newvbtm/" "source/latex/newvbtm/" "tex/latex/newvbtm/")))) (file-name (git-file-name name version)) @@ -121037,12 +121546,12 @@ verbatim-like environment. It also has a supplementary style file (define-public texlive-nextpage (package (name "texlive-nextpage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/latex/nextpage/")))) (file-name (git-file-name name version)) (sha256 @@ -121061,19 +121570,19 @@ generated.") (define-public texlive-nfssext-cfr (package (name "texlive-nfssext-cfr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nfssext-cfr/" "source/latex/nfssext-cfr/" "tex/latex/nfssext-cfr/")))) (file-name (git-file-name name version)) (sha256 (base32 - "04iiara6l4cn72fcqm4j83p61wm82s87p2jn7rhyk9w6qfw80214")))) + "17qcrskx8fxxvsfqad8zjgscfsa8g4ma1s3dmk5kzsqx6d9yy8r2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nfssext-cfr") @@ -121086,19 +121595,19 @@ examples for the font installation guide.") (define-public texlive-nicefilelist (package (name "texlive-nicefilelist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nicefilelist/" "source/latex/nicefilelist/" "tex/latex/nicefilelist/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0wylqgqrwdsyqx16whksgpvm3f1d83cssz5qk7nk3k7vn3da81mn")))) + "1325xz4sj8izns2jwp0i6ab3qhysp2z6lyb8386k5d3c86zws7nv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nicefilelist") @@ -121112,12 +121621,12 @@ extensions, such as @file{.fd}.") (define-public texlive-niceframe (package (name "texlive-niceframe") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/niceframe/" "fonts/source/public/niceframe/" "fonts/tfm/public/niceframe/" @@ -121147,12 +121656,12 @@ in Type 1 format.") (define-public texlive-nicetext (package (name "texlive-nicetext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nicetext/" "source/latex/nicetext/" "tex/latex/nicetext/")))) @@ -121191,12 +121700,12 @@ direct from package files. (define-public texlive-nidanfloat (package (name "texlive-nidanfloat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nidanfloat/" "source/latex/nidanfloat/" "tex/latex/nidanfloat/")))) @@ -121217,12 +121726,12 @@ column mode (@emph{nidan-kumi}).") (define-public texlive-ninecolors (package (name "texlive-ninecolors") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ninecolors/" "tex/latex/ninecolors/")))) (file-name (git-file-name name version)) @@ -121244,17 +121753,17 @@ background colors, you will get proper WCAG Color Contrast.") (define-public texlive-nlctdoc (package (name "texlive-nlctdoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nlctdoc/" "tex/latex/nlctdoc/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0f21x611984bjs0nf264hwkih4vqlix8k48a4rgx66nc9cizzwaw")))) + "0239s2wppkpa50nw3dx9ca26yrrzp734l8qpnllvr7i8m47ihdsd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nlctdoc") @@ -121268,12 +121777,12 @@ anyone who wants to compile the documentation of those packages.") (define-public texlive-noconflict (package (name "texlive-noconflict") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/noconflict/" "tex/latex/noconflict/")))) (file-name (git-file-name name version)) @@ -121293,12 +121802,12 @@ in a document where they are needed.") (define-public texlive-noindentafter (package (name "texlive-noindentafter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/noindentafter/" "source/latex/noindentafter/" "tex/latex/noindentafter/")))) @@ -121319,12 +121828,12 @@ macro or environment.") (define-public texlive-noitcrul (package (name "texlive-noitcrul") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/noitcrul/" "source/latex/noitcrul/" "tex/latex/noitcrul/")))) @@ -121344,12 +121853,12 @@ impose italics correction at the end.") (define-public texlive-nolbreaks (package (name "texlive-nolbreaks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nolbreaks/" "tex/latex/nolbreaks/")))) (file-name (git-file-name name version)) @@ -121371,12 +121880,12 @@ or @samp{@{} and @samp{@}} can still create break-points.") (define-public texlive-nomentbl (package (name "texlive-nomentbl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nomentbl/" "makeindex/nomentbl/" "source/latex/nomentbl/" "tex/latex/nomentbl/")))) @@ -121397,13 +121906,13 @@ arguments: the symbol, description and physical unit.") (define-public texlive-non-decimal-units (package (name "texlive-non-decimal-units") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/non-decimal-units/" "tex/latex/non-decimal-units/")))) @@ -121426,12 +121935,12 @@ simple arithmetic.") (define-public texlive-nonfloat (package (name "texlive-nonfloat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nonfloat/" "source/latex/nonfloat/" "tex/latex/nonfloat/")))) @@ -121452,12 +121961,12 @@ the vertical spaces for table captions above the table are changed.") (define-public texlive-nonumonpart (package (name "texlive-nonumonpart") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nonumonpart/" "source/latex/nonumonpart/" "tex/latex/nonumonpart/")))) @@ -121478,12 +121987,12 @@ the requirement is met.") (define-public texlive-nopageno (package (name "texlive-nopageno") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nopageno/" "tex/latex/nopageno/")))) (file-name (git-file-name name version)) (sha256 @@ -121506,12 +122015,12 @@ all pages then this package will do the job.") (define-public texlive-normalcolor (package (name "texlive-normalcolor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/normalcolor/" "source/latex/normalcolor/" "tex/latex/normalcolor/")))) @@ -121532,12 +122041,12 @@ change the current colour but the normal or default color.") (define-public texlive-notes (package (name "texlive-notes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/notes/" "source/latex/notes/" "tex/latex/notes/")))) (file-name (git-file-name name version)) @@ -121557,19 +122066,19 @@ margin.") (define-public texlive-notebeamer (package (name "texlive-notebeamer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/notebeamer/" "source/latex/notebeamer/" "tex/latex/notebeamer/")))) (file-name (git-file-name name version)) (sha256 - (base32 "16vyna1ypq42rc8pa5hb0xj1prwih1wdjdv7ag1vrjsk9jfxdcbj")))) + (base32 "0xp902jx23i75dn46apr67w6qqkw9vp20afbyl8ks645h90w3jrh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/notebeamer") @@ -121581,12 +122090,12 @@ margin.") (define-public texlive-notespages (package (name "texlive-notespages") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/notespages/" "source/latex/notespages/" "tex/latex/notespages/")))) @@ -121618,12 +122127,12 @@ used to fill half empty pages with a notes area.") (define-public texlive-notestex (package (name "texlive-notestex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/notestex/" "tex/latex/notestex/")))) (file-name (git-file-name name version)) (sha256 @@ -121643,12 +122152,12 @@ with a reliable and legible formatting structure.") (define-public texlive-notoccite (package (name "texlive-notoccite") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/notoccite/" "tex/latex/notoccite/")))) (file-name (git-file-name name version)) @@ -121670,12 +122179,12 @@ is confusing. This package suppresses the effect.") (define-public texlive-nowidow (package (name "texlive-nowidow") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nowidow/" "source/latex/nowidow/" "tex/latex/nowidow/")))) (file-name (git-file-name name version)) @@ -121692,12 +122201,12 @@ is confusing. This package suppresses the effect.") (define-public texlive-nox (package (name "texlive-nox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/nox/" "tex/latex/nox/")))) (file-name (git-file-name name version)) (sha256 @@ -121715,12 +122224,12 @@ be formatted into a array which may be split.") (define-public texlive-numberedblock (package (name "texlive-numberedblock") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/numberedblock/" "tex/latex/numberedblock/")))) (file-name (git-file-name name version)) @@ -121741,12 +122250,12 @@ document.") (define-public texlive-numname (package (name "texlive-numname") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/numname/" "tex/latex/numname/")))) (file-name (git-file-name name version)) (sha256 @@ -121765,17 +122274,17 @@ the convenience of non-users of that class.") (define-public texlive-numspell (package (name "texlive-numspell") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/numspell/" "tex/latex/numspell/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1ww3fhkpr07b1pk37hjc77rymfyjwxar482pwag8rn4iinar7fv5")))) + "0xpnb447pb36nfglchhl9mci42f3nmy0l21ffa7nmiq3zl3c5r3k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/numspell") @@ -121789,12 +122298,12 @@ Latin.") (define-public texlive-ocg-p (package (name "texlive-ocg-p") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ocg-p/" "tex/latex/ocg-p/")))) (file-name (git-file-name name version)) (sha256 @@ -121813,12 +122322,12 @@ OCGs are supported. The package may be used with pdfLaTeX and XeLaTeX.") (define-public texlive-ocgx (package (name "texlive-ocgx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ocgx/" "source/latex/ocgx/" "tex/latex/ocgx/")))) (file-name (git-file-name name version)) @@ -121841,12 +122350,12 @@ show) or disable (to hide) OCGs.") (define-public texlive-ocr-latex (package (name "texlive-ocr-latex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ocr-latex/" "tex/latex/ocr-latex/")))) (file-name (git-file-name name version)) @@ -121865,12 +122374,12 @@ documents.") (define-public texlive-oldstyle (package (name "texlive-oldstyle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/oldstyle/" "source/latex/oldstyle/" "tex/latex/oldstyle/")))) @@ -121890,12 +122399,12 @@ documents.") (define-public texlive-onlyamsmath (package (name "texlive-onlyamsmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/onlyamsmath/" "source/latex/onlyamsmath/" "tex/latex/onlyamsmath/")))) @@ -121918,12 +122427,12 @@ package.") (define-public texlive-opcit (package (name "texlive-opcit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/opcit/" "doc/latex/opcit/" "source/latex/opcit/" "tex/latex/opcit/")))) (file-name (git-file-name name version)) @@ -121947,12 +122456,12 @@ automatically.") (define-public texlive-opencolor (package (name "texlive-opencolor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/opencolor/" "tex/latex/opencolor/")))) (file-name (git-file-name name version)) @@ -121971,12 +122480,12 @@ included in the Open Color library.") (define-public texlive-optidef (package (name "texlive-optidef") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/optidef/" "tex/latex/optidef/")))) (file-name (git-file-name name version)) (sha256 @@ -122028,12 +122537,12 @@ a limitless number of constraints.") (define-public texlive-optional (package (name "texlive-optional") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/optional/" "tex/latex/optional/")))) (file-name (git-file-name name version)) (sha256 @@ -122056,12 +122565,12 @@ included in optional sections (whether they're included or not).") (define-public texlive-options (package (name "texlive-options") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/options/" "tex/latex/options/")))) (file-name (git-file-name name version)) (sha256 @@ -122082,12 +122591,12 @@ searching.") (define-public texlive-orcidlink (package (name "texlive-orcidlink") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/orcidlink/" "source/latex/orcidlink/" "tex/latex/orcidlink/")))) @@ -122107,12 +122616,12 @@ hyperlinked to the URL of the researcher whose iD was specified.") (define-public texlive-orientation (package (name "texlive-orientation") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/orientation/" "tex/latex/orientation/")))) (file-name (git-file-name name version)) @@ -122132,12 +122641,12 @@ dvips/Ghostscript (@command{ps2pdf}).") (define-public texlive-outline (package (name "texlive-outline") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/outline/" "tex/latex/outline/")))) (file-name (git-file-name name version)) (sha256 @@ -122155,12 +122664,12 @@ similar to @code{enumerate}, but up to 6 levels deep.") (define-public texlive-outliner (package (name "texlive-outliner") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/outliner/" "tex/latex/outliner/")))) (file-name (git-file-name name version)) (sha256 @@ -122180,12 +122689,12 @@ it easy to bundle existing articles into a compilation.") (define-public texlive-outlines (package (name "texlive-outlines") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/outlines/" "tex/latex/outlines/")))) (file-name (git-file-name name version)) (sha256 @@ -122207,12 +122716,12 @@ presentation slides.") (define-public texlive-outlining (package (name "texlive-outlining") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/outlining/" "source/latex/outlining/" "tex/latex/outlining/")))) @@ -122232,19 +122741,19 @@ package adds simple macros for your LaTeX document.") (define-public texlive-outoruby (package (name "texlive-outoruby") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/outoruby/" "source/latex/outoruby/" "tex/latex/outoruby/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1nh2is4f3rxip4dkwn2wg4lb55pbs693k7b5kj46ii1ma1c8fh8g")))) + (base32 "0lvcxrxjqggrakjrzxp77nrysxmwx0xjz0h52k6lv6xcyps3wld7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-pxrubrica)) @@ -122260,12 +122769,12 @@ X 4051 and JLReq.") (define-public texlive-overlays (package (name "texlive-overlays") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/overlays/" "tex/latex/overlays/")))) (file-name (git-file-name name version)) (sha256 @@ -122284,12 +122793,12 @@ alternative to full-fledged presentation classes like @code{beamer}.") (define-public texlive-padcount (package (name "texlive-padcount") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/padcount/" "source/latex/padcount/" "tex/latex/padcount/")))) @@ -122312,12 +122821,12 @@ makes it suitable for, among other things, counters of all kinds.") (define-public texlive-pagecont (package (name "texlive-pagecont") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pagecont/" "source/latex/pagecont/" "tex/latex/pagecont/")))) @@ -122338,12 +122847,12 @@ document.") (define-public texlive-pagegrid (package (name "texlive-pagegrid") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pagegrid/" "source/latex/pagegrid/" "tex/latex/pagegrid/")))) @@ -122367,12 +122876,12 @@ developer from printing the page and measuring by hand.") (define-public texlive-pagelayout (package (name "texlive-pagelayout") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pagelayout/" "doc/man/man1/pagelayoutapi.1" "doc/man/man1/pagelayoutapi.man1.pdf" @@ -122405,12 +122914,12 @@ graphics.") (define-public texlive-pagerange (package (name "texlive-pagerange") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pagerange/" "tex/latex/pagerange/")))) (file-name (git-file-name name version)) @@ -122430,19 +122939,19 @@ standardising them.") (define-public texlive-pageslts (package (name "texlive-pageslts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pageslts/" "source/latex/pageslts/" "tex/latex/pageslts/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0br2klcl1hy0xjn8za2nz3lfixpnndskg2j8m51s9n0r5m1b018b")))) + "0swhk6196xbmw7j8sjsbvbbj6j2qb1anm00kqr046xxbssx0k1a7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pageslts") @@ -122458,12 +122967,12 @@ scheme>}, where the numbering scheme is @code{arabic}, @code{roman}, etc.") (define-public texlive-palette (package (name "texlive-palette") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/palette/" "source/latex/palette/" "tex/latex/palette/")))) (file-name (git-file-name name version)) @@ -122487,12 +122996,12 @@ colors easier or give users choices as to which theme they pick.") (define-public texlive-pangram (package (name "texlive-pangram") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pangram/" "source/latex/pangram/" "tex/latex/pangram/")))) (file-name (git-file-name name version)) @@ -122511,13 +123020,13 @@ fonts in different sizes without much input.") (define-public texlive-panneauxroute (package (name "texlive-panneauxroute") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/panneauxroute/" "tex/latex/panneauxroute/")))) (file-name (git-file-name name version)) @@ -122535,12 +123044,12 @@ graphics.") (define-public texlive-paper (package (name "texlive-paper") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/paper/" "source/latex/paper/" "tex/latex/paper/")))) (file-name (git-file-name name version)) @@ -122568,12 +123077,12 @@ commands for revisions.") (define-public texlive-papercdcase (package (name "texlive-papercdcase") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/papercdcase/" "source/latex/papercdcase/" "tex/latex/papercdcase/")))) @@ -122593,12 +123102,12 @@ folding paper CD cases.") (define-public texlive-papermas (package (name "texlive-papermas") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/papermas/" "source/latex/papermas/" "tex/latex/papermas/")))) @@ -122619,12 +123128,12 @@ charges.") (define-public texlive-papertex (package (name "texlive-papertex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/papertex/" "source/latex/papertex/" "tex/latex/papertex/")))) @@ -122646,13 +123155,13 @@ and so on. The class allows users to create newsletters too.") (define-public texlive-papiergurvan (package (name "texlive-papiergurvan") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/papiergurvan/" "tex/latex/papiergurvan/")))) (file-name (git-file-name name version)) @@ -122670,18 +123179,18 @@ pages, and also the possibility to write on lines.") (define-public texlive-paracol (package (name "texlive-paracol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/paracol/" "source/latex/paracol/" "tex/latex/paracol/")))) (file-name (git-file-name name version)) (sha256 (base32 - "12ap2bjqc4qvfv4smr8zwfm6662v7xd21wqhg2z8h849l009kj0v")))) + "14cpjy4vx58w1d1sfyxg7yq3ysz5swjkifrngbw38ay4vfs91ngs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/paracol") @@ -122695,18 +123204,19 @@ each corresponding part in parallel.") (define-public texlive-parades (package (name "texlive-parades") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/parades/" "tex/latex/parades/")))) (file-name (git-file-name name version)) (sha256 (base32 "1s7vdypyrkvg4c17qgwy8x9d6jkjkr29cjgzg9lx2iq1zaw178zb")))) (outputs '("out" "doc")) + (properties '((updater-extra-inputs "python-wrapper"))) (build-system texlive-build-system) (inputs (list python-wrapper)) (home-page "https://ctan.org/pkg/parades") @@ -122722,12 +123232,12 @@ the galley approach on the document.") (define-public texlive-paresse (package (name "texlive-paresse") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/paresse/" "source/latex/paresse/" "tex/latex/paresse/")))) (file-name (git-file-name name version)) @@ -122748,12 +123258,12 @@ care only of letters which have a macro name like @code{\\alpha} or (define-public texlive-parnotes (package (name "texlive-parnotes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/parnotes/" "tex/latex/parnotes/")))) (file-name (git-file-name name version)) (sha256 @@ -122772,12 +123282,12 @@ using the @code{\\parnotes} command.") (define-public texlive-parsa (package (name "texlive-parsa") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/xelatex/parsa/" "tex/xelatex/parsa/")))) (file-name (git-file-name name version)) (sha256 @@ -122796,12 +123306,12 @@ Iranian universities as fast and as efficiently as possible.") (define-public texlive-parselines (package (name "texlive-parselines") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/parselines/" "source/latex/parselines/" "tex/latex/parselines/")))) @@ -122822,12 +123332,12 @@ environment is given.") (define-public texlive-pas-cours (package (name "texlive-pas-cours") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pas-cours/" "tex/latex/pas-cours/")))) (file-name (git-file-name name version)) @@ -122846,12 +123356,12 @@ mathematics. Those are useful in preparing teaching material.") (define-public texlive-pas-cv (package (name "texlive-pas-cv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pas-cv/" "tex/latex/pas-cv/")))) (file-name (git-file-name name version)) (sha256 @@ -122871,12 +123381,12 @@ should be possible.") (define-public texlive-pas-tableur (package (name "texlive-pas-tableur") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pas-tableur/" "tex/latex/pas-tableur/")))) (file-name (git-file-name name version)) @@ -122896,12 +123406,12 @@ population of the cells.") (define-public texlive-patch (package (name "texlive-patch") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "source/generic/patch/")))) (file-name (git-file-name name version)) (sha256 @@ -122921,12 +123431,12 @@ the beginning or end of an existing definition.") (define-public texlive-patchcmd (package (name "texlive-patchcmd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/patchcmd/" "source/latex/patchcmd/" "tex/latex/patchcmd/")))) @@ -122948,12 +123458,12 @@ those that were defined with @code{\\DeclareRobustCommand}.") (define-public texlive-pauldoc (package (name "texlive-pauldoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pauldoc/" "source/latex/pauldoc/" "tex/latex/pauldoc/")))) (file-name (git-file-name name version)) @@ -122971,12 +123481,12 @@ those that were defined with @code{\\DeclareRobustCommand}.") (define-public texlive-pawpict (package (name "texlive-pawpict") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pawpict/" "source/latex/pawpict/" "tex/latex/pawpict/")))) (file-name (git-file-name name version)) @@ -122995,12 +123505,12 @@ those that were defined with @code{\\DeclareRobustCommand}.") (define-public texlive-pax (package (name "texlive-pax") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pax/" "scripts/pax/" "source/latex/pax/" "tex/latex/pax/")))) (file-name (git-file-name name version)) @@ -123027,12 +123537,12 @@ annotation data, reads them and puts the annotations in the right place.") (define-public texlive-pbalance (package (name "texlive-pbalance") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pbalance/" "source/latex/pbalance/" "tex/latex/pbalance/")))) @@ -123054,12 +123564,12 @@ column shorter, balancing the columns.") (define-public texlive-pbsheet (package (name "texlive-pbsheet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pbsheet/" "source/latex/pbsheet/" "tex/latex/pbsheet/")))) (file-name (git-file-name name version)) @@ -123079,12 +123589,12 @@ teaching in French (and the examples are in French).") (define-public texlive-pdf14 (package (name "texlive-pdf14") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdf14/" "source/latex/pdf14/" "tex/latex/pdf14/")))) (file-name (git-file-name name version)) @@ -123107,12 +123617,12 @@ compatibility with old viewers.") (define-public texlive-pdfcolmk (package (name "texlive-pdfcolmk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfcolmk/" "tex/latex/pdfcolmk/")))) (file-name (git-file-name name version)) (sha256 @@ -123134,12 +123644,12 @@ there are still documents that reference it.") (define-public texlive-pdfcomment (package (name "texlive-pdfcomment") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfcomment/" "tex/latex/pdfcomment/")))) (file-name (git-file-name name version)) @@ -123162,12 +123672,12 @@ annotations by PDF viewers may vary.") (define-public texlive-pdfcprot (package (name "texlive-pdfcprot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfcprot/" "source/latex/pdfcprot/" "tex/latex/pdfcprot/")))) @@ -123188,12 +123698,12 @@ on the font. The package is largely superseded by @code{microtype}.") (define-public texlive-pdfmarginpar (package (name "texlive-pdfmarginpar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfmarginpar/" "tex/latex/pdfmarginpar/")))) (file-name (git-file-name name version)) @@ -123217,12 +123727,12 @@ obscured.") (define-public texlive-pdfoverlay (package (name "texlive-pdfoverlay") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfoverlay/" "source/latex/pdfoverlay/" "tex/latex/pdfoverlay/")))) @@ -123251,12 +123761,12 @@ page.") (define-public texlive-pdfpagediff (package (name "texlive-pdfpagediff") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfpagediff/" "tex/latex/pdfpagediff/")))) (file-name (git-file-name name version)) @@ -123273,12 +123783,12 @@ page.") (define-public texlive-pdfpc (package (name "texlive-pdfpc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfpc/" "tex/latex/pdfpc/")))) (file-name (git-file-name name version)) (sha256 @@ -123296,12 +123806,12 @@ can be interpreted by the PDF presenter console (@command{pdfpc}) program.") (define-public texlive-pdfpc-movie (package (name "texlive-pdfpc-movie") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfpc-movie/" "source/latex/pdfpc-movie/" "tex/latex/pdfpc-movie/")))) @@ -123322,12 +123832,12 @@ Console (@command{pdfpc}).") (define-public texlive-pdfprivacy (package (name "texlive-pdfprivacy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfprivacy/" "source/latex/pdfprivacy/" "tex/latex/pdfprivacy/")))) @@ -123351,13 +123861,13 @@ the resulting PDF.") (define-public texlive-pdfrender (package (name "texlive-pdfrender") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfrender/" "source/latex/pdfrender/" "tex/latex/pdfrender/")))) @@ -123377,12 +123887,12 @@ a manner very similar to that of the @code{color} package.") (define-public texlive-pdfreview (package (name "texlive-pdfreview") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfreview/" "tex/latex/pdfreview/")))) (file-name (git-file-name name version)) @@ -123412,12 +123922,12 @@ opened by clicking on them; instead, the notes are simply shown as text.") (define-public texlive-pdfscreen (package (name "texlive-pdfscreen") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfscreen/" "tex/latex/pdfscreen/")))) (file-name (git-file-name name version)) @@ -123439,12 +123949,12 @@ document without any extra effort.") (define-public texlive-pdfslide (package (name "texlive-pdfslide") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfslide/" "tex/latex/pdfslide/")))) (file-name (git-file-name name version)) (sha256 @@ -123469,12 +123979,12 @@ The package can make use of the facilities of the PPower4 post-processor.") (define-public texlive-pdfsync (package (name "texlive-pdfsync") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfsync/" "tex/latex/pdfsync/")))) (file-name (git-file-name name version)) (sha256 @@ -123493,12 +124003,12 @@ PDF, assuming a conforming editor and PDF viewer.") (define-public texlive-pdfwin (package (name "texlive-pdfwin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pdfwin/" "tex/latex/pdfwin/")))) (file-name (git-file-name name version)) (sha256 @@ -123516,12 +124026,12 @@ documents.") (define-public texlive-pecha (package (name "texlive-pecha") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pecha/" "tex/latex/pecha/")))) (file-name (git-file-name name version)) (sha256 @@ -123541,12 +124051,12 @@ different languages, page numbering in Tibetan and more.") (define-public texlive-perltex (package (name "texlive-perltex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/perltex/" "doc/man/man1/perltex.1" "doc/man/man1/perltex.man1.pdf" @@ -123578,12 +124088,12 @@ available.") (define-public texlive-permute (package (name "texlive-permute") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/permute/" "source/latex/permute/" "tex/latex/permute/")))) (file-name (git-file-name name version)) @@ -123602,12 +124112,12 @@ output, and calculate with them.") (define-public texlive-petiteannonce (package (name "texlive-petiteannonce") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/petiteannonce/" "tex/latex/petiteannonce/")))) (file-name (git-file-name name version)) @@ -123627,12 +124137,12 @@ details.") (define-public texlive-pgfmath-xfp (package (name "texlive-pgfmath-xfp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pgfmath-xfp/" "source/latex/pgfmath-xfp/" "tex/latex/pgfmath-xfp/")))) @@ -123656,12 +124166,12 @@ context, though there is some overhead to this approach.") (define-public texlive-phfcc (package (name "texlive-phfcc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/phfcc/" "source/latex/phfcc/" "tex/latex/phfcc/")))) (file-name (git-file-name name version)) @@ -123685,12 +124195,12 @@ is highly customizable.") (define-public texlive-phfextendedabstract (package (name "texlive-phfextendedabstract") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/phfextendedabstract/" "source/latex/phfextendedabstract/" "tex/latex/phfextendedabstract/")))) @@ -123718,12 +124228,12 @@ all of RevTeX's features such as author affiliations, etc.") (define-public texlive-phffullpagefigure (package (name "texlive-phffullpagefigure") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/phffullpagefigure/" "source/latex/phffullpagefigure/" "tex/latex/phffullpagefigure/")))) @@ -123744,12 +124254,12 @@ content on its own page, with the corresponding caption reading for example (define-public texlive-phfnote (package (name "texlive-phfnote") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/phfnote/" "doc/latex/phfnote/" "source/latex/phfnote/" "tex/latex/phfnote/")))) (file-name (git-file-name name version)) @@ -123772,12 +124282,12 @@ highly flexible and customizable.") (define-public texlive-phfparen (package (name "texlive-phfparen") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/phfparen/" "source/latex/phfparen/" "tex/latex/phfparen/")))) @@ -123799,12 +124309,12 @@ be used to replace @samp{\\bigl( a + b \\bigr)}.") (define-public texlive-phfqit (package (name "texlive-phfqit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/phfqit/" "source/latex/phfqit/" "tex/latex/phfqit/")))) (file-name (git-file-name name version)) @@ -123828,12 +124338,12 @@ etc.) are also provided.") (define-public texlive-phfquotetext (package (name "texlive-phfquotetext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/phfquotetext/" "source/latex/phfquotetext/" "tex/latex/phfquotetext/")))) @@ -123856,12 +124366,12 @@ space preformatting.") (define-public texlive-phfsvnwatermark (package (name "texlive-phfsvnwatermark") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/phfsvnwatermark/" "source/latex/phfsvnwatermark/" "tex/latex/phfsvnwatermark/")))) @@ -123882,12 +124392,12 @@ tags such as @code{$Id$}, via the @code{svn} or @code{svn-multi} packages.") (define-public texlive-phfthm (package (name "texlive-phfthm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/phfthm/" "source/latex/phfthm/" "tex/latex/phfthm/")))) (file-name (git-file-name name version)) @@ -123908,12 +124418,12 @@ proofs, automatically producing text such as @samp{See proof on page X}.") (define-public texlive-philex (package (name "texlive-philex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/philex/" "tex/latex/philex/")))) (file-name (git-file-name name version)) (sha256 @@ -123935,18 +124445,18 @@ contents of the environment. Philex builds on the facilities of the (define-public texlive-phonenumbers (package (name "texlive-phonenumbers") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/phonenumbers/" "tex/latex/phonenumbers/")))) (file-name (git-file-name name version)) (sha256 (base32 - "18886ag4j8n6p9p00qsv7jjbfk75z59lfmrmawgsjpf2a435jg3d")))) + "151h0dir5gl8kzj0v8frpmc4lsl2gas2jrs6c8426ji54i7fp33h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/phonenumbers") @@ -123965,12 +124475,12 @@ the @code{hyperref} package.") (define-public texlive-photo (package (name "texlive-photo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/photo/" "source/latex/photo/" "tex/latex/photo/")))) (file-name (git-file-name name version)) @@ -123994,12 +124504,12 @@ and photographer line still being available.") (define-public texlive-photobook (package (name "texlive-photobook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/photobook/" "tex/latex/photobook/")))) (file-name (git-file-name name version)) @@ -124047,18 +124557,18 @@ content.") (define-public texlive-pictochrono (package (name "texlive-pictochrono") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pictochrono/" "tex/latex/pictochrono/")))) (file-name (git-file-name name version)) (sha256 - (base32 "074z21cbhshd00h7gyj2q9hh8wppb20s9i0a6r9cqy86mh45im5r")))) + (base32 "1y657ziih69y585w7z4n9hmmypazsl0w81546r6fq3nh13f56icf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pictochrono") @@ -124071,12 +124581,12 @@ vertical offset, small pictogram chronometers to indicate a duration.") (define-public texlive-picture (package (name "texlive-picture") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/picture/" "source/latex/picture/" "tex/latex/picture/")))) (file-name (git-file-name name version)) @@ -124097,12 +124607,12 @@ used for these arguments.") (define-public texlive-piff (package (name "texlive-piff") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/piff/" "tex/latex/piff/")))) (file-name (git-file-name name version)) (sha256 @@ -124122,12 +124632,12 @@ documents and @code{time}, which prints a 12-hour format time.") (define-public texlive-pkgloader (package (name "texlive-pkgloader") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pkgloader/" "tex/latex/pkgloader/")))) (file-name (git-file-name name version)) @@ -124146,12 +124656,12 @@ manages the options and loading order of other packages.") (define-public texlive-plantslabels (package (name "texlive-plantslabels") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/plantslabels/" "tex/latex/plantslabels/")))) (file-name (git-file-name name version)) @@ -124170,12 +124680,12 @@ seven optional argument.") (define-public texlive-plates (package (name "texlive-plates") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/plates/" "tex/latex/plates/")))) (file-name (git-file-name name version)) (sha256 @@ -124196,12 +124706,12 @@ colour images.") (define-public texlive-plweb (package (name "texlive-plweb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/plweb/" "source/latex/plweb/" "tex/latex/plweb/")))) (file-name (git-file-name name version)) @@ -124221,12 +124731,12 @@ be interpreted by a Prolog system as well as by LaTeX.") (define-public texlive-pmboxdraw (package (name "texlive-pmboxdraw") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pmboxdraw/" "source/latex/pmboxdraw/" "tex/latex/pmboxdraw/")))) @@ -124246,13 +124756,13 @@ e.g. @samp{cp437}. It uses rules instead of using a font.") (define-public texlive-polyhedra (package (name "texlive-polyhedra") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/polyhedra/" "tex/latex/polyhedra/")))) (file-name (git-file-name name version)) @@ -124271,18 +124781,18 @@ for drawing vertices, edges, rays, polygons and cones.") (define-public texlive-polyomino (package (name "texlive-polyomino") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/polyomino/" "tex/latex/polyomino/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0c959b2mn342820fpjicdyglaff4n7zfdbdf3k1cy7mrq8y98ipf")))) + (base32 "1i3zxbb0l61j4pnlhp1sswwjsx7ggyd1xakvgvmy10ckqc50cpai")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/polyomino") @@ -124295,12 +124805,12 @@ polyominoes. It is possible to define custom styles, pics and grids.") (define-public texlive-polynom (package (name "texlive-polynom") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/polynom/" "source/latex/polynom/" "tex/latex/polynom/")))) (file-name (git-file-name name version)) @@ -124321,12 +124831,12 @@ coefficients.") (define-public texlive-polynomial (package (name "texlive-polynomial") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/polynomial/" "source/latex/polynomial/" "tex/latex/polynomial/")))) @@ -124349,12 +124859,12 @@ of coefficients as arguments, and offer limited optional behaviour.") (define-public texlive-polytable (package (name "texlive-polytable") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/polytable/" "source/latex/polytable/" "tex/latex/polytable/")))) @@ -124376,12 +124886,12 @@ possible.") (define-public texlive-postcards (package (name "texlive-postcards") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/postcards/" "tex/latex/postcards/")))) (file-name (git-file-name name version)) @@ -124403,12 +124913,12 @@ on the back side of all.") (define-public texlive-poster-mac (package (name "texlive-poster-mac") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/poster-mac/" "tex/generic/poster-mac/")))) (file-name (git-file-name name version)) @@ -124432,18 +124942,18 @@ printers.") (define-public texlive-postit (package (name "texlive-postit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/postit/" "tex/latex/postit/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1qgci7sc8bl3vs53hy1xzvxrkakfz7v0a1rw715nf6gg58z21gbq")))) + (base32 "1pc9kgghmpw038qbp3xwgqkrzpdaa9zxf2wxjx6a0mwsxnkfmldq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/postit") @@ -124456,12 +124966,12 @@ Post-it-like boxes with @code{tcolorbox}.") (define-public texlive-postnotes (package (name "texlive-postnotes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/postnotes/" "source/latex/postnotes/" "tex/latex/postnotes/")))) @@ -124488,12 +124998,12 @@ including back links.") (define-public texlive-powerdot (package (name "texlive-powerdot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/powerdot/" "source/latex/powerdot/" "tex/latex/powerdot/")))) @@ -124542,13 +125052,13 @@ new styles.") (define-public texlive-ppmcheckpdf (package (name "texlive-ppmcheckpdf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/man/man1/ppmcheckpdf.1" "doc/man/man1/ppmcheckpdf.man1.pdf" "doc/support/ppmcheckpdf/" @@ -124572,12 +125082,12 @@ has finished its work.") (define-public texlive-ppr-prv (package (name "texlive-ppr-prv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ppr-prv/" "source/latex/ppr-prv/" "tex/latex/ppr-prv/")))) (file-name (git-file-name name version)) @@ -124597,12 +125107,12 @@ with Prosper, with two slides per page.") (define-public texlive-crumbs (package (name "texlive-crumbs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/crumbs/" "source/latex/crumbs/" "tex/latex/crumbs/")))) (file-name (git-file-name name version)) @@ -124623,12 +125133,12 @@ a presentation, just like some websites do in order to simplify navigation.") (define-public texlive-pagecolor (package (name "texlive-pagecolor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pagecolor/" "source/latex/pagecolor/" "tex/latex/pagecolor/")))) @@ -124658,32 +125168,41 @@ and @code{\\restoregeometry} of the @code{geometry} package @code{\\newpagecolor (define-public texlive-ppt-slides (package (name "texlive-ppt-slides") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ppt-slides/" "source/latex/ppt-slides/" "tex/latex/ppt-slides/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0q524m6dy763jmkq96y5rjs3g1dslrpkm7x3nx08v49390i6m3jn")))) + "0nah9nwhp2q1rrq5akirxqna4vcbvzva5zkw8szz6dayjglv2np0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs - (list texlive-crumbs + (list texlive-anyfontsize + texlive-changepage + texlive-crumbs texlive-enumitem - texlive-hyperref + texlive-fontsize + texlive-hardwrap + texlive-href-ul + texlive-ifoddpage + texlive-lastpage + texlive-listings texlive-pagecolor texlive-pgf texlive-pgfopts texlive-qrcode texlive-seqsplit + texlive-soul + texlive-textpos texlive-tikzpagenodes - texlive-tools + texlive-titling texlive-varwidth texlive-xcolor)) (home-page "https://ctan.org/pkg/ppt-slides") @@ -124696,12 +125215,12 @@ with PowerPoint, but more precise, uniform, and visually strict.") (define-public texlive-practicalreports (package (name "texlive-practicalreports") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/practicalreports/" "tex/latex/practicalreports/")))) (file-name (git-file-name name version)) @@ -124720,12 +125239,12 @@ reports.") (define-public texlive-prelim2e (package (name "texlive-prelim2e") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/prelim2e/" "source/latex/prelim2e/" "tex/latex/prelim2e/")))) @@ -124747,12 +125266,12 @@ with e.g., the @code{vrsion}, @code{rcs} and @code{rcsinfo} packages.") (define-public texlive-pressrelease (package (name "texlive-pressrelease") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pressrelease/" "source/latex/pressrelease/" "tex/latex/pressrelease/")))) @@ -124771,12 +125290,12 @@ with e.g., the @code{vrsion}, @code{rcs} and @code{rcsinfo} packages.") (define-public texlive-prettyref (package (name "texlive-prettyref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/prettyref/" "source/latex/prettyref/" "tex/latex/prettyref/")))) @@ -124800,12 +125319,12 @@ label names; so instead of @code{\\label@{mysection@}}, one uses (define-public texlive-prettytok (package (name "texlive-prettytok") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/prettytok/" "tex/latex/prettytok/")))) (file-name (git-file-name name version)) @@ -124827,12 +125346,12 @@ Open the file in any browser to view the result. It can be used to replace (define-public texlive-printlen (package (name "texlive-printlen") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/printlen/" "tex/latex/printlen/")))) (file-name (git-file-name name version)) (sha256 @@ -124855,13 +125374,13 @@ will be printed in point units but without any stretch or shrink values.") (define-public texlive-prisma-flow-diagram (package (name "texlive-prisma-flow-diagram") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/prisma-flow-diagram/" "tex/latex/prisma-flow-diagram/")))) @@ -124881,12 +125400,12 @@ providing intuitive commands while maintaining full compatibility with TikZ.") (define-public texlive-probsoln (package (name "texlive-probsoln") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/probsoln/" "source/latex/probsoln/" "tex/latex/probsoln/")))) @@ -124914,12 +125433,12 @@ problems they cover.") (define-public texlive-program (package (name "texlive-program") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/program/" "tex/latex/program/")))) (file-name (git-file-name name version)) (sha256 @@ -124937,12 +125456,12 @@ environment is available for fragments that must not break with the pages.") (define-public texlive-progress (package (name "texlive-progress") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/progress/" "tex/latex/progress/")))) (file-name (git-file-name name version)) (sha256 @@ -124963,12 +125482,12 @@ user-modifiable).") (define-public texlive-progressbar (package (name "texlive-progressbar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/progressbar/" "tex/latex/progressbar/")))) (file-name (git-file-name name version)) @@ -124991,12 +125510,12 @@ on your own. The package uses TikZ to produce its graphics.") (define-public texlive-proofread (package (name "texlive-proofread") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/proofread/" "source/latex/proofread/" "tex/latex/proofread/")))) @@ -125020,12 +125539,12 @@ either corrected or uncorrected state, both without margin notes.") (define-public texlive-properties (package (name "texlive-properties") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/properties/" "tex/latex/properties/")))) (file-name (git-file-name name version)) @@ -125044,12 +125563,12 @@ either corrected or uncorrected state, both without margin notes.") (define-public texlive-prosper (package (name "texlive-prosper") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/prosper/" "tex/latex/prosper/")))) (file-name (git-file-name name version)) (sha256 @@ -125071,12 +125590,12 @@ on. Various visual styles are supported and others are being contributed.") (define-public texlive-protex (package (name "texlive-protex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/protex/" "tex/latex/protex/")))) (file-name (git-file-name name version)) (sha256 @@ -125094,12 +125613,12 @@ to generate useful hypertext output (either PDF, or HTML using TeX4ht).") (define-public texlive-protocol (package (name "texlive-protocol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/protocol/" "source/latex/protocol/" "tex/latex/protocol/")))) @@ -125119,12 +125638,12 @@ vote results and action items.") (define-public texlive-psfragx (package (name "texlive-psfragx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/psfragx/" "source/latex/psfragx/" "tex/latex/psfragx/")))) (file-name (git-file-name name version)) @@ -125156,12 +125675,12 @@ A Matlab script (LaPrint) is provided, to export an EPS file with (define-public texlive-pstring (package (name "texlive-pstring") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pstring/" "tex/latex/pstring/")))) (file-name (git-file-name name version)) (sha256 @@ -125181,12 +125700,12 @@ pointers.") (define-public texlive-pxgreeks (package (name "texlive-pxgreeks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pxgreeks/" "source/latex/pxgreeks/" "tex/latex/pxgreeks/")))) @@ -125210,12 +125729,12 @@ not constrain the text font that may be used in the document.") (define-public texlive-pygmentex (package (name "texlive-pygmentex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pygmentex/" "scripts/pygmentex/" "tex/latex/pygmentex/")))) (file-name (git-file-name name version)) @@ -125239,12 +125758,12 @@ systems, wikis or other applications that need to prettify source code.") (define-public texlive-python (package (name "texlive-python") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/python/" "tex/latex/python/")))) (file-name (git-file-name name version)) (sha256 @@ -125262,18 +125781,18 @@ script's output in the document.") (define-public texlive-pythonimmediate (package (name "texlive-pythonimmediate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/pythonimmediate/" "tex/latex/pythonimmediate/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0jxdxjxibds2bcwfq5zql0v80r9qlkzl8vm82avra5c9d2vc4a3l")))) + "0p8mas4f0g52478w891jdxxdzdi0cmnp5zmpdxp6zvs63y1955s5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-currfile texlive-l3packages @@ -125300,12 +125819,12 @@ In addition to this LaTeX package you need the Python (define-public texlive-qcm (package (name "texlive-qcm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/qcm/" "source/latex/qcm/" "tex/latex/qcm/")))) (file-name (git-file-name name version)) @@ -125333,12 +125852,12 @@ for AUC-TeX.") (define-public texlive-qstest (package (name "texlive-qstest") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/qstest/" "source/latex/qstest/" "tex/latex/qstest/")))) (file-name (git-file-name name version)) @@ -125362,12 +125881,12 @@ illustrated examples that are automatically verified to work as expected.") (define-public texlive-qsymbols (package (name "texlive-qsymbols") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/qsymbols/" "source/latex/qsymbols/" "tex/latex/qsymbols/")))) @@ -125389,13 +125908,13 @@ standard symbols as well as those from the @code{amsfonts} bundle and the (define-public texlive-quickreaction (package (name "texlive-quickreaction") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/quickreaction/" "tex/latex/quickreaction/")))) (file-name (git-file-name name version)) @@ -125413,12 +125932,12 @@ standard symbols as well as those from the @code{amsfonts} bundle and the (define-public texlive-quicktype (package (name "texlive-quicktype") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/quicktype/" "tex/latex/quicktype/")))) (file-name (git-file-name name version)) @@ -125438,18 +125957,18 @@ formatting and creation of tables and title pages with a graphic image.") (define-public texlive-quiver (package (name "texlive-quiver") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/quiver/" "tex/latex/quiver/")))) (file-name (git-file-name name version)) (sha256 - (base32 "19rw0wfhc8a66nk0hmrz7wwp8cj35lniczb9bxig6zplvdm3ljlj")))) + (base32 "1dvpl90lz5npv150my9qmp18dqdm5lac4wwm8njgjwdi6alh8x0h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quiver") @@ -125465,12 +125984,12 @@ used by diagrams exported from the editor.") (define-public texlive-quiz2socrative (package (name "texlive-quiz2socrative") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/quiz2socrative/" "tex/latex/quiz2socrative/")))) (file-name (git-file-name name version)) @@ -125491,18 +126010,18 @@ easily insert rather complicated mathematical material in (define-public texlive-quizztex (package (name "texlive-quizztex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/quizztex/" "tex/latex/quizztex/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0ps967vwf5kbflk7srw5926hwckshni6jskdl4862w2g4f1wf7vy")))) + (base32 "0893yy7g3az3r7v4rs67bcbiyinmc10glndcq405b8b04rhv9gzm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quizztex") @@ -125516,12 +126035,12 @@ a Millionaire?}) or @emph{Tout le monde veut prendre sa place !}.") (define-public texlive-quotchap (package (name "texlive-quotchap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/quotchap/" "source/latex/quotchap/" "tex/latex/quotchap/")))) @@ -125543,12 +126062,12 @@ font set (as supported by @code{psnfss}).") (define-public texlive-quoting (package (name "texlive-quoting") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/quoting/" "source/latex/quoting/" "tex/latex/quoting/")))) (file-name (git-file-name name version)) @@ -125571,12 +126090,12 @@ and after the environment.") (define-public texlive-quotmark (package (name "texlive-quotmark") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/quotmark/" "source/latex/quotmark/" "tex/latex/quotmark/")))) @@ -125602,12 +126121,12 @@ The author now considers the package obsolete, and recommends use of (define-public texlive-ran-toks (package (name "texlive-ran-toks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ran_toks/" "source/latex/ran_toks/" "tex/latex/ran_toks/")))) @@ -125632,12 +126151,12 @@ these (typically larger) token sets.") (define-public texlive-randtext (package (name "texlive-randtext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/randtext/" "tex/latex/randtext/")))) (file-name (git-file-name name version)) (sha256 @@ -125659,12 +126178,12 @@ or spammers easily picking up the address.") (define-public texlive-rccol (package (name "texlive-rccol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rccol/" "source/latex/rccol/" "tex/latex/rccol/")))) (file-name (git-file-name name version)) @@ -125684,12 +126203,12 @@ precision is possible.") (define-public texlive-rcs-multi (package (name "texlive-rcs-multi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rcs-multi/" "source/latex/rcs-multi/" "tex/latex/rcs-multi/")))) @@ -125710,12 +126229,12 @@ multiple TeX files.") (define-public texlive-rcsinfo (package (name "texlive-rcsinfo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rcsinfo/" "source/latex/rcsinfo/" "tex/latex/rcsinfo/")))) (file-name (git-file-name name version)) @@ -125735,12 +126254,12 @@ System} information and use it in a LaTeX document. For users of LaTeX2HTML, (define-public texlive-readablecv (package (name "texlive-readablecv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/readablecv/" "tex/latex/readablecv/")))) (file-name (git-file-name name version)) @@ -125759,12 +126278,12 @@ lead to your CV being read rather than discarded.") (define-public texlive-realboxes (package (name "texlive-realboxes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/realboxes/" "source/latex/realboxes/" "tex/latex/realboxes/")))) @@ -125791,12 +126310,12 @@ form anyway when no optional arguments are used.") (define-public texlive-recipe (package (name "texlive-recipe") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/recipe/" "tex/latex/recipe/")))) (file-name (git-file-name name version)) (sha256 @@ -125814,12 +126333,12 @@ BrushScript-Italic fonts.") (define-public texlive-recipebook (package (name "texlive-recipebook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/recipebook/" "tex/latex/recipebook/")))) (file-name (git-file-name name version)) @@ -125842,12 +126361,12 @@ binder cover sheets.") (define-public texlive-recipecard (package (name "texlive-recipecard") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/recipecard/" "source/latex/recipecard/" "tex/latex/recipecard/")))) @@ -125872,12 +126391,12 @@ elegant and fits in the box of recipes.") (define-public texlive-rectopma (package (name "texlive-rectopma") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rectopma/" "source/latex/rectopma/" "tex/latex/rectopma/")))) @@ -125903,17 +126422,17 @@ a document.") (define-public texlive-refcheck (package (name "texlive-refcheck") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/refcheck/" "tex/latex/refcheck/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1zrwz6450p8gapw2sm7716k0h2si0l3c419xph0i0j9mj381kr8y")))) + "0z60r6xnlc8fhra8n7d8b2drfjk29mgb2ykdplmmqfhxrylq6wx1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/refcheck") @@ -125928,12 +126447,12 @@ corresponding numbers of equations and/or bibliography references.") (define-public texlive-refenums (package (name "texlive-refenums") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/refenums/" "tex/latex/refenums/")))) (file-name (git-file-name name version)) (sha256 @@ -125955,12 +126474,12 @@ also rendered as hyperlink to the definition.") (define-public texlive-reflectgraphics (package (name "texlive-reflectgraphics") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/reflectgraphics/" "source/latex/reflectgraphics/" "tex/latex/reflectgraphics/")))) @@ -125980,12 +126499,12 @@ ways, in pursuit of more striking graphics in a document.") (define-public texlive-refman (package (name "texlive-refman") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/refman/" "source/latex/refman/" "tex/latex/refman/")))) (file-name (git-file-name name version)) @@ -126005,12 +126524,12 @@ for notes to the reader, like some of the manuals distributed by Adobe.") (define-public texlive-regcount (package (name "texlive-regcount") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/regcount/" "source/latex/regcount/" "tex/latex/regcount/")))) @@ -126032,12 +126551,12 @@ as it is a bit verbose. An automatic call to @code{\\rgcounts} is done at (define-public texlive-register (package (name "texlive-register") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/register/" "source/latex/register/" "tex/latex/register/")))) @@ -126063,12 +126582,12 @@ say, a pre-silicon test environment.") (define-public texlive-regstats (package (name "texlive-regstats") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/regstats/" "source/latex/regstats/" "tex/latex/regstats/")))) @@ -126091,13 +126610,13 @@ number of such registers.") (define-public texlive-regulatory (package (name "texlive-regulatory") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/regulatory/" "tex/latex/regulatory/")))) (file-name (git-file-name name version)) @@ -126117,12 +126636,12 @@ structures and contains a referencing system.") (define-public texlive-relenc (package (name "texlive-relenc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/relenc/" "fonts/tfm/public/relenc/" "fonts/vf/public/relenc/" @@ -126144,12 +126663,12 @@ characters.") (define-public texlive-repeatindex (package (name "texlive-repeatindex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/repeatindex/" "makeindex/repeatindex/" "tex/latex/repeatindex/")))) @@ -126169,12 +126688,12 @@ list of subitems. This helps to find out to which main item a subitem belongs." (define-public texlive-repltext (package (name "texlive-repltext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/repltext/" "source/latex/repltext/" "tex/latex/repltext/")))) @@ -126196,19 +126715,19 @@ pasted.") (define-public texlive-reptheorem (package (name "texlive-reptheorem") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/reptheorem/" "source/latex/reptheorem/" "tex/latex/reptheorem/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0h5kp4wpr3mp835bgidma98m0dwk4l81a13xcnsdxkbm6h4qrjb3")))) + (base32 "08mmgva6ar6rcks0l71jkb2y1c5arslw0j95isl2mcpjhwpz22hw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/reptheorem") @@ -126223,12 +126742,12 @@ the same document, but in any other file.") (define-public texlive-rescansync (package (name "texlive-rescansync") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rescansync/" "tex/latex/rescansync/")))) (file-name (git-file-name name version)) @@ -126247,12 +126766,12 @@ preserving SyncTeX information.") (define-public texlive-resmes (package (name "texlive-resmes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/resmes/" "source/latex/resmes/" "tex/latex/resmes/")))) (file-name (git-file-name name version)) @@ -126271,12 +126790,12 @@ restriction symbol.") (define-public texlive-returntogrid (package (name "texlive-returntogrid") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/returntogrid/" "tex/latex/returntogrid/")))) (file-name (git-file-name name version)) @@ -126298,12 +126817,12 @@ do some horizontal movements to get to @samp{Tab} positions.") (define-public texlive-rgltxdoc (package (name "texlive-rgltxdoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rgltxdoc/" "source/latex/rgltxdoc/" "tex/latex/rgltxdoc/")))) @@ -126325,12 +126844,12 @@ documentations.") (define-public texlive-rjlparshap (package (name "texlive-rjlparshap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rjlparshap/" "source/latex/rjlparshap/" "tex/latex/rjlparshap/")))) @@ -126352,12 +126871,12 @@ does.") (define-public texlive-rlepsf (package (name "texlive-rlepsf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/rlepsf/" "tex/generic/rlepsf/")))) (file-name (git-file-name name version)) (sha256 @@ -126380,12 +126899,12 @@ coordinates). You can, if you so choose, use the facilities of the (define-public texlive-rmpage (package (name "texlive-rmpage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rmpage/" "tex/latex/rmpage/")))) (file-name (git-file-name name version)) (sha256 @@ -126409,19 +126928,19 @@ parameters to particular measurements.") (define-public texlive-robust-externalize (package (name "texlive-robust-externalize") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/robust-externalize/" "tex/latex/robust-externalize/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0xzb0gcmhw9pmcy8qybb3dyq9jl66cyhkyj7wqlxnlk0zrq3w5k8")))) + (base32 "17bxa822a0vhvd4yhimwnq0p9xmyngvsphiwhmnxyrg204qfbkif")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/robust-externalize") @@ -126435,12 +126954,12 @@ Python, ...), in a robust, efficient and pure way.") (define-public texlive-robustcommand (package (name "texlive-robustcommand") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/robustcommand/" "source/latex/robustcommand/" "tex/latex/robustcommand/")))) @@ -126460,12 +126979,12 @@ which checks for the existence of a command before declaring it robust.") (define-public texlive-robustindex (package (name "texlive-robustindex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/robustindex/" "tex/latex/robustindex/")))) (file-name (git-file-name name version)) @@ -126487,12 +127006,12 @@ maintain correct page numbers.") (define-public texlive-romanbar (package (name "texlive-romanbar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/romanbar/" "source/latex/romanbar/" "tex/latex/romanbar/")))) @@ -126515,12 +127034,12 @@ Arabic numerals if necessary). The package also provides a predicate (define-public texlive-romanbarpagenumber (package (name "texlive-romanbarpagenumber") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/romanbarpagenumber/" "source/latex/romanbarpagenumber/" "tex/latex/romanbarpagenumber/")))) @@ -126540,12 +127059,12 @@ allows you to use those roman numbers as page number.") (define-public texlive-romanneg (package (name "texlive-romanneg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/romanneg/" "tex/latex/romanneg/")))) (file-name (git-file-name name version)) (sha256 @@ -126563,12 +127082,12 @@ allows you to use those roman numbers as page number.") (define-public texlive-romannum (package (name "texlive-romannum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/romannum/" "source/latex/romannum/" "tex/latex/romannum/")))) @@ -126589,12 +127108,12 @@ fonts may find this package useful.") (define-public texlive-rotfloat (package (name "texlive-rotfloat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rotfloat/" "source/latex/rotfloat/" "tex/latex/rotfloat/")))) @@ -126619,12 +127138,12 @@ package to define rotated versions of the new floats, too.") (define-public texlive-rotpages (package (name "texlive-rotpages") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rotpages/" "tex/latex/rotpages/")))) (file-name (git-file-name name version)) (sha256 @@ -126645,12 +127164,12 @@ normally and the solutions rotated.") (define-public texlive-roundbox (package (name "texlive-roundbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/roundbox/" "tex/latex/roundbox/")))) (file-name (git-file-name name version)) (sha256 @@ -126668,12 +127187,12 @@ for producing boxes, framed with rounded corners.") (define-public texlive-rterface (package (name "texlive-rterface") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rterface/" "tex/latex/rterface/")))) (file-name (git-file-name name version)) (sha256 @@ -126691,12 +127210,12 @@ R's parameters, and provides code to read R output.") (define-public texlive-rtkinenc (package (name "texlive-rtkinenc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rtkinenc/" "source/latex/rtkinenc/" "tex/latex/rtkinenc/")))) @@ -126724,12 +127243,12 @@ a new version of @code{inputenc} though, nor is it part of standard LaTeX.") (define-public texlive-rulerbox (package (name "texlive-rulerbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rulerbox/" "tex/latex/rulerbox/")))) (file-name (git-file-name name version)) (sha256 @@ -126748,12 +127267,12 @@ designating the relative scale in printed materials.") (define-public texlive-rulercompass (package (name "texlive-rulercompass") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rulercompass/" "source/latex/rulercompass/" "tex/latex/rulercompass/")))) @@ -126773,12 +127292,12 @@ and compass diagrams with TikZ.") (define-public texlive-runcode (package (name "texlive-runcode") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/runcode/" "tex/latex/runcode/")))) (file-name (git-file-name name version)) (sha256 @@ -126799,18 +127318,48 @@ server-mode together with the Python @command{talk2stat} package. Currently, this server-mode supports Julia, MatLab, Python, and R.") (license license:lppl1.3c))) -(define-public texlive-runtexshebang +(define-public texlive-runtexfile (package - (name "texlive-runtexshebang") - (version "2025.2") + (name "texlive-runtexfile") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/support/runtexshebang/" - "scripts/runtexshebang/")))) + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/man/man1/runtexfile.1" + "doc/man/man1/runtexfile.man1.pdf" + "doc/support/runtexfile/" + "scripts/runtexfile/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0lk4a9w82llbpfywipracprjvmqngwfsz5zg43fnlqrscc8pkba0")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (arguments + (list #:link-scripts #~(list "runtexfile.lua"))) + (home-page "https://ctan.org/pkg/runtexfile") + (synopsis "Automate the process of compiling (La)TeX documents") + (description + "This package provides a small script like latexmk to run a TeX or LaTeX +document controlled from within the document itself. The commands have to be +defined at the beginning of the document. The script itself does not parse +the log file.") + (license license:lppl1.3+))) + +(define-public texlive-runtexshebang + (package + (name "texlive-runtexshebang") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/support/runtexshebang/" + "scripts/runtexshebang/")))) (file-name (git-file-name name version)) (sha256 (base32 "0rsd54yr477rwj4gij6xxva55hsvyagw3gszfaqyi7gyjkpvc4ky")))) @@ -126830,12 +127379,12 @@ operating system's shell how to run the file for the rest of the file: (define-public texlive-rvwrite (package (name "texlive-rvwrite") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/rvwrite/" "tex/latex/rvwrite/")))) (file-name (git-file-name name version)) (sha256 @@ -126858,18 +127407,18 @@ package.") (define-public texlive-sanitize-umlaut (package (name "texlive-sanitize-umlaut") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sanitize-umlaut/" "tex/latex/sanitize-umlaut/")))) (file-name (git-file-name name version)) (sha256 (base32 - "022qrm85cyz8r9q4miy9yd0m8yizi4z8zj7xfx1kvb1nqk6rzkpf")))) + "1hx1xvwq15h5r6pdb1czwa6l75250cidx25ccpdsh4ivclgv1wz3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sanitize-umlaut") @@ -126885,12 +127434,12 @@ MakeIndex and pdfLaTeX.") (define-public texlive-precattl (package (name "texlive-precattl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/precattl/" "tex/latex/precattl/")))) (file-name (git-file-name name version)) (sha256 @@ -126908,12 +127457,12 @@ catcodes.") (define-public texlive-saveenv (package (name "texlive-saveenv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/saveenv/" "tex/latex/saveenv/")))) (file-name (git-file-name name version)) (sha256 @@ -126932,12 +127481,12 @@ works for all values of @code{\\endlinechar}.") (define-public texlive-savefnmark (package (name "texlive-savefnmark") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/savefnmark/" "source/latex/savefnmark/" "tex/latex/savefnmark/")))) @@ -126958,12 +127507,12 @@ subsequently without creating another footnote at the bottom.") (define-public texlive-savesym (package (name "texlive-savesym") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/latex/savesym/")))) (file-name (git-file-name name version)) (sha256 @@ -126986,12 +127535,12 @@ to give the glyph a unique name. To do that, we define (define-public texlive-savetrees (package (name "texlive-savetrees") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/savetrees/" "doc/latex/savetrees/" "source/latex/savetrees/" @@ -127018,12 +127567,12 @@ options for the broad brush approach.") (define-public texlive-scale (package (name "texlive-scale") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scale/" "source/latex/scale/" "tex/latex/scale/")))) (file-name (git-file-name name version)) @@ -127044,12 +127593,12 @@ resolution.") (define-public texlive-scalebar (package (name "texlive-scalebar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scalebar/" "source/latex/scalebar/" "tex/latex/scalebar/")))) @@ -127071,12 +127620,12 @@ micrometres for an electron microscope image.") (define-public texlive-scalerel (package (name "texlive-scalerel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scalerel/" "tex/latex/scalerel/")))) (file-name (git-file-name name version)) (sha256 @@ -127099,18 +127648,18 @@ general appearance.") (define-public texlive-scaletextbullet (package (name "texlive-scaletextbullet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scaletextbullet/" "tex/latex/scaletextbullet/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1ikx9yffcysjxy3vkjpkih90dj09dcqxmvgjjr647f2f9vnzdd2v")))) + (base32 "1gzn8kzc6xpnwlay5bz7y4xjcw1vbwvxvdxsiz6lyfk08j9spjj2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scaletextbullet") @@ -127124,12 +127673,12 @@ moving its vertical center.") (define-public texlive-scanpages (package (name "texlive-scanpages") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scanpages/" "fonts/map/dvips/scanpages/" "fonts/tfm/public/scanpages/" @@ -127151,12 +127700,12 @@ pre-TeX-era material that is available as scanned pages, only.") (define-public texlive-schedule (package (name "texlive-schedule") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/schedule/" "source/latex/schedule/" "tex/latex/schedule/")))) @@ -127180,12 +127729,12 @@ are included to allow the user to customize the output.") (define-public texlive-schooldocs (package (name "texlive-schooldocs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/schooldocs/" "source/latex/schooldocs/" "tex/latex/schooldocs/")))) @@ -127208,12 +127757,12 @@ Many features are freely configurable.") (define-public texlive-scontents (package (name "texlive-scontents") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scontents/" "source/latex/scontents/" "tex/context/third/scontents/" @@ -127222,7 +127771,7 @@ Many features are freely configurable.") (file-name (git-file-name name version)) (sha256 (base32 - "18iiqnvwmg372srswifb7gj5bdl8ifbg0z1ziqklgq3m48ng6dgv")))) + "08s66fmp5izps3kgvyw922wksnp9i9f4a4xw8zsv2vp6dnfw7jkk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scontents") @@ -127236,12 +127785,12 @@ document, additionally can be written to external files if desired.") (define-public texlive-scrambledenvs (package (name "texlive-scrambledenvs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scrambledenvs/" "source/latex/scrambledenvs/" "tex/latex/scrambledenvs/")))) @@ -127266,12 +127815,12 @@ scrambled solutions as well, etc.") (define-public texlive-scrlayer-fancyhdr (package (name "texlive-scrlayer-fancyhdr") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scrlayer-fancyhdr/" "source/latex/scrlayer-fancyhdr/" "tex/latex/scrlayer-fancyhdr/")))) @@ -127293,12 +127842,12 @@ styles of package @code{fancyhdr}. This allows the combination of features of (define-public texlive-scrlttr2copy (package (name "texlive-scrlttr2copy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/scrlttr2copy/" "tex/latex/scrlttr2copy/")))) (file-name (git-file-name name version)) @@ -127319,12 +127868,12 @@ of a specific letter are duplicated with background text marking as copies.") (define-public texlive-sdaps (package (name "texlive-sdaps") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sdaps/" "source/latex/sdaps/" "tex/latex/sdaps/")))) (file-name (git-file-name name version)) @@ -127377,12 +127926,12 @@ questions, range questions, (define-public texlive-sdrt (package (name "texlive-sdrt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sdrt/" "tex/latex/sdrt/")))) (file-name (git-file-name name version)) (sha256 @@ -127403,12 +127952,12 @@ mathematics mode, so they work the same in formulae and in text.") (define-public texlive-secdot (package (name "texlive-secdot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/secdot/" "tex/latex/secdot/")))) (file-name (git-file-name name version)) (sha256 @@ -127427,12 +127976,12 @@ with other sectioning commands.") (define-public texlive-secnum (package (name "texlive-secnum") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/secnum/" "source/latex/secnum/" "tex/latex/secnum/")))) (file-name (git-file-name name version)) @@ -127451,12 +128000,12 @@ intuitively.") (define-public texlive-sectionbox (package (name "texlive-sectionbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sectionbox/" "tex/latex/sectionbox/")))) (file-name (git-file-name name version)) @@ -127477,12 +128026,12 @@ with that class and with derived classes.") (define-public texlive-sectionbreak (package (name "texlive-sectionbreak") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sectionbreak/" "tex/latex/sectionbreak/")))) (file-name (git-file-name name version)) @@ -127503,12 +128052,12 @@ section break mark symbol.") (define-public texlive-seealso (package (name "texlive-seealso") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/seealso/" "source/latex/seealso/" "tex/latex/seealso/")))) (file-name (git-file-name name version)) @@ -127528,12 +128077,12 @@ page numbers are present in the actual index entries.") (define-public texlive-selectp (package (name "texlive-selectp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/selectp/" "tex/latex/selectp/")))) (file-name (git-file-name name version)) (sha256 @@ -127552,12 +128101,12 @@ pages are output.") (define-public texlive-semantex (package (name "texlive-semantex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/semantex/" "tex/latex/semantex/")))) (file-name (git-file-name name version)) (sha256 @@ -127582,12 +128131,12 @@ documents of SemanTeX markup to prepare them e.g., for publication.") (define-public texlive-semantic (package (name "texlive-semantic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/semantic/" "source/latex/semantic/" "tex/latex/semantic/")))) @@ -127607,12 +128156,12 @@ It includes T-diagrams, various derivation symbols and inference trees.") (define-public texlive-semantic-markup (package (name "texlive-semantic-markup") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/semantic-markup/" "tex/latex/semantic-markup/")))) (file-name (git-file-name name version)) @@ -127640,12 +128189,12 @@ musical analysis.") (define-public texlive-semesterplanner (package (name "texlive-semesterplanner") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/semesterplanner/" "source/lualatex/semesterplanner/" "tex/lualatex/semesterplanner/")))) @@ -127666,13 +128215,13 @@ as well as appointments, deadlines, and exams.") (define-public texlive-semesterplannerlua (package (name "texlive-semesterplannerlua") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/semesterplannerlua/" "source/lualatex/semesterplannerlua/" @@ -127693,12 +128242,12 @@ ranges (and mark dates which were previously listed).") (define-public texlive-semioneside (package (name "texlive-semioneside") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/semioneside/" "source/latex/semioneside/" "tex/latex/semioneside/")))) @@ -127721,12 +128270,12 @@ pages on user request, e.g., floating objects.") (define-public texlive-semproc (package (name "texlive-semproc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/semproc/" "source/latex/semproc/" "tex/latex/semproc/")))) (file-name (git-file-name name version)) @@ -127752,12 +128301,12 @@ subsections of the respective talk.") (define-public texlive-semtex (package (name "texlive-semtex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/semtex/" "tex/latex/semtex/")))) (file-name (git-file-name name version)) (sha256 @@ -127782,12 +128331,12 @@ packages.") (define-public texlive-sepfootnotes (package (name "texlive-sepfootnotes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sepfootnotes/" "tex/latex/sepfootnotes/")))) (file-name (git-file-name name version)) @@ -127808,19 +128357,19 @@ note.") (define-public texlive-sesstime (package (name "texlive-sesstime") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sesstime/" "source/latex/sesstime/" "tex/latex/sesstime/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0ajryzcw1pf9yva3qpbx1f7mpl5pnkj4k3ccvh5hxaif86jydcc1")))) + "11hj30zr05z0pcrf1hmvn4jn8zc4n9a3i4fz8h4wqhvhksijayaz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sesstime") @@ -127835,12 +128384,12 @@ throughout the course.") (define-public texlive-sf298 (package (name "texlive-sf298") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sf298/" "source/latex/sf298/" "tex/latex/sf298/")))) (file-name (git-file-name name version)) @@ -127860,12 +128409,12 @@ a document delivered, for instance, on a U.S. government contract.") (define-public texlive-sffms (package (name "texlive-sffms") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sffms/" "source/latex/sffms/" "tex/latex/sffms/")))) (file-name (git-file-name name version)) @@ -127885,12 +128434,12 @@ extensive documentation aimed at new LaTeX users.") (define-public texlive-sfmath (package (name "texlive-sfmath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/latex/sfmath/")))) (file-name (git-file-name name version)) (sha256 @@ -127908,12 +128457,12 @@ sans serif fonts.") (define-public texlive-shadethm (package (name "texlive-shadethm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/shadethm/" "tex/latex/shadethm/")))) (file-name (git-file-name name version)) (sha256 @@ -127935,12 +128484,12 @@ generally recommended, therefore, to use @code{mdframed} instead.") (define-public texlive-shadow (package (name "texlive-shadow") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/shadow/" "tex/latex/shadow/")))) (file-name (git-file-name name version)) (sha256 @@ -127958,12 +128507,12 @@ and supporting mechanisms.") (define-public texlive-shadowtext (package (name "texlive-shadowtext") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/shadowtext/" "tex/latex/shadowtext/")))) (file-name (git-file-name name version)) @@ -127983,12 +128532,12 @@ of the shadow are customisable.") (define-public texlive-shapepar (package (name "texlive-shapepar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/shapepar/" "tex/generic/shapepar/")))) (file-name (git-file-name name version)) @@ -128023,12 +128572,12 @@ polygon form.") (define-public texlive-shdoc (package (name "texlive-shdoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/shdoc/" "source/latex/shdoc/" "tex/latex/shdoc/")))) (file-name (git-file-name name version)) @@ -128049,12 +128598,12 @@ and feel of the package output imitates the look of a shell prompt.") (define-public texlive-shipunov (package (name "texlive-shipunov") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/shipunov/" "doc/latex/shipunov/" "tex/latex/shipunov/")))) (file-name (git-file-name name version)) @@ -128137,12 +128686,12 @@ tables. (define-public texlive-shorttoc (package (name "texlive-shorttoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/shorttoc/" "source/latex/shorttoc/" "tex/latex/shorttoc/")))) @@ -128164,12 +128713,12 @@ document.") (define-public texlive-show2e (package (name "texlive-show2e") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/show2e/" "source/latex/show2e/" "tex/latex/show2e/")))) (file-name (git-file-name name version)) @@ -128200,12 +128749,12 @@ any. The @code{\\showcs} variant helps with macros with exotic names.") (define-public texlive-showcharinbox (package (name "texlive-showcharinbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/showcharinbox/" "source/latex/showcharinbox/" "tex/latex/showcharinbox/")))) @@ -128225,12 +128774,12 @@ is, and displaying width, height, and depth information of the character.") (define-public texlive-showdim (package (name "texlive-showdim") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/showdim/" "tex/latex/showdim/")))) (file-name (git-file-name name version)) (sha256 @@ -128250,19 +128799,19 @@ a point.") (define-public texlive-showlabels (package (name "texlive-showlabels") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/showlabels/" "source/latex/showlabels/" "tex/latex/showlabels/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0c88yijjfw1xnlcchmsk9965fn464fj5xzi0s9ri13nj8cq7dmsw")))) + "0sincwh74sc5fv6yfihnjr2b3rr271h0jmn85hh30jf9h97gfwm5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/showlabels") @@ -128279,12 +128828,12 @@ commands.") (define-public texlive-sidenotes (package (name "texlive-sidenotes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sidenotes/" "source/latex/sidenotes/" "tex/latex/sidenotes/")))) @@ -128305,12 +128854,12 @@ text books.") (define-public texlive-sidenotesplus (package (name "texlive-sidenotesplus") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sidenotesplus/" "source/latex/sidenotesplus/" "tex/latex/sidenotesplus/")))) @@ -128346,12 +128895,12 @@ widened, suitable if that extra space for an equation is required.") (define-public texlive-silence (package (name "texlive-silence") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/silence/" "source/latex/silence/" "tex/latex/silence/")))) (file-name (git-file-name name version)) @@ -128374,12 +128923,12 @@ later reference.") (define-public texlive-sillypage (package (name "texlive-sillypage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sillypage/" "source/latex/sillypage/" "tex/latex/sillypage/")))) @@ -128400,12 +128949,12 @@ in this silly style, too.") (define-public texlive-simplecd (package (name "texlive-simplecd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/simplecd/" "source/latex/simplecd/" "tex/latex/simplecd/")))) @@ -128428,12 +128977,12 @@ things may be placed.") (define-public texlive-simplecv (package (name "texlive-simplecv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/simplecv/" "source/latex/simplecv/" "tex/latex/simplecv/")))) @@ -128453,12 +129002,12 @@ things may be placed.") (define-public texlive-simpleinvoice (package (name "texlive-simpleinvoice") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/simpleinvoice/" "tex/latex/simpleinvoice/")))) (file-name (git-file-name name version)) @@ -128479,18 +129028,18 @@ commands, and an invoice is generated automatically with the (define-public texlive-simplivre (package (name "texlive-simplivre") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/simplivre/" "tex/latex/simplivre/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1r7dw35ad8vbvx0rjpilwgh0r0479wkdfm2y9506a61lq3yka066")))) + "1qllpcmsvc17g9kxaqlcyblng4kk5aw25200sjk7rp2rjk90wpcp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-minimalist)) @@ -128507,12 +129056,12 @@ XeLaTeX or LuaLaTeX.") (define-public texlive-sitem (package (name "texlive-sitem") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sitem/" "source/latex/sitem/" "tex/latex/sitem/")))) (file-name (git-file-name name version)) @@ -128531,12 +129080,12 @@ a box.") (define-public texlive-skb (package (name "texlive-skb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/skb/" "source/latex/skb/" "tex/latex/skb/")))) (file-name (git-file-name name version)) @@ -128564,12 +129113,12 @@ to write articles and books.") (define-public texlive-skdoc (package (name "texlive-skdoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/skdoc/" "source/latex/skdoc/" "tex/latex/skdoc/")))) (file-name (git-file-name name version)) @@ -128591,12 +129140,12 @@ a single run of a single file.") (define-public texlive-skeldoc (package (name "texlive-skeldoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/skeldoc/" "tex/latex/skeldoc/")))) (file-name (git-file-name name version)) (sha256 @@ -128618,12 +129167,12 @@ e.g., as a to-do mechanism.") (define-public texlive-skeycommand (package (name "texlive-skeycommand") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/skeycommand/" "tex/latex/skeycommand/")))) (file-name (git-file-name name version)) @@ -128643,12 +129192,12 @@ and @code{skeyval} packages are available to the user of @code{skeycommand}.") (define-public texlive-skeyval (package (name "texlive-skeyval") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/skeyval/" "tex/latex/skeyval/")))) (file-name (git-file-name name version)) (sha256 @@ -128669,12 +129218,12 @@ introduced in a new context.") (define-public texlive-skills (package (name "texlive-skills") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/skills/" "tex/latex/skills/")))) (file-name (git-file-name name version)) (sha256 @@ -128697,12 +129246,12 @@ resulting proficiency level.") (define-public texlive-skrapport (package (name "texlive-skrapport") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/skrapport/" "source/latex/skrapport/" "tex/latex/skrapport/")))) @@ -128723,12 +129272,12 @@ was inspired by that of the PracTeX journal style.") (define-public texlive-slantsc (package (name "texlive-slantsc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/slantsc/" "source/latex/slantsc/" "tex/latex/slantsc/")))) (file-name (git-file-name name version)) @@ -128748,12 +129297,12 @@ shapes.") (define-public texlive-smalltableof (package (name "texlive-smalltableof") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/smalltableof/" "tex/latex/smalltableof/")))) (file-name (git-file-name name version)) @@ -128773,12 +129322,12 @@ tables, etc.") (define-public texlive-smart-eqn (package (name "texlive-smart-eqn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/smart-eqn/" "source/latex/smart-eqn/" "tex/latex/smart-eqn/")))) @@ -128803,12 +129352,12 @@ styling which eliminates the need to enter style commands repeatedly.") (define-public texlive-smartref (package (name "texlive-smartref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/smartref/" "tex/latex/smartref/")))) (file-name (git-file-name name version)) (sha256 @@ -128834,12 +129383,12 @@ using the extended labels.") (define-public texlive-smartunits (package (name "texlive-smartunits") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/smartunits/" "tex/latex/smartunits/")))) (file-name (git-file-name name version)) @@ -128858,12 +129407,12 @@ between (some) metric and Imperial units.") (define-public texlive-snapshot (package (name "texlive-snapshot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/snapshot/" "source/latex/snapshot/" "tex/latex/snapshot/")))) @@ -128892,12 +129441,12 @@ side effects of routine upgrades to the TeX system.") (define-public texlive-snaptodo (package (name "texlive-snaptodo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/snaptodo/" "tex/latex/snaptodo/")))) (file-name (git-file-name name version)) (sha256 @@ -128918,12 +129467,12 @@ customizable style.") (define-public texlive-snotez (package (name "texlive-snotez") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/snotez/" "tex/latex/snotez/")))) (file-name (git-file-name name version)) (sha256 @@ -128943,12 +129492,12 @@ the notes themselves).") (define-public texlive-soulpos (package (name "texlive-soulpos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/soulpos/" "tex/latex/soulpos/")))) (file-name (git-file-name name version)) (sha256 @@ -128970,12 +129519,12 @@ small elements, here each chunk of text to be underlined is a single element.") (define-public texlive-spacingtricks (package (name "texlive-spacingtricks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/spacingtricks/" "source/latex/spacingtricks/" "tex/latex/spacingtricks/")))) @@ -128997,12 +129546,12 @@ adjustment.") (define-public texlive-spark-otf (package (name "texlive-spark-otf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/spark-otf/" "fonts/opentype/public/spark-otf/" "tex/latex/spark-otf/")))) @@ -129022,12 +129571,12 @@ available from AtF Spark.") (define-public texlive-sparklines (package (name "texlive-sparklines") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sparklines/" "tex/latex/sparklines/")))) (file-name (git-file-name name version)) @@ -129049,12 +129598,12 @@ sparklines package uses PGF.") (define-public texlive-sphack (package (name "texlive-sphack") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sphack/" "tex/latex/sphack/")))) (file-name (git-file-name name version)) (sha256 @@ -129073,12 +129622,12 @@ mode.") (define-public texlive-splitindex (package (name "texlive-splitindex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/splitindex/" "doc/man/man1/splitindex.1" "doc/man/man1/splitindex.man1.pdf" @@ -129109,12 +129658,12 @@ index processor for each of the files.") (define-public texlive-spot (package (name "texlive-spot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/spot/" "source/latex/spot/" "tex/latex/spot/")))) (file-name (git-file-name name version)) @@ -129134,12 +129683,12 @@ but it can be used in other document classes as well.") (define-public texlive-spotcolor (package (name "texlive-spotcolor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/spotcolor/" "tex/latex/spotcolor/")))) (file-name (git-file-name name version)) @@ -129159,18 +129708,18 @@ spaces are included but new ones can easily be defined.") (define-public texlive-spreadtab (package (name "texlive-spreadtab") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/spreadtab/" "tex/latex/spreadtab/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0kp1k0l6yj8px2bfc4kh1zfhracsqdwxx7qyjc3zrj871fdrhjcz")))) + "18pm3gp2h7nn6m55j12ghldmcrhv00kkkpgk8hwv53y89hf9gzfi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/spreadtab") @@ -129184,12 +129733,12 @@ be used in formulas to generate values in other cells.") (define-public texlive-spverbatim (package (name "texlive-spverbatim") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/spverbatim/" "source/latex/spverbatim/" "tex/latex/spverbatim/")))) @@ -129213,12 +129762,12 @@ spverbatim allow LaTeX to break lines at space characters.") (define-public texlive-srbook-mem (package (name "texlive-srbook-mem") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/srbook-mem/" "tex/latex/srbook-mem/")))) (file-name (git-file-name name version)) @@ -129237,12 +129786,12 @@ to Serbian style.") (define-public texlive-srcltx (package (name "texlive-srcltx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/srcltx/" "source/latex/srcltx/" "tex/latex/srcltx/")))) (file-name (git-file-name name version)) @@ -129262,12 +129811,12 @@ and back again (given a @file{.dvi} viewer that supports this).") (define-public texlive-sseq (package (name "texlive-sseq") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sseq/" "source/latex/sseq/" "tex/latex/sseq/")))) (file-name (git-file-name name version)) @@ -129290,19 +129839,19 @@ available.") (define-public texlive-sshrc-insight (package (name "texlive-sshrc-insight") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sshrc-insight/" "source/latex/sshrc-insight/" "tex/latex/sshrc-insight/")))) (file-name (git-file-name name version)) (sha256 - (base32 "11i9k865amvj9fmwf2r0s88kjk2j5jznx5h47z5g6ywz1r8z2q1x")))) + (base32 "0bmz4bh1g4dfn5n0b0v9wzdbwmr8916a9vsjfijwz0bvcy15r5zw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sshrc-insight") @@ -129316,12 +129865,12 @@ and Humanities Research Council (SSHRC).") (define-public texlive-sslides (package (name "texlive-sslides") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sslides/" "tex/latex/sslides/")))) (file-name (git-file-name name version)) (sha256 @@ -129339,12 +129888,12 @@ user may add headers and footers to the slide.") (define-public texlive-stack (package (name "texlive-stack") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "source/latex/stack/" "tex/latex/stack/")))) (file-name (git-file-name name version)) (sha256 @@ -129363,12 +129912,12 @@ the backbone of the @code{import} package.") (define-public texlive-stdclsdv (package (name "texlive-stdclsdv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/stdclsdv/" "source/latex/stdclsdv/" "tex/latex/stdclsdv/")))) @@ -129390,12 +129939,12 @@ printing a warning.") (define-public texlive-stdpage (package (name "texlive-stdpage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/stdpage/" "source/latex/stdpage/" "tex/latex/stdpage/")))) (file-name (git-file-name name version)) @@ -129416,12 +129965,12 @@ m characters each.") (define-public texlive-stealcaps (package (name "texlive-stealcaps") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/stealcaps/" "source/latex/stealcaps/" "tex/latex/stealcaps/")))) @@ -129447,18 +129996,19 @@ specify the name of the target font via the from option.") (define-public texlive-stex (package (name "texlive-stex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/latex/stex/" "source/latex/stex/" + (revision 78236) + (locations (list "doc/latex/stex/" + "source/latex/stex/source/" "tex/latex/stex/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1p5icw5c8c6k82ycy91d4rvypk4yd958jglcxb6vhqi6hnjagpp5")))) + "1wvvhvllzz07yqibzb92mc1yp1099bk4rvcf44nc19g976z1rz8r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/stex") @@ -129473,12 +130023,12 @@ management (MKM).") (define-public texlive-storecmd (package (name "texlive-storecmd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/storecmd/" "tex/latex/storecmd/")))) (file-name (git-file-name name version)) (sha256 @@ -129498,12 +130048,12 @@ syntax.") (define-public texlive-stringstrings (package (name "texlive-stringstrings") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/stringstrings/" "source/latex/stringstrings/" "tex/latex/stringstrings/")))) @@ -129530,18 +130080,18 @@ manipulations.") (define-public texlive-sttools (package (name "texlive-sttools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sttools/" "source/latex/sttools/" "tex/latex/sttools/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0dvx30fzzkf632c3qnz7bg2ljlnawz7440qga8shcdb70i951lgm")))) + "0g9gdd5lgqf22mfydgl8fxyjj872wfzypfyhjc8qxf7mq0z243sv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sttools") @@ -129557,12 +130107,12 @@ numerical lists and arrays.") (define-public texlive-stubs (package (name "texlive-stubs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/stubs/" "tex/latex/stubs/")))) (file-name (git-file-name name version)) (sha256 @@ -129581,12 +130131,12 @@ contact information.") (define-public texlive-studenthandouts (package (name "texlive-studenthandouts") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/studenthandouts/" "tex/latex/studenthandouts/")))) (file-name (git-file-name name version)) @@ -129611,12 +130161,12 @@ style for handouts. This style can be easily changed.") (define-public texlive-styledcmd (package (name "texlive-styledcmd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/styledcmd/" "source/latex/styledcmd/" "tex/latex/styledcmd/")))) @@ -129637,12 +130187,12 @@ expandable and protected commands.") (define-public texlive-subdepth (package (name "texlive-subdepth") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/subdepth/" "source/latex/subdepth/" "tex/latex/subdepth/")))) @@ -129663,12 +130213,12 @@ a superscript as well, but this can look odd in some situations.") (define-public texlive-subdocs (package (name "texlive-subdocs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/subdocs/" "tex/latex/subdocs/")))) (file-name (git-file-name name version)) (sha256 @@ -129689,18 +130239,18 @@ document and may be typeset separately. What the package does is sharing the (define-public texlive-subeqn (package (name "texlive-subeqn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/subeqn/" "source/latex/subeqn/" "tex/latex/subeqn/")))) (file-name (git-file-name name version)) (sha256 (base32 - "01x1zrbv594y598k78245y6hzwy1sc9f84795vk5kv8n3kw87b8p")))) + "0fqdnvq4hyjq28riqidnzfbhzd77p46syxy1yxx0c1yvlznzq1nc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/subeqn") @@ -129717,19 +130267,19 @@ solves this. Note that this package is not compatible with the package (define-public texlive-subeqnarray (package (name "texlive-subeqnarray") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/subeqnarray/" "source/latex/subeqnarray/" "tex/latex/subeqnarray/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1qw280gvcm0vnm4mliz0yssjilf9l9q3997p9db0kfyqcr9m00hr")))) + "1dl8747ggypdv466n5441ml07qpqzvvhq30bafhl184s2hvgbzm7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/subeqnarray") @@ -129747,12 +130297,12 @@ results than @code{eqnarray}-related macros.") (define-public texlive-subfigmat (package (name "texlive-subfigmat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/subfigmat/" "tex/latex/subfigmat/")))) (file-name (git-file-name name version)) @@ -129773,12 +130323,12 @@ top-to-bottom.") (define-public texlive-subfloat (package (name "texlive-subfloat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/subfloat/" "source/latex/subfloat/" "tex/latex/subfloat/")))) @@ -129801,13 +130351,13 @@ placement; @code{subfloat} only affects captions and numbering.") (define-public texlive-sunpath (package (name "texlive-sunpath") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/sunpath/" "source/latex/sunpath/" "tex/latex/sunpath/")))) @@ -129826,12 +130376,12 @@ system.") (define-public texlive-suppose (package (name "texlive-suppose") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/suppose/" "tex/latex/suppose/")))) (file-name (git-file-name name version)) (sha256 @@ -129851,12 +130401,12 @@ He does not recommend using them in formal work.") (define-public texlive-svgcolor (package (name "texlive-svgcolor") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/svgcolor/" "tex/latex/svgcolor/")))) (file-name (git-file-name name version)) (sha256 @@ -129874,12 +130424,12 @@ names for use with both the @code{color} and PSTricks packages.") (define-public texlive-svn (package (name "texlive-svn") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/svn/" "source/latex/svn/" "tex/latex/svn/")))) (file-name (git-file-name name version)) @@ -129899,12 +130449,12 @@ for Subversion rather than CVS.") (define-public texlive-svn-multi (package (name "texlive-svn-multi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/svn-multi/" "doc/support/svn-multi/" "scripts/svn-multi/" @@ -129933,12 +130483,12 @@ retrieve information necessary for the required output.") (define-public texlive-svninfo (package (name "texlive-svninfo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/svninfo/" "source/latex/svninfo/" "tex/latex/svninfo/")))) (file-name (git-file-name name version)) @@ -129957,12 +130507,12 @@ typeset documents.") (define-public texlive-swfigure (package (name "texlive-swfigure") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/swfigure/" "source/latex/swfigure/" "tex/latex/swfigure/")))) @@ -129983,12 +130533,12 @@ macro is defined to handle all five display modes.") (define-public texlive-swungdash (package (name "texlive-swungdash") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/swungdash/" "tex/latex/swungdash/")))) (file-name (git-file-name name version)) @@ -130009,12 +130559,12 @@ by applying transformations to the given font's glyph for a tilde.") (define-public texlive-syntax (package (name "texlive-syntax") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/syntax/" "tex/latex/syntax/")))) (file-name (git-file-name name version)) (sha256 @@ -130032,19 +130582,19 @@ to represent the diagram structure.") (define-public texlive-synthslant (package (name "texlive-synthslant") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/synthslant/" "source/latex/synthslant/" "tex/latex/synthslant/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0ldfwlrr3fs8j8kq5jmygc2sql7qxd412yii37dfyqzv3fpxd1jg")))) + (base32 "0llh67l7m7xxkaqp7bwpsjfhflyc1jl84jwmibaa5jyf8p2rrvyc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/synthslant") @@ -130060,12 +130610,12 @@ concerning output quality and processing speed.") (define-public texlive-syntrace (package (name "texlive-syntrace") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/syntrace/" "source/latex/syntrace/" "tex/latex/syntrace/")))) @@ -130087,12 +130637,12 @@ a trace.") (define-public texlive-synttree (package (name "texlive-synttree") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/synttree/" "source/latex/synttree/" "tex/latex/synttree/")))) @@ -130113,12 +130663,12 @@ the tree.") (define-public texlive-tabbing (package (name "texlive-tabbing") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tabbing/" "source/latex/tabbing/" "tex/latex/tabbing/")))) (file-name (git-file-name name version)) @@ -130140,12 +130690,12 @@ learn two sets of accent commands.") (define-public texlive-tabfigures (package (name "texlive-tabfigures") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tabfigures/" "source/latex/tabfigures/" "tex/latex/tabfigures/")))) @@ -130169,12 +130719,12 @@ the table of contents).") (define-public texlive-tableaux (package (name "texlive-tableaux") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tableaux/" "tex/latex/tableaux/")))) (file-name (git-file-name name version)) (sha256 @@ -130194,12 +130744,12 @@ are available.") (define-public texlive-tablefootnote (package (name "texlive-tablefootnote") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tablefootnote/" "source/latex/tablefootnote/" "tex/latex/tablefootnote/")))) @@ -130221,12 +130771,12 @@ and adjusting the counter as necessary, is too much work).") (define-public texlive-tableof (package (name "texlive-tableof") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tableof/" "source/latex/tableof/" "tex/latex/tableof/")))) (file-name (git-file-name name version)) @@ -130251,12 +130801,12 @@ to provide several tables.") (define-public texlive-tablists (package (name "texlive-tablists") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tablists/" "source/latex/tablists/" "tex/latex/tablists/")))) @@ -130289,12 +130839,12 @@ optional arguments of item numbering similar to the @code{enumerate} or (define-public texlive-tabls (package (name "texlive-tabls") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tabls/" "tex/latex/tabls/")))) (file-name (git-file-name name version)) (sha256 @@ -130316,12 +130866,12 @@ slows down compilation of tables, since each entry is boxed twice.") (define-public texlive-tablvar (package (name "texlive-tablvar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tablvar/" "source/latex/tablvar/" "tex/latex/tablvar/")))) (file-name (git-file-name name version)) @@ -130346,12 +130896,12 @@ features of the variation tables can be customized.") (define-public texlive-tabstackengine (package (name "texlive-tabstackengine") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tabstackengine/" "tex/latex/tabstackengine/")))) (file-name (git-file-name name version)) @@ -130375,12 +130925,12 @@ constructions).") (define-public texlive-tabularborder (package (name "texlive-tabularborder") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tabularborder/" "source/latex/tabularborder/" "tex/latex/tabularborder/")))) @@ -130400,12 +130950,12 @@ compensated and a @code{\\hline} has the same length as the text.") (define-public texlive-tabularcalc (package (name "texlive-tabularcalc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tabularcalc/" "tex/latex/tabularcalc/")))) (file-name (git-file-name name version)) @@ -130427,12 +130977,12 @@ horizontally or vertically and is fully customizable.") (define-public texlive-tabularew (package (name "texlive-tabularew") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tabularew/" "source/latex/tabularew/" "tex/latex/tabularew/")))) @@ -130453,18 +131003,18 @@ body of the column.") (define-public texlive-tabularray (package (name "texlive-tabularray") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tabularray/" "tex/latex/tabularray/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0wvwrqhf30jddhaax0gv67ia7j7r2lkv4rlwh10lvbwwi8ka59g7")))) + "1vzjw7drh9jmdd3209zdasvmngl4mvcgbh3hr6ljrljvhjhy1p8m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tabularray") @@ -130486,18 +131036,18 @@ completely set in @code{keyval} way.") (define-public texlive-tabularray-abnt (package (name "texlive-tabularray-abnt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tabularray-abnt/" "tex/latex/tabularray-abnt/")))) (file-name (git-file-name name version)) (sha256 - (base32 "04accpz6k3q4qaxjlsy1v8a9dx53j24hl5iyfp4jik8frsf787xd")))) + (base32 "1rx60yh7qaib7s1dinr3jcpxwfd0wwzpc0xgwi2yb35j2jydfgfi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tabularray-abnt") @@ -130511,12 +131061,12 @@ provides the themes @code{abnt} (for tables with numerical data) and (define-public texlive-tagging (package (name "texlive-tagging") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tagging/" "tex/latex/tagging/")))) (file-name (git-file-name name version)) (sha256 @@ -130535,12 +131085,12 @@ marked pieces to include or exclude.") (define-public texlive-tagpair (package (name "texlive-tagpair") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tagpair/" "tex/latex/tagpair/")))) (file-name (git-file-name name version)) (sha256 @@ -130560,18 +131110,18 @@ translations, and bibliographic attributions, respectively.") (define-public texlive-tagpdf (package (name "texlive-tagpdf") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tagpdf/" "source/latex/tagpdf/" "tex/latex/tagpdf/")))) (file-name (git-file-name name version)) (sha256 (base32 - "12ljc242ip963dhf9vkczb531na77d4vqdxhd15swgbx6wfpi7iq")))) + "1110ki7g43x9fk4c1cnf8g96fkjp8yin1wi66y35vm2x0lvrqs0r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tagpdf") @@ -130589,18 +131139,18 @@ kernel changes are needed, how packages should be adapted.") (define-public texlive-talk (package (name "texlive-talk") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/talk/" "source/latex/talk/" "tex/latex/talk/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1ws65g8m640dqclbzbl4ip2g3n0j1kpvp447f9sl71j4hxc3lvzx")))) + "0skgkmlvy10gcj8xndz3nxfks70nf4rjq892g4aj66iqhfwvxszb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/talk") @@ -130623,12 +131173,12 @@ the user.") (define-public texlive-tamefloats (package (name "texlive-tamefloats") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tamefloats/" "tex/latex/tamefloats/")))) (file-name (git-file-name name version)) @@ -130651,12 +131201,12 @@ previous work).") (define-public texlive-tasks (package (name "texlive-tasks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tasks/" "tex/latex/tasks/")))) (file-name (git-file-name name version)) (sha256 @@ -130676,12 +131226,12 @@ vertically. This is what the @code{tasks} package helps to achieve.") (define-public texlive-tcldoc (package (name "texlive-tcldoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tcldoc/" "source/latex/tcldoc/" "tex/latex/tcldoc/")))) (file-name (git-file-name name version)) @@ -130702,12 +131252,12 @@ package is a bit like the @code{doc} package is for LaTeX, whereas the (define-public texlive-tdclock (package (name "texlive-tdclock") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tdclock/" "tex/latex/tdclock/")))) (file-name (git-file-name name version)) (sha256 @@ -130725,12 +131275,12 @@ documents, for example in presentations.") (define-public texlive-technics (package (name "texlive-technics") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/technics/" "tex/latex/technics/")))) (file-name (git-file-name name version)) (sha256 @@ -130750,12 +131300,12 @@ from a template document.)") (define-public texlive-ted (package (name "texlive-ted") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ted/" "source/latex/ted/" "tex/latex/ted/")))) (file-name (git-file-name name version)) @@ -130790,12 +131340,12 @@ in the list.") (define-public texlive-templatetools (package (name "texlive-templatetools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/templatetools/" "source/latex/templatetools/" "tex/latex/templatetools/")))) @@ -130816,12 +131366,12 @@ required. All the commands work both in the preamble and in the document.") (define-public texlive-termcal (package (name "texlive-termcal") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/termcal/" "source/latex/termcal/" "tex/latex/termcal/")))) (file-name (git-file-name name version)) @@ -130844,12 +131394,12 @@ consecutive days so that it automatically flows around non-class days.") (define-public texlive-termlist (package (name "texlive-termlist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/termlist/" "source/latex/termlist/" "tex/latex/termlist/")))) @@ -130870,12 +131420,12 @@ kind of terms with a continuous number. Candidate terms may appear inside an (define-public texlive-termsim (package (name "texlive-termsim") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/termsim/" "source/latex/termsim/" "tex/latex/termsim/")))) (file-name (git-file-name name version)) @@ -130897,12 +131447,12 @@ Mac terminals.") (define-public texlive-testhyphens (package (name "texlive-testhyphens") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/testhyphens/" "source/latex/testhyphens/" "tex/latex/testhyphens/")))) @@ -130926,12 +131476,12 @@ a workaround.") (define-public texlive-testidx (package (name "texlive-testidx") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bib/testidx/" "doc/latex/testidx/" "source/latex/testidx/" "tex/latex/testidx/")))) (file-name (git-file-name name version)) @@ -130955,12 +131505,12 @@ indexing interface provided by the @code{glossaries} package.") (define-public texlive-tex-label (package (name "texlive-tex-label") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tex-label/" "source/latex/tex-label/" "tex/latex/tex-label/")))) @@ -130980,12 +131530,12 @@ at the bottom to the right of the page number.") (define-public texlive-tex-locale (package (name "texlive-tex-locale") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/tex-locale/" "source/latex/tex-locale/" "tex/generic/tex-locale/" @@ -131008,12 +131558,12 @@ separator.") (define-public texlive-texlogos (package (name "texlive-texlogos") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/latex/texlogos/")))) (file-name (git-file-name name version)) (sha256 @@ -131034,12 +131584,12 @@ and the logo of the Vienna University Business Administration Center (BWZ).") (define-public texlive-texmate (package (name "texlive-texmate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/texmate/" "source/latex/texmate/" "tex/latex/texmate/")))) (file-name (git-file-name name version)) @@ -131065,12 +131615,12 @@ current position automatically. For chess fonts, the package uses the (define-public texlive-texments (package (name "texlive-texments") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/texments/" "source/latex/texments/" "tex/latex/texments/")))) @@ -131091,12 +131641,12 @@ of files, and ships with multiple colour schemes.") (define-public texlive-texpower (package (name "texlive-texpower") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/texpower/" "source/latex/texpower/" "tex/latex/texpower/")))) @@ -131122,19 +131672,19 @@ package such as @code{pdfslide}.") (define-public texlive-texshade (package (name "texlive-texshade") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/texshade/" "source/latex/texshade/" "tex/latex/texshade/")))) (file-name (git-file-name name version)) (sha256 (base32 - "159dv5bf126s6fcw9sr218nf0hap88386n4l6n08r9wwwd2zb4hl")))) + "1c5cnacr997l9mb47ldqam8a5fkd5m0xdw5vc8q4yng5nrz8snp2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texshade") @@ -131152,12 +131702,12 @@ shading modes.") (define-public texlive-texsurgery (package (name "texlive-texsurgery") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/texsurgery/" "tex/latex/texsurgery/")))) (file-name (git-file-name name version)) @@ -131179,12 +131729,12 @@ package.") (define-public texlive-textcsc (package (name "texlive-textcsc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/textcsc/" "tex/latex/textcsc/")))) (file-name (git-file-name name version)) (sha256 @@ -131204,12 +131754,12 @@ and pasting from a PDF).") (define-public texlive-textfit (package (name "texlive-textfit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/textfit/" "source/latex/textfit/" "tex/latex/textfit/")))) (file-name (git-file-name name version)) @@ -131227,12 +131777,12 @@ and pasting from a PDF).") (define-public texlive-textmerg (package (name "texlive-textmerg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/textmerg/" "source/generic/textmerg/" "tex/generic/textmerg/")))) @@ -131254,12 +131804,12 @@ shots.") (define-public texlive-textualicomma (package (name "texlive-textualicomma") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/textualicomma/" "source/latex/textualicomma/" "tex/latex/textualicomma/")))) @@ -131283,18 +131833,18 @@ compilation process.") (define-public texlive-texvc (package (name "texlive-texvc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/texvc/" "source/latex/texvc/" "tex/latex/texvc/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0lbi6m81dpqwm8xvzm8jdb87cdn1gypwjzsi9xp2rgk630sxfacj")))) + "08xwjxl1jhcr4p5mdqpj3b9xkvikrn09pv2p8a57i2wj604gch89")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texvc") @@ -131307,12 +131857,12 @@ MediaWiki to LaTeX documents.") (define-public texlive-theoremref (package (name "texlive-theoremref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/theoremref/" "tex/latex/theoremref/")))) (file-name (git-file-name name version)) @@ -131334,12 +131884,12 @@ decides to change a lemma to a proposition or a theorem (or whatever).") (define-public texlive-thinsp (package (name "texlive-thinsp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/thinsp/" "tex/latex/thinsp/")))) (file-name (git-file-name name version)) (sha256 @@ -131356,12 +131906,12 @@ decides to change a lemma to a proposition or a theorem (or whatever).") (define-public texlive-thmtools (package (name "texlive-thmtools") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/thmtools/" "source/latex/thmtools/" "tex/latex/thmtools/")))) @@ -131395,12 +131945,12 @@ a single macro call.") (define-public texlive-threadcol (package (name "texlive-threadcol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/threadcol/" "source/latex/threadcol/" "tex/latex/threadcol/")))) @@ -131425,12 +131975,12 @@ through as if its contents were contiguous.") (define-public texlive-thumb (package (name "texlive-thumb") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/thumb/" "source/latex/thumb/" "tex/latex/thumb/")))) (file-name (git-file-name name version)) @@ -131448,18 +131998,18 @@ through as if its contents were contiguous.") (define-public texlive-thumbs (package (name "texlive-thumbs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/thumbs/" "source/latex/thumbs/" "tex/latex/thumbs/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0p7p9kg81b0zld25xfipjlv5dv9sc8mjq80kv15mkc4v2y41cdl2")))) + "158ni622nkhgx8a3mkjakn7mmljv6qbarfdr0a3gvh31yz5nqs70")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thumbs") @@ -131478,12 +132028,12 @@ example) a chapter is needed.") (define-public texlive-thumby (package (name "texlive-thumby") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/thumby/" "tex/latex/thumby/")))) (file-name (git-file-name name version)) (sha256 @@ -131506,12 +132056,12 @@ also requires PerlTeX and TikZ.") (define-public texlive-ticket (package (name "texlive-ticket") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ticket/" "tex/latex/ticket/")))) (file-name (git-file-name name version)) (sha256 @@ -131529,17 +132079,43 @@ a ticket definition file and the two commands @code{\\ticketdefault} and @code{\\ticket}.") (license license:lppl1.3+))) +(define-public texlive-tictactoe + (package + (name "texlive-tictactoe") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/tictactoe/" + "source/latex/tictactoe/" + "tex/latex/tictactoe/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0vx4q4m5wbz2cprqfadxr960ivc9ikj8y7120kvcifxfqpdlz2h4")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/tictactoe") + (synopsis "Drawing Tic-Tac-Toe or Noughts and Crosses games") + (description + "This package which provides commands for drawing grids for the game +known variously as Tic-Tac-Toe (and variants), Noughts and Crosses, Naughts +and Crosses, Xs and Os, and so on.") + (license license:cc-by-sa4.0))) + (define-public texlive-tipauni (package (name "texlive-tipauni") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference - (url (texlive-packages-repository version)) - (revision 74725) - (locations (list "doc/latex/tipauni/" "source/latex/tipauni/" - "tex/latex/tipauni/")))) + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/tipauni/" "source/latex/tipauni/" + "tex/latex/tipauni/")))) (file-name (git-file-name name version)) (sha256 (base32 @@ -131565,12 +132141,12 @@ It needs the New Computer Modern font for printing IPA characters.") (define-public texlive-titlecaps (package (name "texlive-titlecaps") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/titlecaps/" "tex/latex/titlecaps/")))) (file-name (git-file-name name version)) @@ -131593,12 +132169,12 @@ lower-cased, and also allows for titling exceptions of various sorts.") (define-public texlive-titlefoot (package (name "texlive-titlefoot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "tex/latex/titlefoot/")))) (file-name (git-file-name name version)) (sha256 @@ -131618,12 +132194,12 @@ for which the @code{\\thanks} macro works (e.g., @code{article}).") (define-public texlive-titlepic (package (name "texlive-titlepic") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/titlepic/" "tex/latex/titlepic/")))) (file-name (git-file-name name version)) (sha256 @@ -131642,12 +132218,12 @@ a LaTeX document. The package currently only works with the document classes (define-public texlive-titleref (package (name "texlive-titleref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/titleref/" "tex/latex/titleref/")))) (file-name (git-file-name name version)) (sha256 @@ -131668,12 +132244,12 @@ instead.") (define-public texlive-to-be-determined (package (name "texlive-to-be-determined") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/to-be-determined/" "source/latex/to-be-determined/" "tex/latex/to-be-determined/")))) @@ -131696,12 +132272,12 @@ option off.") (define-public texlive-tocdata (package (name "texlive-tocdata") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tocdata/" "source/latex/tocdata/" "tex/latex/tocdata/")))) (file-name (git-file-name name version)) @@ -131730,12 +132306,12 @@ and @code{tocstyle}.") (define-public texlive-todo (package (name "texlive-todo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/todo/" "source/latex/todo/" "tex/latex/todo/")))) (file-name (git-file-name name version)) @@ -131754,18 +132330,18 @@ lists of such items, and to cross-reference to them.") (define-public texlive-tokcycle (package (name "texlive-tokcycle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/tokcycle/" "tex/generic/tokcycle/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0jwpj78wc50zg2wp1mdylhc025cvz1zd548ivfixdw3lmd2wdc8s")))) + "1ra4fbrykmd19fkzr9afrnibdgw2m6ffjfb10f7y3772fdzm8sp8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tokcycle") @@ -131787,12 +132363,12 @@ provides a number of options for handling groups.") (define-public texlive-tokenizer (package (name "texlive-tokenizer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tokenizer/" "tex/latex/tokenizer/")))) (file-name (git-file-name name version)) @@ -131816,12 +132392,12 @@ is defined, which removes leading and trailing spaces from its argument.") (define-public texlive-toolbox (package (name "texlive-toolbox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/toolbox/" "source/latex/toolbox/" "tex/latex/toolbox/")))) (file-name (git-file-name name version)) @@ -131843,12 +132419,12 @@ concatenated macro names; macros for text replacement.") (define-public texlive-topfloat (package (name "texlive-topfloat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/topfloat/" "tex/latex/topfloat/")))) (file-name (git-file-name name version)) (sha256 @@ -131864,12 +132440,12 @@ concatenated macro names; macros for text replacement.") (define-public texlive-topiclongtable (package (name "texlive-topiclongtable") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/topiclongtable/" "tex/latex/topiclongtable/")))) (file-name (git-file-name name version)) @@ -131892,12 +132468,12 @@ that contains a list of hierarchically organized topics.") (define-public texlive-totalcount (package (name "texlive-totalcount") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/totalcount/" "source/latex/totalcount/" "tex/latex/totalcount/")))) @@ -131916,12 +132492,12 @@ that contains a list of hierarchically organized topics.") (define-public texlive-tramlines (package (name "texlive-tramlines") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tramlines/" "tex/latex/tramlines/")))) (file-name (git-file-name name version)) @@ -131941,12 +132517,12 @@ used by lawyers in the UK and the Commonwealth).") (define-public texlive-trfsigns (package (name "texlive-trfsigns") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/trfsigns/" "source/latex/trfsigns/" "tex/latex/trfsigns/")))) @@ -131966,12 +132542,12 @@ for Laplace transforms, Fourier transforms and others.") (define-public texlive-trivfloat (package (name "texlive-trivfloat") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/trivfloat/" "source/latex/trivfloat/" "tex/latex/trivfloat/")))) @@ -131993,18 +132569,18 @@ with @code{memoir} as well as the standard classes.") (define-public texlive-trivialpursuit (package (name "texlive-trivialpursuit") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/trivialpursuit/" "tex/latex/trivialpursuit/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0dh85jqvnmvmd5r8rrdqqvm8al6820mswdhbgjmi24nqrkb60705")))) + (base32 "0diq1xs9dmf9mkln4yknrx4sjirlf0ww7zksxniqp789mdz8884k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/trivialpursuit") @@ -132017,12 +132593,12 @@ customization.") (define-public texlive-trsym (package (name "texlive-trsym") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/trsym/" "fonts/source/public/trsym/" "fonts/tfm/public/trsym/" @@ -132045,12 +132621,12 @@ commands for the symbols use in mathematics.") (define-public texlive-truncate (package (name "texlive-truncate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/truncate/" "tex/latex/truncate/")))) (file-name (git-file-name name version)) (sha256 @@ -132068,12 +132644,12 @@ offered to permit breaks within words.") (define-public texlive-tucv (package (name "texlive-tucv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tucv/" "source/latex/tucv/" "tex/latex/tucv/")))) (file-name (git-file-name name version)) @@ -132096,12 +132672,12 @@ may also be suitable to support a shorter resume.") (define-public texlive-turnthepage (package (name "texlive-turnthepage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/turnthepage/" "tex/latex/turnthepage/")))) (file-name (git-file-name name version)) @@ -132121,13 +132697,13 @@ and the like.") (define-public texlive-tutodoc (package (name "texlive-tutodoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/tutodoc/" "tex/latex/tutodoc/")))) (file-name (git-file-name name version)) @@ -132145,12 +132721,12 @@ packages in a tutorial style.") (define-public texlive-twoinone (package (name "texlive-twoinone") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/twoinone/" "tex/latex/twoinone/")))) (file-name (git-file-name name version)) (sha256 @@ -132169,12 +132745,12 @@ page.") (define-public texlive-twoup (package (name "texlive-twoup") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/twoup/" "source/latex/twoup/" "tex/latex/twoup/")))) (file-name (git-file-name name version)) @@ -132196,13 +132772,13 @@ use the PostScript tools.") (define-public texlive-twoxtwogame (package (name "texlive-twoxtwogame") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/twoxtwogame/" "tex/latex/twoxtwogame/")))) (file-name (git-file-name name version)) @@ -132223,12 +132799,12 @@ games and game embeddings for 2x2 games.") (define-public texlive-txgreeks (package (name "texlive-txgreeks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/txgreeks/" "source/latex/txgreeks/" "tex/latex/txgreeks/")))) @@ -132252,12 +132828,12 @@ package does not constrain the text font that may be used in the document.") (define-public texlive-typed-checklist (package (name "texlive-typed-checklist") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/typed-checklist/" "source/latex/typed-checklist/" "tex/latex/typed-checklist/")))) @@ -132283,12 +132859,12 @@ entries of different types.") (define-public texlive-typeface (package (name "texlive-typeface") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/typeface/" "source/latex/typeface/" "tex/latex/typeface/")))) @@ -132315,12 +132891,12 @@ users have developed.") (define-public texlive-typoaid (package (name "texlive-typoaid") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/typoaid/" "tex/latex/typoaid/")))) (file-name (git-file-name name version)) (sha256 @@ -132339,13 +132915,13 @@ may help in making typesetting decisions.") (define-public texlive-typog (package (name "texlive-typog") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/typog/" "doc/man/man1/typog-grep.1" "doc/man/man1/typog-grep.man1.pdf" @@ -132354,7 +132930,7 @@ may help in making typesetting decisions.") "tex/latex/typog/")))) (file-name (git-file-name name version)) (sha256 - (base32 "0g3b4hr4sg0i2g5bkxkcz4l335533sk17skxxkb2svx475fz0sw1")))) + (base32 "1wilgyqqm9ag61wda9lycvmf7djav2ndjqqzsnnq6ismgapiynjm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -132389,12 +132965,12 @@ retrieves these parts.") (define-public texlive-typogrid (package (name "texlive-typogrid") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/typogrid/" "source/latex/typogrid/" "tex/latex/typogrid/")))) @@ -132414,13 +132990,13 @@ page into columns, and may be used for fixing measurements of layout.") (define-public texlive-typstfun (package (name "texlive-typstfun") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/typstfun/")))) (file-name (git-file-name name version)) (sha256 @@ -132438,12 +133014,12 @@ commands. Only math symbols provided by the LaTeX format or the (define-public texlive-uassign (package (name "texlive-uassign") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uassign/" "tex/latex/uassign/")))) (file-name (git-file-name name version)) (sha256 @@ -132462,12 +133038,12 @@ environments for typesetting university assignments.") (define-public texlive-uebungsblatt (package (name "texlive-uebungsblatt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uebungsblatt/" "tex/latex/uebungsblatt/")))) (file-name (git-file-name name version)) @@ -132504,12 +133080,12 @@ at one point only. (define-public texlive-umoline (package (name "texlive-umoline") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/umoline/" "source/latex/umoline/" "tex/latex/umoline/")))) (file-name (git-file-name name version)) @@ -132529,12 +133105,12 @@ arguments.") (define-public texlive-underlin (package (name "texlive-underlin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/underlin/" "source/latex/underlin/" "tex/latex/underlin/")))) @@ -132554,12 +133130,12 @@ LaTeX.") (define-public texlive-underoverlap (package (name "texlive-underoverlap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/underoverlap/" "tex/latex/underoverlap/")))) (file-name (git-file-name name version)) @@ -132579,19 +133155,19 @@ overlapping as necessary.") (define-public texlive-uni-titlepage (package (name "texlive-uni-titlepage") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uni-titlepage/" "source/latex/uni-titlepage/" "tex/latex/uni-titlepage/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1khnplr3ac51bkp57mj199f12yhz9zi5wrjfircbswlp2hn4lla5")))) + "0zgscl3rirj9j2nwg1m6w9v07bjwx1imvc8wbdx5566schcdxj26")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uni-titlepage") @@ -132609,19 +133185,19 @@ elements.") (define-public texlive-unicodefonttable (package (name "texlive-unicodefonttable") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/unicodefonttable/" "source/latex/unicodefonttable/" "tex/latex/unicodefonttable/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1hyl665qk1gr0hynm91v1zbmb5dzl5dfh85wgvp60s1z3wiidh3i")))) + "1iqhay9kr46rrh26mxmra89cgiyanfwvdqip44gswbcyhlq9s53x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unicodefonttable") @@ -132638,12 +133214,12 @@ asks you a few questions and then generates the table --- somewhat similar to (define-public texlive-unisc (package (name "texlive-unisc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/unisc/" "source/latex/unisc/" "tex/latex/unisc/")))) (file-name (git-file-name name version)) @@ -132667,12 +133243,12 @@ small caps characters, e.g., Charis SIL.") (define-public texlive-unitconv (package (name "texlive-unitconv") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/unitconv/" "tex/lualatex/unitconv/")))) (file-name (git-file-name name version)) @@ -132693,12 +133269,12 @@ package only works with LuaLaTeX.") (define-public texlive-unravel (package (name "texlive-unravel") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/unravel/" "source/latex/unravel/" "tex/latex/unravel/")))) (file-name (git-file-name name version)) @@ -132720,19 +133296,19 @@ run TeX in a terminal.") (define-public texlive-upmethodology (package (name "texlive-upmethodology") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "bibtex/bst/upmethodology/" "doc/latex/upmethodology/" "tex/latex/upmethodology/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1118xx6bjxj6lzqqf124r1ir0x627z0gyimdvnnscyag5n5jyqfd")))) + "1y8fslnxv1j8gjrdg2p1ap4ga8iczvrbmj4lav4hshwrx02kl3w2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/upmethodology") @@ -132747,12 +133323,12 @@ management, and several helping macros.") (define-public texlive-uri (package (name "texlive-uri") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uri/" "source/latex/uri/" "tex/latex/uri/")))) (file-name (git-file-name name version)) @@ -132773,12 +133349,12 @@ provides commands @code{\\citeurl}, @code{\\mailto}, @code{\\ukoeln}, and (define-public texlive-ushort (package (name "texlive-ushort") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ushort/" "source/latex/ushort/" "tex/latex/ushort/")))) (file-name (git-file-name name version)) @@ -132798,12 +133374,12 @@ for creating underlines of various sizes and types.") (define-public texlive-uspace (package (name "texlive-uspace") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uspace/" "tex/latex/uspace/")))) (file-name (git-file-name name version)) (sha256 @@ -132820,12 +133396,12 @@ for creating underlines of various sizes and types.") (define-public texlive-utf8add (package (name "texlive-utf8add") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/utf8add/" "tex/latex/utf8add/")))) (file-name (git-file-name name version)) (sha256 @@ -132846,12 +133422,12 @@ easier access to math in LaTeX, however making the LaTeX input less readable.") (define-public texlive-uwmslide (package (name "texlive-uwmslide") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/uwmslide/" "tex/latex/uwmslide/")))) (file-name (git-file-name name version)) (sha256 @@ -132885,12 +133461,12 @@ default.") (define-public texlive-variablelm (package (name "texlive-variablelm") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/fonts/variablelm/" "tex/latex/variablelm/")))) (file-name (git-file-name name version)) @@ -132911,12 +133487,12 @@ Japanese-Latin.") (define-public texlive-varindex (package (name "texlive-varindex") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/varindex/" "source/latex/varindex/" "tex/latex/varindex/")))) @@ -132937,18 +133513,18 @@ form by a single command.") (define-public texlive-varsfromjobname (package (name "texlive-varsfromjobname") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/varsfromjobname/" "tex/latex/varsfromjobname/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1b6k85hxz2frz33cqdbkhqa204s43r6sd44i2qjihicgwlnv2q60")))) + "1lhxim2aw88dk265gj74ykrshrg3xmb3w80ljpp2mzr1k8b3k9zx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/varsfromjobname") @@ -132962,12 +133538,12 @@ the file name to consist of a set of words separated by hyphens.") (define-public texlive-vcell (package (name "texlive-vcell") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/vcell/" "tex/latex/vcell/")))) (file-name (git-file-name name version)) (sha256 @@ -132987,12 +133563,12 @@ Different vertical alignments can be used in the same row.") (define-public texlive-vdmlisting (package (name "texlive-vdmlisting") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/vdmlisting/" "tex/latex/vdmlisting/")))) (file-name (git-file-name name version)) @@ -133015,12 +133591,12 @@ should use the @code{vdm} package instead.") (define-public texlive-verbasef (package (name "texlive-verbasef") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/verbasef/" "tex/latex/verbasef/")))) (file-name (git-file-name name version)) (sha256 @@ -133042,12 +133618,12 @@ page.") (define-public texlive-verbatimcopy (package (name "texlive-verbatimcopy") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/verbatimcopy/" "tex/latex/verbatimcopy/")))) (file-name (git-file-name name version)) @@ -133069,12 +133645,12 @@ used injudiciously.") (define-public texlive-verbdef (package (name "texlive-verbdef") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/verbdef/" "tex/latex/verbdef/")))) (file-name (git-file-name name version)) (sha256 @@ -133096,12 +133672,12 @@ moving.") (define-public texlive-verbments (package (name "texlive-verbments") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/verbments/" "tex/latex/verbments/")))) (file-name (git-file-name name version)) @@ -133121,19 +133697,19 @@ library of the Python language.") (define-public texlive-verifiche (package (name "texlive-verifiche") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/verifiche/" "source/latex/verifiche/" "tex/latex/verifiche/")))) (file-name (git-file-name name version)) (sha256 (base32 - "1ahgiimdkhhk7i4bxbmdj2i6z9xl8wzsciwkyaib39wzn65x5zyq")))) + "1c9djqpf084c9kcx8mhpymmzd9pa7k9h47iv8mv0rgxxf2f4cdzs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/verifiche") @@ -133148,13 +133724,13 @@ exercises are already implemented: plain exercise, ``complete the text'', (define-public texlive-verifycommand (package (name "texlive-verifycommand") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/verifycommand/" "source/latex/verifycommand/" "tex/latex/verifycommand/")))) @@ -133177,12 +133753,12 @@ all changed definitions is displayed.") (define-public texlive-version (package (name "texlive-version") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/version/" "tex/latex/version/")))) (file-name (git-file-name name version)) (sha256 @@ -133207,12 +133783,12 @@ where significant chunks of text may be excluded.") (define-public texlive-versions (package (name "texlive-versions") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/versions/" "tex/latex/versions/")))) (file-name (git-file-name name version)) (sha256 @@ -133231,12 +133807,12 @@ but corrects, improves, and extends it in both implementation and function.") (define-public texlive-versonotes (package (name "texlive-versonotes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/versonotes/" "source/latex/versonotes/" "tex/latex/versonotes/")))) @@ -133256,12 +133832,12 @@ single-sided document.") (define-public texlive-vertbars (package (name "texlive-vertbars") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/vertbars/" "tex/latex/vertbars/")))) (file-name (git-file-name name version)) (sha256 @@ -133279,12 +133855,12 @@ numbers with bars to the left or right of the text.") (define-public texlive-vgrid (package (name "texlive-vgrid") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/vgrid/" "source/latex/vgrid/" "tex/latex/vgrid/")))) (file-name (git-file-name name version)) @@ -133303,12 +133879,12 @@ offers guidelines for considering the ``rhythm'' of the document on the page.") (define-public texlive-vhistory (package (name "texlive-vhistory") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/vhistory/" "tex/latex/vhistory/")))) (file-name (git-file-name name version)) (sha256 @@ -133330,12 +133906,12 @@ or the intersection of sets etc.") (define-public texlive-vmargin (package (name "texlive-vmargin") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/vmargin/" "source/latex/vmargin/" "tex/latex/vmargin/")))) (file-name (git-file-name name version)) @@ -133360,12 +133936,12 @@ job done. If you are looking for something more elaborate try the (define-public texlive-volumes (package (name "texlive-volumes") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/volumes/" "source/latex/volumes/" "tex/latex/volumes/")))) (file-name (git-file-name name version)) @@ -133387,12 +133963,12 @@ input file.") (define-public texlive-vpe (package (name "texlive-vpe") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/vpe/" "scripts/vpe/" "tex/latex/vpe/")))) (file-name (git-file-name name version)) @@ -133416,12 +133992,12 @@ file (@file{vpe.pl}) and a LaTeX package (@file{vpe.sty}).") (define-public texlive-vruler (package (name "texlive-vruler") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/vruler/" "tex/latex/vruler/")))) (file-name (git-file-name name version)) (sha256 @@ -133440,12 +134016,12 @@ can be scaled and moved freely.") (define-public texlive-vtable (package (name "texlive-vtable") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/vtable/" "tex/latex/vtable/")))) (file-name (git-file-name name version)) (sha256 @@ -133466,12 +134042,12 @@ commands for @code{tabular} and similar environment.") (define-public texlive-vwcol (package (name "texlive-vwcol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/vwcol/" "source/latex/vwcol/" "tex/latex/vwcol/")))) (file-name (git-file-name name version)) @@ -133490,18 +134066,18 @@ multicolumn paragraph text of various column widths on a single page.") (define-public texlive-wallcalendar (package (name "texlive-wallcalendar") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/lualatex/wallcalendar/" "tex/lualatex/wallcalendar/")))) (file-name (git-file-name name version)) (sha256 (base32 - "18f6jxwn1lzg98bw8y3yaxfm7wv8s4spp6nkhrqsssc0n7x2x8ig")))) + "14p4fwykpnyg27b64yb2gby13biy2x460753w2q2kxsvm96bwap2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/wallcalendar") @@ -133515,12 +134091,12 @@ a CSV file.") (define-public texlive-warning (package (name "texlive-warning") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/warning/" "tex/latex/warning/")))) (file-name (git-file-name name version)) (sha256 @@ -133539,12 +134115,12 @@ as ``Rerun for this or that reason'' or ``This is a draft''.") (define-public texlive-warpcol (package (name "texlive-warpcol") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/warpcol/" "source/latex/warpcol/" "tex/latex/warpcol/")))) (file-name (git-file-name name version)) @@ -133565,12 +134141,12 @@ macros are provided to enable variations on this column type to be defined.") (define-public texlive-webquiz (package (name "texlive-webquiz") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/webquiz/" "doc/man/man1/webquiz.1" "doc/man/man1/webquiz.man1.pdf" @@ -133595,13 +134171,13 @@ from LaTeX to HTML is done behind the scenes using TeX4ht.") (define-public texlive-weiqi (package (name "texlive-weiqi") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/weiqi/" "source/latex/weiqi/" "tex/latex/weiqi/")))) @@ -133619,12 +134195,12 @@ from LaTeX to HTML is done behind the scenes using TeX4ht.") (define-public texlive-widetable (package (name "texlive-widetable") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/widetable/" "source/latex/widetable/" "tex/latex/widetable/")))) @@ -133645,12 +134221,12 @@ all be stretched (or shrunk) according to need.") (define-public texlive-widows-and-orphans (package (name "texlive-widows-and-orphans") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/widows-and-orphans/" "source/latex/widows-and-orphans/" "tex/latex/widows-and-orphans/")))) @@ -133674,12 +134250,12 @@ paragraph.") (define-public texlive-williams (package (name "texlive-williams") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/williams/" "tex/latex/williams/")))) (file-name (git-file-name name version)) (sha256 @@ -133698,12 +134274,12 @@ Knuth's token list macros, to be found on pp.378--379 of the @emph{TeXbook}.") (define-public texlive-withargs (package (name "texlive-withargs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/withargs/" "tex/latex/withargs/")))) (file-name (git-file-name name version)) (sha256 @@ -133723,19 +134299,19 @@ using a LaTeX3-style argument specification.") (define-public texlive-wordcloud (package (name "texlive-wordcloud") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/metapost/wordcloud/" "metapost/wordcloud/" "tex/latex/wordcloud/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1mrq7y4fyy042khanm021d67pjpsz0x72kl0jig1n0zi56837fyn")))) + (base32 "0jadajlzfc0al8bbcgrfql8frl5wl0clhsabmad4cc4kd5430mkd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/wordcloud") @@ -133748,12 +134324,12 @@ of words and weights.") (define-public texlive-wordcount (package (name "texlive-wordcount") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/wordcount/" "scripts/wordcount/" "tex/latex/wordcount/")))) (file-name (git-file-name name version)) @@ -133776,13 +134352,13 @@ its comments.") (define-public texlive-wordle (package (name "texlive-wordle") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/wordle/" "tex/latex/wordle/")))) (file-name (git-file-name name version)) @@ -133800,12 +134376,12 @@ Wordle grids.") (define-public texlive-wordlike (package (name "texlive-wordlike") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/wordlike/" "source/latex/wordlike/" "tex/latex/wordlike/")))) @@ -133830,12 +134406,12 @@ usual ``wordlike'' output.") (define-public texlive-worksheet (package (name "texlive-worksheet") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/worksheet/" "tex/latex/worksheet/")))) (file-name (git-file-name name version)) @@ -133867,12 +134443,12 @@ French, and German are supported.)") (define-public texlive-wrapfig2 (package (name "texlive-wrapfig2") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/wrapfig2/" "source/latex/wrapfig2/" "tex/latex/wrapfig2/")))) @@ -133893,12 +134469,12 @@ package. It is backwards compatible with the original environments.") (define-public texlive-wrapstuff (package (name "texlive-wrapstuff") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/wrapstuff/" "source/latex/wrapstuff/" "tex/latex/wrapstuff/")))) @@ -133919,13 +134495,13 @@ package. It is backwards compatible with the original environments.") (define-public texlive-wrapstuff-doc-en (package (name "texlive-wrapstuff-doc-en") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/wrapstuff-doc-en/")))) (file-name (git-file-name name version)) (sha256 @@ -133942,18 +134518,18 @@ the @code{wrapstuff} package.") (define-public texlive-writeongrid (package (name "texlive-writeongrid") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/writeongrid/" "tex/latex/writeongrid/")))) (file-name (git-file-name name version)) (sha256 (base32 - "127ji97qxqp8cahc3y6946kq6hxsg94p610rh59q08b566934b9p")))) + "002j32zifx00x19h6c6yc2azgbqjc2dhydc3394570w532r3kzc2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/writeongrid") @@ -133966,12 +134542,12 @@ Ruled) and commands to write texts right on the lines.") (define-public texlive-wtref (package (name "texlive-wtref") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/wtref/" "tex/latex/wtref/")))) (file-name (git-file-name name version)) (sha256 @@ -133990,12 +134566,12 @@ formats.") (define-public texlive-xargs (package (name "texlive-xargs") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xargs/" "source/latex/xargs/" "tex/latex/xargs/")))) (file-name (git-file-name name version)) @@ -134026,12 +134602,12 @@ optional arguments, using a clear and simple @code{xkeyval}-style syntax.") (define-public texlive-xassoccnt (package (name "texlive-xassoccnt") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xassoccnt/" "tex/latex/xassoccnt/")))) (file-name (git-file-name name version)) @@ -134057,12 +134633,12 @@ obsolete.") (define-public texlive-xbmks (package (name "texlive-xbmks") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xbmks/" "source/latex/xbmks/" "tex/latex/xbmks/")))) (file-name (git-file-name name version)) @@ -134082,12 +134658,12 @@ tree.") (define-public texlive-xcntperchap (package (name "texlive-xcntperchap") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xcntperchap/" "tex/latex/xcntperchap/")))) (file-name (git-file-name name version)) @@ -134107,12 +134683,12 @@ tracklevels than just only one.") (define-public texlive-xcolor-material (package (name "texlive-xcolor-material") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xcolor-material/" "source/latex/xcolor-material/" "tex/latex/xcolor-material/")))) @@ -134133,12 +134709,12 @@ writing with LaTeX and friends.") (define-public texlive-xcolor-solarized (package (name "texlive-xcolor-solarized") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xcolor-solarized/" "source/latex/xcolor-solarized/" "tex/latex/xcolor-solarized/")))) @@ -134160,12 +134736,12 @@ documents typeset with LaTeX and friends.") (define-public texlive-xcookybooky (package (name "texlive-xcookybooky") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xcookybooky/" "source/latex/xcookybooky/" "tex/latex/xcookybooky/")))) @@ -134189,12 +134765,12 @@ hint. The package depends on the Emerald fonts.") (define-public texlive-xcpdftips (package (name "texlive-xcpdftips") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xcpdftips/" "source/latex/xcpdftips/" "tex/latex/xcpdftips/")))) @@ -134214,12 +134790,12 @@ hint. The package depends on the Emerald fonts.") (define-public texlive-xdoc (package (name "texlive-xdoc") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xdoc/" "makeindex/xdoc/" "source/latex/xdoc/" "tex/latex/xdoc/")))) (file-name (git-file-name name version)) @@ -134244,12 +134820,12 @@ procedures, etc.).") (define-public texlive-xellipsis (package (name "texlive-xellipsis") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xellipsis/" "source/latex/xellipsis/" "tex/latex/xellipsis/")))) @@ -134274,12 +134850,12 @@ standard LaTeX @code{\\ldots} as well as preset package options for the (define-public texlive-xfakebold (package (name "texlive-xfakebold") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xfakebold/" "tex/latex/xfakebold/")))) (file-name (git-file-name name version)) @@ -134300,12 +134876,12 @@ are defined by their outline.") (define-public texlive-xhfill (package (name "texlive-xhfill") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xhfill/" "tex/latex/xhfill/")))) (file-name (git-file-name name version)) (sha256 @@ -134323,18 +134899,18 @@ allows modification of the width and the colour of the line.") (define-public texlive-xint (package (name "texlive-xint") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/generic/xint/" "source/generic/xint/" "tex/generic/xint/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0dk1rgip7svqzlsvdr67hk9yw3ifak2ka67hpym0hlslmy1igvd2")))) + "0xzpjla52lvglq8h1axmck1z3fcs0h6x2va7bvnh7w66x0j09ypp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xint") @@ -134381,12 +134957,12 @@ All computations are compatible with expansion-only context.") (define-public texlive-xkcdcolors (package (name "texlive-xkcdcolors") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xkcdcolors/" "tex/latex/xkcdcolors/")))) (file-name (git-file-name name version)) @@ -134409,12 +134985,12 @@ usable with LaTeX.") (define-public texlive-xltabular (package (name "texlive-xltabular") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xltabular/" "tex/latex/xltabular/")))) (file-name (git-file-name name version)) @@ -134435,12 +135011,12 @@ definitions, X-column specifier, and with possible pagebreaks.") (define-public texlive-xnewcommand (package (name "texlive-xnewcommand") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xnewcommand/" "tex/latex/xnewcommand/")))) (file-name (git-file-name name version)) @@ -134461,12 +135037,12 @@ definitions, X-column specifier, and with possible pagebreaks.") (define-public texlive-xoptarg (package (name "texlive-xoptarg") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xoptarg/" "tex/latex/xoptarg/")))) (file-name (git-file-name name version)) (sha256 @@ -134485,12 +135061,12 @@ one mandatory argument.") (define-public texlive-xpunctuate (package (name "texlive-xpunctuate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xpunctuate/" "source/latex/xpunctuate/" "tex/latex/xpunctuate/")))) @@ -134513,12 +135089,12 @@ only if it is necessary.") (define-public texlive-xpeek (package (name "texlive-xpeek") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xpeek/" "source/latex/xpeek/" "tex/latex/xpeek/")))) (file-name (git-file-name name version)) @@ -134562,12 +135138,12 @@ follows them in the command stream and choose appropriate behaviour.") (define-public texlive-xprintlen (package (name "texlive-xprintlen") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xprintlen/" "tex/latex/xprintlen/")))) (file-name (git-file-name name version)) @@ -134586,12 +135162,12 @@ a variety of units. It can handle all units supported by TeX.") (define-public texlive-xsavebox (package (name "texlive-xsavebox") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xsavebox/" "source/latex/xsavebox/" "tex/latex/xsavebox/")))) @@ -134616,12 +135192,12 @@ after the standard LaTeX commands @code{\\savebox}, @code{\\sbox}, (define-public texlive-xsim (package (name "texlive-xsim") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xsim/" "tex/latex/xsim/")))) (file-name (git-file-name name version)) (sha256 @@ -134640,12 +135216,12 @@ various long-standing issues.") (define-public texlive-xtab (package (name "texlive-xtab") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xtab/" "source/latex/xtab/" "tex/latex/xtab/")))) (file-name (git-file-name name version)) @@ -134664,12 +135240,12 @@ various long-standing issues.") (define-public texlive-xurl (package (name "texlive-xurl") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xurl/" "tex/latex/xurl/")))) (file-name (git-file-name name version)) (sha256 @@ -134689,12 +135265,12 @@ are valid for @code{url} can be used and will be passed on to this package.") (define-public texlive-xwatermark (package (name "texlive-xwatermark") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xwatermark/" "tex/latex/xwatermark/")))) (file-name (git-file-name name version)) @@ -134713,12 +135289,12 @@ is currently unmaintained and does not work with modern LaTeX releases.") (define-public texlive-xytree (package (name "texlive-xytree") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/xytree/" "tex/latex/xytree/")))) (file-name (git-file-name name version)) (sha256 @@ -134736,12 +135312,12 @@ to support hopefully sufficient functionalities, that the linguist may need.") (define-public texlive-yafoot (package (name "texlive-yafoot") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/yafoot/" "source/latex/yafoot/" "tex/latex/yafoot/")))) (file-name (git-file-name name version)) @@ -134761,12 +135337,12 @@ footnotes double-columned.") (define-public texlive-yagusylo (package (name "texlive-yagusylo") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/yagusylo/" "source/latex/yagusylo/" "tex/latex/yagusylo/")))) @@ -134787,12 +135363,12 @@ that so commonly trouble those who load symbol-packages.") (define-public texlive-yaletter (package (name "texlive-yaletter") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/yaletter/" "source/latex/yaletter/" "tex/latex/yaletter/")))) @@ -134817,12 +135393,12 @@ styles and sizes.") (define-public texlive-ycbook (package (name "texlive-ycbook") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ycbook/" "tex/latex/ycbook/")))) (file-name (git-file-name name version)) (sha256 @@ -134844,12 +135420,12 @@ appearance and a smooth flow.") (define-public texlive-yplan (package (name "texlive-yplan") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/yplan/" "scripts/yplan/" "tex/latex/yplan/")))) (file-name (git-file-name name version)) @@ -134875,19 +135451,19 @@ generates a year's planner automatically.") (define-public texlive-zebra-goodies (package (name "texlive-zebra-goodies") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/zebra-goodies/" "source/latex/zebra-goodies/" "tex/latex/zebra-goodies/")))) (file-name (git-file-name name version)) (sha256 (base32 - "0ggrcldhcxgbh7jbn13kkss5qxxs0qg7664vs6jrm66bvivb346g")))) + "0mxc53w5pcyp5c3y19c441mcc807dr8fqk9h4yfwvn6dk5gpaw07")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zebra-goodies") @@ -134904,12 +135480,12 @@ package once the paper is finished.") (define-public texlive-zed-csp (package (name "texlive-zed-csp") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/zed-csp/" "tex/latex/zed-csp/")))) (file-name (git-file-name name version)) (sha256 @@ -134928,12 +135504,12 @@ Spivey's original Z package, written for LaTeX 2.09.") (define-public texlive-zennote (package (name "texlive-zennote") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/zennote/" "tex/latex/zennote/")))) (file-name (git-file-name name version)) (sha256 @@ -134956,12 +135532,12 @@ can customize the style and color to denote different categories, too.") (define-public texlive-ziffer (package (name "texlive-ziffer") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/ziffer/" "tex/latex/ziffer/")))) (file-name (git-file-name name version)) (sha256 @@ -134991,12 +135567,12 @@ These conversions may be switched on and off.") (define-public texlive-zref-check (package (name "texlive-zref-check") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/zref-check/" "source/latex/zref-check/" "tex/latex/zref-check/")))) @@ -135023,12 +135599,12 @@ be referred to by @code{\\zcheck}.") (define-public texlive-zref-clever (package (name "texlive-zref-clever") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/zref-clever/" "source/latex/zref-clever/" "tex/latex/zref-clever/")))) @@ -135054,12 +135630,12 @@ and locally.") (define-public texlive-zref-vario (package (name "texlive-zref-vario") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/zref-vario/" "source/latex/zref-vario/" "tex/latex/zref-vario/")))) @@ -135083,19 +135659,19 @@ some (scoped) setup for @code{varioref}, then calls the original one.") (define-public texlive-zugferd (package (name "texlive-zugferd") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/zugferd/" "source/latex/zugferd/" "tex/latex/zugferd/")))) (file-name (git-file-name name version)) (sha256 - (base32 "1s1fc60ffyhybnrgdbp2wsl3wihf0zwaxb27pcrpbzaj1zrywpkq")))) + (base32 "01z1dag5yrsz54c1jw0wmgxkvb2laxnazrvs0rxrmpii9hvxlfp2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-siunitx)) @@ -135111,12 +135687,12 @@ further modification of the invoicing processes.") (define-public texlive-zwgetfdate (package (name "texlive-zwgetfdate") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/zwgetfdate/" "tex/latex/zwgetfdate/")))) (file-name (git-file-name name version)) @@ -135136,12 +135712,12 @@ provide a means of obtaining the date of a package being documented.") (define-public texlive-zwpagelayout (package (name "texlive-zwpagelayout") - (version "2025.2") + (version "2026.0") (source (origin (method svn-multi-fetch) (uri (svn-multi-reference (url (texlive-packages-repository version)) - (revision 74725) + (revision 78236) (locations (list "doc/latex/zwpagelayout/" "tex/latex/zwpagelayout/")))) (file-name (git-file-name name version)) @@ -135159,8 +135735,3890 @@ page layout; it can print crop marks; and it can reflect pages both horizontally and vertically.") (license license:lppl))) -;;; -;;; Avoid adding new packages to the end of this file. To reduce the chances -;;; of a merge conflict, place them above by existing packages with similar -;;; functionality or similar names. -;;; +(define-public texlive-awami + (package + (name "texlive-awami") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/fonts/awami/" + "fonts/truetype/public/awami/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1szpiwcw6xjg8h80lkl3n8prlj9am9xkrarflgcjyxi953wxcjsw")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/awami") + (synopsis "Collection of Awami Nastaliq fonts") + (description + "Awami Nastaliq is a Nastaliq-style Arabic script font supporting a wide +variety of languages of southwest Asia, including but not limited to Urdu. +This font is aimed at minority language support. This makes it unique among +Nastaliq fonts. The font is also a Graphite-only font. It does not support +OpenType rendering.") + (license license:silofl1.1))) + +(define-public texlive-fariscovernew + (package + (name "texlive-fariscovernew") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/fariscovernew/" + "tex/latex/fariscovernew/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1g669zmpf4wzlnar41blg4nmkpf8rx0p9q2xn3p4dxr9zzrw77vh")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/fariscovernew") + (synopsis "Create elegant Arabic and English title (cover) pages") + (description + "This LaTeX package permits to generate modern and highly customizable +title (cover) pages for Arabic and English documents. It provides multiple +predefined visual styles, dynamic color schemes, font customization options, +and advanced geometric layouts, including layered diamond compositions. It is +designed for use with XeLaTeX or LuaLaTeX.") + (license license:lppl1.3c))) + +(define-public texlive-mohe-book + (package + (name "texlive-mohe-book") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/xelatex/mohe-book/" + "tex/xelatex/mohe-book/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0gq6w4zwy0lv5k22i7hyl5wapkz6mvrzdzb35zvkl6kbcdx8bf4v")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/mohe-book") + (synopsis + "Typeset authored, translated, and research books according to MOHE rules") + (description + "The @code{mohe-book} LaTeX class is a specialized template designed to +streamline the typesetting of academic and educational materials, including +authored textbooks, translated works, research publications, and course +materials. Tailored for faculty members and academic staff in Afghanistan, it +adheres to scholarly standards from @acronym{MOHE, Ministry of Higher +Education} while offering customizable layouts for bilingual (e.g., +Dari-English) or multilingual content. + +Key features include preconfigured chapter/section styles, support for complex +scripts, and templates for front matter (prefaces, dedications) and back +matter (bibliographies, indices).") + (license license:lppl1.3c))) + +(define-public texlive-luatex-cn + (package + (name "texlive-luatex-cn") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/luatex-cn/" + "tex/lualatex/luatex-cn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0gv1rh4963iab0lzj7rd54918pz7la2mb26266a8pnf0nq4sq88z")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/luatex-cn") + (synopsis "LuaTeX package to handle Chinese text typesetting") + (description + "This package provides a LuaTeX package for Chinese character typesetting, +covering horizontal and vertical directions, and traditional or modern layout. +It focuses on ancient books replication. It also implements decorative +elements of traditional Chinese books, and interlinear notes.") + (license license:asl2.0))) + +(define-public texlive-lxgw-fonts + (package + (name "texlive-lxgw-fonts") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/fonts/lxgw-fonts/" + "fonts/truetype/public/lxgw-fonts/" + "source/fonts/lxgw-fonts/" + "tex/latex/lxgw-fonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1gwjngy27gfrfadb0rx7mjza6k8l9waqfpjm34aqcxynypqz34fz")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/lxgw-fonts") + (synopsis "CJK font family with a comprehensive character set") + (description + "The LXGW Font Family provides an CJK font family with a comprehensive +character set for Chinese (Simplified/Traditional), Cantonese, and +Japanese. This package also provides a fontset configuration of this font +family for the CTeX-kit.") + (license license:silofl1.1))) + +(define-public texlive-fragoli + (package + (name "texlive-fragoli") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/fragoli/" + "tex/latex/fragoli/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "18zx29pjgi5wjl2vyq5s3m2s88y9wgwfaja8vj20wmlgfgw7xsr8")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/fragoli") + (synopsis "Macros for constructing complex semantic derivations") + (description + "The primary goal of this package is to provide a minimal and user-friendly +syntax for constructing large and complex semantic derivations, following the +specific notational style used at Goethe University Frankfurt. It includes +a comprehensive set of commands for text formatting and various types of +bracketing, ensuring a consistent style -- particularly when distinguishing +between meta-language and object-language within a single derivation or +formula.") + (license license:lppl1.3c))) + +(define-public texlive-luwa-ul + (package + (name "texlive-luwa-ul") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/lualatex/luwa-ul/" + "tex/lualatex/luwa-ul/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "179nkmn5jrw1cixngz0xzygjfn1hnv1f3ig5i8xfjdxzxmk8j3fs")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/luwa-ul") + (synopsis + "Underlines and other highlighting which can be used in vertical mode") + (description + "This package provides underlining and highlighting that remain intact +even in vertical writing environments and when used together with Ruby text. +It internally uses @code{lua-ul} package, so it can be used only under +LuaLaTeX.") + (license license:expat))) + +(define-public texlive-tuzuk + (package + (name "texlive-tuzuk") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/tuzuk/" + "source/latex/tuzuk/" + "tex/latex/tuzuk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0p6g8d59gkq9pic2sglvhn4biw7y9f33p1nwf1g2bchq6gx1kc58")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/tuzuk") + (synopsis "Turkish bylaws and regulations document class") + (description + "The @code{tuzuk} class provides a standardized format for writing bylaws +and regulations in Turkish-governmental style. It includes features for +creating numbered articles, subsections, and signature areas commonly found in +legal documents.") + (license license:lppl1.3c))) + +(define-public texlive-afperpack + (package + (name "texlive-afperpack") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/afperpack/" + "tex/latex/afperpack/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0skwil9jgd9wkph2acbphaad4icidw6ps2y4vxz75b8ajnq67l2i")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/afperpack") + (synopsis "Parametric questions' repositories framework") + (description + "This is a personal pre-configuration package which (selectively) loads +package sets with package options pre-defined by the author.") + (license (list license:lppl1.3c license:agpl3+)))) + +(define-public texlive-beamer-reveal + (package + (name "texlive-beamer-reveal") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/beamer-reveal/" + "source/latex/beamer-reveal/" + "tex/latex/beamer-reveal/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "15827dc1mg30571ipl1lf2521n8v9hv84l3lgq19csc3i9mw1z3h")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/beamer-reveal") + (synopsis "Convert Beamer slides to Reveal.js HTML presentations") + (description + "Beamer is a powerful and convenient document class to create +presentations and slides. However, integrating multimedia in it, is still +a bit of a faff. The (limited) functionality heavily relies on the +availability of Acroread. This package allows you to convert your Beamer +presentation to the Reveal.js framework, rendering your presentation as an +HTML website in your browser. This allows for easy incorporation of videos, +audio fragments, iframe chunks, images and LaTeX animations.") + (license license:lppl1.3+))) + +(define-public texlive-beamer-theme-albi + (package + (name "texlive-beamer-theme-albi") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list + "doc/latex/beamer-theme-albi/" + "tex/latex/beamer-theme-albi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0f006rmalbrjm58yfrn7xkkh3g0jmpbdajvrcn6mhg3il11nnaav")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/beamer-theme-albi") + (synopsis "The Albi Beamer theme") + (description + "The Albi Beamer theme features a colorful triangular design.") + (license license:lppl1.3+))) + +(define-public texlive-beamer-varbox + (package + (name "texlive-beamer-varbox") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/beamer-varbox/" + "source/latex/beamer-varbox/" + "tex/latex/beamer-varbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1k16fynv215kbwpvah2xdq8pj1la3x1kipzqmch6xvppkasckwg7")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/beamer-varbox") + (synopsis "Provide Beamer boxes with variable size corners") + (description + "This package provides Beamer boxes with variable size corners. It +scales the corner arc of a Beamer block relative to the standard rounded +predefined option provided by the @code{beamer} class.") + (license (list license:lppl license:gpl3+)))) + +(define-public texlive-beamertheme-bilkent-econ + (package + (name "texlive-beamertheme-bilkent-econ") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list + "doc/latex/beamertheme-bilkent-econ/" + "tex/latex/beamertheme-bilkent-econ/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "07mipp055nm592k3b9ls94z7kx5bk96d82zc8dfsbh59d8zn04gq")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/beamertheme-bilkent-econ") + (synopsis + "LaTeX Beamer theme for the Department of Economics at Bilkent University") + (description + "This is a LaTeX Beamer theme designed for the Department of Economics at +Bilkent University. It provides a clean, professional presentation style with +department-specific colors, custom title pages, and consistent slide +formatting for lectures, seminars, and research talks.") + (license license:lppl1.3c))) + +(define-public texlive-beamertheme-cleaneasy + (package + (name "texlive-beamertheme-cleaneasy") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list + "doc/latex/beamertheme-cleaneasy/" + "tex/latex/beamertheme-cleaneasy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1s6mamg78zyx7p10rn2j322i0090swmc0a7fnh9hparvs8xvvj16")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/beamertheme-cleaneasy") + (synopsis "Clean and minimalist Beamer theme") + (description + "This package provides a clean and minimalist Beamer theme designed for +professional and academic presentations. It separates style components into +modular @file{.sty} files for flexibility and clarity.") + (license license:public-domain))) + +(define-public texlive-beamertheme-csh + (package + (name "texlive-beamertheme-csh") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/beamertheme-csh/" + "tex/latex/beamertheme-csh/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "13s2wk78nm9iqiyixr77kk5ryr9gsni4glqrpmd7yp0rlf718d3n")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/beamertheme-csh") + (synopsis + "Beamer presentation theme for the Complexity Science Hub Vienna") + (description + "This package provides a Beamer theme following the corporate design of +the @acronym{CSH, Complexity Science Hub} in Vienna. It includes a title +page, automatic section slides, source citation commands, and a closing slide +with QR code. The theme uses TeX Gyre Heros as the default font.") + (license license:lppl1.3c))) + +(define-public texlive-beamertheme-durham + (package + (name "texlive-beamertheme-durham") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/beamertheme-durham/" + "tex/latex/beamertheme-durham/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1rclqkc096rxpqg1p0hqm0b9k1n02lkhk5a2z9w9qwydvvfrz3hg")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/beamertheme-durham") + (synopsis + "Beamer theme for teaching, research, and academic presentations") + (description + "This package provides the Durham BeamerTheme, a content-first +presentation theme for LaTeX Beamer designed for teaching, research, and +long-form academic presentations. The theme emphasizes structural clarity, +pacing awareness, and layout stability under dense textual and mathematical +content. The color palette is inspired by the visual identity of Durham +University.") + (license license:lppl1.3c))) + +(define-public texlive-beamertheme-spectrum + (package + (name "texlive-beamertheme-spectrum") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/beamertheme-spectrum/" + "tex/latex/beamertheme-spectrum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1486ps1gwnrqgk20cjbwmx82yn1j7vzihz3i6h0kr75hsr6ihyyi")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (propagated-inputs (list texlive-beamer texlive-pgf texlive-tools)) + (home-page "https://ctan.org/pkg/beamertheme-spectrum") + (synopsis "Clean beamer/@code{ltx-talk} theme with a big title graphic") + (description + "This package provides a clean Beamer/@code{ltx-talk} theme with a big +title graphic. The theme is deliberately fairly clean and simple in order to +not distract too much from the content. The one vanity are the big graphics +on the title, section, and standout slides.") + (license license:lppl1.3c))) + +(define-public texlive-cistercian + (package + (name "texlive-cistercian") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/cistercian/" + "tex/latex/cistercian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "16qcy66j6awf5wapxip6h0kyrznbfisgdl90k03zp99n2wxss88k")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (propagated-inputs (list texlive-epstopdf-pkg texlive-iftex texlive-pgf)) + (home-page "https://ctan.org/pkg/cistercian") + (synopsis "Display cistercian numerals") + (description + "This package provides a TikZ-based package to display cistercian +numerals.") + (license license:lppl1.3c))) + +(define-public texlive-elegantbook + (package + (name "texlive-elegantbook") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/elegantbook/" + "tex/latex/elegantbook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1w8pvmnghg2dawc5jq9dadpz7dqcirk8a60nz04n2g6v8fyz1f4k")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/elegantbook") + (synopsis "Elegant LaTeX Template for books") + (description + "ElegantBook is designed for writing books. This template is based on the +standard LaTeX @code{book} class. The goal of this template is to make the +writing process more elegant.") + (license license:lppl1.3c))) + +(define-public texlive-elegantnote + (package + (name "texlive-elegantnote") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/elegantnote/" + "tex/latex/elegantnote/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0ziaxxn69yv6n2b1mfd7ilzw74bc6qm6r1flai2wdxl9k1mz0p7l")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/elegantnote") + (synopsis "Elegant LaTeX template for notes") + (description + "ElegantNote is designed for writing working papers, especially for +economics students. This template is based on the standard LaTeX +@code{article} class. The goal of this template is to make the writing +process easier and more comfortable.") + (license license:lppl1.3c))) + +(define-public texlive-elegantpaper + (package + (name "texlive-elegantpaper") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/elegantpaper/" + "tex/latex/elegantpaper/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "11dzr2g1mbh9qpxzxpqc0v0x50gdmj95212kycxn71zcgpjhvxaj")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/elegantpaper") + (synopsis "Elegant LaTeX Template for working papers") + (description + "ElegantPaper is designed for writing working papers, especially for +economics students. This template is based on the standard LaTeX +@code{article} class. The goal of this template is to make the writing +process easier and more comfortable.") + (license license:lppl1.3c))) + +(define-public texlive-enumsub + (package + (name "texlive-enumsub") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/enumsub/" + "source/latex/enumsub/" + "tex/latex/enumsub/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0p17v2s51hp08yhgwf9qjq91zd994vjcqf3fcr1g9a08cl5aq1m5")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/enumsub") + (synopsis "Aligned inline sublists for @code{enumitem}") + (description + "This package provides seamless integration between @code{enumitem} and +inline sublists with perfect alignment and automatic numbering. It solves the +common alignment inconsistencies that occur when trying to combine the +@code{enumitem} and tasks packages.") + (license license:lppl1.3c))) + +(define-public texlive-envelope-letter + (package + (name "texlive-envelope-letter") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/envelope-letter/" + "tex/latex/envelope-letter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1adi1wwk1ccca1x5lqrv5v2hp97ml9rkc5asx2dxwjf1zypkkxdf")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/envelope-letter") + (synopsis + "Draw a layout to fold the first page of a letter into its own envelope") + (description + "This package provides the @code{\\makeenvelope} command, which draws +a layout for folding the first page of a letter into its own envelope, which +is provided with the recipient and sender addresses.") + (license license:gpl3+))) + +(define-public texlive-essaykit + (package + (name "texlive-essaykit") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/essaykit/" + "source/latex/essaykit/" + "tex/latex/essaykit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0669ccm7dmf37cdhw5106lz2nsrcy8458mbmfwqcz0wa0jrzh2zv")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/essaykit") + (synopsis "Get started with macros for essays") + (description + "Essaykit is a simple but useful package to help writing simple LaTeX +essays using some shortcuts and tools. The goal of the package is to +accelerate the learning curve for new LaTeX users. It is mainly for short +STEM (Science, Technology, Engineering, and Mathematics) essays such as those +made in high school.") + (license license:lppl1.3c))) + +(define-public texlive-figureversions + (package + (name "texlive-figureversions") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/figureversions/" + "source/latex/figureversions/" + "tex/latex/figureversions/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0f6d5pccc5xl4yyf3m20zpqrgiw2fr6agyswilfpzg6wikhhd4n2")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/figureversions") + (synopsis "Figure versions for LaTeX") + (description + "The @code{figureversions} package defines several commands to switch +between figure versions, which determine the appearance of numbers in your +document.") + (license license:lppl1.3c))) + +(define-public texlive-fixtounicode + (package + (name "texlive-fixtounicode") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/fixtounicode/" + "source/latex/fixtounicode/" + "tex/latex/fixtounicode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "11z13b6kzkixsnf23gcbzshhs04h0c767773qywzdv3v2qbxpp98")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/fixtounicode") + (synopsis "Set @code{tounicode} mappings for 7/8 bit fonts") + (description + "This package provides utility functions for setting @code{tounicode} +mappings for 7/8 bit fonts. The package provides a unified interface which +enables mappings for both pdfTeX and LuaTeX. The aim is to make it easier to +make legacy (text) symbol packages, which often use arbitrary glyph names and +encodings, accessible for the two engines currently capable of producing +accessible PDFs.") + (license license:lppl1.3c))) + +(define-public texlive-futharksymb + (package + (name "texlive-futharksymb") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/futharksymb/" + "tex/latex/futharksymb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1gisjjq6i17y48bkg9crawqj6h922nynpd7jlmra7ps9bbji7agy")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/futharksymb") + (synopsis "Macros for entering Futhark runes") + (description + "This package provides simple macros for entering both younger- and elder +Futhark runes using the @code{allrunesy} package.") + (license license:expat))) + +(define-public texlive-glossaries-ukrainian + (package + (name "texlive-glossaries-ukrainian") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/glossaries-ukrainian/" + "source/latex/glossaries-ukrainian/" + "tex/latex/glossaries-ukrainian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1isr7qsidkl79dyw06r2kn93dx60w120vr9qq46ljndfy899bjp1")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/glossaries-ukrainian") + (synopsis "Ukrainian language module for glossaries package") + (description + "This is a Ukrainian language module for the @code{glossaries} package.") + (license license:lppl1.3c))) + +(define-public texlive-isosigns + (package + (name "texlive-isosigns") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/isosigns/" + "tex/latex/isosigns/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0wgf9gpj9iww7rb8bi7rl1fkkxcxjczh08zngpdj8qysl5cha1hi")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/isosigns") + (synopsis + "ISO signs and colors according to the standards 7001, 7010 and 3864") + (description + "The package provides safety colors (ISO 3864), safety signs (ISO 7010), +and public information symbols (ISO 7001) from the ISO. It can be useful when +creating instructions for chemical or physical experiments.") + (license license:lppl1.3c))) + +(define-public texlive-ktbox + (package + (name "texlive-ktbox") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/ktbox/" + "tex/latex/ktbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1a8v0cv6fhiklkwwqlwgynp30g8gs7r4l7ri02820bvm14ga3d7v")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/ktbox") + (synopsis + "Framework for semantic color, structured highlighting, and communication") + (description + "KTBox is a modular LaTeX framework that introduces semantic color +palettes, structured highlight boxes, and ORCID-linked author utilities for +scholarly writing. The package is composed of three lightweight and +independent style files: + +@itemize +@item @file{ktbox.sty}defines highlight boxes (standard, numbered, wide) with +semantic theming; +@item @file{ktcolor.sty} provides semantic color palettes with light and dark +modes; +@item @file{ktorcid.sty} adds ORCID-linked author commands and icons. +@end itemize + +The framework separates structure from style, ensuring compatibility with +major classes such as @code{IEEEtran}, @code{acmart}, @code{article}, +@code{beamer}, and @code{ICLR}. Features include numbered key-takeaway boxes, +wide-format environments for emphasis, multi-column layouts, and dual +light/dark themes. KTBox aims to improve clarity, portability, and +reproducibility in academic publishing across articles, posters, and +presentations.") + (license license:asl2.0))) + +(define-public texlive-latex-tagging-status + (package + (name "texlive-latex-tagging-status") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/latex-tagging-status/" + "tex/latex/latex-tagging-status/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0c0z8pqy633pxdpl3vsp82anl2q6502hqljjr63hd08849m27k5w")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/latex-tagging-status") + (synopsis "LaTeX tagging status data") + (description + "This package provides TeX data of the tagging status derived from +@url{https://latex3.github.io/tagging-project/tagging-status/full}. This will +allow @code{latex-lab} to provide interfaces to check the status of packages +used in a document.") + (license license:lppl1.3c))) + +(define-public texlive-lecturenotes + (package + (name "texlive-lecturenotes") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/lualatex/lecturenotes/" + "tex/lualatex/lecturenotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "19x4n3qlfplkpy6d5pmmk3yfqc958d18645avdd6h5i6ijvvsfl8")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/lecturenotes") + (synopsis "LaTeX document class for lecture notes") + (description + "This package provides a LaTeX document class for lecture notes, for +a seminar, for an entire course with several lectures, or for brief talks. It +provides an elegant template with support for sidenotes and detailed title +section along with several other options. It requires compilation with +LuaLaTeX and typesets with the @code{kpfonts-otf} package.") + (license license:expat))) + +(define-public texlive-leporello + (package + (name "texlive-leporello") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/leporello/" + "tex/latex/leporello/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "08s48zpdcxx7frqymyady20pgrbbzryq227pbczgsingszpb0hd3")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/leporello") + (synopsis + "LaTeX document class to create folded leaflets using columns and boxes") + (description + "This package provides a simple LaTeX document class to create folded +leaflets. The document layout consists of a specific number of pages that can +have varying widths and are placed next to each other. Each page contains one +frame to contain typeset material. Material is typeset in boxes, and boxes +are positioned in columns which in turn are placed into the frames on the +pages of the document. Columns are predefined and then placed into the frame +of a page in the document layout. This way, columns can be used on pages with +varying widths. Boxes can have padding (including bleed) and a background and +are positioned inside a column.") + (license license:lppl1.3c))) + +(define-public texlive-longtwocolumn + (package + (name "texlive-longtwocolumn") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/longtwocolumn/" + "source/latex/longtwocolumn/" + "tex/latex/longtwocolumn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "07al16hp66zwzx29w4hb7jr2rzpq4mniyz41770kqg6c10xkl6sr")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/longtwocolumn") + (synopsis "@code{twocolumn} alternative allowing automatic page breaks") + (description + "This package provides a command @code{\\longtwocolumn} similar to the +LaTeX kernel command @code{\\twocolumn}, but it allows the optional argument +to span several pages.") + (license license:lppl1.3c))) + +(define-public texlive-makegobbler + (package + (name "texlive-makegobbler") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/makegobbler/" + "source/latex/makegobbler/" + "tex/latex/makegobbler/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1jvi6gj3hjhwzci51kq5fpkkj12jh9i9nlahkmbys82691zwyhnk")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/makegobbler") + (synopsis "Keep or drop some part of LaTeX source code") + (description + "The @code{makegobbler} package provides a mechanism to selectively drop +(gobble) or keep (ungobble) portions of LaTeX source code, either +conditionally or unconditionally. The affected code is delimited by +user-defined control sequences that act as explicit markers.") + (license (list license:lppl1.3c license:cecill)))) + +(define-public texlive-memoize-ext + (package + (name "texlive-memoize-ext") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/memoize-ext/" + "source/latex/memoize-ext/" + "tex/latex/memoize-ext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1vjicflyp10xp7y6n0mg0m7420nizj4wkj47spnq4116ipinhdga")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/memoize-ext") + (synopsis "Extended support for memoization with Memoize") + (description + "This package provides automatic handling of additional kinds of material +by or during memoization with Memoize. It also provides support for memoizing +content in tagged PDFs and compatibility with @code{ltx-talk}. TikZ pictures +tagged with @code{alt}, @code{actualtext} or @code{artifact} are handled +automatically.") + (license license:lppl1.3c))) + +(define-public texlive-metacapture + (package + (name "texlive-metacapture") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/metacapture/" + "tex/latex/metacapture/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1hbr5c4ln2hm4swrwlc29v2y5cx0f14cr8y2rrr1sqdbk7kzmf36")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/metacapture") + (synopsis "Capture author-supplied metadata") + (description + "Curation and indexing of metadata is a crucial part of journal publishing. +The @code{metacapture} package is one component in a workflow implementation +that is designed to automate the production and copy editing of journal +articles. + +When a document that loads @code{metacapture} is compiled, it produces +a YAML-like text file containing all metadata from the document. The +@code{metacapture} package accomplishes this by providing replacements for the +generic macros @code{\\title}, @code{\\author} and @code{\\maketitle} macros +that have traditionally been used by document classes. It also provides +several implementations of the @code{\\maketitle} macro in different styles, +partly as a way to demonstrate how to separate metadata capture from styling +of front matter. Document class designers can also write their own +implementation of @code{\\maketitle} with their preferred styling using the +dictionary-like data structures used to hold author metadata. + +The @code{metacapture} package is part of a larger set of tools for +implementing a journal publishing workflow. There is also a companion +implementation of a publishing workflow written in Python that is used for +this journal and provides a simplified workflow for copy editing and +production.") + (license license:lppl1.3c))) + +(define-public texlive-milestonetimeline + (package + (name "texlive-milestonetimeline") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list + "doc/latex/milestonetimeline/" + "source/latex/milestonetimeline/" + "tex/latex/milestonetimeline/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1nsm5jnb71fr6m290rvjb47qcw5886xbgvdhdxzixnhdcb3rn3v7")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/milestonetimeline") + (synopsis "Horizontal milestone timeline") + (description + "The @code{milestonetimeline} package provides a flexible way to create +horizontal milestone timelines in LaTeX documents with support for date-based +positioning, label rotation, and per-milestone customization.") + (license license:gpl3))) + +(define-public texlive-minted-code + (package + (name "texlive-minted-code") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/minted-code/" + "tex/latex/minted-code/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "19nvn8vxcs4walp5jqx1slpc3q7k4gkgsmbj3ij1d16d8wcyzz14")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/minted-code") + (synopsis + "Predefined environments for typesetting LaTeX code with @code{minted}") + (description + "With package @code{minted}, one can typeset LaTeX code with Unicode +characters. This package defines several environments to simplify the +application.") + (license license:lppl1.3+))) + +(define-public texlive-modernruler + (package + (name "texlive-modernruler") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/modernruler/" + "tex/latex/modernruler/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0bnjv5gag9p60svvqp0ni12c3xdgcc8sa9866zp6x0min0ivcsm8")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/modernruler") + (synopsis "Flexible ruler and annotation commands") + (description + "While standard LaTeX rules can be rigid, this package introduces more +flexible alternatives, including vertical rules, and underlined annotations.") + (license license:expat))) + +(define-public texlive-multinotes + (package + (name "texlive-multinotes") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/multinotes/" + "source/latex/multinotes/" + "tex/latex/multinotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "09kd9gjdw9rfryck9swb18nbwwvq6psgps9r2sq44y32pwgn0cb3")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/multinotes") + (synopsis "Typesetting multilingual lecture notes and exercise sheets") + (description + "This package provides tools for typesetting multilingual lecture notes, +exercise sheets, and general-purpose documents. Each language is specified +via its corresponding babel identifier and is associated with a declaration, +macro, and environment used to delimit content written in that language. +Arbitrary combinations of languages can be loaded in a single document to +support both monolingual and multilingual output. The package also defines +macros and environments for typesetting lecture notes and exercise sheets, +including configurable inclusion of elements such as proofs, solutions, and +sketchboxes.") + (license license:lppl1.3c))) + +(define-public texlive-novabeamer-theme + (package + (name "texlive-novabeamer-theme") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list + "doc/latex/novabeamer-theme/" + "tex/latex/novabeamer-theme/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "00vnzc985w8cc0n14n9ahjlivjw2jl1s05nyxd4p1gb897bnxc2c")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/novabeamer-theme") + (synopsis + "Customizable LaTeX theme for creating professional presentations") + (description + "The NovaBeamer theme is a LaTeX Beamer theme that offers customizable +color schemes, modern slide layouts, and enhanced title page customization for +creating elegant and professional presentations.") + (license license:lppl1.3c))) + +(define-public texlive-onepgnote + (package + (name "texlive-onepgnote") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/onepgnote/" + "tex/latex/onepgnote/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "016ph9yg0lvkrvl4z9iki4q615bzmd8yy62r4wqjz6fgh2rbwhjs")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/onepgnote") + (synopsis "Space-efficient one-page notes for exams") + (description + "This package provides an @code{article}-based LaTeX class that helps +making one-page notes for exams. It makes the one-page note very space +efficient, while maintaining the conspicuity of important texts.") + (license license:gpl3))) + +(define-public texlive-panda + (package + (name "texlive-panda") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/panda/" + "tex/latex/panda/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "06rbdh9hxjw438vwvxil1fzx632bl2gnbnrai7xiwsqvfpxj33ds")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/panda") + (synopsis "Package to estimate the blackness of fonts") + (description + "One challenge when drawing icons or symbols can be to make them blend in +with the surrounding text. If their line widths look good with one font, they +can stand out like a sore thumb with another font. The @code{panda} package +provides tools to automatically adjust line widths etc., to fit in with the +surrounding font.") + (license license:lppl1.3c))) + +(define-public texlive-paramcalc + (package + (name "texlive-paramcalc") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/paramcalc/" + "source/latex/paramcalc/" + "tex/latex/paramcalc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0hk54dhdsbqnv1n7cvbda4l3ildzima5pd3d2m61rik2aqnvwrn6")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/paramcalc") + (synopsis "Compute parameters to fit conditions") + (description + "Sometimes one wants to compute font size or letter spacing so that text +fits a desired length, or some unit length so that a picture fits some desired +size, for instance. This package implements macros to compute such parameters +to fit a condition.") + (license license:lppl1.3+))) + +(define-public texlive-pkginfograb + (package + (name "texlive-pkginfograb") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/pkginfograb/" + "tex/latex/pkginfograb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1jyw3wc6dfx4zamxn3mkcpxmw4qa294iwbfakx09m8pdv8lyd8gv")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pkginfograb") + (synopsis "Collect LaTeX package information in a regular way") + (description + "This package is aimed at package writers and offers a way to collect/document +LaTeX package information (name, version, description, etc.) in a systematic +way.") + (license (list license:lppl1.3c license:agpl3)))) + +(define-public texlive-rainbowbrackets + (package + (name "texlive-rainbowbrackets") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/rainbowbrackets/" + "tex/latex/rainbowbrackets/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "133wm0l59107qsjd2s7w0bdy1ahh6lxywrs61d6vynn1rw3hl38s")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/rainbowbrackets") + (synopsis "Automatic coloring of nested parentheses") + (description + "The primary function of this package is to replicate a common feature +found in many integrated development environments (IDEs), wherein matching +parentheses at the same nesting level are assigned corresponding colors. This +visual aid facilitates improved readability and cognitive parsing of complex +expressions.") + (license license:lppl1.3c))) + +(define-public texlive-secretx + (package + (name "texlive-secretx") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/secretx/" + "source/latex/secretx/" + "tex/latex/secretx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1w8xjlpwf3bwarp42nllpwccljzdcrf85nhqik21jxy64fx8q89x")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/secretx") + (synopsis "Put security classification marks in a document") + (description + "This package provides a set of macros for marking paragraphs in +a document with a leading string and modifying the header and the footer of +each page. It includes @code{environmentS} for marking large sections of text +and environments for boxing figures and tables.") + (license license:lppl1.3c))) + +(define-public texlive-slixte + (package + (name "texlive-slixte") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/slixte/" + "tex/latex/slixte/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0lk7j06s1f7nid3gy4yjv6d8s0nknrkk8pc3bysc2crgjazfcwyc")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/slixte") + (synopsis "Customizable class for creating slides") + (description + "This class creates customizable slides and is mostly powered by the Beamer class +and the TikZ package.") + (license license:lppl1.3c))) + +(define-public texlive-switch + (package + (name "texlive-switch") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/switch/" + "tex/latex/switch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0drasvgbabdidgaw5c66qkwi3chnmfk1ai31i621yh37xsd93kmk")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/switch") + (synopsis "Constant time expandable switch/case") + (description + "This package defines two commands (and aliases) aimed at implementing +a constant time switch/case alike command.") + (license (list license:lppl1.3c license:agpl3+)))) + +(define-public texlive-tablericons + (package + (name "texlive-tablericons") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/tablericons/" + "tex/latex/tablericons/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0r9jkg96rvmkcsf6sizpjy1xy4vnvsmf1f94sk5yfhcbyvakd3zm")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/tablericons") + (synopsis "Use tablerIcons through LaTeX commands") + (description + "This package provides commands to use @code{tablerIcons} through LaTeX +commands. This relies on images (PDF from SVG), so no fancy Unicode font +stuff is needed and it should work on every installation.") + (license (list license:lppl1.3c license:expat)))) + +(define-public texlive-tabular2 + (package + (name "texlive-tabular2") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/tabular2/" + "source/latex/tabular2/" + "tex/latex/tabular2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0brc0h2633rkfxdv1r9yiizbz98b1w51y03zk6q21shqdpg54a3q")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (arguments + (list + #:tex-format "xelatex" + #:build-targets #~(list "tabular2.dtx") + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'skip-documentation-build + (lambda _ + (substitute* "source/latex/tabular2/tabular2.dtx" + (("\\\\DocInput\\{\\\\jobname\\.dtx\\}") ""))))))) + (native-inputs + (list (texlive-local-tree + (list texlive-alphalph + texlive-booktabs + texlive-csquotes + texlive-ctex + texlive-enumitem + texlive-fancyvrb + texlive-hologo + texlive-hypdoc + texlive-l3experimental + texlive-todo + texlive-underscore)))) + (home-page "https://ctan.org/pkg/tabular2") + (synopsis "Table typesetting with @code{expl3} syntax") + (description + "This package offers an experimental solution for table typesetting. +It features a completely new set of input and output interfaces for tables, +which diversifies the methods of input and output and enhances readability.") + (license license:lppl1.3c))) + +(define-public texlive-terminalcode + (package + (name "texlive-terminalcode") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/terminalcode/" + "tex/latex/terminalcode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1kmm3qdk3vn3979ak5lps1fg9dw004zq8gv2df6zqpaj15wnb8gc")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/terminalcode") + (synopsis "Terminal-style code display environments") + (description + "The @code{terminalcode} package provides authentic terminal-style code +display environments for LaTeX documents. It features UTF-8 box-drawing +characters, comprehensive ANSI 16-color support with dynamic dark and light +themes, and seamless integration with external code files.") + (license license:expat))) + +(define-public texlive-tokglobalstack + (package + (name "texlive-tokglobalstack") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/tokglobalstack/" + "tex/latex/tokglobalstack/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1wmdai3xsmhisnxwksww4f0wv7fvfq3a48r2v1bzsq7l0hvf8lr2")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/tokglobalstack") + (synopsis "Dedicated global stacks implementations") + (description + "This package provides global stack(s) of tokens implemented as variables +or commands.") + (license (list license:agpl3+ license:lppl1.3c)))) + +(define-public texlive-tokgroupmark + (package + (name "texlive-tokgroupmark") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/tokgroupmark/" + "tex/latex/tokgroupmark/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "104f72811i46f0njl10l7ync0vsizxnq0jpnlgm7gsimfclladk7")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/tokgroupmark") + (synopsis "Restoring tokens after closing multiple groups") + (description + "This package aims to solve the problem of how certain tokens can be +preserved beyond a variable number of nested groups.") + (license (list license:agpl3+ license:lppl1.3c)))) + +(define-public texlive-traffic-light-protocol + (package + (name "texlive-traffic-light-protocol") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list + "doc/latex/traffic-light-protocol/" + "source/latex/traffic-light-protocol/" + "tex/latex/traffic-light-protocol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1kl9f8m688kd59vfxsf853qp76lcyy2hdhcl608d90x424zsglj8")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/traffic-light-protocol") + (synopsis "Show TLP (Traffic Light Protocol) tags") + (description + "This LaTeX package provides a command to display TLP (Traffic Light +Protocol) labels.") + (license license:asl2.0))) + +(define-public texlive-ullrcorners + (package + (name "texlive-ullrcorners") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/ullrcorners/" + "source/latex/ullrcorners/" + "tex/latex/ullrcorners/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1shjixlanrxsgvzj5gv1hsy6v7m4aj64d8i4dfi6a5qkxpbir8y9")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/ullrcorners") + (synopsis "Draw corners on the upper left and lower right sides of a word") + (description + "The package provides a command to surround a word or a sequence or words +by small corners on the upper left and lower right sides.") + (license license:lppl1.3c))) + +(define-public texlive-vscodeicons + (package + (name "texlive-vscodeicons") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/vscodeicons/" + "tex/latex/vscodeicons/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0dik5cjgk95k06h6smygs8zyxqmyi9fwaj5166qlkvm855rd060x")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/vscodeicons") + (synopsis "Use vscode icons through LaTeX commands") + (description + "This package provides commands to use the icons from the Visual Studio +Icons project through LaTeX commands. This relies on images (PDF from SVG), +so no fancy Unicode font stuff is needed and it should work on every +installation.") + (license (list license:lppl1.3c license:cc-by-sa4.0 license:expat)))) + +(define-public texlive-xmeaning + (package + (name "texlive-xmeaning") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/xmeaning/" + "source/latex/xmeaning/" + "tex/latex/xmeaning/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "09q24dnhna76syzv1jhds389s1xiqpr2hgrr3l6pry96yvf3l83r")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/xmeaning") + (synopsis "Enhanced implementation of the @code{\\meaning} primitive") + (description + "This experimental package extends TeX's @code{\\meaning} primitive by +delivering clearer, token-specific output linked to the given argument. +A starred variant is also implemented to reveal the meaning of internal +macros, making it easier to retrieve the true replacement text of +@code{xparse}-defined macros and other complex macro structures.") + (license license:lppl1.3c))) + +(define-public texlive-xpeekahead + (package + (name "texlive-xpeekahead") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/xpeekahead/" + "tex/latex/xpeekahead/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1yk8bj27hfkr2agi8szs4f15mac14x2ga7k45xxywzbmff19b4f1")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/xpeekahead") + (synopsis "Peek ahead after commands and environments") + (description + "This package offers a few commands aiming at peeking ahead after +environments and commands in simple cases.") + (license (list license:lppl1.3c license:agpl3)))) + +(define-public texlive-xsipa + (package + (name "texlive-xsipa") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/xsipa/" + "tex/latex/xsipa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1fyvdna9lz4s8a42q49d9kaw9w0a5hfb1y88v1jyklg5a46zlfaw")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (propagated-inputs (list texlive-iftex + texlive-l3packages + texlive-tipa + texlive-xunicode)) + (home-page "https://ctan.org/pkg/xsipa") + (synopsis "Short XSAMPA-based commands for IPA transcription in LaTeX") + (description + "This LaTeX package provides a lightweight phonetic transcription system +inspired by XSAMPA. It translates modified XSAMPA sequences into proper IPA +symbols, using either the @code{tipa} package (for pdfTeX users) or Unicode +IPA symbols via @code{xunicode} (for XeTeX and LuaTeX users). The package was +designed to simplify phonetic transcription in LaTeX by offering concise +macros as a shortcut for multi-symbol sequences.") + (license license:lppl1.3c))) + +(define-public texlive-xstacks + (package + (name "texlive-xstacks") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/xstacks/" + "tex/latex/xstacks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0g1h3qj6snrzp2bl1srljhnqvsv8p33f4rxn3fiyc7w2w2ya2q92")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/xstacks") + (synopsis "Dedicated global stacks implementations") + (description + "This package aims at solving one problem: how to preserve some values +(tokens) beyond a variable number of nested groups. Four alternative +strategies are implemented.") + (license (list license:lppl1.3c license:agpl3+)))) + +(define-public texlive-xstix2 + (package + (name "texlive-xstix2") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/xstix2/" + "tex/latex/xstix2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1hvdvgqfy0iydmfrk94118gdx11g3w2ksplhffmr1lg8ipvp7rns")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/xstix2") + (synopsis "Extended support for STIXTwo fonts") + (description + "Using resources of the @code{fontspec} package, the @code{xstix2} +package adjusts letter widths of the STIXTwo fonts and makes all the fonts in +this collection available.") + (license license:lppl1.3c))) + +(define-public texlive-xtufte + (package + (name "texlive-xtufte") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/xtufte/" + "tex/latex/xtufte/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "02lyfr8s6wrfs3ldd8jzbbbhyqc7zvjn9n7hnsgn72i1nycncpi7")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/xtufte") + (synopsis + "Extend the @code{tufte} document classes for unicode-aware engines") + (description + "The package allows you to use LuaLaTeX (and hopefully also XeLaTeX) with +OpenType or TrueType fonts, and also by default Biber instead of BibTeX.") + (license license:lppl1.3+))) + +(define-public texlive-ltx-talk + (package + (name "texlive-ltx-talk") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/ltx-talk/" + "source/latex/ltx-talk/" + "tex/latex/ltx-talk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1j26d2aad2da90b59dk45myxnf1v99ka48gc97nf737lv1bq1ljz")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/ltx-talk") + (synopsis "Class for typesetting presentations") + (description + "The @code{ltx-talk} class is focused on producing (on-screen) +presentations, along with support material such as handouts and speaker notes. +Content is created in a frame environment, each of which can be divided up +into a number of slides (actual output pages). A simple overlay notation is +used to specify which material appears on each slide within a frame. The +class supports a range of environments to enable complex slide relationships +to be constructed. + +The appearance of slides is controlled by a template system. Many of the +elements of slides can be adjusted by setting simple key-based values in the +preamble. More complex changes can be implemented by altering specific, +targeted definitions without needing to rewrite entire blocks of code. This +allows a variety of visual appearances to be selected for the same content +source. + +The @code{ltx-talk} class has syntax similar to the popular Beamer class, +although there are some (deliberate) differences. However, @code{ltx-talk} +has been implemented to support creation of tagged (accessible) PDF output as +a core aim. As such, it is suited to creating output for reuse in other +formats, e.g., HTML conversions, without additional steps.") + (license license:lppl1.3c))) + +(define-public texlive-lua-unicode-math + (package + (name "texlive-lua-unicode-math") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/lualatex/lua-unicode-math/" + "source/lualatex/lua-unicode-math/" + "tex/lualatex/lua-unicode-math/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "056cdibn93yza967xw271g268nlirygv8as7jn8iwfadahrbrk6b")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (arguments (list #:tex-format "luatex")) + (home-page "https://ctan.org/pkg/lua-unicode-math") + (synopsis "OpenType Math font support for LuaLaTeX") + (description + "This package provides a faster and more compatible package to support +using OpenType math fonts in LuaLaTeX as an alternative for +@code{unicode-math}.") + (license license:lppl1.3c))) + +(define-public texlive-char2path + (package + (name "texlive-char2path") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/char2path/" + "source/latex/char2path/" + "tex/latex/char2path/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0psj9jnn4phizrr5j02x4ng0lzg82wm8j20qpg6cyxi9b1pbwf1n")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/char2path") + (synopsis "LaTeX package that converts characters into TikZ paths") + (description + "This TikZ-based LaTeX package provides an easy way to convert characters +to TikZ paths representing these characters.") + (license license:lppl1.3c))) + +(define-public texlive-fancymag + (package + (name "texlive-fancymag") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/lualatex/fancymag/" + "source/lualatex/fancymag/fonts/" + "tex/lualatex/fancymag/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0kgq24v0759x9pvj615ghbhp6x3dl8crz777s199anhm4p6sl1xb")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/fancymag") + (synopsis "LuaLaTeX package for academic magazines and scientific") + (description + "@code{fancymag} is a LaTeX package designed to provide enhanced +typographic styling for academic and editorial documents. It integrates +a selection of display fonts to help authors create visually appealing layouts +for magazines, scientific books, and other publication-quality material.") + (license (list license:lppl1.3c license:silofl1.1)))) + +(define-public texlive-farbe + (package + (name "texlive-farbe") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/luatex/farbe/" + "tex/luatex/farbe/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0cqgqk81zb1z219nf456c5mbv89nlf7h7rdpacih8z8ydp162sks")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/farbe") + (synopsis + "Color management (conversion, names) for LuaTeX implemented in Lua") + (description + "This package is mainly a Lua library for converting and manipulating +colors.") + (license license:lppl1.3c))) + +(define-public texlive-kkluaverb + (package + (name "texlive-kkluaverb") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/lualatex/kkluaverb/" + "tex/lualatex/kkluaverb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1vydwmv9mfd50dmc9iyksa6zfv0k7yq1mr3hv2fz9ff7sp73v94a")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/kkluaverb") + (synopsis "Provides a Lua-enhanced versatile @code{\\verb} command") + (description + "This package provides a Lua-enhanced command similar to @code{\\verb}, +as well as an environment similar to @code{lstlisting}. These can be safely +used in the arguments of arbitrary commands without breaking, and they work +correctly in the table of contents and indexes. The package also allows the +creation of an arbitrary number of text-replacement rules and color presets.") + (license license:expat))) + +(define-public texlive-kkran + (package + (name "texlive-kkran") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/kkran/" + "tex/latex/kkran/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0z6p71ab4whs8aagjq683cqhg3839z9lipzbf0gp9gr81f62sv6q")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/kkran") + (synopsis "Generate answer fields in tests and exams") + (description + "This package provides a Lua- and TikZ-based package created for the +Japanese education sector. It enables the arrangement of box-shaped answer +fields in any desired combination using simple commands. It also facilitates +the easy creation of multiple-choice answer sheets (mark sheets). +Furthermore, it covers the functionality of toggling the display of model +answers (solutions) via an option, and even the creation of grid-style answer +fields (graph paper-like cells).") + (license license:expat))) + +(define-public texlive-kksymbols + (package + (name "texlive-kksymbols") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/kksymbols/" + "tex/latex/kksymbols/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1wigsmvi20qk7zh8lxj2nlxx66lm7v25cn28yn0zlzc432wnnhwx")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/kksymbols") + (synopsis "LaTeX commands for enclosing characters in various shapes") + (description + "This package offers LaTeX commands for enclosing characters in circles, +squares, diamonds, or brackets, with automatic scaling and baseline correction +to ensure correct appearance in both horizontal and vertical writing modes.") + (license license:expat))) + +(define-public texlive-luakeyval + (package + (name "texlive-luakeyval") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/luatex/luakeyval/" + "tex/luatex/luakeyval/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "02c4vgvi0979186a9clxi53iy8lhmvzlq258hv2vmd73xxqh5jjv")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/luakeyval") + (synopsis "Key/value system for LuaTeX") + (description + "@code{luakeyval} is a Lua module that helps defining macros which +accepts key/val lists by scanning the input stream with +@code{token.scan_key_cs}. This is helpful for creating use interface macros +from within a Lua module.") + (license license:bsd-0))) + +(define-public texlive-lualineno + (package + (name "texlive-lualineno") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/luatex/lualineno/" + "tex/luatex/lualineno/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1igrlgmwy5z38294qvkngm6didmj5crif7hlrkwi2v4lihlaa1d6")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/lualineno") + (synopsis "Line numbering in LuaTeX-based formats") + (description + "The package provides flexible line numbering for LuaTeX-based formats.") + (license license:bsd-0))) + +(define-public texlive-luatex-type-definitions + (package + (name "texlive-luatex-type-definitions") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/luatex/luatex-type-definitions/" + "tex/luatex/luatex-type-definitions/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1gnwc22ap4xn452y51smvfag3244w57w0ds908x5clp0dj2x2pd5")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/luatex-type-definitions") + (synopsis "Type definitions for the Lua API of LuaTeX") + (description + "LuaTeX has a very large Lua API. This project tries to make this API +accessible in the text editor of your choice. This is made possible by the +@code{lua-language-server}, a server that implements the Language Server +Protocol (LSP) for the Lua language, enabling features such as code +completion, syntax highlighting, and marking of warnings and errors in any +editor supporting LSP.") + (license license:gpl2+))) + +(define-public texlive-parstat + (package + (name "texlive-parstat") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/optex/parstat/" + "tex/optex/parstat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1c4d2wfj4853bk7ayj6fk1g9ka308in4ggg834wdhjydlkg9vx7k")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/parstat") + (synopsis "Paragraph statistic package for OpTeX") + (description + "This is a package for the OpTeX format that counts glyphs and spaces on +paragraph lines. From these numbers a statistic is made, which is printed +into the log file.") + (license license:lppl1.3c))) + +(define-public texlive-seatingchart + (package + (name "texlive-seatingchart") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/lualatex/seatingchart/" + "tex/lualatex/seatingchart/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0b9iw2dwk3nmlvrkcfvwq9sm9i7zxjsqrx3wamb0wfy00r09g6z6")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/seatingchart") + (synopsis "Generation of seating charts") + (description + "This package enables the visualization of seating charts, whereby the +seating layouts (i.e., the arrangement of seats in a room) and the seating +scheme (i.e., the selection and labeling of occupied seats) can be controlled +independently of each other.") + (license license:lppl1.3c))) + +(define-public texlive-aspen + (package + (name "texlive-aspen") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/aspen/" + "tex/latex/aspen/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0iwrhvzgpf0lbm8riklapyzxmdjisxjwgcwpd8nljz7dhgbyyj6h")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/aspen") + (synopsis "Simple cryptography notation in LaTeX") + (description + "The Aspen package implements LaTeX commands closely related to what is +often called security protocol notation, standard protocol engineering +notation, standard protocol notation, or protocol narrations. Optionally, the +Aspen package also implements LaTeX commands for Burrows-Abadi-Needham logic +(BAN logic).") + (license license:lppl1.3c))) + +(define-public texlive-bracealign + (package + (name "texlive-bracealign") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/bracealign/" + "source/latex/bracealign/" + "tex/latex/bracealign/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "19h9hzxizqfkmhvi0m1y934q3hl1p64v35cimqdik08jagaf2wp5")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/bracealign") + (synopsis "Align braces under and over math expressions") + (description + "This LaTeX package provides a new environment, @code{bracealign}, to +vertically align braces under and over math expressions.") + (license license:lppl1.3c))) + +(define-public texlive-broydensolve + (package + (name "texlive-broydensolve") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/broydensolve/" + "tex/latex/broydensolve/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1j2aaj9zj4chlvs9z720vcpym9kl4mqv11dn75wmzb5zib39f877")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/broydensolve") + (synopsis "Solve a system of equations with Broyden's good method") + (description + "This package implements Broyden's good method to solve a system of +equations. It is also possible to use coordinates defined by TikZ as known +and unknown variables.") + (license license:lppl1.3c))) + +(define-public texlive-bussproofs-colorful + (package + (name "texlive-bussproofs-colorful") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/bussproofs-colorful/" + "tex/latex/bussproofs-colorful/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "03781n5bsrp0n2qnky9js53wxyylr5hdwl7lybid6yp189pjvvi9")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/bussproofs-colorful") + (synopsis "Color extension for the @code{bussproofs} package") + (description + "This is a small extension to the @code{bussproofs} package that adds +color control for proof trees. It allows users to customize the colors of +nodes (formulas), inference lines, and labels via package options and runtime +commands, while preserving the original layout and spacing of +@code{bussproofs}.") + (license license:lppl1.3c))) + +(define-public texlive-fodot + (package + (name "texlive-fodot") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/fodot/" + "tex/latex/fodot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1g8dk2z7wi4x4k9a3a84nc1v3hgs3knb25xrfzlm06769aya6c3x")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/fodot") + (synopsis "Helpful commands to work with the FO[.] language") + (description + "This package provides helpful commands to work with the FO[.] language +in LaTeX including syntax highlighting in listings.") + (license license:lppl1.3c))) + +(define-public texlive-freemath + (package + (name "texlive-freemath") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/freemath/" + "tex/latex/freemath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0gppizg8a96d0clisli9vml71l4cpq7i0qr6nlj12zf3ilcf6p14")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/freemath") + (synopsis "LaTeX maths without backslashes") + (description + "This package allows for the omission of backslashes from most math mode +commands. Specifically, any consecutive string of at least two (Latin) +letters appearing in math mode will automatically be turned into the control +sequence with the same name, if it exists. This behavior can be toggled with +specific commands.") + (license license:lppl1.3c))) + +(define-public texlive-hideproofs + (package + (name "texlive-hideproofs") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/hideproofs/" + "source/latex/hideproofs/" + "tex/latex/hideproofs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0480xj42d69bp2pnj96njqxcazxcdgmf4mbw84cvsy2hpmkj5nlf")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/hideproofs") + (synopsis "New environment that hides proofs in draft mode") + (description + "This package introduces an alternate proof environment, @code{proof*}, +which conditionally hides or shows its contents based on the document +mode (draft, final, or default). This is useful for omitting formal proofs +from draft versions while retaining them in final documents. The motivation +for this package is to reduce the clutter in large files by omitting long +proofs, allowing authors to focus their attention on results or proofs that +are currently works in progress.") + (license license:lppl))) + +(define-public texlive-intexgral + (package + (name "texlive-intexgral") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/intexgral/" + "source/latex/intexgral/" + "tex/latex/intexgral/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "198b7h1082mh29kn7sqsfmx3p0apff4wix4hzcf1ngwq06anjq5j")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/intexgral") + (synopsis "LaTeX package for typesetting integrals") + (description + "Typesetting integrals, although common in LaTeX, is not particularly +practical. The way in which the different parts are managed often generates +unreadable source code, making modifications laborious. The package therefore +follows a simple philosophy: focus on the essential element of an integral, +the integrand. Everything else (limits, differentials, symbols) can be +modified using keys. These keys are designed to allow you to easily and +quickly change the style of an integral. Additionally, the package provides +various auxiliary macros to support some keys which can have lengthy inputs.") + (license license:lppl1.3c))) + +(define-public texlive-linkedthm + (package + (name "texlive-linkedthm") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/linkedthm/" + "tex/latex/linkedthm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1fln1l8f3x18y693dm8dgjjfa3z2knl1qmi5g1rmhc95kapxa14a")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/linkedthm") + (synopsis "Hyperlinked theorem-proof environments for LaTeX") + (description + "This package provides lightweight infrastructure for bidirectional +linking between @code{theorem}-like environments and their corresponding +proofs. It automatically adds a @samp{Proof} hyperlink at the end of +a theorem and a restated version with a @samp{Return} link inside the +proof. This is useful for mathematical writing and documentation, where proof +navigation is essential.") + (license license:lppl1.3c))) + +(define-public texlive-logictools + (package + (name "texlive-logictools") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/logictools/" + "tex/latex/logictools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0bnavkrnja16hr6zf4f72s7a7zd80id0iyym555s0cr7mg4izl27")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/logictools") + (synopsis "Additional tools for typesetting formal logic") + (description + "This package adds various tools for typesetting formal logic, including +an environment that makes it easier to produce good looking formal logic, and +a few macros that would be of interest to people studying logic at Oxford (or +other places with similar notational conventions).") + (license license:lppl1.3+))) + +(define-public texlive-lua-regression + (package + (name "texlive-lua-regression") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/lualatex/lua-regression/" + "tex/lualatex/lua-regression/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0sjpg6ky2d0b5l66xsw0c9h9fzynddyrn16jl5nwvf68dhvq1pdv")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/lua-regression") + (synopsis "Add polynomial regressions to graphs") + (description + "This LuaLaTeX package provides a simple interface for performing +polynomial regression on data sets. It allows users to specify the order of +the polynomial regression, the columns of the data set to use, and whether to +plot the results. The package also includes options for confidence intervals +and error bands.") + (license license:lppl1.3+))) + +(define-public texlive-physics3 + (package + (name "texlive-physics3") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/physics3/" + "source/latex/physics3/" + "tex/latex/physics3/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1ashv7a8bk4xi6ygpzpl4ggy40v5j2g5n3ky2wfrf9xqd7kb9f1q")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/physics3") + (synopsis "Package for easy setting of physical formulas") + (description + "This package defines commands for typesetting math formulae faster and +more simply. @code{physics3} is a modularized package, that currently provides +modules for: +@itemize +@item Automatic braces Dirac bracket notation, +@item Easy way to typeset diagonal matrices and matrices with similar entries, +@item Double cross and double dot (binary) operators for tensors. +@end itemize") + (license license:lppl1.3c))) + +(define-public texlive-quantum-chemistry-bonn + (package + (name "texlive-quantum-chemistry-bonn") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/quantum-chemistry-bonn/" + "tex/latex/quantum-chemistry-bonn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "03n6mwn3008df4jj2828nky45sdxf1117h5qw4xag6w16sj48glb")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/quantum-chemistry-bonn") + (synopsis + "Use consistent typesetting for quantum chemistry related software") + (description + "This package gives access to several commands related to quantum chemistry. +This includes consistent formatting of names of QC programs, as well as +methods such as density functionals. Furthermore, units of energy are set, +and easy-to-use commands are provided. Lastly, the corporate design colors of +the University of Bonn are defined.") + (license license:lppl1.3c))) + +(define-public texlive-quantumcubemodel + (package + (name "texlive-quantumcubemodel") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/quantumcubemodel/" + "tex/latex/quantumcubemodel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "122nmmyla7bak59604q0lisihmimq6jgc3x725dyvy127cchvxxx")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/quantumcubemodel") + (synopsis "Representation of quantum states in the quantum cube model") + (description + "This package provides simple LaTeX commands to draw intuitive cube-based +diagrams for quantum states of one, two, or three qubits. It supports +amplitude-phase notation, gate transition visualizations (Hadamard, Pauli, +CNOT, Toffoli). The package is ideal for teaching and documenting small +quantum circuits.") + (license license:expat))) + +(define-public texlive-qworld + (package + (name "texlive-qworld") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/qworld/" + "tex/latex/qworld/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1895c8dqb5s89z34iwdr5b1w9yd7c6fi3x2gg489ji4vsg5b5g4d")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/qworld") + (synopsis + "Drawing string diagrams for monoidal categories and quantum theory") + (description + "This LaTeX package has been designed for the typesetting of graphical +languages grounded in monoidal category theory and its extensions. It +provides a declarative, LaTeX-native interface for rendering string diagrams, +eliminating the need for any external graphics software or manual image +management. The package supports a wide spectrum of categorical structures +frequently encountered in categorical quantum mechanics, algebraic structures, +and diagrammatic reasoning. + +Internally, QWorld builds upon the TikZ graphics framework, but introduces +a domain-specific layer of abstraction that aligns diagram syntax closely with +categorical semantics. This design facilitates accurate and transparent +visual representations of morphisms, tensor products, and composition, thereby +supporting both formal exposition and pedagogical use. QWorld is intended for +researchers and educators working in categorical logic, quantum foundations, +topological quantum field theory (TQFT), and related domains where graphical +calculi constitute an essential mode of reasoning.") + (license license:lppl1.3c))) + +(define-public texlive-seqcalc + (package + (name "texlive-seqcalc") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/seqcalc/" + "tex/latex/seqcalc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1pms6dilk54dx49wmc2llkabckz1gpnxw9q2sl2yrbzjp64pasb5")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/seqcalc") + (synopsis "Package for declarative sequent-calculus proofs") + (description + "This package provides a structured wrapper around the +@code{bussproofspackage}. It provides a declarative interface for sequent +calculus proofs, including rule declaration, rule application, formula +normalization, shortcuts, and optional standard rule sets. The goal is to +simplify the construction of proof trees while keeping the underlying +@code{bussproofs} layout untouched.") + (license license:lppl1.3c))) + +(define-public texlive-tensormatrix + (package + (name "texlive-tensormatrix") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/tensormatrix/" + "tex/latex/tensormatrix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0rg1bvch5s51fbmkayddj8s6kfzjzg9q0ksgfl19yzafq670lia7")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/tensormatrix") + (synopsis "Matrix representations of tensors") + (description + "This LaTeX package defines an environment @code{tmat} for visualizing +the structure of matrix representations of tensors.") + (license license:gpl3))) + +(define-public texlive-tkz-interval + (package + (name "texlive-tkz-interval") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/tkz-interval/" + "tex/latex/tkz-interval/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1cjyy7qgwrzazqxjplmk61wpxar0dpls89c8caf7x8g36hbqv9kk")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/tkz-interval") + (synopsis "Interval brackets made with TikZ") + (description + "This package provides a command for representing intervals with brackets +created using TikZ, with automatic size management and customization of +thickness and depth, for examples. It is also possible to specify surrounding +spaces, and optional overlap for open brackets.") + (license license:lppl1.3c))) + +(define-public texlive-zeckendorf + (package + (name "texlive-zeckendorf") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/generic/zeckendorf/" + "source/generic/zeckendorf/" + "tex/generic/zeckendorf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0yi47qvsq0i4hr9r982m009v1a0p6pb58g4qmyic8ymn4f1r2ww7")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/zeckendorf") + (synopsis + "Algebra withe Zeckendorf and Bergman representations of big integers") + (description + "This package extends the @code{\\xinteval} syntax to do algebra in +Q(phi) (where phi is the golden ratio), and compute Fibonacci numbers, +Zeckendorf representations of positive integers and Bergman +phi-representations of the positive elements of Z[phi]. The $ character is +used to compute the Knuth Fibonacci multiplication. Being based upon +@code{xintexpr}, it allows to compute with ``arbitrarily'' big integers, the +reasonable use being with integers of at most a few hundreds of digits.") + (license license:lppl1.3c))) + +(define-public texlive-fretplot + (package + (name "texlive-fretplot") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/fretplot/" + "tex/latex/fretplot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0rnb4bkhsb92dybczrswhls1r7rvjij5fdwf77yk8gskc5hmn3bg")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/fretplot") + (synopsis "Create scale and chord diagrams for guitar-like instruments") + (description + "This LuaLaTeX package provides batch generation of scale and chord +diagrams for plucked string instruments, such as the guitar.") + (license license:lppl1.3+))) + +(define-public texlive-bootstrapicons + (package + (name "texlive-bootstrapicons") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/bootstrapicons/" + "tex/latex/bootstrapicons/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0rdzr4wgqncvdgy01qi0brp7nnrp01spckjpk982kqiymzzqr7g2")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/bootstrapicons") + (synopsis "Icons from the framework Bootstrap") + (description + "The package provides over 2,000 icons from the frontend framework +Bootstrap.") + (license license:expat))) + +(define-public texlive-forest-ext + (package + (name "texlive-forest-ext") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/forest-ext/" + "source/latex/forest-ext/" + "tex/latex/forest-ext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0xgr31xpa03knlmsw9xnbr9jkapgbysf0sawnvaf4967hw6kwf0m")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/forest-ext") + (synopsis + "Additional Forest libraries with bug fixes, extensions and tagging") + (description + "@code{forest-ext} is a package offering additional libraries for Forest: +@itemize +@item @code{ext.tagging} supports tagging forest trees, +@item @code{ext.multi} provides styles for limited inclusion of children with +multiple parents, +@item @code{ext.utils} provides some utilities and miscellaneous styles, +@item @code{ext.ling} provides some simple extensions for linguistics, but +currently only one is enabled. +@end itemize") + (license license:lppl1.3c))) + +(define-public texlive-keisennote + (package + (name "texlive-keisennote") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/keisennote/" + "tex/latex/keisennote/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1zzzjgpxizizagngx138ils430q3fzyq2wrlnnj66jzh6vipaff1")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/keisennote") + (synopsis "TikZ-based Japanese-style notebook ruled lines for LaTeX") + (description + "This package typesets Japanese-style ruled notebook lines in LaTeX. It +supports full-page (@code{\\notefill}) and short (@code{\\note}) blocks.") + (license license:expat))) + +(define-public texlive-lua-tikz3dtools + (package + (name "texlive-lua-tikz3dtools") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/lua-tikz3dtools/" + "tex/latex/lua-tikz3dtools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0ib697g8ssmf37ysl8lyf1l0542lr7q6vqmrwi4jjrjd8d8czmdn")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/lua-tikz3dtools") + (synopsis "LuaLaTeX package for 3D illustrations in TikZ") + (description + "This package improves on existing 3D capabilities in TikZ. In +particular, the package enables z-sorting of multiple triangulated parametric +objects and uses elaborate clipping and occlusion logic. The user is enabled +to use linear, affine and projective transformations on their parametric +objects.") + (license license:lppl1.3c))) + +(define-public texlive-lucide-icons + (package + (name "texlive-lucide-icons") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/lucide-icons/" + "tex/latex/lucide-icons/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1qdvbms2s5m3j9shkrh2bsqvhdldlz2al140p0gnjlcvhbqf76nl")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/lucide-icons") + (synopsis "Use Lucide icons through LaTeX commands") + (description + "This package provides commands to use Lucide-Icons through LaTeX +commands. The implementation relies on images (PDF from SVG) and should work +on every installation.") + (license (list license:lppl1.3c license:isc)))) + +(define-public texlive-open-everyday-symbols + (package + (name "texlive-open-everyday-symbols") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list + "doc/latex/open-everyday-symbols/" + "tex/latex/open-everyday-symbols/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0hfqsn1c9d1z3gg0d5nhkkvbrl8q5r1vzy5kip5d861k2cddia4k")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/open-everyday-symbols") + (synopsis "List of everyday symbols, to be extended by everybody") + (description + "This package provides a list of symbols/icons from an ``everyday'' +context. It can literally be everything, and thus does not aim at +mathematical symbols or the like. It's basically an icons portfolio.") + (license license:lppl1.3c))) + +(define-public texlive-openmoji + (package + (name "texlive-openmoji") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/openmoji/" + "tex/latex/openmoji/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0dkkzafnb3d86ckg72mm35kcmnycyfij44qvf6xb62pqzcgd1yip")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/openmoji") + (synopsis "Use openmoji through LaTeX commands") + (description + "This package provides commands like twemojis which allow to use OpenMoji +through LaTeX commands. This relies on images (PDF from SVG), so no fancy +Unicode font stuff is needed and it should work on every installation.") + (license (list license:lppl1.3c license:cc-by-sa4.0)))) + +(define-public texlive-optikz + (package + (name "texlive-optikz") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/optikz/" + "tex/latex/optikz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1hnhgwj4shs4dlazdlgcw8yszccw1da59b0yvcpyi13p1x0r600l")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/optikz") + (synopsis + "Optical components for drawing laser setups and optical systems") + (description + "This package provides a collection of TikZ-based commands for drawing +laser setups and optical systems. It includes components such as lenses, +mirrors, beamsplitters, cameras, spectrometers, detectors and more. +Furthermore, rainbow and single color beams can be drawn to visualize beam +size and dispersion in e.g., stretcher-compressor setups.") + (license license:lppl1.3c))) + +(define-public texlive-qrcodetikz + (package + (name "texlive-qrcodetikz") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/qrcodetikz/" + "source/latex/qrcodetikz/" + "tex/latex/qrcodetikz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1lm69f7b1z5mcvvhw2w5imq1sjymx2mkr430ypwqcggfmy8j07vn")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/qrcodetikz") + (synopsis "Prettier QR codes") + (description + "This package improves the display of QU (Quick Response) codes provided +by @code{qrcode}. The QR codes provided by package qrcode show white borders +on each square (from little to very prominent, depending on the PDF viewer). +This is because the QR code is printed square by square, not the connected +regions of squares as such, and PDF screen viewers show these undesired +borders. This package overwrites the @code{qrcode} printing functions to fill +connected regions of the QR code using TikZ, allowing prettier QR codes on +screen visualization, with possibility of customization.") + (license license:lppl1.3+))) + +(define-public texlive-tikz-cookingsymbols + (package + (name "texlive-tikz-cookingsymbols") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list + "doc/latex/tikz-cookingsymbols/" + "tex/latex/tikz-cookingsymbols/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0ads82h40ja12ywa2npwg4jr47j8m50w12zcm4n96nc03kr9x4nn")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/tikz-cookingsymbols") + (synopsis "Draw cooking symbols") + (description + "The package uses TikZ for drawing cooking symbols like top heat, +airfryer and so on. The commands are provided in English and German.") + (license license:lppl1.3c))) + +(define-public texlive-tikz-shields + (package + (name "texlive-tikz-shields") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/tikz-shields/" + "tex/latex/tikz-shields/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1i6ijg48g8rjdx3qkifcr9zij4gf5nmgpd4wphnsmvg7x7y303x5")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/tikz-shields") + (synopsis "Badges as in shields.io, but in LaTeX") + (description + "This package provides a small package that allows to include in a LaTeX +document shields badges, as in @url{shields.io}. Various styles of badges and +other features are available, including clickable links, logos, and color +customization options.") + (license license:gpl3+))) + +(define-public texlive-tikzbrickfigurines + (package + (name "texlive-tikzbrickfigurines") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/tikzbrickfigurines/" + "tex/latex/tikzbrickfigurines/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1j746xmc2rhsywc61xkqgyf82hx0xhzv7lwa5nf7jj74pyrdlv6g")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/tikzbrickfigurines") + (synopsis "Draw brick figurines with TikZ") + (description + "This package provides a small LaTeX package to draw (2D) brick-figurines +with TikZ.") + (license license:lppl1.3c))) + +(define-public texlive-tikzfxgraph + (package + (name "texlive-tikzfxgraph") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/tikzfxgraph/" + "tex/latex/tikzfxgraph/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0hsfasavcqywzyb7fdw9wsck0dkgklc8sfa29bnka2rw1yhyy441")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/tikzfxgraph") + (synopsis "Plotting functions in a simplified way") + (description + "This package is mostly a wrap around PGFPlots and Gnuplot, hiding most +of their inherent complexity.") + (license (list license:lppl1.3c license:agpl3+)))) + +(define-public texlive-vexillology + (package + (name "texlive-vexillology") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/vexillology/" + "source/latex/vexillology/" + "tex/latex/vexillology/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1rv2fp1ql80bc1bwzslcvqnbspm0b6pa8d6qc7svcms2cjh4si86")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/vexillology") + (synopsis "Vexillogical symbols") + (description + "This package implements symbols used by vexillologists (people who study +flags) to indicate certain aspects of flags, such as where they are used, who +uses them, and what they look like.") + (license license:lppl1.3+))) + +(define-public texlive-eoldef + (package + (name "texlive-eoldef") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/generic/eoldef/" + "tex/generic/eoldef/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0838fc8cd4ba57hlc3m155129a4cjpriv4mvcg5mhazg3rhy658p")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/eoldef") + (synopsis + "Define commands which absorb the whole source line as arguments") + (description + "This macro allows you to define commands that take the entire source +line as arguments.") + (license license:lppl1.3c))) + +(define-public texlive-measurebox + (package + (name "texlive-measurebox") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/generic/measurebox/" + "tex/generic/measurebox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1vgg46qa46caf9pm0ndc4fm9kzv86rl4vh4c0rj2ah97imgp0i6v")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/measurebox") + (synopsis "Precise measurements of glyphs") + (description + "MeasureBox is a (plain TeX) package for measuring material. It is +intended for precise measurements of glyphs so that they can be manipulated by +other macros and packages (e.g., the Stretchy package).") + (license license:expat))) + +(define-public texlive-pdftoolbox + (package + (name "texlive-pdftoolbox") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/pdftoolbox/" + "tex/plain/pdftoolbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "02fc4v5qdjwmj8ak7aaqzivwsjz10p981vh2419nkj0db3axyg9r")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pdftoolbox") + (synopsis "Plain-pdfTeX toolbox for creating beautiful documents") + (description + "@code{pdfToolbox} is a toolbox of various packages intended for +programming and creating beautiful plain-pdfTeX documents. It is an +amalgamation of the following packages: + +@itemize +@item @code{pdfData}, for storing and manipulating data; +@item @code{pdfDstruct}, for managing the layout and structure of your document; +@item @code{pdfGraphics}, for adding some color and illustrations to your +document. +@end itemize + +pdfToolbox currently only works with pdfTeX. It is not compatible with any +form of LaTeX, and currently does not work with XeTeX or LuaTeX.") + (license license:expat))) + +(define-public texlive-plain-widow + (package + (name "texlive-plain-widow") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/plain/plain-widow/" + "tex/plain/plain-widow/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0vx8wl7l8bddb4kw0p7vhp7wm4qllh35wfvz7gd1a8kljvq3pgps")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/plain-widow") + (synopsis "Three output routines that extend @code{\\plainoutput}") + (description + "This package contains three output routines that extend @code{\\plainoutput}. +The first adds a reporting of problematic lines, i.e., for widow, club, and +broken lines. The second prevents widow lines by changing the @code{\\vsize} +by one line. The third tries to avoid widow, club, and broken lines as much +as possible for spreads.") + (license license:gpl3+))) + +(define-public texlive-stretchy + (package + (name "texlive-stretchy") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/generic/stretchy/" + "tex/generic/stretchy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "01rqmsc0ar4by7fykhn1naqc0fvx62wjm8w790zlx5zjqs839nyw")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/stretchy") + (synopsis "Macros for creating stretchy TeX symbols") + (description + "This package helps to create ``stretchy'' math symbols. It provides +various ready-made stretchy symbols, as well as auxiliary macros for creating +them.") + (license license:expat))) + +(define-public texlive-tokmap + (package + (name "texlive-tokmap") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/generic/tokmap/" + "tex/generic/tokmap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0w5hysw9q89iv751n989w6sswx8gdxjz1248a042m4hjk718c9j0")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/tokmap") + (synopsis + "Iterate over a token list, without dropping spaces or braced groups") + (description + "@samp{\\tokmap @{ @}} applies command over the token +list @samp{tokens}. Space tokens, left and right braces are replaced with the +marker tokens @code{\\tokmap@@space}, @code{\\tokmap@@bgroup}, and +@code{\\tokmap@@egroup} respectively. For convenience, @samp{command} may +contain multiple tokens.") + (license license:lppl1.3c))) + +(define-public texlive-visualtoks + (package + (name "texlive-visualtoks") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/generic/visualtoks/" + "tex/generic/visualtoks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0dha1jjp2p2i4b650idx1jjjc06rr2lkd6w1janswxvyzy6j8w76")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/visualtoks") + (synopsis "Typeset TeXbook-style visualisations of token lists") + (description + "This package provides the @code{\\visualtoks} command to display +arbitrary list of tokens, for pedagogical or debugging purposes, in a style +inspired by Knuth's TeXbook.") + (license license:lppl1.3c))) + + +(define-public texlive-pst-fourbarlinkage + (package + (name "texlive-pst-fourbarlinkage") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/generic/pst-fourbarlinkage/" + "dvips/pst-fourbarlinkage/" + "tex/generic/pst-fourbarlinkage/" + "tex/latex/pst-fourbarlinkage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "199kxx7hqbrsmv2nb9fdx0rmfpw8pc648yjl4qmxlrkg9zbas4vx")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pst-fourbarlinkage") + (synopsis "Draw articulated quadrilaterals") + (description + "An articulated quadrilateral is a four-bar linkage mechanism (four rods +connected by hinges) that changes shape as its joints move, creating complex, +predictable motions used in machines like pedal cranks, lamps, and even for +generating curves, functioning as a simple, one-degree-of-freedom system with +fascinating, non-intuitive movements and applications in engineering. This +package draw them.") + (license license:lppl))) + +(define-public texlive-pst-gears + (package + (name "texlive-pst-gears") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/generic/pst-gears/" + "tex/generic/pst-gears/" + "tex/latex/pst-gears/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0np4d2gxw6ip2y1va1m1chwpdk40py4nh5nfkpd2xx73979fipic")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pst-gears") + (synopsis "Drawing internal and external gears") + (description + "The macro @code{pstgears} allows, among other things, the drawing of +a gear consisting of two or more external gears whose profile is an involute +arc.") + (license license:lppl))) + +(define-public texlive-pst-kepler + (package + (name "texlive-pst-kepler") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/generic/pst-kepler/" + "tex/generic/pst-kepler/" + "tex/latex/pst-kepler/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "14g6a6s5valsrizgh4saz66n28m99g6qnw18wpvzza499js08m0v")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pst-kepler") + (synopsis "Models for Johannes Kepler's view of the world") + (description + "This package defines macros which show Johannes Kepler's view of the +world.") + (license license:lppl))) + +(define-public texlive-pst-massspring + (package + (name "texlive-pst-massspring") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list + "doc/generic/pst-massspring/" + "tex/generic/pst-massspring/" + "tex/latex/pst-massspring/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0cgcq2fd99600nhpkhirazkffmk2rlvw269jzp87lqavfaxix425")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pst-massspring") + (synopsis "Create animations for two masses connected by a spring") + (description + "This package can create animations (GIF or PDF) for two masses connected +by a spring in a free fall.") + (license license:lppl))) + +(define-public texlive-pst-nutation + (package + (name "texlive-pst-nutation") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/generic/pst-nutation/" + "dvips/pst-nutation/" + "tex/generic/pst-nutation/" + "tex/latex/pst-nutation/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0mr9g0954cvfcrfdhf3p3xbh6v7ysb8hx0vzns663m1qrbpap4zh")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pst-nutation") + (synopsis "Rotation, precession, nutation of the earth") + (description + "This package illustrates the concepts of rotation, precession, and +nutation of the Earth.") + (license license:lppl))) + +(define-public texlive-pst-sphericaltrochoid + (package + (name "texlive-pst-sphericaltrochoid") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/generic/pst-sphericaltrochoid/" + "tex/generic/pst-sphericaltrochoid/" + "tex/latex/pst-sphericaltrochoid/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0g5lms96dpihh6cgwcl6jyajv893pq5jllqv9vsk457dzwjy6s13")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pst-sphericaltrochoid") + (synopsis "Create animations of a spherical trochoid") + (description + "This package simulates the generation of a spherical trochoid by a point +on a circle rolling without sliding along the edge of another circle, but on +the same sphere.") + (license license:lppl))) + + +(define-public texlive-abntexto-uece + (package + (name "texlive-abntexto-uece") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/abntexto-uece/" + "tex/latex/abntexto-uece/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1r42gf68dfv3rmg4q4d6a64ps3bhasl0k3s6hhc7blk6hj5mqlzb")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/abntexto-uece") + (synopsis "LaTeX class for formatting academic papers in UECE standards") + (description + "This is a unofficial LaTeX class created for Brazilian students to +facilitate the use of standards from the Universidade Estadual do Ceara (UECE) +in academic works like TCCs, dissertations, and theses.") + (license license:public-domain))) + +(define-public texlive-aeskwadraat + (package + (name "texlive-aeskwadraat") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/aeskwadraat/" + "source/latex/aeskwadraat/" + "tex/latex/aeskwadraat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "190fjg46wlb17vwwfcp3zxmydgvnih6k6gdyqmzadylwwka8mlxv")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/aeskwadraat") + (synopsis "A-Eskwadraat package catalogue") + (description + "This is the official package catalogue of the A-Eskwadraat association. +A-Eskwadraat is the study association for mathematics and physics at Utrecht +University. The catalogue includes packages for meeting notes, a Beamer +theme, invoices and letters. The Beamer theme can also be used for Utrecht +University-styled presentations.") + (license (list license:gpl3+ license:cc-by-sa4.0)))) + +(define-public texlive-cqjtuthesis + (package + (name "texlive-cqjtuthesis") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/cqjtuthesis/" + "tex/latex/cqjtuthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "19yzzdmr5y1794302p63d9048q27ixkprc384lfbnhkfic2xpav1")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/cqjtuthesis") + (synopsis "Thesis template for Chongqing Jiaotong University (CQJTU)") + (description + "This is a LaTeX document class for typesetting theses at Chongqing +Jiaotong University. It supports Bachelor's thesis, Academic Master's thesis, +Professional Master's thesis, and Doctoral dissertation. The template +strictly follows the official formatting requirements from the university.") + (license license:lppl1.3c))) + +(define-public texlive-deutschesmuseum + (package + (name "texlive-deutschesmuseum") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/deutschesmuseum/" + "source/latex/deutschesmuseum/" + "tex/latex/deutschesmuseum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0670vf3fv0vag5zw5ghqfg35qzzii50fhs6l3gc5nd9frrp7ckcx")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/deutschesmuseum") + (synopsis "LaTeX class for contributions to Deutsches Museum publications") + (description + "This is a LaTeX class for contributions to Deutsches Museum publications.") + (license license:lppl1.3+))) + +(define-public texlive-dlrg-templates + (package + (name "texlive-dlrg-templates") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/dlrg-templates/" + "tex/latex/dlrg-templates/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "09si3pgnzpdg7n8scgis47j7xndr3995cplg3ca42wc0vvcq35ks")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/dlrg-templates") + (synopsis "Templates for the German Lifesaving Association (DLRG)") + (description + "This bundle provides templates for members of the German Lifesaving +Association (DLRG). This includes the letter template, presentations, +specialist publications and press releases. These templates are based on the +current cooperative design. They can be adapted to the local structure with +simple settings.") + (license license:lppl1.3c))) + +(define-public texlive-fhj-script + (package + (name "texlive-fhj-script") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/fhj-script/" + "source/latex/fhj-script/" + "tex/latex/fhj-script/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0qnrr5jlyvr6l15zfflsq0zm0v56al0jgc7v9nhkswccgvjwbxfg")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/fhj-script") + (synopsis "Classes and packages for formatting documents for FH JOANNEUM") + (description + "This is a collection of classes and packages for the university of applied +sciences (FH JOANNEUM, Graz, Austria). It is used by the institute for +applied informatics. Mainly for creation of the master thesis and expose. It +could be also the base for other academic work related to the study programs.") + (license license:lppl1.3+))) + +(define-public texlive-hustvisual + (package + (name "texlive-hustvisual") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/hustvisual/" + "source/latex/hustvisual/" + "tex/latex/hustvisual/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "17jn9q8nh9raxcv6snxr4z3yrrcr4k8mvbxamkhlja84cy3hcdga")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/hustvisual") + (synopsis + "Visual identity of Huazhong University of Science and Technology") + (description + "The package provides a collection of visual identity assets for Huazhong +University of Science and Technology (HUST).") + (license license:lppl1.3c))) + +(define-public texlive-iacrj + (package + (name "texlive-iacrj") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/iacrj/" + "tex/latex/iacrj/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "020vl6247wsqkblxkajzl52lla57cqqj91ikdc43b5s66k0awcpq")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/iacrj") + (synopsis "Document class for IACR journal publications") + (description + "The @code{iacrj} document class is used to produce publications for +three IACR journals. It can be used to produce publications for IACR +Communications in Cryptology, IACR Transactions on Symmetric Cryptology, and +IACR Transactions on Cryptographic Hardware and Embedded Systems. + +Is is part of a larger set of tools for implementing a journal publishing +workflow, and it depends on the @code{metacapture} package. There is also +a companion implementation of a publishing workflow written in Python that is +used for this journal and provides a simplified workflow for copy editing and +production.") + (license license:lppl1.3c))) + +(define-public texlive-jsonresume + (package + (name "texlive-jsonresume") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/lualatex/jsonresume/" + "tex/lualatex/jsonresume/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1nbbk7bw7kjsskgcya9jp4mrhcf361j5v8vcgv1h54kc4fhlhn8s")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/jsonresume") + (synopsis + "LuaLaTeX package for rendering JSON Resume data into LaTeX documents") + (description + "This package provides a minimal LuaLaTeX package for rendering JSON +resume data into clean, professional resumes.") + (license license:expat))) + +(define-public texlive-jyu-chem-thesis + (package + (name "texlive-jyu-chem-thesis") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/jyu-chem-thesis/" + "tex/latex/jyu-chem-thesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "182k93pwiz7ifh2yk8w8c6l4njfv6lfkb2l5qimjzs4znm5d1a4v")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/jyu-chem-thesis") + (synopsis + "Template for theses at Department of Chemistry, University of Jyvaskyla") + (description + "This is a template for producing Bachelor and Master theses according to +the guidelines by the Department of Chemistry, University of Jyvaskyla. The +formatting follows the guide @emph{Tieteellisen opinnaytetyon +kirjoitusohje}.") + (license license:lppl1.3c))) + +(define-public texlive-maine-thesis + (package + (name "texlive-maine-thesis") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/maine-thesis/" + "source/latex/maine-thesis/" + "tex/latex/maine-thesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "038jc1jx28zhm7z7342xa81qsq7xf5s3slb78w1xix5a53nf198h")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/maine-thesis") + (synopsis "Document class for University of Maine graduate theses") + (description + "The @code{maine-thesis} class provides support for the formatting +requirements for graduate theses of the Graduate School at The University of +Maine. It sets default parameters for the @code{report} class, modifies +captions, references, and the table of contents, and makes specific +environments available. The @code{maine-thesis} class reflects the guidelines +published by the Graduate School at The University of Maine.") + (license license:lppl1.3c))) + +(define-public texlive-modernnewspaper + (package + (name "texlive-modernnewspaper") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/modernnewspaper/" + "tex/latex/modernnewspaper/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0yfmc56l6sxw7hv0xz32rp31k2garjkbf6cckgjv3b48ci4pca9i")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/modernnewspaper") + (synopsis "Unicode-first newspaper package for LaTeX") + (description + "@code{modernnewspaper} is a Unicode-first LaTeX package for producing +newspaper-style documents. It supports multi-column layouts, multilingual +content (including right-to-left scripts), Unicode-safe drop caps, column-safe +images, and modern metadata such as website URLs. The package is designed for +XeLaTeX and LuaLaTeX and is suitable for both print and digital newspapers.") + (license license:lppl1.3c))) + +(define-public texlive-ou-tma + (package + (name "texlive-ou-tma") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/ou-tma/" + "source/latex/ou-tma/" + "tex/latex/ou-tma/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0rv3qh0avsmi91lwpb94cwsyp1gmnhj57djd4x8mc6a5zixaz42s")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/ou-tma") + (synopsis + "Aid in the writing of Tutor Marked Assessments for the Open University") + (description + "The @code{ou-tma} package simplifies the creation of TMAs (Tutor Marked +Assessments) by providing an environment to encompass answers to questions, +commands to enumerate parts and subparts of those questions, and a set of +macros facilitating mathematical entry based on the styles used by the Open +University (OU).") + (license license:lppl1.3c))) + +(define-public texlive-pats-resume + (package + (name "texlive-pats-resume") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/pats-resume/" + "tex/latex/pats-resume/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1hhd7cv0yzv279316a8sd3ipq5744yrghr55wmqjmmdwfvc37jb0")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pats-resume") + (synopsis "LaTeX template for your resume") + (description + "This package provides a compact and elegant template for your resume.") + (license license:expat))) + +(define-public texlive-phimisci + (package + (name "texlive-phimisci") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/phimisci/" + "source/latex/phimisci/" + "tex/latex/phimisci/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1az3zc5i5pa6v8rw9ahp09i3q1fkqrpkfqif11sc33bb7hrpbq2k")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (arguments + (list #:tex-format "latex" + #:phases + #~(modify-phases %standard-phases + ;; XXX: The following option attributed to "newtxttt" package + ;; is unknown and breaks build. Remove it. + (add-after 'unpack 'fix-build + (lambda _ + (substitute* "source/latex/phimisci/phimisci.dtx" + (("\\[zerostyle=d\\]") ""))))))) + (native-inputs + (list (texlive-local-tree + (list texlive-alphalph + texlive-biblatex + texlive-booktabs + texlive-csquotes + texlive-enumitem + texlive-fancyvrb + texlive-hologo + texlive-hypdoc + texlive-metalogo + texlive-newtxtt + texlive-parskip + texlive-psnfss + texlive-tex-gyre + texlive-underscore + texlive-xcolor)))) + (home-page "https://ctan.org/pkg/phimisci") + (synopsis + "Document class for the journal @emph{Philosophy and the Mind Sciences}") + (description + "This package provides a document class for the open-access journal +@emph{Philosophy and the Mind Sciences}.") + (license license:lppl1.3c))) + +(define-public texlive-retosmatematicos + (package + (name "texlive-retosmatematicos") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/retosmatematicos/" + "tex/latex/retosmatematicos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "17rcnsdpq9q8drvyamk4ycfvls79afzqvq1bxmzc2cszrjgynwal")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/retosmatematicos") + (synopsis "LaTeX template for the Telegram group \"Retos Matematicos\"") + (description + "This package provides the class @file{RetoMatematico.cls}, which is used +to typeset the final solutions of the mathematical challenges published in the +Telegram group Retos Matematicos.") + (license license:cc-by-sa4.0))) + +(define-public texlive-rwth-ci + (package + (name "texlive-rwth-ci") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/rwth-ci/" + "source/latex/rwth-ci/" + "tex/latex/rwth-ci/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0sc25w03lbngyp80cn4w1w1p8anxw1fvmsva8cqbjbs4kdgs7rbl")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/rwth-ci") + (synopsis "LaTeX templates using CI of RWTH Aachen University") + (description + "The RWTH-CI-Bundle is the official LaTeX bundle of RWTH Aachen +University to use their Corporate Identity within LaTeX.") + (license license:lppl1.3c))) + +(define-public texlive-sysuthesis + (package + (name "texlive-sysuthesis") + (version "2026.0") + (source + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 78236) + (locations (list "doc/latex/sysuthesis/" + "source/latex/sysuthesis/" + "tex/latex/sysuthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0h2y8xsdn6dxn7x6bpjxm571yc9xshs3whb62w7wqzn1phzdqiac")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/sysuthesis") + (synopsis "LaTeX thesis template for Sun Yat-sen University") + (description + "This class is intended for typesetting Sun Yat-sen University +dissertations with LaTeX, providing support for bachelor, master, doctoral +thesis.") + (license license:lppl1.3c)))