guix-commits
[Top][All Lists]
Advanced

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

261/296: gnu: Add texlive-uol-physics-report.


From: guix-commits
Subject: 261/296: gnu: Add texlive-uol-physics-report.
Date: Thu, 24 Aug 2023 05:21:21 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 51fc5e34f365fa13622fef747180ff3479bcf248
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:12:28 2023 +0200

    gnu: Add texlive-uol-physics-report.
    
    * gnu/packages/tex.scm (texlive-uol-physics-report): New variable.
---
 gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 85a43bb5a6..75f8761810 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31293,6 +31293,30 @@ may also (optionally) provide other required sheets 
such as Originality,
 Copyright and Authenticity statements.")
     (license license:lppl1.3+)))
 
+(define-public texlive-uol-physics-report
+  (package
+    (name "texlive-uol-physics-report")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/uol-physics-report/"
+                   "source/latex/uol-physics-report/"
+                   "tex/latex/uol-physics-report/")
+             (base32
+              "00rvqmrc1k67136748vq4j5c90iqa2ry65jkaqarazvlv8x77m4d")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/uol-physics-report";)
+    (synopsis "LaTeX document class for writing lab reports")
+    (description
+     "The package provides physics students at the University of Oldenburg
+with a prepared document class for writing laboratory reports for the
+laboratory courses conducted by the Institute of Physics.  The document class
+consists of predefinded margins and heading formats.  Furthermore, it presets
+the headers of the pages and excludes the titlepage and table of contents from
+the page numbering.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-uppunctlm
   (package
     (name "texlive-uppunctlm")



reply via email to

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