me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-topletter.

* gnu/packages/tex.scm (texlive-topletter): New variable.
master
Nicolas Goaziou 2023-08-22 16:49:22 +02:00
parent bfab9bf818
commit a386f615e0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -29906,6 +29906,28 @@ and margins. It standardizes a document layout intended for formal
documents.") documents.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public texlive-topletter
(package
(name "texlive-topletter")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/topletter/"
"source/latex/topletter/"
"tex/latex/topletter/")
(base32
"0s9yq65wwcw6mg09lk3x756iski1k55skik3n45l9wdbdz81w1p9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/topletter")
(synopsis "Letter class for the @emph{Politecnico di Torino}")
(description
"This package provides a LaTeX class for typesetting letters conforming
to the official Corporate Image guidelines for the @emph{Politecnico di
Torino}. The class can be used for letters written in Italian and in
English.")
(license license:asl2.0)))
(define-public texlive-tpslifonts (define-public texlive-tpslifonts
(package (package
(name "texlive-tpslifonts") (name "texlive-tpslifonts")