gnu: Add texlive-feupphdteses.

* gnu/packages/tex.scm (texlive-feupphdteses): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-11 00:27:44 +02:00
parent c01159cc29
commit a8fb6f8d25
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9928,6 +9928,26 @@ (define-public texlive-fenixpar
either with Plain TeX or with LaTeX.")
(license license:lppl)))
(define-public texlive-feupphdteses
(package
(name "texlive-feupphdteses")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/feupphdteses/"
"tex/latex/feupphdteses/")
(base32
"1p6qwmcwayh45cmsgyx352ffzj2fcx2gaaya5qadn0ymx0pvb0lp")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/feupphdteses")
(synopsis "Typeset Engineering PhD theses at the University of Porto")
(description
"This package provides a complete template for thesis/works of Faculdade
de Engenharia da Universidade do Porto (FEUP) Faculty of Engineering
University of Porto.")
(license license:lppl)))
(define-public texlive-figflow
(package
(name "texlive-figflow")