summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
Commit message (Collapse)AuthorAge
* Remove traces of "GuixSD".Ludovic Courtès2019-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/bootloader/extlinux.scm (extlinux-configuration-file): Remove mentions of "GuixSD". * gnu/bootloader/grub.scm (install-grub-efi): Likewise. * gnu/build/vm.scm (make-iso9660-image): Change default #:volume-id to "Guix_image". (initialize-hard-disk): Search for the "Guix_image" label. * gnu/ci.scm (system-test-jobs, tarball-jobs): Remove "GuixSD". * gnu/installer/newt/welcome.scm (run-welcome-page): Likewise. * gnu/packages/audio.scm (supercollider)[description]: Likewise. * gnu/packages/curl.scm (curl): Likewise. * gnu/packages/emacs.scm (emacs): Likewise. * gnu/packages/gnome.scm (network-manager): Likewise. * gnu/packages/julia.scm (julia): Likewise. * gnu/packages/linux.scm (alsa-plugins): Likewise. (powertop, wireless-regdb): Likewise. * gnu/packages/package-management.scm (guix): Likewise. * gnu/packages/polkit.scm (polkit): Likewise. * gnu/packages/tex.scm (texlive-bin): Likewise. * gnu/services/base.scm (file-systems->fstab): Likewise. * gnu/services/cups.scm (%cups-activation): Likewise. * gnu/services/mail.scm (%dovecot-activation): Likewise. * gnu/services/messaging.scm (prosody-configuration)[log]: Likewise. * gnu/system/examples/vm-image.tmpl (vm-image-motd): Likewise. * gnu/system/install.scm (installation-os)[file-systems]: Change root file system label to "Guix_image". * gnu/system/mapped-devices.scm (check-device-initrd-modules): Remove "GuixSD". * gnu/system/vm.scm (system-docker-image): Likewise. (system-disk-image)[root-label]: Change to "Guix_image". * gnu/tests/install.scm (run-install): Remove "GuixSD". * guix/modules.scm (guix-module-name?): Likewise. * nix/libstore/optimise-store.cc: Likewise.
* gnu: texmaker: Update to 5.0.3.Tobias Geerinckx-Rice2019-03-11
| | | | * gnu/packages/tex.scm (texmaker): Update to 5.0.3.
* gnu: Add texlive-latex-pdfx.Ricardo Wurmus2019-03-08
| | | | * gnu/packages/tex.scm (texlive-latex-pdfx): New variable.
* gnu: Add texlive-latex-xmpincl.Ricardo Wurmus2019-03-08
| | | | * gnu/packages/tex.scm (texlive-latex-xmpincl): New variable.
* gnu: lyx: Parameterize more version variables.Efraim Flashner2019-03-02
| | | | | | * gnu/packages/tex.scm (lyx)[source]: Parameterize the version string. [arguments]: Parameterize version variables in 'configre-flags and in the custom phases 'setenv-check and 'install-symlink.
* gnu: lyx: Update to 2.3.2-2.Ricardo Wurmus2019-03-02
| | | | | | | | | | | * gnu/packages/tex.scm (lyx): Update to 2.3.2-2. [source]: Remove patch. [arguments]: Adjust configure flags; add build phase "fix-compilation-with-boost-1.69"; remove phase "patch-installer"; create missing file in phase "setenv-check". [inputs]: Add mythes. [propagated-inputs]: Replace texlive with a texlive-union containing texlive-fonts-ec.
* gnu: teximpatient: Build with texlive-union.Ricardo Wurmus2019-03-01
| | | | | | | | | | | * gnu/packages/tex.scm (teximpatient)[source]: Use url-fetch/tarbomb, so that we can... [arguments]: ...remove the custom "unpack" phase; disable tests instead of deleting the "check" phase; add phase "fix-packaging-error". [native-inputs]: Replace texlive with a texlive-union containing texlive-latex-amsfonts, texlive-fonts-amsfonts, texlive-fonts-adobe-palatino, texlive-fonts-adobe-zapfding, texlive-fonts-knuth-lib, texlive-fonts-mflogo-font, and texlive-generic-pdftex.
* gnu: Add texlive-fonts-adobe-zapfding.Ricardo Wurmus2019-03-01
| | | | * gnu/packages/tex.scm (texlive-fonts-adobe-zapfding): New variable.
* gnu: Add texlive-fonts-adobe-palatino.Ricardo Wurmus2019-03-01
| | | | * gnu/packages/tex.scm (texlive-fonts-adobe-palatino): New variable.
* gnu: Add texlive-fonts-mflogo-font.Ricardo Wurmus2019-03-01
| | | | * gnu/packages/tex.scm (texlive-fonts-mflogo-font): New variable.
* gnu: Add texlive-latex-mflogo.Ricardo Wurmus2019-03-01
| | | | * gnu/packages/tex.scm (texlive-latex-mflogo): New variable.
* gnu: texlive-fonts-knuth-lib: Build all tfm files.Ricardo Wurmus2019-03-01
| | | | | * gnu/packages/tex.scm (texlive-fonts-knuth-lib)[arguments]: Build all tfm files in "build" phase.
* gnu: Add texlive-fonts-adobe-times.Ricardo Wurmus2019-03-01
| | | | * gnu/packages/tex.scm (texlive-fonts-adobe-times): New variable.
* gnu: texlive-latex-geometry: Add missing input.Ricardo Wurmus2019-03-01
| | | | | * gnu/packages/tex.scm (texlive-latex-geometry)[propagated-inputs]: Add texlive-latex-oberdiek.
* gnu: texlive-latex-pgf: Add missing input.Ricardo Wurmus2019-03-01
| | | | | * gnu/packages/tex.scm (texlive-latex-pgf)[propagated-inputs]: Add texlive-latex-xcolor.
* gnu: texlive-latex-oberdiek: Add ifxetex to inputs.Ricardo Wurmus2019-03-01
| | | | | * gnu/packages/tex.scm (texlive-latex-oberdiek)[propagated-inputs]: Add texlive-generic-ifxetex.
* gnu: texlive-latex-hyperref: Add missing inputs.Ricardo Wurmus2019-03-01
| | | | | * gnu/packages/tex.scm (texlive-latex-hyperref)[propagated-inputs]: Add texlive-latex-oberdiek and texlive-latex-url.
* Merge branch 'master' into stagingMarius Bakke2019-01-31
|\
| * gnu: Add texlive-latex-beamer.Ricardo Wurmus2019-01-29
| | | | | | | | * gnu/packages/tex.scm (texlive-latex-beamer): New variable.
| * gnu: texlive-latex-seminar: Copy files to output.Ricardo Wurmus2019-01-29
| | | | | | | | | | | | * gnu/packages/tex.scm (texlive-latex-seminar)[build-system]: Use trivial-build-system. [arguments]: Copy files to output.
* | Merge branch 'master' into stagingRicardo Wurmus2019-01-25
|\|
| * gnu: texlive-fonts-amsfonts: Build more fonts.Ricardo Wurmus2019-01-24
| | | | | | | | | | | | | | | | | | * gnu/packages/tex.scm (texlive-fonts-amsfonts)[arguments]: Convert afm files to tfm; also build missing tfm files via fontinst. [native-inputs]: Replace texlive-fonts-cm, texlive-metafont-base, and texlive-bin with a texlive-union of texlive-tex-fontinst-base, texlive-fonts-cm, and texlive-metafont-base; add amsfonts-plain, amsfonts-map, and amsfonts-afm.
| * gnu: Add texlive-tex-fontinst-base.Ricardo Wurmus2019-01-24
| | | | | | | | * gnu/packages/tex.scm (texlive-tex-fontinst-base): New variable.
| * gnu: texlive-latex-fancyvrb: Build fvrb-ex.Ricardo Wurmus2019-01-24
| | | | | | | | | | * gnu/packages/tex.scm (texlive-latex-fancyvrb)[arguments]: Supply tex-format.
| * gnu: texlive-fonts-cm: Build bitmap fonts at 600dpi.Ricardo Wurmus2019-01-24
| | | | | | | | | | * gnu/packages/tex.scm (texlive-fonts-cm)[arguments]: Build pk files and install them.
| * gnu: texlive-latex-base: Put fewer paths on TEXINPUTS.Ricardo Wurmus2019-01-24
| | | | | | | | | | * gnu/packages/tex.scm (texlive-latex-base)[arguments]: Use double slash for recursive directory search instead of FIND-FILES.
* | Merge branch 'master' into stagingLudovic Courtès2019-01-20
|\|
| * gnu: texlive-texmf: Fix build.Ricardo Wurmus2019-01-19
| | | | | | | | | | | | | | This is a follow-up to commit a1b4d62cda12d0d54663700a3f384f8a8ad5b13d. * gnu/packages/tex.scm (texlive-texmf)[arguments]: Unset texlive-bin search path.
| * gnu: Add missing module reference.Ricardo Wurmus2019-01-15
| | | | | | | | | | | | This is a follow-up to commit 44d10b1f722856ab8e9b942804aa7ef33e2ef739. * gnu/packages/tex.scm: Add missing reference to python-xyz.
| * gnu: texlive-fonts-amsfonts: Install type1 fonts.Ricardo Wurmus2019-01-15
| | | | | | | | | | | | * gnu/packages/tex.scm (texlive-fonts-amsfonts)[native-inputs]: Fetch type1 font files. [arguments]: Install them.
| * gnu: texlive-bin: Do not truncate output lines.Ricardo Wurmus2019-01-15
| | | | | | | | | | * gnu/packages/tex.scm (texlive-bin)[arguments]: Change default line limits in build phase.
| * gnu: Add texlive-luatex-luaotfload.Ricardo Wurmus2019-01-15
| | | | | | | | * gnu/packages/tex.scm (texlive-luatex-luaotfload): New variable.
| * gnu: Add texlive-fonts-lm.Ricardo Wurmus2019-01-15
| | | | | | | | * gnu/packages/tex.scm (texlive-fonts-lm): New variable.
| * gnu: Add texlive-fonts-cm-super.Ricardo Wurmus2019-01-15
| | | | | | | | * gnu/packages/tex.scm (texlive-fonts-cm-super): New variable.
| * gnu: texlive-union: Implement in terms of texlive-base.Ricardo Wurmus2019-01-15
| | | | | | | | * gnu/packages/tex.scm (texlive-union): Inherit from texlive-base.
| * gnu: Add texlive-base.Ricardo Wurmus2019-01-15
| | | | | | | | * gnu/packages/tex.scm (texlive-base): New variable.
| * gnu: texlive-bin: Add native search paths.Ricardo Wurmus2019-01-15
| | | | | | | | | | * gnu/packages/tex.scm (texlive-bin)[native-search-paths]: Add specifications for TEXMF and TEXMFCNF.
| * gnu: texlive-union: Wrap programs weakly.Ricardo Wurmus2019-01-15
| | | | | | | | | | * gnu/packages/tex.scm (texlive-union)[arguments]: Wrap programs with TEXMFCNF and TEXMF so that environment variables take precedence.
| * gnu: texlive-latex-fontspec: Install default fontspec.cfg.Ricardo Wurmus2019-01-15
| | | | | | | | | | * gnu/packages/tex.scm (texlive-latex-fontspec)[arguments]: Add build phase to install fontspec.cfg.
| * gnu: texlive-latex-fontspec: Propagate l3packages.Ricardo Wurmus2019-01-14
| | | | | | | | | | | | * gnu/packages/tex.scm (texlive-latex-fontspec)[inputs]: Remove texlive-latex-l3kernel. [propagated-inputs]: Add texlive-latex-l3packages.
| * gnu: texlive-latex-l3packages: Propagate l3kernel.Ricardo Wurmus2019-01-14
| | | | | | | | | | | | * gnu/packages/tex.scm (texlive-latex-l3packages)[inputs]: Move texlive-latex-l3kernel from here... [propagated-inputs]: ...to here.
| * gnu: Add texlive-latex-changepage.Ricardo Wurmus2019-01-14
| | | | | | | | * gnu/packages/tex.scm (texlive-latex-changepage): New variable.
| * gnu: Add texlive-generic-babel-german.Ricardo Wurmus2019-01-14
| | | | | | | | * gnu/packages/tex.scm (texlive-generic-babel-german): New variable.
| * gnu: texlive-latex-base: Install configuration files.Ricardo Wurmus2019-01-14
| | | | | | | | | | | | | | * gnu/packages/tex.scm (texlive-latex-base)[arguments]: Install all configuration files. [native-inputs]: Move texlive-generic-hyph-utf8 from here... [propagated-inputs]: ...to here.
* | Merge branch 'master' into stagingMarius Bakke2019-01-13
|\|
| * gnu: Update texlive packages.Ricardo Wurmus2019-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/build-system/texlive.scm (%texlive-tag, %texlive-revision): Update to texlive-2018.2, revision 49435. * gnu/packages/tex.scm (texlive-dvips, texlive-generic-unicode-data, texlive-generic-dehyph-exptl, texlive-generic-hyph-utf8, texlive-fontname, texlive-fonts-cm, texlive-tex-plain, texlive-latex-base, texlive-latex-graphics, texlive-latex-graphics, texlive-latex-oberdiek, texlive-latex-tools, texlive-latex-l3kernel, texlive-latex-l3packages, texlive-latex-fontspec, texlive-latex-amsmath, texlive-latex-amscls, texlive-latex-babel, texlive-latex-cyrillic, texlive-latex-eqparbox, texlive-latex-ifplatform, texlive-latex-etoolbox, texlive-latex-galois, texlive-latex-polyglossia, texlive-tex-texinfo, texlive-latex-changebar, texlive-latex-fancyhdr, texlive-latex-overpic, texlive-latex-parskip, texlive-metapost, texlive-latex-ucs, texlive-generic-pdftex, texlive-latex-media9, texlive-latex-ocgx2, texlive-latex-koma-script, texlive-generic-listofitems, texlive-bibtex, texlive-context-base): Update hashes. (texlive-latex-fontspec)[arguments]: Remove custom build target. (texlive-latex-dinbrief)[arguments]: Add build phase "fix-encoding-error". (texlive-latex-xkeyval): New variable. (texlive-latex-pstool)[source]: Fetch from new location. [build-system]: Use trivial-build-system. [arguments]: Write simple builder. [propagated-inputs]: Add texlive-latex-l3kernel, texlive-latex-tools, and texlive-latex-xkeyval. [synopsis]: Fix typo.
* | Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2019-01-09
|\|
| * gnu: biber: Update to 2.12.Jelle Licht2019-01-07
| | | | | | | | | | | | | | | | * gnu/packages/tex.scm (biber): Update to 2.12. [source]: Use 'git-fetch'. Add patch. [inputs]: Add perl-file-slurper. Remove perl-file-slurp. * gnu/packages/patches/biber-fix-encoding-write.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* | Merge branch 'master' into stagingMarius Bakke2018-12-22
|\|
| * gnu: Add texlive-context-base.Pierre Neidhardt2018-12-14
| | | | | | | | * gnu/packages/tex.scm (texlive-context-base): New variable.