me
/
guix
Archived
1
0
Fork 0

gnu: texlive-cm-lgc: Refresh package definition.

* gnu/packages/tex.scm (texlive-cm-lgc): Remove SIMPLE-TEXLIVE-PACKAGE
call.
Nicolas Goaziou 2023-05-17 00:18:18 +02:00
parent 1f26a78e16
commit a04232538c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 29 additions and 20 deletions

View File

@ -1252,27 +1252,36 @@ display, and mathematical fonts in a range of styles, based on Monotype Modern
(define-public texlive-cm-lgc (define-public texlive-cm-lgc
(package (package
(inherit (simple-texlive-package (name "texlive-cm-lgc")
"texlive-cm-lgc" (version (number->string %texlive-revision))
(list "/doc/fonts/cm-lgc/" (source (texlive-origin
"/fonts/afm/public/cm-lgc/" name version
"/fonts/type1/public/cm-lgc/" (list "doc/fonts/cm-lgc/"
"/fonts/vf/public/cm-lgc/" "fonts/afm/public/cm-lgc/"
"/tex/latex/cm-lgc/") "fonts/enc/dvips/cm-lgc/"
"fonts/map/dvips/cm-lgc/"
"fonts/ofm/public/cm-lgc/"
"fonts/ovf/public/cm-lgc/"
"fonts/tfm/public/cm-lgc/"
"fonts/type1/public/cm-lgc/"
"fonts/vf/public/cm-lgc/"
"tex/latex/cm-lgc/")
(base32 (base32
"0rm7wgyb07y8h6vbvc2xzsqnxy322d4j9ly2p67z84b81c8i3zpc") "1nj3gp0kpzlqkm22lj2ym9c95xw323xc5z91gsyv8xs716868gp2")))
#:trivial? #t)) (outputs '("out" "doc"))
(home-page "https://www.ctan.org/pkg/cm-lgc") (build-system texlive-build-system)
(home-page "https://ctan.org/pkg/cm-lgc")
(synopsis "Type 1 CM-based fonts for Latin, Greek and Cyrillic") (synopsis "Type 1 CM-based fonts for Latin, Greek and Cyrillic")
(description "The fonts are converted from Metafont sources of the (description
Computer Modern font families, using @command{textrace}. Supported encodings "The fonts are converted from METAFONT sources of the Computer Modern
are: T1 (Latin), T2A (Cyrillic), LGR (Greek) and TS1. The package also font families, using @command{textrace}. Supported encodings are: T1 (Latin),
includes Unicode virtual fonts for use with Omega. The font set is not a T2A (Cyrillic), LGR (Greek) and TS1. The package also includes Unicode
replacement for any of the other Computer Modern-based font sets (for example, virtual fonts for use with Omega. The font set is not a replacement for any
cm-super for Latin and Cyrillic, or cbgreek for Greek), since it is available of the other Computer Modern-based font sets (for example, cm-super for Latin
at a single size only; it offers a compact set for @i{general} working. The and Cyrillic, or cbgreek for Greek), since it is available at a single size
fonts themselves are encoded to external standards, and virtual fonts are only; it offers a compact set for general working. The fonts themselves are
provided for use with TeX.") encoded to external standards, and virtual fonts are provided for use with
TeX.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public texlive-cm-super (define-public texlive-cm-super