summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm
| * gnu: Add texlive-amsfonts/patched.Ricardo Wurmus2021-05-05
| | | | | | | | * gnu/packages/tex.scm (texlive-amsfonts/patched): New variable.
| * gnu: Add texlive-eurosym.Ricardo Wurmus2021-05-04
| | | | | | | | * gnu/packages/tex.scm (texlive-eurosym): New variable.
| * gnu: Add texlive-tcolorbox.Ricardo Wurmus2021-05-04
| | | | | | | | * gnu/packages/tex.scm (texlive-tcolorbox): New variable.
| * gnu: Add texlive-adjustbox.Ricardo Wurmus2021-05-04
| | | | | | | | * gnu/packages/tex.scm (texlive-adjustbox): New variable.
| * gnu: Add texlive-collectbox.Ricardo Wurmus2021-05-04
| | | | | | | | * gnu/packages/tex.scm (texlive-collectbox): New variable.
| * gnu: Add texlive-storebox.Ricardo Wurmus2021-05-04
| | | | | | | | * gnu/packages/tex.scm (texlive-storebox): New variable.
| * gnu: Add texlive-ifoddpage.Ricardo Wurmus2021-05-04
| | | | | | | | * gnu/packages/tex.scm (texlive-ifoddpage): New variable.
| * gnu: Add texlive-titling.Ricardo Wurmus2021-05-04
| | | | | | | | * gnu/packages/tex.scm (texlive-titling): New variable.
| * gnu: Add texlive-default-updmap.cfg.Ricardo Wurmus2021-05-03
| | | | | | | | * gnu/packages/tex.scm (texlive-default-updmap.cfg): New variable.
| * gnu: Add texlive-babel-swedish.Ricardo Wurmus2021-05-03
| | | | | | | | | | | | * gnu/packages/tex.scm (texlive-babel-swedish): New variable. Co-authored-by: Rovanion Luckey <rovanion.luckey@gmail.com>
| * gnu: Add texlive-pagenote.Ricardo Wurmus2021-05-03
| | | | | | | | * gnu/packages/tex.scm (texlive-pagenote): New variable.
| * gnu: Add texlive-ifmtarg.Ricardo Wurmus2021-05-03
| | | | | | | | * gnu/packages/tex.scm (texlive-ifmtarg): New variable.
| * gnu: Add texlive-morefloats.Ricardo Wurmus2021-05-03
| | | | | | | | * gnu/packages/tex.scm (texlive-morefloats): New variable.
| * gnu: Add texlive-sectsty.Ricardo Wurmus2021-05-03
| | | | | | | | * gnu/packages/tex.scm (texlive-sectsty): New variable.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-04-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/boost.scm gnu/packages/chez.scm gnu/packages/compression.scm gnu/packages/crates-io.scm gnu/packages/docbook.scm gnu/packages/engineering.scm gnu/packages/gcc.scm gnu/packages/gl.scm gnu/packages/gtk.scm gnu/packages/nettle.scm gnu/packages/python-check.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/rust.scm gnu/packages/sqlite.scm guix/build-system/node.scm
| * gnu: Add texlive-kastrup.Paul Garlick2021-04-15
| | | | | | | | * gnu/packages/tex.scm: New variable.
| * gnu: Add texlive-ly1.Paul Garlick2021-04-14
| | | | | | | | * gnu/packages/tex.scm: New package.
| * gnu: Add texlive-xcharter.Paul Garlick2021-04-13
| | | | | | | | * gnu/packages/tex.scm: New variable.
| * gnu: Add texlive-newtx.Paul Garlick2021-04-12
| | | | | | | | * gnu/packages/tex.scm: New variable.
| * gnu: Add texlive-cabin.Paul Garlick2021-04-09
| | | | | | | | * gnu/packages/tex.scm: New variable.
| * gnu: Add texlive-mweights.Paul Garlick2021-04-08
| | | | | | | | * gnu/packages/tex.scm: New variable.
| * gnu: Add texlive-fontaxes.Paul Garlick2021-04-07
| | | | | | | | * gnu/packages/tex.scm: New variable.
| * gnu: Fix packages that were importing Guile modules from the host.Ludovic Courtès2021-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Those packages were importing (ice-9 match) & co. from the host Guile, which could potentially lead to different derivations depending on the Guile in use. Uncovered by the warning emitted by 'gexp-modules'. * gnu/packages/admin.scm (inxi-minimal)[arguments]: Remove Guile modules from #:modules. * gnu/packages/dns.scm (ddclient)[arguments]: Likewise. * gnu/packages/tex.scm (texlive-latex-koma-script)[arguments]: Likewise. * gnu/packages/java.scm (openjdk11)[arguments]: Likewise for #:imported-modules.
| * gnu: Add texlive-utopia.Paul Garlick2021-04-01
| | | | | | | | * gnu/packages/tex.scm: New variable.
| * gnu: Add texlive-fourier.Paul Garlick2021-03-31
| | | | | | | | * gnu/packages/tex.scm: New variable.
| * gnu: Add texlive-bera.Paul Garlick2021-03-30
| | | | | | | | * gnu/packages/tex.scm: New variable.
| * gnu: Add texlive-mathdesign.Paul Garlick2021-03-29
| | | | | | | | * gnu/packages/tex.scm: New variable.
* | gnu: Fix packages that were importing Guile modules from the host.Ludovic Courtès2021-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Those packages were importing (ice-9 match) & co. from the host Guile, which could potentially lead to different derivations depending on the Guile in use. Uncovered by the warning emitted by 'gexp-modules'. * gnu/packages/admin.scm (inxi-minimal)[arguments]: Remove Guile modules from #:modules. * gnu/packages/dns.scm (ddclient)[arguments]: Likewise. * gnu/packages/tex.scm (texlive-latex-koma-script)[arguments]: Likewise. * gnu/packages/java.scm (openjdk11)[arguments]: Likewise for #:imported-modules.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-03-24
|\|
| * gnu: texlive-latex-base: Fix compilation on powerpc64le*.Leo Le Bouter2021-03-23
| | | | | | | | | | | | | | | | * gnu/packages/tex.scm (texlive-latex-base)[arguments]: LuaJIT is not ported to powerpc64le* yet. Update replacement 'build phase to add "luajittex" within the "disabled-formats" list on powerpc64le*. Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
| * gnu: texlive-bin: Fix compilation on powerpc64le*.Leo Le Bouter2021-03-23
| | | | | | | | | | | | | | | | | | * gnu/packages/tex.scm (texlive-bin)[arguments]: Append "--disable-luajittex" and "--disable-mfluajit" to keyword argument "#:configure-flags" on powerpc64le* because LuaJIT is not ported to powerpc64le* yet. Also set "#:tests?" to "#f" on powerpc64le*. Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
* | Merge branch 'master' into core-updatesChristopher Baines2021-03-06
|\|
| * gnu: texlive-arev: Fix typo.Paul Garlick2021-02-16
| | | | | | | | * gnu/packages/tex.scm (texlive-arev)[license]: Fix filename.
| * gnu: Add texlive-arev.Paul Garlick2021-02-16
| | | | | | | | * gnu/packages/tex.scm (texlive-arev): New variable.
* | Merge branch 'master' into core-updatesDanny Milosavljevic2021-02-11
|\|
| * gnu: lyx: Update to 2.3.6.1.Nicolas Goaziou2021-02-11
| | | | | | | | * gnu/packages/tex.scm (lyx): Update to 2.3.6.1.
| * gnu: texlive-wasysym: Update synopsis and description.Maxim Cournoyer2021-01-14
| | | | | | | | | | | | * gnu/packages/tex.scm (texlive-wasysym)[synopsis]: Refer to the font by 'wasy', not WASY2. [description]: Likewise. Use code ornaments for the LaTeX package names.
| * gnu: Add texlive-wasy.Maxim Cournoyer2021-01-14
| | | | | | | | * gnu/packages/tex.scm (texlive-wasy): New variable.
| * gnu: Add texlive-helvetic.Maxim Cournoyer2021-01-14
| | | | | | | | * gnu/packages/tex.scm (texlive-helvetic): New variable.
| * gnu: Add texlive-courier.Maxim Cournoyer2021-01-14
| | | | | | | | * gnu/packages/tex.scm (texlive-courier): New variable.
| * gnu: Add texlive-jknappen.Maxim Cournoyer2021-01-14
| | | | | | | | * gnu/packages/tex.scm (texlive-jknappen): New variable.
| * gnu: Add texlive-tipa.Maxim Cournoyer2021-01-14
| | | | | | | | * gnu/packages/tex.scm (texlive-tipa): New variable.
| * gnu: Add texlive-marvosym.Maxim Cournoyer2021-01-14
| | | | | | | | * gnu/packages/tex.scm (texlive-marvosym): New variable.
* | gnu: Replace all uses of texlive-union by texlive-updmap.cfg.Maxim Cournoyer2021-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/build.scm (pdf-manual) Replace texlive-union by texlive-updmap.cfg. * gnu/packages/algebra.scm (pari-gp): Likewise. * gnu/packages/bioinformatics.scm (discrover, velvet): Likewise. * gnu/packages/chez.scm (chez-scheme, chez-web, chez-sockets): Likewise. * gnu/packages/docbook.scm (dblatex): Likewise. * gnu/packages/emacs-xyz.scm (emacs-auctex): Likewise. * gnu/packages/engineering.scm (fastcap): Likewise. * gnu/packages/guile-xyz.scm (emacsy, guile-cv): Likewise. * gnu/packages/lisp.scm (sbcl): Likewise. * gnu/packages/maths.scm (octave, hypre): Likewise. * gnu/packages/music.scm (lilypond): Likewise. * gnu/packages/plotutils.scm (asymptote): Likewise. * gnu/packages/python-xyz.scm (python-numpy-documentation) (python-matplotlib-documentation, python-ipython-documentation) (python-pypandoc): Likewise. * gnu/packages/radio.scm (gnuradio, libosmo-dsp): Likewise. * gnu/packages/scheme.scm (mit-scheme): Likewise. * gnu/packages/statistics.scm (r-with-tests): Likewise. * gnu/packages/tex.scm (simple-texlive-package) (texlive-xmltex, texlive-tiny, texlive-jadetex, teximpatient, lyx): Likewise.
* | gnu: texlive-amsfonts: Adjust to build with texlive-updmap.cfg.Maxim Cournoyer2021-01-29
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/tex.scm (texlive-amsfonts)[phases] {build-fonts}: Do not set SOURCE_DATE_EPOCH, already done by the build system. Let resources be auto-discovered by TeX Live machinery by simply setting GUIX_TEXMF. Remove references to the texlive-union input. Remove trailing #t. {install-generated-fonts}: Remove trailing #t. [native-inputs]: Replace texlive-union by texlive-updmap.cfg. Remove the texlive-cm and texlive-metafont arguments of texlive-updmap.cfg.
* | gnu: texlive-bin: Enable the use of multiple TeX Live trees.Maxim Cournoyer2021-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attempting to compose multiple TeX Live trees (such as can happen when using a texlive-union generated package) proved problematic; only the texmf.cnf configuration file from the union would be honored, causing other TeX Live components to be ignored. This change does away with TeX Live unions, instead relying on the default texmf.cnf configuration file provided by the texlive-bin package to honor individual TeX Live trees referred to via the newly introduced GUIX_TEXMF variable, and replacing the texlive-union procedure by texlive-updmap.cfg, to explicit that generating the fonts map configuration is now its sole purpose. * gnu/packages/tex.scm (texlive-bin)[phases]{customize-texmf}: New phase. {postint}: Move the patching of the texmf.cnf file to the new above phase. Patch the updmap.pl script to find its Perl modules. [native-search-paths]: Rename the TEXMF variable to GUIX_TEXMF. Remove the TEXMFCNF variable. * guix/profiles.scm (texlive-configuration): Remove procedure. (%default-profile-hooks)[texlive-configuration]: Unregister hook. (texlive-union): Alias to what has moved to... (texlivke-updmap.cfg): ... here. Update doc. Do not provide a different texmf.cnf configuration. [inherit]: Do not inherit from texlive-base. [build-system]: Switch to the copy-build-system. [arguments]{install-plan}: New argument. [phases]{regenerate-updmap.cfg}: New phase, which keeps only the fonts map generating code from the previous builder code. [inputs]: Remove bash, and move to ... [propagated-inputs]: ... here. [native-inputs]: Remove field, and move the source of the base updmap.cfg file to... [source]: ... here. [synopsis]: Update. [description]: Likewise. [license]: Delete duplicates.
* | gnu: texlive-bin: Patch shell commands in scripts.Maxim Cournoyer2021-01-14
| | | | | | | | * gnu/packages/tex.scm (texlive-bin)[phases]{patch-scripts}: New phase.
* | gnu: texlive-bin: Fix the tlmgr utility.Maxim Cournoyer2021-01-14
| | | | | | | | | | | | | | | | | | | | Previously, it would error out, not finding its Perl modules, and later not finding config.guess. This utility is useful to query the local TeX Live package database (texlive.tlpdb). (texlive-bin)[inputs]{config}: New input. [phases]{postint}: Add a symlink to the 'config.guess' script. Patch the tlmgr.pl script so that it can find its Perl modules and other resources.
* | gnu: texlive-bin: Unpack the texlive-scripts and texlive-extra inputs early.Maxim Cournoyer2021-01-14
| | | | | | | | | | | | | | | | | | | | | | This allows the sources to processed normally by the other phases such as patch-source-shebangs. * gnu/packages/tex.scm (texlive-bin)[arguments]: Specify #:modules. [phases]{unpack-texlive-extra, unpack-texlive-scripts}: New phases. {postint}: Move the unpacking of the texlive-extra and texlive-scripts inputs to the above newly added phases. The installation of these extra directories now simply uses copy-recursively.