summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
AgeCommit message (Collapse)Author
2016-09-06gnu: Add teximpatient.John Darrington
* gnu/packages/tex.scm (teximpatient): New variable.
2016-08-04Merge branch 'core-updates'Mark H Weaver
2016-08-04Revert "Merge branch 'core-updates'"Mark H Weaver
This reverts commit 455859a50f88f625d13fc2f304111f02369b366b.
2016-08-03Rename references to (gnu packages tcsh).ng0
* gnu/packages/algebra.scm, gnu/packages/boost.scm, gnu/packages/maths.scm, gnu/packages/tex.scm, gnu/packages/vim.scm: Change broken references to module (gnu packages tcsh) to (gnu packages shells).
2016-08-01Merge branch 'core-updates'Ludovic Courtès
2016-08-01gnu: texlive-texmf: Mark as non-substitutable.Ludovic Courtès
* gnu/packages/tex.scm (texlive-texmf)[arguments]: Add #:substitutable?.
2016-07-22Merge branch 'master' into core-updatesLeo Famulari
Resolved conflicts: * gnu/packages/scheme.scm: Conflict in import of (guix licenses). On master, "#:hide (openssl)" was used. On core-updates, "#:select (some licenses)" was used. The latter won the conflict. * gnu/packages/version-control.scm (git)[arguments]: Whitespace conflict in 'install-shell-completion.
2016-07-21gnu: texlive: Use https.Efraim Flashner
* gnu/packages/tex.scm (texlive-bin, texlive-texmf, texlive)[license]: Use 'https' in the url. [home-page]: Use 'https' in the url.
2016-07-21gnu: texlive: Update in-place source updates.Efraim Flashner
* gnu/packages/tex.scm (texlive-texmf-source, texlive-bin)[source]: Update to 20160523b.
2016-07-06gnu: texlive: Fix 'texmf-local' search path.Federico Beffa
* gnu/packages/tex.scm (texlive, texlive-minimal): Add 'native-search-paths'. (texlive-texmf): Correct 'TEXMFLOCAL' definition in 'texmf.cnf' in 'texmf-config' phase.
2016-06-27Merge branch 'master' into core-updatesLudovic Courtès
2016-06-21gnu: texlive: Update to 2016.Efraim Flashner
* gnu/packages/tex.scm (texlive-extra-src, texlive-texmf-src, texlive-bin, texlive-texmf, texlive): Update to 2016. (texlive-texmf)[properies]: Add max-silent-time so grafts don't time out.
2016-05-26gnu: Add texmaker.Roel Janssen
* gnu/packages/tex.scm (texmaker): New variable.
2016-05-26gnu: Rename texlive module to tex.Roel Janssen
* gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm. * gnu/packages/texlive.scm: Rename file to tex.scm. * gnu/packages/tex.scm: Renamed from texlive.scm. * gnu/packages/algebra.scm: Adjust accordingly. * gnu/packages/docbook.scm: Likewise. * gnu/packages/engineering.scm: Likewise. * gnu/packages/gettext.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/lisp.scm: Likewise. * gnu/packages/maths.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/ocaml.scm: Likewise. * gnu/packages/photo.scm: Likewise. * gnu/packages/plotutils.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/scheme.scm: Likewise.