me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-cmpica.

* gnu/packages/tex.scm (texlive-cmpica): New variable.
Nicolas Goaziou 2023-08-21 11:56:45 +02:00
parent ada68f0d6f
commit 93c48e5e6c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -8409,6 +8409,30 @@ series. The font is provided both as Metafont source, and in Adobe Type
1 format. LaTeX support is provided.")
(license license:lppl)))
(define-public texlive-cmpica
(package
(name "texlive-cmpica")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/cmpica/"
"fonts/source/public/cmpica/"
"fonts/tfm/public/cmpica/")
(base32
"0gpj2i588h6d0b5cl4xaik9nyx7w1sd8wik5q4mgmzspbkdk5a04")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/cmpica")
(synopsis "Computer Modern Pica variant")
(description
"This is an approximate equivalent of the Xerox Pica typeface; the font
is optimised for submitting fiction manuscripts to mainline publishers. The
font is a fixed-width one, rather less heavy than Computer Modern typewriter.
Emphasis for bold-face comes from a wavy underline of each letter. The two
fonts are supplied as Metafont source.")
(license license:public-domain)))
(define-public texlive-cochineal
(package
(name "texlive-cochineal")