gnu: Add texlive-resphilosophica.

* gnu/packages/tex.scm (texlive-resphilosophica): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 16:31:14 +02:00
parent 44467b26fd
commit 61fac54268
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -26131,6 +26131,27 @@ solution of a linear system;
@end itemize")
(license license:lppl1.3c)))
(define-public texlive-resphilosophica
(package
(name "texlive-resphilosophica")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/resphilosophica/"
"doc/latex/resphilosophica/"
"source/latex/resphilosophica/"
"tex/latex/resphilosophica/")
(base32
"12a0pnksxh3b0w9iwhly9sb8j6jhhmk9r1957mb7m01h435n9yb4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/resphilosophica")
(synopsis "Typeset articles for the journal @emph{Res Philosophica}")
(description
"The bundle provides a class for typesetting articles for the journal
@emph{Res Philosophica}.")
(license license:lppl1.3+)))
(define-public texlive-rest-api
(package
(name "texlive-rest-api")