[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/37: gnu: Add texlive-context.
From: |
guix-commits |
Subject: |
03/37: gnu: Add texlive-context. |
Date: |
Wed, 23 Dec 2020 06:31:36 -0500 (EST) |
rekado pushed a commit to branch core-updates
in repository guix.
commit 0a5057e7f75b701f03aca076be83d149e2fd9890
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Oct 25 23:05:53 2020 +0100
gnu: Add texlive-context.
* gnu/packages/tex.scm (texlive-context): New variable.
---
gnu/packages/tex.scm | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8bf0906..df005be 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6939,6 +6939,52 @@ supports advanced interactive documents. See the
ConTeXt garden for a wealth
of support information.")
(license license:gpl2+)))
+(define-public texlive-context
+ (package
+ (inherit (simple-texlive-package
+ "texlive-context"
+ (list "/doc/context/"
+ ;; XXX Omitting /doc/man/man1/*.pdf
+ "/bibtex/bst/context/mkii/"
+ "/context/data/"
+
+ "/fonts/afm/hoekwater/context/contnav.afm"
+ "/fonts/cid/fontforge/Adobe-CNS1-4.cidmap"
+ "/fonts/cid/fontforge/Adobe-GB1-4.cidmap"
+ "/fonts/cid/fontforge/Adobe-Identity-0.cidmap"
+ "/fonts/cid/fontforge/Adobe-Japan1-5.cidmap"
+ "/fonts/cid/fontforge/Adobe-Japan1-6.cidmap"
+ "/fonts/cid/fontforge/Adobe-Japan2-0.cidmap"
+ "/fonts/cid/fontforge/Adobe-Korea1-2.cidmap"
+ "/fonts/enc/dvips/context/"
+ "/fonts/map/dvips/context/"
+ "/fonts/map/luatex/context/"
+ "/fonts/map/pdftex/context/"
+ "/fonts/misc/xetex/fontmapping/context/"
+ "/fonts/tfm/hoekwater/context/contnav.tfm"
+ "/fonts/type1/hoekwater/context/"
+
+ "/metapost/context/"
+ "/scripts/context/"
+ "/tex/context/"
+
+ "/tex/generic/context/luatex/"
+ "/tex/generic/context/ppchtex/"
+ "/tex/latex/context/")
+ (base32
+ "0cc8509hrc25ri4a8hshgasip5z4qlipx3nxdm97f1sr0l6ncxdr")
+ #:trivial? #t))
+ (home-page "https://www.ctan.org/pkg/context")
+ (synopsis "ConTeXt macro package")
+ (description "ConTeXt is a full featured, parameter driven macro package,
+which fully supports advanced interactive documents. See the ConTeXt garden
+for a wealth of support information.")
+ ;; The GPL applies to all code; alternatively, the LaTeX license may be
used.
+ ;; The CC-BY-SA license applies to all documentation.
+ (license (list license:lppl1.3c+
+ license:gpl2+
+ license:cc-by-sa4.0))))
+
(define-public texlive-beamer
(package
(inherit (simple-texlive-package
- 05/37: gnu: texlive-luatex-luaotfload: Use TeX Live sources., (continued)
- 05/37: gnu: texlive-luatex-luaotfload: Use TeX Live sources., guix-commits, 2020/12/23
- 06/37: gnu: texlive-base: Add texlive-cm-super to default set., guix-commits, 2020/12/23
- 08/37: gnu: Replace texlive-metafont-base with texlive-metafont., guix-commits, 2020/12/23
- 10/37: gnu: discrover: Use new texlive package names., guix-commits, 2020/12/23
- 12/37: gnu: hypre: Remove obsolete build phase., guix-commits, 2020/12/23
- 14/37: gnu: sbcl: Remove obsolete build phase., guix-commits, 2020/12/23
- 13/37: gnu: gtk-doc: Remove obsolete build phase., guix-commits, 2020/12/23
- 15/37: gnu: Replace texlive-latex-lh with texlive-lh., guix-commits, 2020/12/23
- 25/37: gnu: Update references to texlive-knuth-lib., guix-commits, 2020/12/23
- 21/37: gnu: chez-web: Remove obsolete build phase., guix-commits, 2020/12/23
- 03/37: gnu: Add texlive-context.,
guix-commits <=
- 07/37: gnu: texlive-metafont-base: Install missing files., guix-commits, 2020/12/23
- 09/37: gnu: discrover: Remove obsolete build phase., guix-commits, 2020/12/23
- 17/37: gnu: lilypond: Remove obsolete build phase., guix-commits, 2020/12/23
- 16/37: gnu: texlive-amsfonts: Only create tfm files for Euler fonts., guix-commits, 2020/12/23
- 19/37: gnu: Replace texlive-generic-pdftex with texlive-pdftex., guix-commits, 2020/12/23
- 20/37: gnu: teximpatient: Use new name for texlive-pdftex., guix-commits, 2020/12/23
- 22/37: gnu: chez-sockets: Use new name of texlive-pdftex., guix-commits, 2020/12/23
- 24/37: gnu: Replace texlive-fonts-knuth-lib with texlive-knuth-lib., guix-commits, 2020/12/23
- 26/37: gnu: python-ipython-documentation: Use new name for texlive-pdftex., guix-commits, 2020/12/23
- 35/37: gnu: Replace texlive-latex-hyperref with texlive-hyperref., guix-commits, 2020/12/23