me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-timbreicmc.

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

View File

@ -29820,6 +29820,28 @@ masters theses, doctoral dissertations, and postdoctoral reports.")
create multi-column formal resumes.")
(license license:cc-by4.0)))
(define-public texlive-timbreicmc
(package
(name "texlive-timbreicmc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/timbreicmc/"
"source/latex/timbreicmc/"
"tex/latex/timbreicmc/")
(base32
"0nd44car7vksfrz53h54r7cz1flgkgmyjri5ai1k7s9g2fn16x2n")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/timbreicmc")
(synopsis "Typeset documents with ICMC/USP watermarks")
(description
"With this package you can typeset documents with ICMC/USP Sao Carlos
watermarks. ICMC is acronym for @emph{Instituto de Ciencias Matematicas e de
Computacao} of the @emph{Universidade de Sao Paulo} (USP), in the city of Sao
Carlos-SP, Brazil.")
(license license:lppl1.3c)))
(define-public texlive-tinos
(package
(name "texlive-tinos")