1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 00:30:30 +02:00

gnu: Add texlive-pl.

* gnu/packages/tex.scm (texlive-pl): New variable.
This commit is contained in:
Nicolas Goaziou
2023-08-11 00:22:32 +02:00
parent 9ac09329e3
commit cc0b0a4fcb

View File

@@ -10788,6 +10788,32 @@ documentation (for example, that of the @code{texapi} and @code{yax}
packages).")
(license license:lppl)))
(define-public texlive-pl
(package
(name "texlive-pl")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/pl/"
"dvips/pl/"
"fonts/afm/public/pl/"
"fonts/enc/dvips/pl/"
"fonts/map/dvips/pl/"
"fonts/source/public/pl/"
"fonts/tfm/public/pl/"
"fonts/type1/public/pl/")
(base32
"18s3by7isk85ksvp40i6qg2ws3iyj5f35fh8h0561rw6jdc024rc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-amsfonts texlive-metafont texlive-cm))
(home-page "https://ctan.org/pkg/pl-mf")
(synopsis "Polish extension of Computer Modern fonts")
(description
"This package provides the Polish extension of the Computer Modern
fonts (compatible with CM itself) for use with Polish TeX formats.")
(license license:public-domain)))
(define-public texlive-placeins-plain
(package
(name "texlive-placeins-plain")