summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
AgeCommit message (Expand)Author
2017-03-30gnu: Use HTTPS for almost all gnu.org HOME-PAGEs....All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS. Tobias Geerinckx-Rice
2017-03-06gnu: texlive: Fix CVE-2016-10243....* gnu/packages/patches/texlive-texmf-CVE-2016-10243.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tex.scm (texlive-texmf-src): Use it. Leo Famulari
2016-11-27gnu: Add biber-2.5....* gnu/packages/tex.scm (biber-2.5): New variable. Ricardo Wurmus
2016-11-27gnu: Add biber....* gnu/packages/tex.scm (biber): New variable. Ricardo Wurmus
2016-11-27gnu: Add perl-text-bibtex....* gnu/packages/tex.scm (perl-text-bibtex): New variable. Ricardo Wurmus
2016-11-07gnu: texmaker: Use modular qt and qtwebkit....* gnu/packages/tex.scm (texmaker)[inputs]: Use modular qt and qtwebkit. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Thomas Danckaert
2016-09-06gnu: Add teximpatient....* gnu/packages/tex.scm (teximpatient): New variable. John Darrington
2016-08-04Merge branch 'core-updates'Mark H Weaver
2016-08-04Revert "Merge branch 'core-updates'"...This reverts commit 455859a50f88f625d13fc2f304111f02369b366b. Mark H Weaver
2016-08-03Rename references to (gnu packages tcsh)....* 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). ng0
2016-08-01Merge branch 'core-updates'Ludovic Courtès
2016-08-01gnu: texlive-texmf: Mark as non-substitutable....* gnu/packages/tex.scm (texlive-texmf)[arguments]: Add #:substitutable?. Ludovic Courtès
2016-07-22Merge branch 'master' into core-updates...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. Leo Famulari
2016-07-21gnu: texlive: Use https....* gnu/packages/tex.scm (texlive-bin, texlive-texmf, texlive)[license]: Use 'https' in the url. [home-page]: Use 'https' in the url. Efraim Flashner
2016-07-21gnu: texlive: Update in-place source updates....* gnu/packages/tex.scm (texlive-texmf-source, texlive-bin)[source]: Update to 20160523b. Efraim Flashner
2016-07-06gnu: texlive: Fix 'texmf-local' search path....* gnu/packages/tex.scm (texlive, texlive-minimal): Add 'native-search-paths'. (texlive-texmf): Correct 'TEXMFLOCAL' definition in 'texmf.cnf' in 'texmf-config' phase. Federico Beffa
2016-06-27Merge branch 'master' into core-updatesLudovic Courtès
2016-06-21gnu: texlive: Update to 2016....* 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. Efraim Flashner
2016-05-26gnu: Add texmaker....* gnu/packages/tex.scm (texmaker): New variable. Roel Janssen
2016-05-26gnu: Rename texlive module to tex....* 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. Roel Janssen