mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-fcavtex.
* gnu/packages/tex.scm (texlive-fcavtex): New variable.
This commit is contained in:
parent
03ea85ea9e
commit
0bae88ad83
1 changed files with 21 additions and 0 deletions
|
@ -13268,6 +13268,27 @@ (define-public texlive-fbs
|
|||
fit @emph{Frontiers in Bioscience} requirements.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-fcavtex
|
||||
(package
|
||||
(name "texlive-fcavtex")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/fcavtex/" "doc/latex/fcavtex/"
|
||||
"tex/latex/fcavtex/")
|
||||
(base32
|
||||
"0l87wlh9mzh0hysfw35mlx3asqw7lvwc55yiqr01jbmv1hwgfnl6")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/fcavtex")
|
||||
(synopsis "Thesis class for the FCAV/UNESP, Brazil")
|
||||
(description
|
||||
"This package provides a class and a bibliography style for the
|
||||
@acronym{FCAV-UNESP, Faculdade de Ciencias Agrarias e Veterinarias de
|
||||
Jaboticabal UNESP} Brazilian university, written based on the institution
|
||||
rules for thesis publications.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-fdsymbol
|
||||
(package
|
||||
(name "texlive-fdsymbol")
|
||||
|
|
Loading…
Reference in a new issue