guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

160/296: gnu: Add texlive-onrannual.


From: guix-commits
Subject: 160/296: gnu: Add texlive-onrannual.
Date: Thu, 24 Aug 2023 05:20:37 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 03557bd256f301317b4011e58b0f178c53553419
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:22:31 2023 +0200

    gnu: Add texlive-onrannual.
    
    * gnu/packages/tex.scm (texlive-onrannual): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9649f72ceb..746af02bb7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -23846,6 +23846,28 @@ LuaTeX.")
      "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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]