mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-afparticle.
* gnu/packages/tex.scm (texlive-afparticle): New variable.
This commit is contained in:
parent
a08a19316e
commit
8322508e8f
1 changed files with 20 additions and 0 deletions
|
@ -1785,6 +1785,26 @@ (define-public texlive-afm2pl
|
|||
ligatures, but also offers additional control over them.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public texlive-afparticle
|
||||
(package
|
||||
(name "texlive-afparticle")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/afparticle/"
|
||||
"source/latex/afparticle/"
|
||||
"tex/latex/afparticle/")
|
||||
(base32
|
||||
"1g7dk32la2zlspdsw1pz15bf90jjycblgpg91m24bx70svdv67kv")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/afparticle")
|
||||
(synopsis "Typesetting articles for @emph{Archives of Forensic Psychology}")
|
||||
(description
|
||||
"This package provides a class for typesetting articles for the open
|
||||
access journal @emph{Archives of Forensic Psychology}.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-aichej
|
||||
(package
|
||||
(name "texlive-aichej")
|
||||
|
|
Loading…
Reference in a new issue