mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-afthesis.
* gnu/packages/tex.scm (texlive-afthesis): New variable.
This commit is contained in:
parent
8322508e8f
commit
bcceaab593
1 changed files with 19 additions and 0 deletions
|
@ -1805,6 +1805,25 @@ (define-public texlive-afparticle
|
|||
access journal @emph{Archives of Forensic Psychology}.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-afthesis
|
||||
(package
|
||||
(name "texlive-afthesis")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/afthesis/" "doc/latex/afthesis/"
|
||||
"tex/latex/afthesis/")
|
||||
(base32
|
||||
"1db9fzs4rf1d86n2gcn0zs255nlwc8i1yl5n9qzsn6xf5as7zz1i")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/afthesis")
|
||||
(synopsis "Air Force Institute of Technology thesis class")
|
||||
(description
|
||||
"This is a LaTeX thesis and dissertation class for US Air Force Institute
|
||||
Of Technology.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-aichej
|
||||
(package
|
||||
(name "texlive-aichej")
|
||||
|
|
Loading…
Reference in a new issue