summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: gpgme: Update to 1.23.2.issue-71976Zheng Junjie7 days
| | | | | | * gnu/packages/gnupg.scm (gpgme): Update to 1.23.2. Change-Id: Iaede37c8f0232563799e19051e98889106cbaff1
* gnu: texlive-bbold: Fix build.base-for-issue-72480base-for-issue-72469base-for-issue-72451base-for-issue-72115base-for-issue-71996base-for-issue-71976Nicolas Goaziou8 days
| | | | | | | | * gnu/packages/tex.scm (texlive-bbold)[arguments]<#:phases>: Add a phase to skip building documentation, which fails. [native-inputs]: Add TEXLIVE-ETOOLBOX. Change-Id: I32526808c121b6d5ab1eb167fecbde38d40d0979
* gnu: texlive-revtex4-1: Fix build.Nicolas Goaziou8 days
| | | | | | | * gnu/packages/tex.scm (texlive-revtex4-1)[arguments]<#:phases>: Fix regexp matching TEXLIVE-REVTEX source name. Change-Id: Ideea61ed97d4ea544554faa02152fea6d0bd1947
* gnu: texlive-thucoursework: Fix build.Nicolas Goaziou8 days
| | | | | | | * gnu/packages/tex.scm (texlive-thucoursework)[native-inputs]: Add TEXLIVE-XPATCH. Change-Id: I578c27078e4692051d82596cb1692f21a8d979f6
* gnu: texlive-suftesi: Fix build.Nicolas Goaziou8 days
| | | | | | | * gnu/packages/tex.scm (texlive-suftesi)[native-inputs]: Add TEXLIVE-MANFNT-FONT and TEXLIVE-REALSCRIPTS. Change-Id: I43505a5b4c0c6b78886be0c7fa8abb719bbe8b7a
* gnu: python-urwid: Update to 2.6.15.Leo Famulari2024-07-26
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-urwid): Update to 2.6.15. [build-system]: Use PYPROJECT-BUILD-SYSTEM. [arguments]: Skip the test suite. [propagated-inputs]: Add PYTHON-TYPING-EXTENSIONS and PYTHON-WCWIDTH. [native-inputs]: Add PYTHON-SETUPTOOLS-SCM. Change-Id: I13e242c4a1ec8a1ba6fad759e261468eb831eeb3
* gnu: nss: Use ‘datefudge’ to run tests on 32-bit platforms.Ludovic Courtès2024-07-26
| | | | | | | | | | | Fixes <https://issues.guix.gnu.org/72239>. * gnu/packages/nss.scm (nss)[arguments]: In ‘check’ phase, on 32-bit platforms, modify ‘SOURCE_DIR’ in ‘gtests.sh’ and use ‘datefudge’ rather than ‘faketime’. [native-inputs]: On 32-bit platforms, use ‘datefudge’ rather than ‘libfaketime’. Change-Id: I6b35f4d979897dd2215e189c4375aa0d792530d0
* gnu: commencement: ‘git-fetch-from-tarball’ can use ‘git-download’.Ludovic Courtès2024-07-26
| | | | | | | | | | | This works around the fact that hash mismatches for the tarball download would lead to a build failure. * gnu/packages/commencement.scm (built-in-builders*): New variable. (git-fetch-from-tarball): Adjust to use the ‘git-download’ builder when it’s available. Add comments. Change-Id: I63502da6c942f85bf012f7c6bf3aa3617f818183
* gnu: inkscape: Conditionally disable precision tests.Ricardo Wurmus2024-07-26
| | | | | | | * gnu/packages/inkscape.scm (inkscape/stable)[arguments]: Disable tests on aarch64, ppc64le, and riscv64 that fail due to precision errors. Change-Id: Ie40100ed4adc4d007211c695b34eb4d648345304
* gnu: LibreOffice: Build with libxcrypt.Leo Famulari2024-07-24
| | | | | | | | | | | Glibc 2.38 no longer includes libcrypt by default, so we provide this functionality via libxcrypt. https://sourceware.org/glibc/wiki/Release/2.38#Building_libcrypt_is_disabled_by_default * gnu/packages/libreoffice.scm (libreoffice)[inputs]: Add libxcrypt. Change-Id: I3c9e02abb420a710d3a71bf137187dd989eb0398
* gnu: Boost: Fix a bug that breaks libetonyek.Leo Famulari2024-07-24
| | | | | | | | | | | | | This fixes <https://issues.guix.gnu.org/72040>. * gnu/packages/patches/boost-fix-duplicate-definitions-bug.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/boost.scm (boost)[source]: Use it. (boost-for-source-highlight): New variable, not using the patch. * gnu/packages/pretty-print.scm (source-highlight)[inputs]: Replace BOOST with BOOST-FOR-SOURCE-HIGHLIGHT. Change-Id: I5fbc9eb5000aefd7d3a14cc7a0482741032b5400
* gnu: inkscape: Update conditional patch.Ricardo Wurmus2024-07-24
| | | | | | | * gnu/packages/inkscape.scm (inkscape)[arguments]: Fix substitution expression to avoid syntax error. Change-Id: I00a65848d2b95795a7a59c4c5164b14faefcf2b7
* gnu: lib2geom: Disable broken test on aarch64.Ricardo Wurmus2024-07-24
| | | | | | | * gnu/packages/graphics.scm (lib2geom)[arguments]: Conditionally disable "elliptical-arc-test". Change-Id: Id6bbcb9c94831daa65c9596f080c194392d08b42
* gnu: yt-dlp: Add certificates.Ricardo Wurmus2024-07-22
| | | | | | * gnu/packages/video.scm (yt-dlp)[native-inputs]: Add nss-certs-for-test. Change-Id: I767d7f6fa5ee038cb58c69abfc5f79a681dda308
* gnu: Add nss-certs-for-test.Zheng Junjie2024-07-22
| | | | | | | * gnu/packages/certs.scm (nss-certs-for-test): New variable. * gnu/packages/python-web.scm (python-requests-next)[native-inputs]: Add it. Change-Id: Id808e058835556717a6585ecd86dd14d0d2a5039
* gnu: epiphany: Fix dbus startup failure.Ricardo Wurmus2024-07-22
| | | | | | | * gnu/packages/gnome.scm (epiphany)[arguments]: Create a union of all directories in XDG_DATA_DIRS to avoid overwhelming dbus-daemon. Change-Id: Iac1084832d0fe82c9d41a409a450bd9f2f0f7b93
* gnu: libclc: Update to 18.1.8.Efraim Flashner2024-07-17
| | | | | | | * gnu/packages/llvm.scm (libclc): Update to 18.1.8. [native-inputs]: Replace clang-15, llvm-15 with clang-18, llvm-18. Change-Id: I2f676eb2db9c3a8c808e1c26e3f93b9ed085b675
* gnu: python-lit: Update to 18.1.8.Efraim Flashner2024-07-17
| | | | | | * gnu/packages/check.scm (python-lit): Update to 18.1.8. Change-Id: I7f77079c83c0caa42b3ddfc8e1f12373c13aaca6
* gnu: mesa: Fix building on aarch64-linux.Efraim Flashner2024-07-17
| | | | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa)[inputs]: When building for aarch64-linux use clang-18 and llvm-18 instead of llvm-for-mesa. [native-inputs]: When building for aarch64-linux add libclc. [arguments]: Adjust the 'disable-failing-test phase when building for aarch64-linux to skip a test. (mesa-opencl)[native-inputs]: When building for aarch64-linux don't add clang-15. * gnu/packages/check.scm (python-lit), * gnu/packages/llvm.scm (libclc), * gnu/packages/vulkan.scm (spirv-llvm-translator): Add a note about it being a dependency for mesa. Change-Id: I0bf5ab019ffd0626ad2d0c38bafceec401e3c886
* gnu: chez-scheme-for-racket: Add dependency on ‘texlive-etoolbox’.Zheng Junjie2024-07-17
| | | | | | | * gnu/packages/chez.scm (chez-scheme-for-racket)[native-inputs]: Add TEXLIVE-ETOOLBOX. Change-Id: I2ab849443dbad11a8a867b543c5548b3f266f655
* Revert "gnu: python-requests: Add nss-certs."Ricardo Wurmus2024-07-15
| | | | This reverts commit cf2fbc8f20e26c56d0e864f302a191a1d95962cd.
* gnu: python-requests: Add nss-certs.Ricardo Wurmus2024-07-15
| | | | | | | | | This is a follow-up to commit 59314d299ba658a55e9295fd4d09d461a23da7e8. * gnu/packages/python-web.scm (python-requests, python-requests-next)[native-inputs]: Add nss-certs. Change-Id: I29af394b9d80d7ffd92437ccfc546b76b4143074
* gnu: plasma-workspace: Add libxcrypt dependency.Zheng Junjie2024-07-14
| | | | | | * gnu/packages/kde-plasma.scm (plasma-workspace)[inputs]: Add libxcrypt. Change-Id: I9c5522367dc98cbec42aa869530bb2bb448eb808
* gnu: fakeroot: Update to 1.35.1.Zheng Junjie2024-07-14
| | | | | | * gnu/packages/linux.scm (fakeroot): Update to 1.35.1. Change-Id: I26d743f4394a840b56e07df7e43f5d598cfb98ea
* gnu: zeal: Fix build.Zheng Junjie2024-07-13
| | | | | | * gnu/packages/documentation.scm (zeal)[arguments]: Remove phases. Change-Id: I93b766d66862115c1cc92789ad3587606fa2b631
* gnu: opencolorio: Fix cmake file.Zheng Junjie2024-07-12
| | | | | | | * gnu/packages/image-processing.scm (opencolorio)[arguments]: Add fix-OpenColorIOConfig phase. Change-Id: I317870801f77dc59bcd07b0d11a750bbbb63b327
* gnu: openimageio: Fix cmake file.Zheng Junjie2024-07-12
| | | | | | | * gnu/packages/graphics.scm (openimageio)[arguments]: Add fix-OpenImageIOConfig phase. Change-Id: I0a923c8513069dde5cd3e42fde9279cbd177a10a
* gnu: lilypond: Add missing input.Ricardo Wurmus2024-07-12
| | | | | | * gnu/packages/music.scm (lilypond)[native-inputs]: Add texlive-t1utils. Change-Id: I3f913613bce861f8def4b040d2f0894a024156e5
* gnu: openimageio: Fix build.Zheng Junjie2024-07-11
| | | | | | | | | This fixes <https://issues.guix.gnu.org/72046>. * gnu/packages/graphics.scm (openimageio)[arguments]<#:phases>: Add fix-zlib-version phase. Change-Id: I7ea6e7b7da675bf11a85381cbe26c6992f2bd299
* gnu: gd: Skip failing test on i686-linux.Ludovic Courtès2024-07-11
| | | | | | | * gnu/packages/gd.scm (gd)[arguments]: Add “XFAIL_TESTS” to #:make-flags on i686-linux. Change-Id: I52a9cfeb352b0ec3fce4ff1f82f43c5f7bef6ef0
* gnu: libfaketime: Support compilation with glibc 2.39 on i686-linux.Ludovic Courtès2024-07-11
| | | | | | | | * gnu/packages/check.scm (libfaketime)[arguments]: Add ‘switch-libc-call’ phase when not ‘target-64bit?’. In ‘pre-check’ phase, delete ‘test_exclude_mono.sh’ on 32-bit platforms. Change-Id: Ia4c0d1d13cdfa6028f3e11c63e76122a99a84e4d
* gnu: ki18n: Disable a broken test.Leo Famulari2024-07-11
| | | | | | | | | | | | This test is acknowledged to be broken upstream: https://bugs.kde.org/show_bug.cgi?id=444614 https://invent.kde.org/frameworks/ki18n/-/commit/241e0cfa96b1491721f361f1713b3514c58bde56 * gnu/packages/kde-frameworks.scm (ki18n)[arguments]: Disable the 'kcatalogtest' in the custom 'check' phase. Change-Id: I8eed809deb31a891bb62b7d5bb30a9de2c0141c1
* gnu: r-minimal: Add dependency on ‘texlive-etoolbox’.Ludovic Courtès2024-07-11
| | | | | | | * gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Add TEXLIVE-ETOOLBOX. Change-Id: I1ea48e5afa013d8c36054f423e57252dbc02f12a
* gnu: texlive-scripts: Remove no longer necessary fix.Nicolas Goaziou2024-07-11
| | | | | | | * gnu/packages/tex.scm (texlive-scripts)[arguments]<#:phases>: Remove FIX-FMTUTIL. Change-Id: I12813178461d09a278b1f445ab962af281ebf6c8
* gnu: texlive-xpinyin: Skip build.Nicolas Goaziou2024-07-11
| | | | | | | | * gnu/packages/tex.scm (texlive-xpinyin)[arguments]: Simply it. Skip build as this introduces too many issues. [native-inputs]: Remove them. Change-Id: Ie7f9c4adc15724fef8f084b2d3c13d5789039e5a
* gnu: texlive-autopdf: Fix build.Nicolas Goaziou2024-07-11
| | | | | | | * gnu/packages/tex.scm (texlive-autopdf)[native-inputs]: Add TEXLIVE-ETOOLBOX, TEXLIVE-CM-SUPER. Change-Id: I7de8e56d5fd8001b5e5e8f45972726d646da7f65
* gnu: texlive-extract: Skip build.Nicolas Goaziou2024-07-11
| | | | | | | | * gnu/packages/tex.scm (texlive-extract)[arguments]<#:phases>: Remove BUILD phase. [native-inputs]: Add TEXLIVE-ETOOLBOX. Change-Id: Iaf1fb8368a85619aa00c0241f6098c9bef4a8fea
* gnu: texlive-luatex: Generate "luatex.fmt" and "dviluatex.fmt".Nicolas Goaziou2024-07-11
| | | | | | | * gnu/packages/tex.scm (texlive-luatex)[native-inputs]: Add TEXLIVE-KPATHSEA. [properties]: Preserve TEXLIVE-KPATHSEA from the updater. Change-Id: I1ef7ca3f637c519ce3b7e93e0bb25478635486c4
* gnu: tex: Add comments about TeX Live updating process.Nicolas Goaziou2024-07-11
| | | | | | * gnu/packages/tex.scm: Document TeX Live updating process. Change-Id: I953afc423376eeeb943d38684f93fa26c555833d
* gnu: texlive-luajittex-bin: Skip build on ppc64le and riscv64 architectures.Nicolas Goaziou2024-07-11
| | | | | | | * gnu/packages/tex.scm (texlive-luajittex-bin)[arguments]<#:phases>: Skip build on ppc64le and riscv64 architectures. Change-Id: Ifb70cbb2637c64bb8f2cc31598e7059647210789
* gnu: texlive-context: Fix context executable.Nicolas Goaziou2024-07-11
| | | | | | | | | * gnu/packages/tex.scm (texlive-context)[arguments]<#:link-scripts>: "mtxrun.lua" is not meant to be symlinked to "/bin" <#:phases>: Find another way to force using "texmfcnf.lua" from TEXLIVE-LUATEX input. Install "context" and "mtxrun" scripts in "/bin". Change-Id: Ifc62772d6cc4dff1636f0e8c9470a91d8be69229
* gnu: Update TeX Live to 2024.2.Nicolas Goaziou2024-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/tex.scm (texlive-context-companion-fonts): (texlive-context-texlive): (texlive-context-calendar-examples): (texlive-context-collating-marks): (texlive-context-legacy): (texlive-context-notes-zh-cn): (texlive-context-pocketdiary): (texlive-context-squares): (texlive-context-sudoku): New variables. (texlive-penrose): (texlive-context-account): (texlive-context-algorithmic): (texlive-context-animation): (texlive-context-annotation): (texlive-context-bnf): (texlive-context-chromato): (texlive-context-cmscbf): (texlive-context-cmttbf): (texlive-context-construction-plan): (texlive-context-degrade): (texlive-context-fancybreak): (texlive-context-french): (texlive-context-fullpage): (texlive-context-gantt): (texlive-context-layout): (texlive-context-lettrine): (texlive-context-rst): (texlive-context-ruby): (texlive-context-simplefonts): (texlive-context-title): (texlive-context-typearea): (texlive-luaintro): (texlive-lualatex-doc): (texlive-iwhdp): (texlive-substitutefont): Remove variables. (texlive-source): (texlive-scripts): (texlive-hyphen-complete): (texlive-12many): (texlive-a2ping): (texlive-aaai-named): (texlive-aalok): (texlive-aastex): (texlive-abc): (texlive-abnt): (texlive-abntex2): (texlive-abntexto): (texlive-aboensis): (texlive-academicons): (texlive-accanthis): (texlive-accents): (texlive-accfonts): (texlive-accsupp): (texlive-abbr): (texlive-abstyles): (texlive-acmconf): (texlive-active-conf): (texlive-adfathesis): (texlive-adforn): (texlive-adfsymbols): (texlive-adhocfilelist): (texlive-adtrees): (texlive-adobemapping): (texlive-aesupp): (texlive-afm2pl): (texlive-afparticle): (texlive-afthesis): (texlive-aguplus): (texlive-aiaa): (texlive-aichej): (texlive-ajl): (texlive-akshar): (texlive-albatross): (texlive-alegreya): (texlive-aleph): (texlive-alfaslabone): (texlive-alg): (texlive-algobox): (texlive-algolrevived): (texlive-algorithm2e): (texlive-algorithmicx): (texlive-algorithms): (texlive-algpseudocodex): (texlive-algxpar): (texlive-aligned-overset): (texlive-alkalami): (texlive-allrunes): (texlive-almendra): (texlive-almfixed): (texlive-alpha-persian): (texlive-amscdx): (texlive-amscls-doc): (texlive-amslatex-primer): (texlive-amsldoc-it): (texlive-amsldoc-vn): (texlive-amstex): (texlive-amsthdoc-it): (texlive-andika): (texlive-annee-scolaire): (texlive-annotate): (texlive-annotate-equations): (texlive-anonymous-acm): (texlive-anonymouspro): (texlive-antanilipsum): (texlive-antiqua): (texlive-antomega): (texlive-anufinalexam): (texlive-anyfontsize): (texlive-aomart): (texlive-apa): (texlive-apa6e): (texlive-apa7): (texlive-apalike-ejor): (texlive-apalike2): (texlive-apnum): (texlive-apprendre-a-programmer-en-tex): (texlive-apprends-latex): (texlive-apxproof): (texlive-arabi): (texlive-arabi-add): (texlive-arabic-book): (texlive-arabluatex): (texlive-arabtex): (texlive-arara): (texlive-aramaic-serto): (texlive-archaeologie): (texlive-archaic): (texlive-archivo): (texlive-arimo): (texlive-armtex): (texlive-around-the-bend): (texlive-arphic): (texlive-arphic-ttf): (texlive-arsclassica): (texlive-articleingud): (texlive-arvo): (texlive-asaetr): (texlive-asapsym): (texlive-ascelike): (texlive-ascii-chart): (texlive-ascii-font): (texlive-ascmac): (texlive-asmeconf): (texlive-asmejour): (texlive-aspectratio): (texlive-asternote): (texlive-astro): (texlive-asymptote-by-example-zh-cn): (texlive-asymptote-faq-zh-cn): (texlive-asymptote-manual-zh-cn): (texlive-atkinson): (texlive-aucklandthesis): (texlive-augie): (texlive-auncial-new): (texlive-aurical): (texlive-authordate): (texlive-auto-pst-pdf): (texlive-autoaligne): (texlive-autobreak): (texlive-autosp): (texlive-axodraw2): (texlive-b1encoding): (texlive-backnaur): (texlive-baekmuk): (texlive-bagpipe): (texlive-bangla): (texlive-bangorcsthesis): (texlive-bangorexam): (texlive-bangtex): (texlive-barr): (texlive-bartel-chess-fonts): (texlive-baskervald): (texlive-baskervaldx): (texlive-baskervillef): (texlive-basque-book): (texlive-basque-date): (texlive-bath-bst): (texlive-bbding): (texlive-bbold-type1): (texlive-bboldx): (texlive-bclogo): (texlive-beamer-fuberlin): (texlive-beamer-verona): (texlive-beebe): (texlive-begingreek): (texlive-beilstein): (texlive-belleek): (texlive-begriff): (texlive-bengali): (texlive-berenisadf): (texlive-besjournals): (texlive-bestpapers): (texlive-betababel): (texlive-beuron): (texlive-bfh-ci): (texlive-bgteubner): (texlive-bguq): (texlive-bib-fr): (texlive-bib2gls): (texlive-bibarts): (texlive-bibcop): (texlive-biber-ms): (texlive-bibexport): (texlive-bibhtml): (texlive-biblatex-abnt): (texlive-biblatex-ajc2020unofficial): (texlive-biblatex-anonymous): (texlive-biblatex-apa6): (texlive-biblatex-archaeology): (texlive-biblatex-arthistory-bonn): (texlive-biblatex-bath): (texlive-biblatex-bookinarticle): (texlive-biblatex-bookinother): (texlive-biblatex-bwl): (texlive-biblatex-caspervector): (texlive-biblatex-chem): (texlive-biblatex-chicago): (texlive-biblatex-claves): (texlive-biblatex-cv): (texlive-biblatex-dw): (texlive-biblatex-enc): (texlive-biblatex-ext): (texlive-biblatex-fiwi): (texlive-biblatex-gb7714-2015): (texlive-biblatex-german-legal): (texlive-biblatex-gost): (texlive-biblatex-historian): (texlive-biblatex-ieee): (texlive-biblatex-ijsra): (texlive-biblatex-iso690): (texlive-biblatex-jura2): (texlive-biblatex-juradiss): (texlive-biblatex-license): (texlive-biblatex-lncs): (texlive-biblatex-lni): (texlive-biblatex-luh-ipw): (texlive-biblatex-manuscripts-philology): (texlive-biblatex-mla): (texlive-biblatex-morenames): (texlive-biblatex-ms): (texlive-biblatex-multiple-dm): (texlive-biblatex-musuos): (texlive-biblatex-nature): (texlive-biblatex-nejm): (texlive-biblatex-nottsclassic): (texlive-biblatex-opcit-booktitle): (texlive-biblatex-oxref): (texlive-biblatex-philosophy): (texlive-biblatex-phys): (texlive-biblatex-publist): (texlive-biblatex-readbbl): (texlive-biblatex-realauthor): (texlive-biblatex-sbl): (texlive-biblatex-science): (texlive-biblatex-shortfields): (texlive-biblatex-socialscienceshuberlin): (texlive-biblatex-software): (texlive-biblatex-source-division): (texlive-biblatex-spbasic): (texlive-biblatex-subseries): (texlive-biblatex-swiss-legal): (texlive-biblatex-trad): (texlive-biblatex-true-citepages-omit): (texlive-biblatex-unified): (texlive-biblatex-vancouver): (texlive-biblatex2bibitem): (texlive-bibleref): (texlive-bibleref-french): (texlive-bibleref-german): (texlive-bibleref-lds): (texlive-bibleref-mouth): (texlive-bibleref-parse): (texlive-biblist): (texlive-bidihl): (texlive-bibtexperllibs): (texlive-bibtopic): (texlive-bibtopicprefix): (texlive-bibunits): (texlive-binomexp): (texlive-biocon): (texlive-biolett-bst): (texlive-bitelist): (texlive-bitpattern): (texlive-bitter): (texlive-bjfuthesis): (texlive-blacklettert1): (texlive-bmstu): (texlive-bmstu-iu8): (texlive-bodeplot): (texlive-bohr): (texlive-boisik): (texlive-boldtensors): (texlive-bookdb): (texlive-bookhands): (texlive-booktabs-de): (texlive-booktabs-fr): (texlive-boondox): (texlive-borceux): (texlive-bosisio): (texlive-bpchem): (texlive-br-lex): (texlive-braille): (texlive-brandeis-dissertation): (texlive-brandeis-problemset): (texlive-brandeis-thesis): (texlive-breakcites): (texlive-bropd): (texlive-brushscr): (texlive-buctthesis): (texlive-burmese): (texlive-bussproofs-extra): (texlive-bxbase): (texlive-bxcjkjatype): (texlive-bxghost): (texlive-bxjaholiday): (texlive-bxjalipsum): (texlive-bxjaprnind): (texlive-bxjatoucs): (texlive-bxjscls): (texlive-bxorigcapt): (texlive-bxwareki): (texlive-bytefield): (texlive-c-pascal): (texlive-c90): (texlive-caladea): (texlive-calculation): (texlive-calligra): (texlive-calligra-type1): (texlive-cantarell): (texlive-carlito): (texlive-carolmin-ps): (texlive-cartonaugh): (texlive-cascade): (texlive-cascadia-code): (texlive-cascadilla): (texlive-catcodes): (texlive-causets): (texlive-ccfonts): (texlive-ccool): (texlive-cell): (texlive-cesenaexam): (texlive-cfr-initials): (texlive-cfr-lm): (texlive-chbibref): (texlive-chem-journal): (texlive-chemarrow): (texlive-chembst): (texlive-chemcompounds): (texlive-chemcono): (texlive-chemexec): (texlive-chemformula): (texlive-chemgreek): (texlive-chemmacros): (texlive-chemnum): (texlive-chemobabel): (texlive-chemplants): (texlive-chemschemex): (texlive-chemsec): (texlive-chemstyle): (texlive-cherokee): (texlive-chess): (texlive-chess-problem-diagrams): (texlive-chessboard): (texlive-chessfss): (texlive-chhaya): (texlive-chicago): (texlive-chicago-annote): (texlive-chicagoa): (texlive-chifoot): (texlive-chinesechess): (texlive-chivo): (texlive-chordbars): (texlive-chordbox): (texlive-chronosys): (texlive-chs-physics-report): (texlive-chscite): (texlive-churchslavonic): (texlive-cinzel): (texlive-citation-style-language): (texlive-citeall): (texlive-citeref): (texlive-cje): (texlive-cjhebrew): (texlive-cjk): (texlive-cjk-gs-integrate): (texlive-cjk-ko): (texlive-cjkpunct): (texlive-cjkutils): (texlive-clara): (texlive-classicthesis): (texlive-cleanthesis): (texlive-clearsans): (texlive-cleveref): (texlive-clrscode): (texlive-clrscode3e): (texlive-cm-mf-extra-bold): (texlive-cm-unicode): (texlive-cmathbb): (texlive-cmll): (texlive-cmpica): (texlive-cmpj): (texlive-cmsrb): (texlive-cmtiup): (texlive-cmupint): (texlive-cochineal): (texlive-codeanatomy): (texlive-codicefiscaleitaliano): (texlive-coelacanth): (texlive-collection-context): (texlive-collection-latexextra): (texlive-collection-luatex): (texlive-collection-pictures): (texlive-collref): (texlive-colorsep): (texlive-comfortaa): (texlive-comicneue): (texlive-commath): (texlive-commutative-diagrams): (texlive-compactbib): (texlive-compare): (texlive-complexity): (texlive-computational-complexity): (texlive-concmath): (texlive-concmath-fonts): (texlive-concmath-otf): (texlive-concrete): (texlive-confproc): (texlive-conteq): (texlive-convbkmk): (texlive-cookingsymbols): (texlive-cooperhewitt): (texlive-cormorantgaramond): (texlive-correctmathalign): (texlive-countriesofeurope): (texlive-courier-scaled): (texlive-courierten): (texlive-covington): (texlive-cquthesis): (texlive-create-theorem): (texlive-crefthe): (texlive-crimson): (texlive-crimsonpro): (texlive-crossrefenum): (texlive-crossrefware): (texlive-crossword): (texlive-crosswrd): (texlive-cryptocode): (texlive-cryst): (texlive-csassignments): (texlive-cuprum): (texlive-custom-bib): (texlive-customdice): (texlive-cvss): (texlive-cweb-old): (texlive-dad): (texlive-dancers): (texlive-dashrule): (texlive-dantelogo): (texlive-dccpaper): (texlive-decision-table): (texlive-dejavu-otf): (texlive-delim): (texlive-delimseasy): (texlive-delimset): (texlive-denisbdoc): (texlive-derivative): (texlive-diadia): (texlive-diagbox): (texlive-dice): (texlive-dictsym): (texlive-din1505): (texlive-dingbat): (texlive-diffcoeff): (texlive-digiconfigs): (texlive-dijkstra): (texlive-dinat): (texlive-dirtree): (texlive-disser): (texlive-dithesis): (texlive-dk-bib): (texlive-dnp): (texlive-docbytex): (texlive-doipubmed): (texlive-domitian): (texlive-dosepsbin): (texlive-doublestroke): (texlive-dowith): (texlive-dozenal): (texlive-dramatist): (texlive-drawmatrix): (texlive-drawstack): (texlive-droit-fr): (texlive-drm): (texlive-droid): (texlive-dsptricks): (texlive-dsserif): (texlive-duerer): (texlive-duerer-latex): (texlive-dutchcal): (texlive-dvgloss): (texlive-dyntree): (texlive-e-french): (texlive-ean): (texlive-easing): (texlive-ebgaramond): (texlive-ebgaramond-maths): (texlive-ebook): (texlive-ebsthesis): (texlive-ecc): (texlive-ecltree): (texlive-eco): (texlive-ecobiblatex): (texlive-econ-bst): (texlive-econometrics): (texlive-economic): (texlive-ecothesis): (texlive-eczar): (texlive-edfnotes): (texlive-edmac): (texlive-egameps): (texlive-eiad): (texlive-eiad-ltx): (texlive-einfart): (texlive-ejpecp): (texlive-ekaia): (texlive-ektype-tanka): (texlive-elbioimp): (texlive-electrum): (texlive-eledform): (texlive-eledmac): (texlive-els-cas-templates): (texlive-elsarticle): (texlive-elteikthesis): (texlive-eltex): (texlive-elvish): (texlive-emf): (texlive-emisa): (texlive-endiagram): (texlive-engtlc): (texlive-iexec): (texlive-eolang): (texlive-epigrafica): (texlive-eplain): (texlive-epsdice): (texlive-epslatex-fr): (texlive-eqexpl): (texlive-eqnarray): (texlive-eqnnumwarn): (texlive-erdc): (texlive-erewhon): (texlive-erewhon-math): (texlive-esrelation): (texlive-esstix): (texlive-estcpmm): (texlive-esvect): (texlive-etbb): (texlive-etsvthor): (texlive-euclideangeometry): (texlive-euler-math): (texlive-euxm): (texlive-evangelion-jfm): (texlive-expex): (texlive-expose-expl3-dunkerque-2019): (texlive-extarrows): (texlive-extpfeil): (texlive-facture): (texlive-facture-belge-simple-sans-tva): (texlive-faktor): (texlive-fascicules): (texlive-fbb): (texlive-fbithesis): (texlive-fbs): (texlive-fcavtex): (texlive-fcltxdoc): (texlive-fdsymbol): (texlive-fduthesis): (texlive-fei): (texlive-fetamont): (texlive-feyn): (texlive-fge): (texlive-figbas): (texlive-figbib): (texlive-filecontentsdef): (texlive-firamath): (texlive-firamath-otf): (texlive-fixdif): (texlive-fixfoot): (texlive-fixjfm): (texlive-fixltxhyph): (texlive-fixmath): (texlive-fnspe): (texlive-foekfont): (texlive-fonetika): (texlive-fontawesome): (texlive-fontawesome5): (texlive-fontmfizz): (texlive-fontsize): (texlive-fonttable): (texlive-footbib): (texlive-formal-grammar): (texlive-formation-latex-ul): (texlive-forum): (texlive-fouridx): (texlive-fouriernc): (texlive-francais-bst): (texlive-frcursive): (texlive-frederika2016): (texlive-frenchmath): (texlive-frimurer): (texlive-frletter): (texlive-frontespizio): (texlive-frpseudocode): (texlive-ftc-notebook): (texlive-functan): (texlive-gaceta): (texlive-gamebook): (texlive-gamebooklib): (texlive-gammas): (texlive-garamond-libre): (texlive-garamond-math): (texlive-gastex): (texlive-gb4e): (texlive-gbt7714): (texlive-gchords): (texlive-gene-logic): (texlive-genealogy): (texlive-geradwp): (texlive-geschichtsfrkl): (texlive-gfdl): (texlive-gfsartemisia): (texlive-gfsbodoni): (texlive-gfscomplutum): (texlive-gfsdidot): (texlive-gfsdidotclassic): (texlive-gfsneohellenic): (texlive-gfsneohellenicmath): (texlive-gfssolomos): (texlive-ghab): (texlive-ghsystem): (texlive-gillcm): (texlive-gillius): (texlive-glosmathtools): (texlive-gloss-occitan): (texlive-glossaries): (texlive-gmverse): (texlive-gnu-freefont): (texlive-go): (texlive-gofonts): (texlive-gost): (texlive-gothic): (texlive-gotoh): (texlive-gradstudentresume): (texlive-grant): (texlive-greenpoint): (texlive-gregoriotex): (texlive-grotesq): (texlive-grundgesetze): (texlive-gsemthesis): (texlive-gtrcrd): (texlive-gu): (texlive-gudea): (texlive-guide-to-latex): (texlive-guitar): (texlive-guitarchordschemes): (texlive-guitartabs): (texlive-guitlogo): (texlive-gustlib): (texlive-gustprog): (texlive-gzt): (texlive-h2020proposal): (texlive-hacm): (texlive-hagenberg-thesis): (texlive-hamnosys): (texlive-hands): (texlive-hanoi): (texlive-happy4th): (texlive-har2nat): (texlive-harmony): (texlive-hanzibox): (texlive-harvard): (texlive-harvmac): (texlive-havannah): (texlive-hecthese): (texlive-helmholtz-ellis-ji-notation): (texlive-hep): (texlive-hep-bibliography): (texlive-hep-font): (texlive-hep-math-font): (texlive-hep-paper): (texlive-hep-reference): (texlive-hepnames): (texlive-hepparticles): (texlive-hepthesis): (texlive-hepunits): (texlive-heros-otf): (texlive-heuristica): (texlive-hexboard): (texlive-hexgame): (texlive-hfbright): (texlive-hfoldsty): (texlive-hfutexam): (texlive-hfutthesis): (texlive-hithesis): (texlive-hindmadurai): (texlive-historische-zeitschrift): (texlive-hitex): (texlive-hitszbeamer): (texlive-hitszthesis): (texlive-hmtrump): (texlive-hobete): (texlive-horoscop): (texlive-hrlatex): (texlive-hu-berlin-bundle): (texlive-huaz): (texlive-hulipsum): (texlive-hustthesis): (texlive-hvarabic): (texlive-ibarra): (texlive-ibrackets): (texlive-icite): (texlive-ietfbibs): (texlive-ifsym): (texlive-ijqc): (texlive-imfellenglish): (texlive-impatient): (texlive-impatient-cn): (texlive-impatient-fr): (texlive-impnattypo): (texlive-import): (texlive-imsproc): (texlive-includernw): (texlive-initials): (texlive-inlinebib): (texlive-install-latex-guide-zh-cn): (texlive-inter): (texlive-interval): (texlive-intro-scientific): (texlive-ionumbers): (texlive-iopart-num): (texlive-ipaex): (texlive-ipaex-type1): (texlive-is-bst): (texlive-icsv): (texlive-ieeeconf): (texlive-ieeepes): (texlive-ieeetran): (texlive-ijmart): (texlive-ijsra): (texlive-imac): (texlive-imakeidx): (texlive-imtekda): (texlive-inkpaper): (texlive-iodhbwm): (texlive-iscram): (texlive-isodate): (texlive-isomath): (texlive-itnumpar): (texlive-jablantile): (texlive-jacow): (texlive-jamtimes): (texlive-jbact): (texlive-jeuxcartes): (texlive-jfmutil): (texlive-jigsaw): (texlive-jkmath): (texlive-jmb): (texlive-jmlr): (texlive-jneurosci): (texlive-jnuexam): (texlive-josefin): (texlive-jourcl): (texlive-jpsj): (texlive-junicode): (texlive-jupynotex): (texlive-jura): (texlive-juraabbrev): (texlive-jurabib): (texlive-juramisc): (texlive-jurarsp): (texlive-jwjournal): (texlive-karnaugh): (texlive-karnaugh-map): (texlive-karnaughmap): (texlive-kaytannollista-latexia): (texlive-kdgdocs): (texlive-kdpcover): (texlive-kfupm-math-exam): (texlive-kixfont): (texlive-kluwer): (texlive-kotex-oblivoir): (texlive-kotex-plain): (texlive-kotex-utf): (texlive-kotex-utils): (texlive-knuth-errata): (texlive-knuth-hint): (texlive-knuth-pdf): (texlive-ksfh-nat): (texlive-ksp-thesis): (texlive-ku-template): (texlive-kvmap): (texlive-langsci): (texlive-langsci-avm): (texlive-lato): (texlive-l2picfaq): (texlive-l2tabu): (texlive-l2tabu-english): (texlive-l2tabu-french): (texlive-l2tabu-italian): (texlive-l2tabu-spanish): (texlive-labyrinth): (texlive-lambda): (texlive-langnames): (texlive-latex-notes-zh-cn): (texlive-latex2e-help-texinfo-fr): (texlive-latex2e-help-texinfo-spanish): (texlive-latex4musicians): (texlive-latexcheat-de): (texlive-latexcheat-esmx): (texlive-latino-sine-flexione): (texlive-leadsheets): (texlive-ledmac): (texlive-letgut): (texlive-letterswitharrows): (texlive-lexend): (texlive-lexikon): (texlive-lexref): (texlive-lfb): (texlive-libertinegc): (texlive-libertinus): (texlive-libertinus-fonts): (texlive-libertinus-otf): (texlive-libertinus-type1): (texlive-libertinust1math): (texlive-librebaskerville): (texlive-librebodoni): (texlive-librecaslon): (texlive-librefranklin): (texlive-libris): (texlive-lie-hasse): (texlive-lilyglyphs): (texlive-limecv): (texlive-lineara): (texlive-ling-macros): (texlive-linguex): (texlive-linguisticspro): (texlive-lion-msc): (texlive-listbib): (texlive-lithuanian): (texlive-liturg): (texlive-llncs): (texlive-llncsconf): (texlive-lni): (texlive-lobster2): (texlive-logicproof): (texlive-logicpuzzle): (texlive-logix): (texlive-lollipop): (texlive-longdivision): (texlive-lpform): (texlive-lplfitch): (texlive-lps): (texlive-lshort-bulgarian): (texlive-lshort-chinese): (texlive-lshort-czech): (texlive-lshort-dutch): (texlive-lshort-estonian): (texlive-lshort-english): (texlive-lshort-finnish): (texlive-lshort-french): (texlive-lshort-german): (texlive-lshort-italian): (texlive-lshort-japanese): (texlive-lshort-korean): (texlive-lshort-mongol): (texlive-lshort-persian): (texlive-lshort-polish): (texlive-lshort-portuguese): (texlive-lshort-russian): (texlive-lshort-slovak): (texlive-lshort-slovenian): (texlive-lshort-spanish): (texlive-lshort-thai): (texlive-lshort-turkish): (texlive-lshort-ukr): (texlive-lshort-vietnamese): (texlive-lstbayes): (texlive-ltb2bib): (texlive-ltxdockit): (texlive-luabibentry): (texlive-lxfonts): (texlive-lyluatex): (texlive-m-tx): (texlive-macros2e): (texlive-mafr): (texlive-magra): (texlive-mahjong): (texlive-marcellus): (texlive-margbib): (texlive-matapli): (texlive-matc3): (texlive-matc3mem): (texlive-math-into-latex-4): (texlive-mathabx): (texlive-mathabx-type1): (texlive-mathalpha): (texlive-mathastext): (texlive-mathcommand): (texlive-mathcomp): (texlive-mathfixs): (texlive-mathlig): (texlive-mathpartir): (texlive-mathpunctspace): (texlive-mathsemantics): (texlive-maths-symbols): (texlive-matlab-prettifier): (texlive-matrix-skeleton): (texlive-mattens): (texlive-maze): (texlive-mcmthesis): (texlive-mdputu): (texlive-mdsymbol): (texlive-mecaso): (texlive-membranecomputing): (texlive-memdesign): (texlive-memoirchapterstyles): (texlive-memorygraphs): (texlive-mendex-doc): (texlive-mentis): (texlive-merriweather): (texlive-messagepassing): (texlive-metafont-beginners): (texlive-metapost-examples): (texlive-metrix): (texlive-mex): (texlive-mgltex): (texlive-mhchem): (texlive-mhequ): (texlive-miama): (texlive-miller): (texlive-minimalist): (texlive-mintspirit): (texlive-mismath): (texlive-missaali): (texlive-mlacls): (texlive-mlmodern): (texlive-mltex): (texlive-mluexercise): (texlive-mnras): (texlive-mnsymbol): (texlive-modeles-factures-belges-assocs): (texlive-montserrat): (texlive-mparhack): (texlive-mpfonts): (texlive-mucproc): (texlive-mugsthesis): (texlive-muling): (texlive-multibib): (texlive-multibibliography): (texlive-multiobjective): (texlive-munich): (texlive-musical): (texlive-musicography): (texlive-musikui): (texlive-musixguit): (texlive-musixtex): (texlive-musixtex-fonts): (texlive-musixtnt): (texlive-musuos): (texlive-muthesis): (texlive-msu-thesis): (texlive-mwcls): (texlive-mxedruli): (texlive-mynsfc): (texlive-na-box): (texlive-naive-ebnf): (texlive-namedtensor): (texlive-nanicolle): (texlive-nanumtype1): (texlive-nar): (texlive-natded): (texlive-nath): (texlive-nature): (texlive-navydocs): (texlive-nchairx): (texlive-nddiss): (texlive-nevelok): (texlive-newcastle-bst): (texlive-newcomputermodern): (texlive-newpx): (texlive-newtxsf): (texlive-newtxtt): (texlive-niceframe-type1): (texlive-nicematrix): (texlive-nimbus15): (texlive-nimsticks): (texlive-nkarta): (texlive-nmbib): (texlive-nnext): (texlive-notes2bib): (texlive-notex-bst): (texlive-noto-emoji): (texlive-notomath): (texlive-nuc): (texlive-njurepo): (texlive-ndsu-thesis): (texlive-ndsu-thesis-2022): (texlive-nih): (texlive-nihbiosketch): (texlive-njustthesis): (texlive-njuthesis): (texlive-njuvisual): (texlive-nostarch): (texlive-nrc): (texlive-nucleardata): (texlive-numberpt): (texlive-numerica): (texlive-numerica-plus): (texlive-numerica-tables): (texlive-nunito): (texlive-nwafuthesis): (texlive-nwejm): (texlive-objectz): (texlive-obnov): (texlive-ocherokee): (texlive-octave): (texlive-ocr-b): (texlive-ocr-b-outline): (texlive-ogham): (texlive-oinuit): (texlive-old-arrows): (texlive-oldlatin): (texlive-oldstandard): (texlive-omega): (texlive-omegaware): (texlive-onrannual): (texlive-opensans): (texlive-oplotsymbl): (texlive-opteng): (texlive-ordinalpt): (texlive-orkhun): (texlive-oscola): (texlive-oswald): (texlive-ot-tableau): (texlive-othello): (texlive-othelloboard): (texlive-otibet): (texlive-oubraces): (texlive-oup-authoring-template): (texlive-overarrows): (texlive-overlock): (texlive-pacioli): (texlive-padauk): (texlive-pagella-otf): (texlive-parallel): (texlive-paratype): (texlive-parrun): (texlive-pas-crosswords): (texlive-pascaltriangle): (texlive-patgen2-tutorial): (texlive-perception): (texlive-perfectcut): (texlive-persian-bib): (texlive-pfdicons): (texlive-phaistos): (texlive-philosophersimprint): (texlive-phonetic): (texlive-physconst): (texlive-phonrule): (texlive-physics2): (texlive-physunits): (texlive-piano): (texlive-pigpen): (texlive-pinoutikz): (texlive-pittetd): (texlive-pkuthss): (texlive-plainyr): (texlive-plari): (texlive-play): (texlive-playfair): (texlive-plex): (texlive-plex-otf): (texlive-plimsoll): (texlive-pm-isomath): (texlive-pmhanguljamo): (texlive-pmx): (texlive-pmxchords): (texlive-pnas2009): (texlive-poemscol): (texlive-poetry): (texlive-poetrytex): (texlive-poiretone): (texlive-polexpr): (texlive-powerdot-fuberlin): (texlive-powerdot-tuliplab): (texlive-pracjourn): (texlive-prftree): (texlive-principia): (texlive-proba): (texlive-prociagssymp): (texlive-prodint): (texlive-profcollege): (texlive-proflabo): (texlive-proflycee): (texlive-projlib): (texlive-proof-at-the-end): (texlive-prooftrees): (texlive-proposal): (texlive-prtec): (texlive-pseudo): (texlive-pseudocode): (texlive-psgo): (texlive-psizzl): (texlive-ptptex): (texlive-punk): (texlive-punk-latex): (texlive-punknova): (texlive-pxtxalfa): (texlive-pythonhighlight): (texlive-qobitree): (texlive-qrbill): (texlive-qsharp): (texlive-qtree): (texlive-qualitype): (texlive-quantumarticle): (texlive-quattrocento): (texlive-raleway): (texlive-rank-2-roots): (texlive-rbt-mathnotes): (texlive-realtranspose): (texlive-rec-thy): (texlive-recorder-fingering): (texlive-recycle): (texlive-reledmac): (texlive-resolsysteme): (texlive-resphilosophica): (texlive-rest-api): (texlive-resumecls): (texlive-reverxii): (texlive-revquantum): (texlive-revtex4): (texlive-revtex4-1): (texlive-ribbonproofs): (texlive-rmathbr): (texlive-roboto): (texlive-romande): (texlive-rosario): (texlive-rsfso): (texlive-rrgtrees): (texlive-rsc): (texlive-rtklage): (texlive-rubik): (texlive-rutitlepage): (texlive-ryersonsgsthesis): (texlive-ryethesis): (texlive-sageep): (texlive-sankey): (texlive-sansmathaccent): (texlive-sapthesis): (texlive-sasnrdisplay): (texlive-sauterfonts): (texlive-schola-otf): (texlive-scholax): (texlive-schule): (texlive-schulschriften): (texlive-scientific-thesis-cover): (texlive-shobhika): (texlive-schwalbe-chess): (texlive-sciposter): (texlive-sclang-prettifier): (texlive-scrabble): (texlive-scratchx): (texlive-screenplay): (texlive-screenplay-pkg): (texlive-scripture): (texlive-scrjrnl): (texlive-sduthesis): (texlive-se2thesis): (texlive-serbian-apostrophe): (texlive-serbian-date-lat): (texlive-serbian-def-cyr): (texlive-serbian-lig): (texlive-sesamanuel): (texlive-seu-ml-assign): (texlive-seuthesis): (texlive-seuthesix): (texlive-sfg): (texlive-sgame): (texlive-shortmathj): (texlive-showtags): (texlive-shtthesis): (texlive-shuffle): (texlive-sides): (texlive-simplebnf): (texlive-simpleicons): (texlive-simpler-wick): (texlive-simples-matrices): (texlive-simplewick): (texlive-sistyle): (texlive-siunits): (texlive-skak): (texlive-skaknew): (texlive-skmath): (texlive-skull): (texlive-smflatex): (texlive-songbook): (texlive-songproj): (texlive-songs): (texlive-sort-by-letters): (texlive-soton): (texlive-soup): (texlive-spalign): (texlive-spbmark): (texlive-spectral): (texlive-sphdthesis): (texlive-spie): (texlive-splitbib): (texlive-sr-vorl): (texlive-srbtiks): (texlive-srdp-mathematik): (texlive-stage): (texlive-stanli): (texlive-starfont): (texlive-startex): (texlive-statex): (texlive-statex2): (texlive-statistics): (texlive-statistik): (texlive-statmath): (texlive-staves): (texlive-steinmetz): (texlive-stellenbosch): (texlive-step): (texlive-stepgreek): (texlive-stickstoo): (texlive-stix): (texlive-stix2-type1): (texlive-structmech): (texlive-struktex): (texlive-subfiles): (texlive-substances): (texlive-subsupscripts): (texlive-subtext): (texlive-sudoku): (texlive-sudokubundle): (texlive-suftesi): (texlive-sugconf): (texlive-superiors): (texlive-susy): (texlive-svg): (texlive-svrsymbols): (texlive-syllogism): (texlive-symbats3): (texlive-sympytexpackage): (texlive-synproof): (texlive-t-angles): (texlive-t2): (texlive-tablor): (texlive-tabriz-thesis): (texlive-tabvar): (texlive-tangramtikz): (texlive-tapir): (texlive-tdsfrmath): (texlive-technion-thesis-template): (texlive-tempora): (texlive-tengwarscript): (texlive-tensind): (texlive-tensor): (texlive-termes-otf): (texlive-tex-ewd): (texlive-tex-virtual-academy-pl): (texlive-texilikechaps): (texlive-texilikecover): (texlive-texsis): (texlive-textglos): (texlive-textgreek): (texlive-textopo): (texlive-tfrupee): (texlive-thaienum): (texlive-thaispec): (texlive-thalie): (texlive-theanodidot): (texlive-theanomodern): (texlive-theanooldstyle): (texlive-theatre): (texlive-thermodynamics): (texlive-thesis-ekf): (texlive-thesis-gwu): (texlive-thesis-qom): (texlive-thesis-titlepage-fhac): (texlive-thmbox): (texlive-thuaslogos): (texlive-thubeamer): (texlive-thucoursework): (texlive-thuthesis): (texlive-tidyres): (texlive-timbreicmc): (texlive-tinos): (texlive-tiscreen): (texlive-tlc-article): (texlive-tocbibind): (texlive-topletter): (texlive-toptesi): (texlive-tpslifonts): (texlive-trajan): (texlive-translation-array-fr): (texlive-translation-dcolumn-fr): (texlive-translation-natbib-fr): (texlive-translation-tabbing-fr): (texlive-tree-dvips): (texlive-tuda-ci): (texlive-tudscr): (texlive-tugboat): (texlive-tugboat-plain): (texlive-tui): (texlive-turabian): (texlive-turabian-formatting): (texlive-turnstile): (texlive-twemoji-colr): (texlive-txfontsb): (texlive-txuprcal): (texlive-typicons): (texlive-uaclasses): (texlive-uafthesis): (texlive-uantwerpendocs): (texlive-ucalgmthesis): (texlive-ucbthesis): (texlive-ucdavisthesis): (texlive-ucsmonograph): (texlive-ucthesis): (texlive-udes-genie-these): (texlive-uestcthesis): (texlive-ufrgscca): (texlive-uhhassignment): (texlive-uiucredborder): (texlive-uiucthesis): (texlive-ukbill): (texlive-ulqda): (texlive-ulthese): (texlive-umbclegislation): (texlive-umich-thesis): (texlive-umthesis): (texlive-umtypewriter): (texlive-unam-thesis): (texlive-unamth-template): (texlive-unamthesis): (texlive-unbtex): (texlive-unfonts-core): (texlive-unfonts-extra): (texlive-uni-wtal-ger): (texlive-uni-wtal-lin): (texlive-unicode-alphabets): (texlive-unifith): (texlive-unigrazpub): (texlive-unitn-bimrep): (texlive-unitsdef): (texlive-universa): (texlive-universalis): (texlive-univie-ling): (texlive-unizgklasa): (texlive-unswcover): (texlive-uol-physics-report): (texlive-uothesis): (texlive-uowthesis): (texlive-uowthesistitlepage): (texlive-uppunctlm): (texlive-urlbst): (texlive-urcls): (texlive-urwchancal): (texlive-usebib): (texlive-uspatent): (texlive-ut-thesis): (texlive-utexasthesis): (texlive-uvaletter): (texlive-uwa-colours): (texlive-uwa-letterhead): (texlive-uwa-pcf): (texlive-uwa-pif): (texlive-uwthesis): (texlive-vak): (texlive-vancouver): (texlive-velthuis): (texlive-venn): (texlive-venturisadf): (texlive-verse): (texlive-vlna): (texlive-vntex): (texlive-wallpaper): (texlive-wargame): (texlive-windycity): (texlive-witharrows): (texlive-wnri): (texlive-wnri-latex): (texlive-wsemclassic): (texlive-wsuipa): (texlive-xcharter-math): (texlive-xcite): (texlive-xduthesis): (texlive-xduts): (texlive-xecjk): (texlive-xecyrmongolian): (texlive-xmuthesis): (texlive-xq): (texlive-xskak): (texlive-xyling): (texlive-xymtex): (texlive-yathesis): (texlive-yazd-thesis): (texlive-yb-book): (texlive-yfonts): (texlive-yfonts-otf): (texlive-yfonts-t1): (texlive-yhmath): (texlive-yinit-otf): (texlive-york-thesis): (texlive-youngtab): (texlive-yquant): (texlive-ytableau): (texlive-zitie): (texlive-zlmtt): (texlive-zootaxa-bst): (texlive-zx-calculus): (texlive-zxjafont): (texlive-zxjatype): (texlive-zxjafbfont): (texlive-biblatex-cheatsheet): (texlive-bibtex8): (texlive-bibtexu): (texlive-bundledoc): (texlive-checklistings): (texlive-chklref): (texlive-chktex): (texlive-clojure-pamphlet): (texlive-cluttex): (texlive-components): (texlive-comprehensive): (texlive-ctan-o-mat): (texlive-ctan-chk): (texlive-ctanbib): (texlive-ctanify): (texlive-ctanupload): (texlive-ctex): (texlive-ctex-faq): (texlive-ctib): (texlive-ctie): (texlive-de-macro): (texlive-detex): (texlive-digestif): (texlive-dickimaw): (texlive-docsurvey): (texlive-dtl): (texlive-dtxgen): (texlive-dtxtut): (texlive-dvi2tty): (texlive-dviasm): (texlive-dvicopy): (texlive-dvidvi): (texlive-dviinfox): (texlive-dviljk): (texlive-dviout-util): (texlive-dvipng): (texlive-dvipos): (texlive-dvipsconfig): (texlive-dvisvgm): (texlive-ebong): (texlive-eijkhout): (texlive-encxvlna): (texlive-epigram): (texlive-epsf-dvipdfmx): (texlive-ethiop): (texlive-ethiop-t1): (texlive-expex-acro): (texlive-expkv-bundle): (texlive-fc): (texlive-fenixpar): (texlive-feupphdteses): (texlive-figflow): (texlive-finbib): (texlive-findhyph): (texlive-first-latex-doc): (texlive-fixpdfmag): (texlive-fltpoint): (texlive-fntproof): (texlive-font-change): (texlive-fontch): (texlive-fontinstallationguide): (texlive-fontools): (texlive-fonts-tlwg): (texlive-fontware): (texlive-forest-quickstart): (texlive-fragmaster): (texlive-gentle): (texlive-getoptk): (texlive-gfnotation): (texlive-gfsbaskerville): (texlive-gfsporson): (texlive-gobble): (texlive-graphics-pln): (texlive-greek-inputenc): (texlive-greekdates): (texlive-greektex): (texlive-greektonoi): (texlive-gtl): (texlive-hindawi-latex-template): (texlive-hlist): (texlive-hyplain): (texlive-ibycus-babel): (texlive-ibygrk): (texlive-inputnormalization): (texlive-insbox): (texlive-js-misc): (texlive-jsclasses): (texlive-kerkis): (texlive-lambda-lists): (texlive-langcode): (texlive-lecturer): (texlive-letterspacing): (texlive-levy): (texlive-lgreek): (texlive-lgrmath): (texlive-localloc): (texlive-metatex): (texlive-midnight): (texlive-mkgrkindex): (texlive-modulus): (texlive-mongolian-babel): (texlive-montex): (texlive-moreverb): (texlive-morewrites): (texlive-morisawa): (texlive-mpman-ru): (texlive-namedef): (texlive-navigator): (texlive-newsletr): (texlive-numnameru): (texlive-ofs): (texlive-olsak-misc): (texlive-outerhbox): (texlive-path): (texlive-pdf-trans): (texlive-pdfmsym): (texlive-pitex): (texlive-pl): (texlive-placeins-plain): (texlive-plainpkg): (texlive-platex): (texlive-platex-tools): (texlive-platexcheat): (texlive-plautopatch): (texlive-plipsum): (texlive-plnfss): (texlive-plstmary): (texlive-poormanlog): (texlive-present): (texlive-ptex): (texlive-ptex-base): (texlive-ptex-manual): (texlive-ptex-fonts): (texlive-pxbase): (texlive-pxchfon): (texlive-pxcjkcat): (texlive-pxjahyper): (texlive-pxjodel): (texlive-pxrubrica): (texlive-pxufont): (texlive-pwebmac): (texlive-random): (texlive-randomlist): (texlive-resumemac): (texlive-ruler): (texlive-schemata): (texlive-shade): (texlive-simplekv): (texlive-swrule): (texlive-systeme): (texlive-tabto-generic): (texlive-talos): (texlive-termmenu): (texlive-teubner): (texlive-tex): (texlive-tex-ps): (texlive-texdate): (texlive-texdimens): (texlive-timetable): (texlive-transparent-io): (texlive-treetex): (texlive-trigonometry): (texlive-upca): (texlive-uplatex): (texlive-uptex-base): (texlive-uptex): (texlive-uptex-fonts): (texlive-upzhkinsoku): (texlive-variations): (texlive-varisize): (texlive-xgreek): (texlive-xii): (texlive-xii-lat): (texlive-xintsession): (texlive-xlop): (texlive-xtuthesis): (texlive-yannisgr): (texlive-zhlineskip): (texlive-zhlipsum): (texlive-zztex): (texlive-lcdftypetools): (texlive-latex): (texlive-latexbug): (texlive-lcyw): (texlive-lhcyr): (texlive-luafindfont): (texlive-bidi): (texlive-bidi-atbegshi): (texlive-bidicontour): (texlive-bidipagegrid): (texlive-bidipresentation): (texlive-bidishadowtext): (texlive-alphalph): (texlive-antt): (texlive-asana-math): (texlive-avantgar): (texlive-undergradmath): (texlive-underscore): (texlive-unicode-data): (texlive-hologo): (texlive-hook-pre-commit-pkg): (texlive-hopatch): (texlive-hyphen-base): (texlive-hyphenex): (texlive-index): (texlive-installfont): (texlive-dvips): (texlive-ketcindy): (texlive-lacheck): (texlive-latex-git-log): (texlive-latex-papersize): (texlive-latex-via-exemplos): (texlive-latex2man): (texlive-latex2nemeth): (texlive-latexdiff): (texlive-latexfileversion): (texlive-latexindent): (texlive-latexpand): (texlive-light-latex-make): (texlive-listings-ext): (texlive-ltxfileinfo): (texlive-ltximg): (texlive-luajittex): (texlive-match-parens): (texlive-mflua): (texlive-mkjobtexmf): (texlive-make4ht): (texlive-makecell): (texlive-optexcount): (texlive-patgen): (texlive-pdfbook2): (texlive-pdfcrop): (texlive-pdfjam): (texlive-pdflatexpicscale): (texlive-pdftex-quiet): (texlive-pdftosrc): (texlive-pdfxup): (texlive-pfarrei): (texlive-pkfix): (texlive-pkfix-helper): (texlive-purifyeps): (texlive-seetexk): (texlive-spix): (texlive-srcredact): (texlive-sty2dtx): (texlive-tex-ini-files): (texlive-metafont): (texlive-metatype1): (texlive-mf2pt1): (texlive-mfirstuc): (texlive-mfnfss): (texlive-modes): (texlive-mptopdf): (texlive-fontinst): (texlive-fontname): (texlive-forloop): (texlive-cbfonts): (texlive-cbfonts-fd): (texlive-ccicons): (texlive-cite): (texlive-cm): (texlive-cmbright): (texlive-cmcyr): (texlive-cmextra): (texlive-cm-lgc): (texlive-cm-super): (texlive-cnbwp): (texlive-cns): (texlive-courier): (texlive-csbulletin): (texlive-cslatex): (texlive-cstex): (texlive-cweb): (texlive-cyrplain): (texlive-tex-gyre): (texlive-tex-gyre-math): (texlive-crop): (texlive-ctablestack): (texlive-lm): (texlive-lm-math): (texlive-lwarp): (texlive-knuth-lib): (texlive-knuth-local): (texlive-lapdf): (texlive-latex-fonts): (texlive-latex-make): (texlive-latex-mr): (texlive-latexbangla): (texlive-liftarm): (texlive-lpic): (texlive-lroundrect): (texlive-luamesh): (texlive-luasseq): (texlive-maker): (texlive-makeshape): (texlive-mathspic): (texlive-mercatormap): (texlive-mflogo): (texlive-mflogo-font): (texlive-mfware): (texlive-milsymb): (texlive-miniplot): (texlive-mkpic): (texlive-modiagram): (texlive-neuralnetwork): (texlive-nl-interval): (texlive-nndraw): (texlive-numericplots): (texlive-outilsgeomtikz): (texlive-pb-diagram): (texlive-pbibtex-base): (texlive-pbibtex-manual): (texlive-petri-nets): (texlive-pgf-blur): (texlive-pgf-interference): (texlive-pgf-periodictable): (texlive-pgf-pie): (texlive-pgf-soroban): (texlive-pgf-spectra): (texlive-pgf-umlcd): (texlive-pgf-umlsd): (texlive-pgfkeyx): (texlive-pgfmolbio): (texlive-pgfmorepages): (texlive-pgfopts): (texlive-pgfornament): (texlive-pgfornament-han): (texlive-pgfplots): (texlive-picinpar): (texlive-pictex): (texlive-pictex2): (texlive-pictexsum): (texlive-pinlabel): (texlive-pixelart): (texlive-pixelarttikz): (texlive-plain-doc): (texlive-pmgraph): (texlive-postage): (texlive-prerex): (texlive-productbox): (texlive-ps2eps): (texlive-ps2pk): (texlive-psutils): (texlive-ptolemaicastronomy): (texlive-puyotikz): (texlive-pxpgfmark): (texlive-pxpic): (texlive-pxtatescale): (texlive-qcircuit): (texlive-quantikz): (texlive-quran): (texlive-quran-bn): (texlive-quran-de): (texlive-quran-ur): (texlive-qyxf-book): (texlive-r-und-s): (texlive-randbild): (texlive-randomwalk): (texlive-realhats): (texlive-reotex): (texlive-robotarm): (texlive-rojud): (texlive-rviewport): (texlive-sa-tikz): (texlive-sacsymb): (texlive-schemabloc): (texlive-schulmathematik): (texlive-scratch): (texlive-scratch3): (texlive-scsnowman): (texlive-setdeck): (texlive-sexam): (texlive-signchart): (texlive-simplenodes): (texlive-simpleoptics): (texlive-simurgh): (texlive-smartdiagram): (texlive-spath3): (texlive-spectralsequences): (texlive-strands): (texlive-swebib): (texlive-swimgraf): (texlive-syntaxdi): (texlive-t1utils): (texlive-table-fct): (texlive-templates-fenn): (texlive-templates-sommer): (texlive-termcal-de): (texlive-tex4ht): (texlive-tex4ebook): (texlive-texaccents): (texlive-texcount): (texlive-texdef): (texlive-texdiff): (texlive-texdirflatten): (texlive-texdoc): (texlive-texdoctk): (texlive-texdraw): (texlive-texfot): (texlive-texliveonfly): (texlive-texloganalyser): (texlive-texlogfilter): (texlive-texlogsieve): (texlive-texnegar): (texlive-texosquery): (texlive-texplate): (texlive-texproposal): (texlive-texware): (texlive-ticollege): (texlive-tie): (texlive-tikz-3dplot): (texlive-tikz-among-us): (texlive-tikz-bagua): (texlive-tikz-bayesnet): (texlive-tikz-bbox): (texlive-tikz-cd): (texlive-tikz-dependency): (texlive-tikz-dimline): (texlive-tikz-ext): (texlive-tikz-feynhand): (texlive-tikz-feynman): (texlive-tikz-imagelabels): (texlive-tikz-inet): (texlive-tikz-kalender): (texlive-tikz-karnaugh): (texlive-tikz-ladder): (texlive-tikz-lake-fig): (texlive-tikz-layers): (texlive-tikz-mirror-lens): (texlive-tikz-nef): (texlive-tikz-network): (texlive-tikz-opm): (texlive-tikz-optics): (texlive-tikz-page): (texlive-tikz-palattice): (texlive-tikz-planets): (texlive-tikz-qtree): (texlive-tikz-relay): (texlive-tikz-sfc): (texlive-tikz-swigs): (texlive-tikz-timing): (texlive-tikz-trackschematic): (texlive-tikz-truchet): (texlive-tikzbricks): (texlive-tikzcodeblocks): (texlive-tikzducks): (texlive-tikzfill): (texlive-tikzinclude): (texlive-tikzlings): (texlive-tikzmark): (texlive-tikzmarmots): (texlive-tikzorbital): (texlive-tikzpackets): (texlive-tikzpagenodes): (texlive-tikzpeople): (texlive-tikzpfeile): (texlive-tikzpingus): (texlive-tikzposter): (texlive-tikzscale): (texlive-tikzsymbols): (texlive-tikztosvg): (texlive-tikzviolinplots): (texlive-tile-graphic): (texlive-timing-diagrams): (texlive-tipfr): (texlive-tkz-base): (texlive-tkz-berge): (texlive-tkz-doc): (texlive-tkz-euclide): (texlive-tkz-fct): (texlive-tkz-graph): (texlive-tkz-orm): (texlive-tkz-tab): (texlive-tkzexample): (texlive-tlcockpit): (texlive-tonevalue): (texlive-tpic2pdftex): (texlive-tqft): (texlive-tram): (texlive-tsemlines): (texlive-ttfutils): (texlive-twemojis): (texlive-typeoutfileinfo): (texlive-tzplot): (texlive-upmendex): (texlive-utf8mex): (texlive-utfsym): (texlive-venndiagram): (texlive-visualfaq): (texlive-visualfaq-fr): (texlive-visualpstricks): (texlive-visualtikz): (texlive-web): (texlive-wheelchart): (texlive-worldflags): (texlive-xepersian): (texlive-xepersian-hm): (texlive-xindex): (texlive-xistercian): (texlive-xpdfopen): (texlive-xpicture): (texlive-amiri): (texlive-amiweb2c-guide): (texlive-amsfonts): (texlive-mkpattern): (texlive-ec): (texlive-etex): (texlive-etex-pkg): (texlive-eulervm): (texlive-plain): (texlive-pxfonts): (texlive-halloweenmath): (texlive-haranoaji-extra): (texlive-hardwrap): (texlive-hatching): (texlive-helvetic): (texlive-ieejtran): (texlive-inputenx): (texlive-kpathsea): (texlive-kpfonts): (texlive-kpfonts-otf): (texlive-latexconfig): (texlive-latex-bin): (texlive-atenddvi): (texlive-attachfile): (texlive-attachfile2): (texlive-atveryend): (texlive-automata): (texlive-auxhook): (texlive-epspdf): (texlive-epstopdf): (texlive-epstopdf-pkg): (texlive-filecontents): (texlive-filehook): (texlive-epsf): (texlive-fancyvrb): (texlive-fandol): (texlive-gentium-tug): (texlive-gincltex): (texlive-git-latexdiff): (texlive-glyphlist): (texlive-graphics-def): (texlive-graphics-cfg): (texlive-graphics): (texlive-greek-fontenc): (texlive-gsftopk): (texlive-hycolor): (texlive-xcjk2uni): (texlive-xcolor): (texlive-xltxtra): (texlive-xml2pmx): (texlive-xmltexconfig): (texlive-xmltex): (texlive-xpiano): (texlive-xpinyin): (texlive-hyperref): (texlive-hypdoc): (texlive-hyperxmp): (texlive-latex-brochure): (texlive-latex-course): (texlive-latex-doc-ptr): (texlive-latex-for-undergraduates): (texlive-latex-graphics-companion): (texlive-latex-refsheet): (texlive-latex-veryshortguide): (texlive-latex-web-companion): (texlive-latex2e-help-texinfo): (texlive-latex4wp): (texlive-latex4wp-it): (texlive-latexcheat): (texlive-latexcheat-ptbr): (texlive-latexcourse-rug): (texlive-latexfileinfo-pkgs): (texlive-oberdiek): (texlive-regexpatch): (texlive-rerunfilecheck): (texlive-onedown): (texlive-tools): (texlive-url): (texlive-l3experimental): (texlive-l3kernel): (texlive-l3backend): (texlive-l3packages): (texlive-fonts-churchslavonic): (texlive-fontspec): (texlive-grffile): (texlive-sanskrit): (texlive-sanskrit-t1): (texlive-sansmath): (texlive-sansmathfonts): (texlive-stringenc): (texlive-svg-inkscape): (texlive-svn-prov): (texlive-l3build): (texlive-luabidi): (texlive-luacode): (texlive-lualatex-doc-de): (texlive-lualatex-math): (texlive-lualibs): (texlive-lua-alt-getopt): (texlive-luatex): (texlive-luatexbase): (texlive-luatex85): (texlive-luatexja): (texlive-luahbtex): (texlive-lua-uni-algos): (texlive-luaotfload): (texlive-amsmath): (texlive-amsmath-it): (texlive-manfnt): (texlive-manfnt-font): (texlive-mathdots): (texlive-amscls): (texlive-babel): (texlive-babelbib): (texlive-barcodes): (texlive-bbcard): (texlive-bbm): (texlive-bbm-macros): (texlive-bbold): (texlive-blockdraw-mp): (texlive-blopentype): (texlive-bookcover): (texlive-bpolynomial): (texlive-businesscard-qrcode): (texlive-cmarrows): (texlive-cmexb): (texlive-cqubeamer): (texlive-cs): (texlive-csplain): (texlive-ctable): (texlive-babel-albanian): (texlive-babel-azerbaijani): (texlive-babel-basque): (texlive-babel-belarusian): (texlive-babel-bosnian): (texlive-babel-breton): (texlive-babel-bulgarian): (texlive-babel-catalan): (texlive-babel-croatian): (texlive-babel-english): (texlive-babel-esperanto): (texlive-babel-estonian): (texlive-babel-french): (texlive-babel-friulan): (texlive-babel-galician): (texlive-babel-georgian): (texlive-babel-german): (texlive-babel-greek): (texlive-babel-hebrew): (texlive-babel-hungarian): (texlive-babel-icelandic): (texlive-babel-indonesian): (texlive-babel-interlingua): (texlive-babel-irish): (texlive-babel-italian): (texlive-babel-japanese): (texlive-babel-kurmanji): (texlive-babel-latin): (texlive-babel-latvian): (texlive-babel-lithuanian): (texlive-babel-macedonian): (texlive-babel-malay): (texlive-babel-occitan): (texlive-babel-piedmontese): (texlive-babel-portuges): (texlive-babel-romanian): (texlive-babel-romansh): (texlive-babel-russian): (texlive-babel-samin): (texlive-babel-scottish): (texlive-babel-serbian): (texlive-babel-serbianc): (texlive-babel-slovak): (texlive-babel-slovenian): (texlive-babel-sorbian): (texlive-babel-spanish): (texlive-babel-swedish): (texlive-babel-thai): (texlive-babel-turkish): (texlive-babel-ukrainian): (texlive-babel-vietnamese): (texlive-babel-welsh): (texlive-cyklop): (texlive-cyrillic-bin): (texlive-cyrillic): (texlive-passivetex): (texlive-pict2e): (texlive-psnfss): (texlive-ifplatform): (texlive-ifptex): (texlive-iftex): (texlive-ifxptex): (texlive-tipa): (texlive-tipa-de): (texlive-amsrefs): (texlive-bigfoot): (texlive-blindtext): (texlive-dinbrief): (texlive-draftwatermark): (texlive-drv): (texlive-dviincl): (texlive-emp): (texlive-enctex): (texlive-environ): (texlive-epsincl): (texlive-eqparbox): (texlive-etoc): (texlive-expdlist): (texlive-expressg): (texlive-exteps): (texlive-featpost): (texlive-feynmf): (texlive-feynmp-auto): (texlive-filemod): (texlive-fix2col): (texlive-fixlatvian): (texlive-fiziko): (texlive-font-change-xetex): (texlive-fontbook): (texlive-fontwrap): (texlive-garrigues): (texlive-garuda-c90): (texlive-hanging): (texlive-fira): (texlive-firstaid): (texlive-gmp): (texlive-hershey-mp): (texlive-interchar): (texlive-latexmk): (texlive-latexmp): (texlive-marathi): (texlive-markdown): (texlive-mcf2graph): (texlive-metago): (texlive-metaobj): (texlive-metaplot): (texlive-metapost-colorbrewer): (texlive-metauml): (texlive-mfpic): (texlive-mfpic4ode): (texlive-minim-hatching): (texlive-mp3d): (texlive-mparrows): (texlive-mpattern): (texlive-mpcolornames): (texlive-mpgraphics): (texlive-mptrees): (texlive-na-position): (texlive-natbib): (texlive-newfloat): (texlive-newpax): (texlive-newunicodechar): (texlive-newverbs): (texlive-nodetree): (texlive-nomencl): (texlive-norasi-c90): (texlive-noto): (texlive-novel): (texlive-octavo): (texlive-odsfile): (texlive-pdftexcmds): (texlive-philokalia): (texlive-piechartmp): (texlive-placeins): (texlive-psfrag): (texlive-psfrag-italian): (texlive-pstool): (texlive-ptext): (texlive-realscripts): (texlive-refcount): (texlive-repere): (texlive-revtex): (texlive-roex): (texlive-roundrect): (texlive-sauerj): (texlive-sauter): (texlive-selinput): (texlive-semaphor): (texlive-seminar): (texlive-sepnum): (texlive-seqsplit): (texlive-shapes): (texlive-short-math-guide): (texlive-showexpl): (texlive-simple-resume-cv): (texlive-simple-thesis-dissertation): (texlive-simplified-latex): (texlive-slideshow): (texlive-splines): (texlive-stackengine): (texlive-suanpan): (texlive-synctex): (texlive-tetragonos): (texlive-threeddice): (texlive-textpath): (texlive-tocloft): (texlive-tocvsec2): (texlive-transparent): (texlive-trimspaces): (texlive-tufte-latex): (texlive-turkmen): (texlive-ucharclasses): (texlive-undolabl): (texlive-unicode-bidi): (texlive-unimath-plain-xetex): (texlive-unisugar): (texlive-xebaposter): (texlive-xechangebar): (texlive-xecolor): (texlive-xecyr): (texlive-xeindex): (texlive-xesearch): (texlive-xespotcolor): (texlive-xetex-devanagari): (texlive-xetex-itrans): (texlive-xetex-pstricks): (texlive-xetex-tibetan): (texlive-xetexfontinfo): (texlive-xetexko): (texlive-xetexref): (texlive-xevlna): (texlive-currfile): (texlive-cursolatex): (texlive-calrsfs): (texlive-capt-of): (texlive-carlisle): (texlive-catchfile): (texlive-ddphonism): (texlive-doi): (texlive-etoolbox): (texlive-fncychap): (texlive-framed): (texlive-g-brief): (texlive-galois): (texlive-gcite): (texlive-gckanbun): (texlive-gentombow): (texlive-geometry): (texlive-mdwtools): (texlive-makecmds): (texlive-makeindex): (texlive-marginfix): (texlive-metalogo): (texlive-paralist): (texlive-polski): (texlive-polyglossia): (texlive-przechlewski-book): (texlive-qpxqtx): (texlive-supertabular): (texlive-tap): (texlive-texinfo): (texlive-textcase): (texlive-upquote): (texlive-anysize): (texlive-appendix): (texlive-bookman): (texlive-bookmark): (texlive-changebar): (texlive-checkcites): (texlive-chickenize): (texlive-chinese-jfm): (texlive-cloze): (texlive-cmap): (texlive-colorprofiles): (texlive-colortbl): (texlive-combofont): (texlive-cstypo): (texlive-fancybox): (texlive-fancyhdr): (texlive-fancyhdr-it): (texlive-fancyref): (texlive-float): (texlive-footmisc): (texlive-footnotehyper): (texlive-letltxmacro): (texlive-frankenstein): (texlive-kantlipsum): (texlive-kurdishlipsum): (texlive-kurier): (texlive-lipsum): (texlive-listings): (texlive-listingsutf8): (texlive-jknapltx): (texlive-jmn): (texlive-kvoptions): (texlive-ekdosis): (texlive-emoji): (texlive-emojicite): (texlive-enigma): (texlive-ae): (texlive-aeguill): (texlive-incgraph): (texlive-inconsolata): (texlive-innerscript): (texlive-interpreter): (texlive-times): (texlive-palatino): (texlive-poltawski): (texlive-zapfchan): (texlive-zapfding): (texlive-zbmath-review-template): (texlive-zhmetrics): (texlive-zhmetrics-uptex): (texlive-zhnumber): (texlive-zhspacing): (texlive-zref): (texlive-rsfs): (texlive-es-tex-faq): (texlive-eskd): (texlive-eskdx): (texlive-eso-pic): (texlive-eepic): (texlive-enotez): (texlive-endnotes): (texlive-endnotesj): (texlive-enumitem): (texlive-multido): (texlive-multirow): (texlive-overpic): (texlive-parskip): (texlive-pbox): (texlive-pdfpages): (texlive-stix2-otf): (texlive-sidecap): (texlive-stmaryrd): (texlive-subfig): (texlive-subfigure): (texlive-tabulary): (texlive-tamethebeast): (texlive-tds): (texlive-tex-font-errors-cheatsheet): (texlive-tex-nutshell): (texlive-tex-overview): (texlive-tex-refs): (texlive-tex-vpat): (texlive-texbytopic): (texlive-texonly): (texlive-threeparttable): (texlive-thumbpdf): (texlive-titlepages): (texlive-tlc2): (texlive-tlc3-examples): (texlive-tlmgr-intro-zh-cn): (texlive-tlmgrbasics): (texlive-txfonts): (texlive-typehtml): (texlive-iwona): (texlive-jadetex): (texlive-japanese-mathformulas): (texlive-japanese-otf): (texlive-jieeetran): (texlive-jlreq): (texlive-jlreq-deluxe): (texlive-jpneduenumerate): (texlive-jpnedumathsymbols): (texlive-kanbun): (texlive-libertine): (texlive-librarian): (texlive-dejavu): (texlive-titlesec): (texlive-type1cm): (texlive-lh): (texlive-marvosym): (texlive-metapost): (texlive-acmart): (texlive-varwidth): (texlive-wasy): (texlive-wasy-type1): (texlive-wasysym): (texlive-willowtreebook): (texlive-wrapfig): (texlive-ucharcat): (texlive-ucs): (texlive-preview): (texlive-acronym): (texlive-pdftex): (texlive-biber): (texlive-media9): (texlive-ocgx2): (texlive-optex): (texlive-ms): (texlive-ncctools): (texlive-ncntrsbk): (texlive-numprint): (texlive-needspace): (texlive-changepage): (texlive-eukdate): (texlive-euler): (texlive-extsizes): (texlive-ulem): (texlive-pdfarticle): (texlive-pdfextra): (texlive-penlight): (texlive-pgf): (texlive-piton): (texlive-placeat): (texlive-plantuml): (texlive-pyluatex): (texlive-pythontex): (texlive-koma-script): (texlive-koma-script-examples): (texlive-atbegshi): (texlive-bigintcalc): (texlive-bitset): (texlive-etexcmds): (texlive-etextools): (texlive-gettitlestring): (texlive-infwarerr): (texlive-intcalc): (texlive-kvdefinekeys): (texlive-kvsetkeys): (texlive-listofitems): (texlive-ltxcmds): (texlive-ltxmisc): (texlive-pdfescape): (texlive-uniquecounter): (texlive-readarray): (texlive-verbatimbox): (texlive-verifica): (texlive-exam-zh): (texlive-examplep): (texlive-xunicode): (texlive-xypic): (texlive-xypic-tut-pt): (texlive-bibtex): (texlive-charissil): (texlive-charter): (texlive-chngcntr): (texlive-context): (texlive-context-cyrillicnumbers): (texlive-context-filter): (texlive-context-gnuplot): (texlive-context-handlecsv): (texlive-context-letter): (texlive-context-mathsets): (texlive-context-simpleslides): (texlive-context-transliterator): (texlive-context-typescripts): (texlive-context-vim): (texlive-context-visualcounter): (texlive-beamer): (texlive-beamer-tut-pt): (texlive-xmpincl): (texlive-pdfx): (texlive-yamlvars): (texlive-yax): (texlive-ydoc): (texlive-yet-another-guide-latex2e): (texlive-pstricks): (texlive-pst-2dplot): (texlive-pst-3d): (texlive-pst-3dplot): (texlive-pst-abspos): (texlive-pst-am): (texlive-pst-antiprism): (texlive-pst-arrow): (texlive-pst-asr): (texlive-pst-bar): (texlive-pst-barcode): (texlive-pst-bezier): (texlive-pst-blur): (texlive-pst-bspline): (texlive-pst-calculate): (texlive-pst-calendar): (texlive-pst-cie): (texlive-pst-circ): (texlive-pst-coil): (texlive-pst-contourplot): (texlive-pst-cox): (texlive-pst-dart): (texlive-pst-dbicons): (texlive-pst-diffraction): (texlive-pst-electricfield): (texlive-pst-eps): (texlive-pst-eucl): (texlive-pst-eucl-translation-bg): (texlive-pst-exa): (texlive-pst-feyn): (texlive-pst-fill): (texlive-pst-fit): (texlive-pst-flags): (texlive-pst-fr3d): (texlive-pst-fractal): (texlive-pst-fun): (texlive-pst-func): (texlive-pst-gantt): (texlive-pst-geo): (texlive-pst-geometrictools): (texlive-pst-gr3d): (texlive-pst-grad): (texlive-pst-graphicx): (texlive-pst-hsb): (texlive-pst-infixplot): (texlive-pst-intersect): (texlive-pst-jtree): (texlive-pst-knot): (texlive-pst-labo): (texlive-pst-layout): (texlive-pst-lens): (texlive-pst-light3d): (texlive-pst-lsystem): (texlive-pst-magneticfield): (texlive-pst-marble): (texlive-pst-math): (texlive-pst-mirror): (texlive-pst-moire): (texlive-pst-node): (texlive-pst-ob3d): (texlive-pst-ode): (texlive-pst-optexp): (texlive-pst-optic): (texlive-pst-osci): (texlive-pst-ovl): (texlive-pst-pad): (texlive-pst-pdf): (texlive-pst-pdgr): (texlive-pst-perspective): (texlive-pst-platon): (texlive-pst-plot): (texlive-pst-poker): (texlive-pst-poly): (texlive-pst-pulley): (texlive-pst-qtree): (texlive-pst-rputover): (texlive-pst-rubans): (texlive-pst-shell): (texlive-pst-sigsys): (texlive-pst-slpe): (texlive-pst-solarsystem): (texlive-pst-solides3d): (texlive-pst-soroban): (texlive-pst-spectra): (texlive-pst-spinner): (texlive-pst-stru): (texlive-pst-support): (texlive-pst-text): (texlive-pst-thick): (texlive-pst-tools): (texlive-pst-tree): (texlive-pst-turtle): (texlive-pst-tvz): (texlive-pst-uml): (texlive-pst-vectorian): (texlive-pst-vehicle): (texlive-pst-venn): (texlive-pst-vowel): (texlive-pst2pdf): (texlive-pstricks-add): (texlive-pstricks-calcnotes): (texlive-marginnote): (texlive-tabu): (texlive-uml): (texlive-vaucanson-g): (texlive-vocaltract): (texlive-xkeyval): (texlive-scikgtex): (texlive-selnolig): (texlive-showhyphenation): (texlive-showkerning): (texlive-spacekern): (texlive-spelling): (texlive-standalone): (texlive-stricttex): (texlive-siunitx): (texlive-booktabs): (texlive-csquotes): (texlive-csquotes-de): (texlive-dhua): (texlive-dtk-bibliography): (texlive-etdipa): (texlive-etoolbox-de): (texlive-fifinddo-info): (texlive-german): (texlive-germbib): (texlive-germkorr): (texlive-hausarbeit-jura): (texlive-logreq): (texlive-biblatex): (texlive-biblatex-apa): (texlive-truthtable): (texlive-todonotes): (texlive-tsvtemplate): (texlive-typewriter): (texlive-uninormalize): (texlive-units): (texlive-microtype): (texlive-microtype-de): (texlive-minitoc): (texlive-minted): (texlive-caption): (texlive-symbol): (texlive-mathpazo): (texlive-mathspec): (texlive-mathtools): (texlive-memoir): (texlive-milog): (texlive-fp): (texlive-fpl): (texlive-arabxetex): (texlive-arev): (texlive-awesomebox): (texlive-mathdesign): (texlive-bera): (texlive-fourier): (texlive-utopia): (texlive-fontaxes): (texlive-preprint): (texlive-mweights): (texlive-cabin): (texlive-newtx): (texlive-xcharter): (texlive-ly1): (texlive-section): (texlive-sectsty): (texlive-morefloats): (texlive-ifmtarg): (texlive-pagenote): (texlive-pagesel): (texlive-titling): (texlive-ifoddpage): (texlive-storebox): (texlive-collectbox): (texlive-grfext): (texlive-addliga): (texlive-adigraph): (texlive-adjustbox): (texlive-aobs-tikz): (texlive-askmaps): (texlive-asyfig): (texlive-asypictureb): (texlive-auto-pst-pdf-lua): (texlive-autoarea): (texlive-bardiag): (texlive-barracuda): (texlive-beamerswitch): (texlive-bezierplot): (texlive-binarytree): (texlive-blochsphere): (texlive-bloques): (texlive-blox): (texlive-bodegraph): (texlive-bondgraph): (texlive-bondgraphs): (texlive-braids): (texlive-bxeepic): (texlive-byo-twemojis): (texlive-byrne): (texlive-cachepic): (texlive-callouts): (texlive-celtic): (texlive-chemfig): (texlive-circuit-macros): (texlive-circuitikz): (texlive-coffeestains): (texlive-combinedgraphics): (texlive-curve): (texlive-curve2e): (texlive-curves): (texlive-dcpic): (texlive-diagmac2): (texlive-ditaa): (texlive-doc-pictex): (texlive-dot2texi): (texlive-dottex): (texlive-doulossil): (texlive-dpcircling): (texlive-dratex): (texlive-drs): (texlive-duotenzor): (texlive-dynkin-diagrams): (texlive-ecgdraw): (texlive-ellipse): (texlive-elocalloc): (texlive-endofproofwd): (texlive-epspdfconversion): (texlive-esk): (texlive-euflag): (texlive-fast-diagram): (texlive-fig4latex): (texlive-figchild): (texlive-figput): (texlive-fitbox): (texlive-flowchart): (texlive-forest): (texlive-gates): (texlive-genealogytree): (texlive-getmap): (texlive-gnuplottex): (texlive-gradientframe): (texlive-grafcet): (texlive-graph35): (texlive-graphicxpsd): (texlive-graphviz): (texlive-gtrlib-largetrees): (texlive-harveyballs): (texlive-here): (texlive-hf-tikz): (texlive-hobby): (texlive-hvfloat): (texlive-inlinedef): (texlive-istgame): (texlive-kblocks): (texlive-kinematikz): (texlive-knitting): (texlive-knittingpattern): (texlive-ladder): (texlive-qrcode): (texlive-tcolorbox): (texlive-ebproof): (texlive-bussproofs): (texlive-euenc): (texlive-euro): (texlive-euro-ce): (texlive-eurosym): (texlive-kanaparser): (texlive-kastrup): (texlive-translation-arsclassica-de): (texlive-translation-biblatex-de): (texlive-translation-chemsym-de): (texlive-translation-ecv-de): (texlive-translation-enumitem-de): (texlive-translation-europecv-de): (texlive-translation-filecontents-de): (texlive-translation-moreverb-de): (texlive-translations): (texlive-translator): (texlive-texapi): (texlive-textpos): (texlive-udesoftec): (texlive-uhc): (texlive-uhrzeit): (texlive-umlaute): (texlive-unicode-math): (texlive-voss-mathcol): (texlive-xifthen): (texlive-xindy): (texlive-xindy-persian): (texlive-xits): (texlive-ntgclass): (texlive-nth): (texlive-ntheorem): (texlive-ntheorem-vn): (texlive-fmtcount): (texlive-inriafonts): (texlive-floatflt): (texlive-fvextra): (texlive-apa6): (texlive-apacite): (texlive-apalike-german): (texlive-endfloat): (texlive-wadalab): (texlive-was): (texlive-xpatch): (texlive-threeparttablex): (texlive-ligtype): (texlive-linebreaker): (texlive-lineno): (texlive-lparse): (texlive-lt3luabridge): (texlive-lua-typo): (texlive-lua-uca): (texlive-lua-ul): (texlive-lua-visual-debug): (texlive-lua-widow-control): (texlive-luaaddplot): (texlive-luacas): (texlive-luacensor): (texlive-luacolor): (texlive-luacomplex): (texlive-luagcd): (texlive-luahyphenrules): (texlive-luaimageembed): (texlive-luaindex): (texlive-luainputenc): (texlive-luakeys): (texlive-lualatex-truncate): (texlive-lualinalg): (texlive-luamathalign): (texlive-luamaths): (texlive-luamodulartables): (texlive-luamplib): (texlive-luaoptions): (texlive-luapackageloader): (texlive-luaprogtable): (texlive-luapstricks): (texlive-luaquotes): (texlive-luarandom): (texlive-luaset): (texlive-luatexko): (texlive-luatextra): (texlive-luatruthtable): (texlive-luavlna): (texlive-luaxml): (texlive-lutabulartools): (texlive-makeplot): (texlive-minim): (texlive-minim-math): (texlive-minim-mp): (texlive-minim-pdf): (texlive-minim-xmp): (texlive-babel-czech): (texlive-babel-dutch): (texlive-babel-finnish): (texlive-babel-norsk): (texlive-babel-danish): (texlive-babel-polish): (texlive-mdframed): (texlive-setspace): (texlive-pgfgantt): (texlive-pdfcol): (texlive-pdfcolfoot): (texlive-pdflscape): (texlive-pdfmanagement-testphase): (texlive-pdftricks): (texlive-pdftricks2): (texlive-pedigree-perl): (texlive-psbao): (texlive-pslatex): (texlive-pspicture): (texlive-datetime): (texlive-datetime2): (texlive-tracklang): (texlive-ltablex): (texlive-ragged2e): (texlive-rcs): (texlive-refstyle): (texlive-relsize): (texlive-russ): (texlive-everyhook): (texlive-everypage): (texlive-everysel): (texlive-everyshi): (texlive-abstract): (texlive-bredzenie): (texlive-breqn): (texlive-breakurl): (texlive-cc-pl): (texlive-comment): (texlive-datatool): (texlive-physics): (texlive-sourcesanspro): (texlive-sourceserifpro): (texlive-sourcecodepro): (texlive-hyphenat): (texlive-lastpage): (texlive-layaureo): (texlive-tabto-ltx): (texlive-soul): (texlive-xstring): (texlive-substr): (texlive-totcount): (texlive-totpages): (texlive-xdvi): (texlive-xetexconfig): (texlive-xfor): (texlive-2up): (texlive-a0poster): (texlive-a4wide): (texlive-a5comb): (texlive-abraces): (texlive-abspos): (texlive-accessibility): (texlive-achemso): (texlive-acro): (texlive-acroterm): (texlive-actuarialangle): (texlive-actuarialsymbol): (texlive-addfont): (texlive-addlines): (texlive-adjmulticol): (texlive-adrconv): (texlive-advdate): (texlive-akktex): (texlive-akletter): (texlive-alchemist): (texlive-alertmessage): (texlive-alnumsec): (texlive-alterqcm): (texlive-altfont): (texlive-altsubsup): (texlive-amsaddr): (texlive-animate): (texlive-anonchap): (texlive-answers): (texlive-appendixnumberbeamer): (texlive-apptools): (texlive-arabicfront): (texlive-arcs): (texlive-arraycols): (texlive-arrayjobx): (texlive-arraysort): (texlive-arydshln): (texlive-asciilist): (texlive-askinclude): (texlive-assignment): (texlive-assoccnt): (texlive-association-matrix): (texlive-atendofenv): (texlive-aurl): (texlive-authoraftertitle): (texlive-authorarchive): (texlive-authorindex): (texlive-autofancyhdr): (texlive-autonum): (texlive-autopdf): (texlive-autopuncitems): (texlive-avremu): (texlive-axessibility): (texlive-background): (texlive-bankstatement): (texlive-bashful): (texlive-basicarith): (texlive-bchart): (texlive-beamer-rl): (texlive-beamer2thesis): (texlive-beamerappendixnote): (texlive-beameraudience): (texlive-beamerauxtheme): (texlive-beamercolorthemeowl): (texlive-beamerdarkthemes): (texlive-beamerposter): (texlive-beamersubframe): (texlive-beamertheme-arguelles): (texlive-beamertheme-cuerna): (texlive-beamertheme-detlevcm): (texlive-beamertheme-epyt): (texlive-beamertheme-focus): (texlive-beamertheme-light): (texlive-beamertheme-metropolis): (texlive-beamertheme-npbt): (texlive-beamertheme-phnompenh): (texlive-beamertheme-pure-minimalistic): (texlive-beamertheme-saintpetersburg): (texlive-beamertheme-simpledarkblue): (texlive-beamertheme-simpleplus): (texlive-beamertheme-tcolorbox): (texlive-beamertheme-trigon): (texlive-beamertheme-upenn-bc): (texlive-beamerthemeamurmaple): (texlive-beamerthemejltree): (texlive-beamerthemelalic): (texlive-beamerthemenirma): (texlive-beamerthemenord): (texlive-bearwear): (texlive-beaulivre): (texlive-beton): (texlive-bewerbung): (texlive-bez123): (texlive-bhcexam): (texlive-bibletext): (texlive-bigints): (texlive-bilingualpages): (texlive-biochemistry-colors): (texlive-bithesis): (texlive-bizcard): (texlive-blkarray): (texlive-block): (texlive-blowup): (texlive-bnumexpr): (texlive-boites): (texlive-bold-extra): (texlive-book-of-common-prayer): (texlive-bookest): (texlive-booklet): (texlive-bookshelf): (texlive-boolexpr): (texlive-bophook): (texlive-boxedminipage): (texlive-boxhandler): (texlive-bracketkey): (texlive-braket): (texlive-bubblesort): (texlive-bullcntr): (texlive-bxcalc): (texlive-bxdpx-beamer): (texlive-bxdvidriver): (texlive-bxenclose): (texlive-bxnewfont): (texlive-bxpapersize): (texlive-bxpdfver): (texlive-bxtexlogo): (texlive-calcage): (texlive-calctab): (texlive-calculator): (texlive-cals): (texlive-calxxxx-yyyy): (texlive-cancel): (texlive-canoniclayout): (texlive-captcont): (texlive-captdef): (texlive-carbohydrates): (texlive-cases): (texlive-casyl): (texlive-catchfilebetweentags): (texlive-catechis): (texlive-catoptions): (texlive-cbcoptic): (texlive-ccaption): (texlive-cclicenses): (texlive-cd): (texlive-cd-cover): (texlive-cdcmd): (texlive-cdpbundl): (texlive-cellprops): (texlive-cellspace): (texlive-censor): (texlive-centeredline): (texlive-centerlastline): (texlive-changelayout): (texlive-changelog): (texlive-changes): (texlive-chappg): (texlive-chapterfolder): (texlive-cheatsheet): (texlive-checkend): (texlive-chet): (texlive-chextras): (texlive-childdoc): (texlive-chkfloat): (texlive-chletter): (texlive-chronology): (texlive-circ): (texlive-circledsteps): (texlive-circledtext): (texlive-classics): (texlive-classpack): (texlive-clefval): (texlive-clicks): (texlive-clipboard): (texlive-clistmap): (texlive-clock): (texlive-clrdblpg): (texlive-clrstrip): (texlive-cmdstring): (texlive-cmdtrack): (texlive-cmsd): (texlive-cnltx): (texlive-cntformats): (texlive-cntperchap): (texlive-codebox): (texlive-codedoc): (texlive-codehigh): (texlive-codepage): (texlive-codesection): (texlive-collcell): (texlive-colophon): (texlive-color-edits): (texlive-colordoc): (texlive-colorframed): (texlive-colorinfo): (texlive-coloring): (texlive-colorspace): (texlive-colortab): (texlive-colorwav): (texlive-colorweb): (texlive-colourchange): (texlive-combelow): (texlive-combine): (texlive-comma): (texlive-commado): (texlive-commedit): (texlive-commonunicode): (texlive-competences): (texlive-concepts): (texlive-concprog): (texlive-conditext): (texlive-constants): (texlive-continue): (texlive-contour): (texlive-contracard): (texlive-conv-xkv): (texlive-cooking): (texlive-cooking-units): (texlive-cool): (texlive-coolfn): (texlive-coollist): (texlive-coolstr): (texlive-coolthms): (texlive-cooltooltips): (texlive-coop-writing): (texlive-coordsys): (texlive-copyedit): (texlive-copyrightbox): (texlive-coseoul): (texlive-counttexruns): (texlive-courseoutline): (texlive-coursepaper): (texlive-coverpage): (texlive-cprotect): (texlive-cprotectinside): (texlive-crbox): (texlive-crossreference): (texlive-crossreftools): (texlive-css-colors): (texlive-csvmerge): (texlive-csvsimple): (texlive-cuisine): (texlive-currency): (texlive-currvita): (texlive-cutwin): (texlive-cv): (texlive-cv4tw): (texlive-cweb-latex): (texlive-cyber): (texlive-cybercic): (texlive-darkmode): (texlive-dashbox): (texlive-dashundergaps): (texlive-dataref): (texlive-datax): (texlive-dateiliste): (texlive-datenumber): (texlive-datestamp): (texlive-datetime2-bahasai): (texlive-datetime2-basque): (texlive-datetime2-breton): (texlive-datetime2-bulgarian): (texlive-datetime2-catalan): (texlive-datetime2-croatian): (texlive-datetime2-czech): (texlive-datetime2-danish): (texlive-datetime2-dutch): (texlive-datetime2-en-fulltext): (texlive-datetime2-english): (texlive-datetime2-esperanto): (texlive-datetime2-estonian): (texlive-datetime2-finnish): (texlive-datetime2-french): (texlive-datetime2-galician): (texlive-datetime2-german): (texlive-datetime2-greek): (texlive-datetime2-hebrew): (texlive-datetime2-icelandic): (texlive-datetime2-irish): (texlive-datetime2-it-fulltext): (texlive-datetime2-italian): (texlive-datetime2-latin): (texlive-datetime2-lsorbian): (texlive-datetime2-magyar): (texlive-datetime2-norsk): (texlive-datetime2-polish): (texlive-datetime2-portuges): (texlive-datetime2-romanian): (texlive-datetime2-russian): (texlive-datetime2-samin): (texlive-datetime2-scottish): (texlive-datetime2-serbian): (texlive-datetime2-slovak): (texlive-datetime2-slovene): (texlive-datetime2-spanish): (texlive-datetime2-swedish): (texlive-datetime2-turkish): (texlive-datetime2-ukrainian): (texlive-datetime2-usorbian): (texlive-datetime2-welsh): (texlive-dblfloatfix): (texlive-dbshow): (texlive-debate): (texlive-decimal): (texlive-decorule): (texlive-delimtxt): (texlive-democodetools): (texlive-diabetes-logbook): (texlive-diagnose): (texlive-dialogl): (texlive-dichokey): (texlive-dimnum): (texlive-directory): (texlive-dirtytalk): (texlive-dlfltxb): (texlive-dnaseq): (texlive-doclicense): (texlive-docmfp): (texlive-docmute): (texlive-docshots): (texlive-doctools): (texlive-documentation): (texlive-docutils): (texlive-dotarrow): (texlive-dotlessi): (texlive-dotseqn): (texlive-download): (texlive-dox): (texlive-dpfloat): (texlive-dprogress): (texlive-drac): (texlive-draftcopy): (texlive-draftfigure): (texlive-dtk): (texlive-dtxdescribe): (texlive-dtxgallery): (texlive-ducksay): (texlive-duckuments): (texlive-dvdcoll): (texlive-dynamicnumber): (texlive-dynblocks): (texlive-ean13isbn): (texlive-easy): (texlive-easy-todo): (texlive-easybook): (texlive-easyfig): (texlive-easyfloats): (texlive-easyformat): (texlive-easylist): (texlive-easyreview): (texlive-ebezier): (texlive-ecclesiastic): (texlive-econlipsum): (texlive-ecv): (texlive-ed): (texlive-edichokey): (texlive-edmargin): (texlive-eemeir): (texlive-efbox): (texlive-egplot): (texlive-ehhline): (texlive-elements): (texlive-ellipsis): (texlive-elmath): (texlive-elpres): (texlive-elzcards): (texlive-emarks): (texlive-embedall): (texlive-embedfile): (texlive-embrac): (texlive-emptypage): (texlive-emulateapj): (texlive-endheads): (texlive-endnotes-hy): (texlive-engpron): (texlive-engrec): (texlive-enumitem-zref): (texlive-envbig): (texlive-envlab): (texlive-epigraph): (texlive-epigraph-keys): (texlive-epiolmec): (texlive-eq-pin2corr): (texlive-eqell): (texlive-eqlist): (texlive-eqnalign): (texlive-eqname): (texlive-errata): (texlive-erw-l3): (texlive-esami): (texlive-esdiff): (texlive-esieecv): (texlive-esindex): (texlive-esint): (texlive-esint-type1): (texlive-etaremune): (texlive-etl): (texlive-eulerpx): (texlive-europasscv): (texlive-europecv): (texlive-exam): (texlive-exam-lite): (texlive-exam-n): (texlive-exam-randomizechoices): (texlive-examdesign): (texlive-example): (texlive-exceltex): (texlive-excludeonly): (texlive-exercise): (texlive-exercisebank): (texlive-exercisepoints): (texlive-exercises): (texlive-exesheet): (texlive-exframe): (texlive-exp-testopt): (texlive-export): (texlive-exsheets): (texlive-exsol): (texlive-extract): (texlive-facsimile): (texlive-factura): (texlive-familytree): (texlive-fancyhandout): (texlive-fancylabel): (texlive-fancynum): (texlive-fancypar): (texlive-fancyqr): (texlive-fancyslides): (texlive-fancytabs): (texlive-fancytooltips): (texlive-fbox): (texlive-fcolumn): (texlive-fetchcls): (texlive-fewerfloatpages): (texlive-ffcode): (texlive-ffslides): (texlive-fgruler): (texlive-fifo-stack): (texlive-figsize): (texlive-filedate): (texlive-fileinfo): (texlive-fink): (texlive-finstrut): (texlive-fistrum): (texlive-fithesis): (texlive-fixcmex): (texlive-fixme): (texlive-fixmetodonotes): (texlive-fjodor): (texlive-flabels): (texlive-flacards): (texlive-flagderiv): (texlive-flashcards): (texlive-flashmovie): (texlive-flexipage): (texlive-flipbook): (texlive-flippdf): (texlive-floatrow): (texlive-flowfram): (texlive-fmp): (texlive-fn2end): (texlive-fnbreak): (texlive-fncylab): (texlive-fnpara): (texlive-fnpct): (texlive-fnumprint): (texlive-foilhtml): (texlive-foliono): (texlive-fontsetup): (texlive-footmisx): (texlive-footnotebackref): (texlive-footnoterange): (texlive-footnpag): (texlive-forarray): (texlive-foreign): (texlive-formlett): (texlive-forms16be): (texlive-formular): (texlive-fragments): (texlive-frame): (texlive-frege): (texlive-froufrou): (texlive-ftcap): (texlive-ftnxtra): (texlive-fullblck): (texlive-fullminipage): (texlive-fullwidth): (texlive-functional): (texlive-fundus-calligra): (texlive-fundus-cyr): (texlive-fundus-sueterlin): (texlive-fwlw): (texlive-gatherenum): (texlive-gauss): (texlive-gcard): (texlive-gender): (texlive-genmpage): (texlive-gensymb): (texlive-getfiledate): (texlive-getitems): (texlive-gindex): (texlive-ginpenc): (texlive-gitfile-info): (texlive-gitinfo): (texlive-gitinfo2): (texlive-gitlog): (texlive-gitstatus): (texlive-gitver): (texlive-globalvals): (texlive-gloss): (texlive-glossaries-danish): (texlive-glossaries-dutch): (texlive-glossaries-english): (texlive-glossaries-estonian): (texlive-glossaries-extra): (texlive-glossaries-finnish): (texlive-glossaries-french): (texlive-glossaries-german): (texlive-glossaries-irish): (texlive-glossaries-italian): (texlive-glossaries-magyar): (texlive-glossaries-nynorsk): (texlive-glossaries-polish): (texlive-glossaries-portuges): (texlive-glossaries-serbian): (texlive-glossaries-slovene): (texlive-glossaries-spanish): (texlive-gmdoc): (texlive-gmdoc-enhance): (texlive-gmiflink): (texlive-gmutils): (texlive-gmverb): (texlive-grabbox): (texlive-gradient-text): (texlive-grading-scheme): (texlive-graphbox): (texlive-graphicscache): (texlive-graphicx-psmin): (texlive-graphicxbox): (texlive-graphpaper): (texlive-grayhints): (texlive-grfpaste): (texlive-grid): (texlive-grid-system): (texlive-gridpapers): (texlive-gridset): (texlive-gridslides): (texlive-gs1): (texlive-xcomment): (texlive-ha-prosper): (texlive-hackthefootline): (texlive-handin): (texlive-handout): (texlive-handoutwithnotes): (texlive-hang): (texlive-harnon-cv): (texlive-harpoon): (texlive-hc): (texlive-he-she): (texlive-hep-acronym): (texlive-hep-float): (texlive-hep-math): (texlive-hep-text): (texlive-hep-title): (texlive-hereapplies): (texlive-hhtensor): (texlive-hideanswer): (texlive-highlightlatex): (texlive-histogr): (texlive-hitec): (texlive-hitreport): (texlive-hletter): (texlive-hobsub): (texlive-hpsdiss): (texlive-href-ul): (texlive-hrefhide): (texlive-huawei): (texlive-hvextern): (texlive-hvindex): (texlive-hvlogos): (texlive-hvpygmentex): (texlive-hvqrurl): (texlive-hwemoji): (texlive-hypdestopt): (texlive-hypdvips): (texlive-hyper): (texlive-hyperbar): (texlive-hypernat): (texlive-identkey): (texlive-idxcmds): (texlive-idxlayout): (texlive-ifallfalse): (texlive-iffont): (texlive-ifmslide): (texlive-ifnextok): (texlive-ifthenx): (texlive-iitem): (texlive-image-gallery): (texlive-indextools): (texlive-inline-images): (texlive-inlinelabel): (texlive-inputtrc): (texlive-interactiveworkbook): (texlive-interfaces): (texlive-intopdf): (texlive-inversepath): (texlive-invoice): (texlive-invoice-class): (texlive-invoice2): (texlive-iso): (texlive-iso10303): (texlive-isodoc): (texlive-isonums): (texlive-isopt): (texlive-isorot): (texlive-isotope): (texlive-issuulinks): (texlive-jlabels): (texlive-jmsdelim): (texlive-jobname-suffix): (texlive-jslectureplanner): (texlive-jumplines): (texlive-jvlisting): (texlive-kalendarium): (texlive-kerntest): (texlive-keycommand): (texlive-keyfloat): (texlive-keyindex): (texlive-keyparse): (texlive-keyreader): (texlive-keystroke): (texlive-keyval2e): (texlive-keyvaltable): (texlive-kix): (texlive-knowledge): (texlive-koma-moderncvclassic): (texlive-koma-script-sfs): (texlive-komacv): (texlive-komacv-rg): (texlive-ktv-texdata): (texlive-labbook): (texlive-labels): (texlive-labels4easylist): (texlive-labelschanged): (texlive-lambdax): (texlive-lastpackage): (texlive-latex-uni8): (texlive-latexcolors): (texlive-latexdemo): (texlive-latexgit): (texlive-layouts): (texlive-lazylist): (texlive-lccaps): (texlive-lcd): (texlive-lcg): (texlive-leading): (texlive-leaflet): (texlive-colorist): (texlive-lebhart): (texlive-lectures): (texlive-lectureslides): (texlive-leftidx): (texlive-leftindex): (texlive-leipzig): (texlive-lengthconvert): (texlive-lettre): (texlive-lettrine): (texlive-lewis): (texlive-lhelp): (texlive-libgreek): (texlive-limap): (texlive-linegoal): (texlive-linop): (texlive-lisp-on-tex): (texlive-listing): (texlive-listlbls): (texlive-listliketab): (texlive-listofsymbols): (texlive-lkproof): (texlive-lmake): (texlive-locality): (texlive-logbox): (texlive-logical-markup-utils): (texlive-logpap): (texlive-longfbox): (texlive-longfigure): (texlive-longnamefilelist): (texlive-loops): (texlive-lsc): (texlive-lstaddons): (texlive-lstfiracode): (texlive-lt3graph): (texlive-lt3rawobjects): (texlive-ltabptch): (texlive-ltxguidex): (texlive-ltxkeys): (texlive-ltxnew): (texlive-ltxtools): (texlive-lua-check-hyphen): (texlive-lua-physical): (texlive-luatodonotes): (texlive-macrolist): (texlive-macroswap): (texlive-magaz): (texlive-magicnum): (texlive-magicwatermark): (texlive-mailing): (texlive-mailmerge): (texlive-makebarcode): (texlive-makebase): (texlive-makebox): (texlive-makecirc): (texlive-makecookbook): (texlive-makedtx): (texlive-makeglos): (texlive-makelabels): (texlive-makerobust): (texlive-mandi): (texlive-manuscript): (texlive-manyind): (texlive-marginfit): (texlive-mathexam): (texlive-mathfam256): (texlive-mathfont): (texlive-maybemath): (texlive-mcaption): (texlive-mceinleger): (texlive-mcexam): (texlive-mcite): (texlive-mciteplus): (texlive-media4svg): (texlive-medstarbeamer): (texlive-meetingmins): (texlive-memexsupp): (texlive-memory): (texlive-mensa-tex): (texlive-menu): (texlive-menucard): (texlive-menukeys): (texlive-metalogox): (texlive-metanorma): (texlive-metastr): (texlive-method): (texlive-metre): (texlive-mftinc): (texlive-mi-solns): (texlive-midpage): (texlive-mindflow): (texlive-minibox): (texlive-minidocument): (texlive-minifp): (texlive-minipage-marginpar): (texlive-minorrevision): (texlive-minutes): (texlive-mla-paper): (texlive-mleftright): (texlive-mlist): (texlive-mmap): (texlive-mnotes): (texlive-moderncv): (texlive-modernposter): (texlive-moderntimeline): (texlive-modref): (texlive-modroman): (texlive-modular): (texlive-monofill): (texlive-moodle): (texlive-moreenum): (texlive-morehype): (texlive-moresize): (texlive-movie15): (texlive-mpostinl): (texlive-msc): (texlive-msg): (texlive-mslapa): (texlive-mtgreek): (texlive-multenum): (texlive-multiaudience): (texlive-multibbl): (texlive-multicap): (texlive-multicolrule): (texlive-multidef): (texlive-multienv): (texlive-multiexpand): (texlive-multifootnote): (texlive-multilang): (texlive-multiple-choice): (texlive-mversion): (texlive-mwe): (texlive-mycv): (texlive-mylatex): (texlive-mylatexformat): (texlive-nag): (texlive-nameauth): (texlive-namespc): (texlive-ncclatex): (texlive-nestquot): (texlive-newcommand): (texlive-newenviron): (texlive-newfile): (texlive-newlfm): (texlive-newspaper): (texlive-newvbtm): (texlive-nextpage): (texlive-nfssext-cfr): (texlive-nicefilelist): (texlive-niceframe): (texlive-nicetext): (texlive-nidanfloat): (texlive-ninecolors): (texlive-nlctdoc): (texlive-noconflict): (texlive-noindentafter): (texlive-noitcrul): (texlive-nolbreaks): (texlive-nomentbl): (texlive-nonfloat): (texlive-nonumonpart): (texlive-nopageno): (texlive-normalcolor): (texlive-notes): (texlive-notespages): (texlive-notestex): (texlive-notoccite): (texlive-nowidow): (texlive-nox): (texlive-numberedblock): (texlive-numname): (texlive-numspell): (texlive-ocg-p): (texlive-ocgx): (texlive-ocr-latex): (texlive-oldstyle): (texlive-onlyamsmath): (texlive-opcit): (texlive-opencolor): (texlive-optidef): (texlive-optional): (texlive-options): (texlive-orcidlink): (texlive-orientation): (texlive-outline): (texlive-outliner): (texlive-outlines): (texlive-outlining): (texlive-overlays): (texlive-padcount): (texlive-pagecont): (texlive-pagegrid): (texlive-pagelayout): (texlive-pagerange): (texlive-pageslts): (texlive-palette): (texlive-pangram): (texlive-paper): (texlive-papercdcase): (texlive-papermas): (texlive-papertex): (texlive-paracol): (texlive-parades): (texlive-paresse): (texlive-parnotes): (texlive-parsa): (texlive-parselines): (texlive-pas-cours): (texlive-pas-cv): (texlive-pas-tableur): (texlive-patch): (texlive-patchcmd): (texlive-pauldoc): (texlive-pawpict): (texlive-pax): (texlive-pbalance): (texlive-pbsheet): (texlive-pdf14): (texlive-pdfcolmk): (texlive-pdfcomment): (texlive-pdfcprot): (texlive-pdfmarginpar): (texlive-pdfoverlay): (texlive-pdfpagediff): (texlive-pdfpc): (texlive-pdfpc-movie): (texlive-pdfprivacy): (texlive-pdfreview): (texlive-pdfscreen): (texlive-pdfslide): (texlive-pdfsync): (texlive-pdfwin): (texlive-pecha): (texlive-perltex): (texlive-permute): (texlive-petiteannonce): (texlive-pgfmath-xfp): (texlive-phfcc): (texlive-phfextendedabstract): (texlive-phffullpagefigure): (texlive-phfnote): (texlive-phfparen): (texlive-phfqit): (texlive-phfquotetext): (texlive-phfsvnwatermark): (texlive-phfthm): (texlive-philex): (texlive-phonenumbers): (texlive-photo): (texlive-photobook): (texlive-picture): (texlive-piff): (texlive-pkgloader): (texlive-plantslabels): (texlive-plates): (texlive-plweb): (texlive-pmboxdraw): (texlive-polynom): (texlive-polynomial): (texlive-polytable): (texlive-postcards): (texlive-poster-mac): (texlive-postnotes): (texlive-powerdot): (texlive-ppr-prv): (texlive-crumbs): (texlive-pagecolor): (texlive-ppt-slides): (texlive-practicalreports): (texlive-prelim2e): (texlive-pressrelease): (texlive-prettyref): (texlive-prettytok): (texlive-printlen): (texlive-probsoln): (texlive-program): (texlive-progress): (texlive-progressbar): (texlive-proofread): (texlive-properties): (texlive-prosper): (texlive-protex): (texlive-protocol): (texlive-psfragx): (texlive-pstring): (texlive-pxgreeks): (texlive-pygmentex): (texlive-python): (texlive-pythonimmediate): (texlive-qcm): (texlive-qstest): (texlive-qsymbols): (texlive-quicktype): (texlive-quiz2socrative): (texlive-quotchap): (texlive-quoting): (texlive-quotmark): (texlive-ran-toks): (texlive-randtext): (texlive-rccol): (texlive-rcs-multi): (texlive-rcsinfo): (texlive-readablecv): (texlive-realboxes): (texlive-recipe): (texlive-recipebook): (texlive-recipecard): (texlive-rectopma): (texlive-refcheck): (texlive-refenums): (texlive-reflectgraphics): (texlive-refman): (texlive-regcount): (texlive-register): (texlive-regstats): (texlive-relenc): (texlive-repeatindex): (texlive-repltext): (texlive-rescansync): (texlive-resmes): (texlive-returntogrid): (texlive-rgltxdoc): (texlive-rjlparshap): (texlive-rlepsf): (texlive-rmpage): (texlive-robustcommand): (texlive-robustindex): (texlive-romanbar): (texlive-romanbarpagenumber): (texlive-romanneg): (texlive-romannum): (texlive-rotfloat): (texlive-rotpages): (texlive-roundbox): (texlive-rterface): (texlive-rtkinenc): (texlive-rulerbox): (texlive-rulercompass): (texlive-runcode): (texlive-rvwrite): (texlive-sanitize-umlaut): (texlive-precattl): (texlive-saveenv): (texlive-savefnmark): (texlive-savesym): (texlive-savetrees): (texlive-scale): (texlive-scalebar): (texlive-scalerel): (texlive-scanpages): (texlive-schedule): (texlive-schooldocs): (texlive-scontents): (texlive-scrambledenvs): (texlive-scrlayer-fancyhdr): (texlive-scrlttr2copy): (texlive-sdaps): (texlive-sdrt): (texlive-secdot): (texlive-secnum): (texlive-sectionbox): (texlive-sectionbreak): (texlive-seealso): (texlive-selectp): (texlive-semantex): (texlive-semantic): (texlive-semantic-markup): (texlive-semesterplanner): (texlive-semioneside): (texlive-semproc): (texlive-semtex): (texlive-sepfootnotes): (texlive-sesstime): (texlive-sf298): (texlive-sffms): (texlive-sfmath): (texlive-shadethm): (texlive-shadow): (texlive-shadowtext): (texlive-shapepar): (texlive-shdoc): (texlive-shipunov): (texlive-shorttoc): (texlive-show2e): (texlive-showcharinbox): (texlive-showdim): (texlive-showlabels): (texlive-sidenotes): (texlive-sidenotesplus): (texlive-silence): (texlive-sillypage): (texlive-simplecd): (texlive-simplecv): (texlive-simpleinvoice): (texlive-simplivre): (texlive-sitem): (texlive-skb): (texlive-skdoc): (texlive-skeldoc): (texlive-skeycommand): (texlive-skeyval): (texlive-skills): (texlive-skrapport): (texlive-slantsc): (texlive-smalltableof): (texlive-smart-eqn): (texlive-smartref): (texlive-smartunits): (texlive-snapshot): (texlive-snaptodo): (texlive-snotez): (texlive-soulpos): (texlive-spacingtricks): (texlive-spark-otf): (texlive-sparklines): (texlive-sphack): (texlive-splitindex): (texlive-spot): (texlive-spotcolor): (texlive-spreadtab): (texlive-spverbatim): (texlive-srbook-mem): (texlive-srcltx): (texlive-sseq): (texlive-sslides): (texlive-stack): (texlive-stdclsdv): (texlive-stdpage): (texlive-stealcaps): (texlive-stex): (texlive-storecmd): (texlive-stringstrings): (texlive-sttools): (texlive-stubs): (texlive-studenthandouts): (texlive-styledcmd): (texlive-subdepth): (texlive-subdocs): (texlive-subeqn): (texlive-subeqnarray): (texlive-subfigmat): (texlive-subfloat): (texlive-suppose): (texlive-svgcolor): (texlive-svn): (texlive-svn-multi): (texlive-svninfo): (texlive-swfigure): (texlive-swungdash): (texlive-syntax): (texlive-syntrace): (texlive-synttree): (texlive-tabbing): (texlive-tabfigures): (texlive-tableaux): (texlive-tablefootnote): (texlive-tableof): (texlive-tablists): (texlive-tabls): (texlive-tablvar): (texlive-tabstackengine): (texlive-tabularborder): (texlive-tabularcalc): (texlive-tabularew): (texlive-tabularray): (texlive-tagging): (texlive-tagpair): (texlive-tagpdf): (texlive-talk): (texlive-tamefloats): (texlive-tasks): (texlive-tcldoc): (texlive-tdclock): (texlive-technics): (texlive-ted): (texlive-templatetools): (texlive-termcal): (texlive-termlist): (texlive-termsim): (texlive-testhyphens): (texlive-testidx): (texlive-tex-label): (texlive-tex-locale): (texlive-texlogos): (texlive-texmate): (texlive-texments): (texlive-texpower): (texlive-texshade): (texlive-texsurgery): (texlive-textcsc): (texlive-textfit): (texlive-textmerg): (texlive-textualicomma): (texlive-texvc): (texlive-theoremref): (texlive-thinsp): (texlive-thmtools): (texlive-threadcol): (texlive-thumb): (texlive-thumbs): (texlive-thumby): (texlive-ticket): (texlive-tipauni): (texlive-titlecaps): (texlive-titlefoot): (texlive-titlepic): (texlive-titleref): (texlive-to-be-determined): (texlive-tocdata): (texlive-todo): (texlive-tokcycle): (texlive-tokenizer): (texlive-toolbox): (texlive-topfloat): (texlive-topiclongtable): (texlive-totalcount): (texlive-tramlines): (texlive-trfsigns): (texlive-trivfloat): (texlive-trsym): (texlive-truncate): (texlive-tucv): (texlive-turnthepage): (texlive-twoinone): (texlive-twoup): (texlive-txgreeks): (texlive-typed-checklist): (texlive-typeface): (texlive-typoaid): (texlive-typogrid): (texlive-uassign): (texlive-uebungsblatt): (texlive-umoline): (texlive-underlin): (texlive-underoverlap): (texlive-uni-titlepage): (texlive-unicodefonttable): (texlive-unisc): (texlive-unitconv): (texlive-unravel): (texlive-upmethodology): (texlive-uri): (texlive-ushort): (texlive-uspace): (texlive-utf8add): (texlive-uwmslide): (texlive-variablelm): (texlive-varindex): (texlive-varsfromjobname): (texlive-vcell): (texlive-vdmlisting): (texlive-verbasef): (texlive-verbatimcopy): (texlive-verbdef): (texlive-verbments): (texlive-verifiche): (texlive-version): (texlive-versions): (texlive-versonotes): (texlive-vertbars): (texlive-vgrid): (texlive-vhistory): (texlive-vmargin): (texlive-volumes): (texlive-vpe): (texlive-vruler): (texlive-vtable): (texlive-vwcol): (texlive-wallcalendar): (texlive-warning): (texlive-warpcol): (texlive-webquiz): (texlive-widetable): (texlive-widows-and-orphans): (texlive-williams): (texlive-withargs): (texlive-wordcount): (texlive-wordlike): (texlive-worksheet): (texlive-wrapfig2): (texlive-wrapstuff): (texlive-writeongrid): (texlive-wtref): (texlive-xargs): (texlive-xassoccnt): (texlive-xbmks): (texlive-xcntperchap): (texlive-xcolor-material): (texlive-xcolor-solarized): (texlive-xcookybooky): (texlive-xcpdftips): (texlive-xdoc): (texlive-xellipsis): (texlive-xfakebold): (texlive-xhfill): (texlive-xint): (texlive-xkcdcolors): (texlive-xltabular): (texlive-xnewcommand): (texlive-xoptarg): (texlive-xpunctuate): (texlive-xpeek): (texlive-xprintlen): (texlive-xsavebox): (texlive-xsim): (texlive-xtab): (texlive-xurl): (texlive-xwatermark): (texlive-xytree): (texlive-yafoot): (texlive-yagusylo): (texlive-yaletter): (texlive-ycbook): (texlive-yplan): (texlive-zebra-goodies): (texlive-zed-csp): (texlive-zennote): (texlive-ziffer): (texlive-zref-check): (texlive-zref-clever): (texlive-zref-vario): (texlive-zwgetfdate): (texlive-zwpagelayout): (texlive-ptex-fontmaps): (texlive-ptex2pdf): (texlive-dvipdfmx): (texlive-haranoaji): (texlive-xetex): Update to 2024.2. (texlive-libptexenc)[arguments]<#:phases>: Fix failing tests. (texlive-bin)[arguments]<#:phases>: Fix failing test. (texlive-ptex-bin)[inputs]: (texlive-uptex-bin)[inputs]: Add MPFI. (texlive-bibtex8-bin)[arguments]<#:phases>: Fix syntax to skip test. (texlive-bibtexu-bin)[arguments]<#:phases>: Fix syntax to skip test. [native-inputs]: Add PERL. (texlive-dvisvgm-bin)[source]<origin>: Fix failing test.
* gnu: texlive-jadetex: Small refactoring.Nicolas Goaziou2024-07-11
| | | | | | * gnu/packages/tex.scm (texlive-jadetex)[arguments]<#:phases>: Small refactoring. Change-Id: Idfce791bd7f3b0a1c5ce509ef90ddb9044c78ee3
* gnu: texlive-xmltex: Remove useless binding.Nicolas Goaziou2024-07-11
| | | | | | * gnu/packages/tex.scm (texlive-xmltex)[arguments]<#:phases>: Remove useless binding. Change-Id: I5088d42203b85157f89c5ddcbdb66666dc886504
* gnu: texlive-texsis: Create missing symlink.Nicolas Goaziou2024-07-11
| | | | | | | * gnu/packages/tex.scm (texlive-texsis)[arguments]<#:phases>: Create missing symlink. Change-Id: Iad8dc76aa53f6794aef3e282bd3de136deab3511
* gnu: texlive-uplatex: Create missing symlink.Nicolas Goaziou2024-07-11
| | | | | | | * gnu/packages/tex.scm (texlive-uplatex)[arguments]<#:phases>: Create missing symlink. Change-Id: I2f1d251f1826d7386507dd5717bebb8652614b3d
* gnu: texlive-platex: Create missing symlink.Nicolas Goaziou2024-07-11
| | | | | | | * gnu/packages/tex.scm (texlive-platex)[arguments]<#:phases>: Create missing symlink. Change-Id: I7924933a858526b2ffa1177ba29f916da99e3335
* gnu: texlive-optex: Create missing symlink.Nicolas Goaziou2024-07-11
| | | | | | | * gnu/packages/tex.scm (texlive-optex)[arguments]<#:phases>: Create missing symlink. Change-Id: I5b86e979ca3c6ce2aa8e6481596389dd83acb4ca
* gnu: texlive-mltex: Create missing symlinks.Nicolas Goaziou2024-07-11
| | | | | | | * gnu/packages/tex.scm (texlive-mltex)[arguments]<#:phases>: Create missing symlinks. Change-Id: I05c7aa88aee42f01fea96bd36a173fa494d54d6d
* gnu: texlive-mex: Create missing symlinks.Nicolas Goaziou2024-07-11
| | | | | | | * gnu/packages/tex.scm (texlive-mex)[arguments]<#:phases>: Create missing symlinks. Change-Id: I434db9503f3c04aeb27b0daf712cf45187d140a6