mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-onrannual.
* gnu/packages/tex.scm (texlive-onrannual): New variable.
This commit is contained in:
parent
148b827dc3
commit
03557bd256
1 changed files with 22 additions and 0 deletions
|
@ -23846,6 +23846,28 @@ (define-public texlive-omegaware
|
|||
"This package provides the documentation for Omega executables.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-onrannual
|
||||
(package
|
||||
(name "texlive-onrannual")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/onrannual/"
|
||||
"tex/latex/onrannual/")
|
||||
(base32
|
||||
"1m701gqf0my947jh4lsgwryn3h9m6w4b6rimm8wmzsxlvnag9ag7")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/onrannual")
|
||||
(synopsis
|
||||
"Class for Office of Naval Research Ocean Battlespace Sensing annual
|
||||
report")
|
||||
(description
|
||||
"This is an unofficial document class for writing @acronym{ONR, Office of
|
||||
Naval Research} annual reports using LaTeX; as ONR has had numerous problems
|
||||
with LaTeX-generated PDF submissions in the past.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-opensans
|
||||
(package
|
||||
(name "texlive-opensans")
|
||||
|
|
Loading…
Reference in a new issue