guix-commits
[Top][All Lists]
Advanced

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

45/296: gnu: Add texlive-chs-physics-report.


From: guix-commits
Subject: 45/296: gnu: Add texlive-chs-physics-report.
Date: Thu, 24 Aug 2023 05:19:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e70d421d41b1a280a8290b7f71db1e28a2fa14c7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:30:04 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b8d37c01e9..62042948bb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8832,6 +8832,29 @@ appearance.")
 Interfaces for Plain TeX, ConTeXt and LaTeX are provided.")
     (license license:lppl1.3+)))
 
+(define-public texlive-chs-physics-report
+  (package
+    (name "texlive-chs-physics-report")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/chs-physics-report/"
+                   "tex/latex/chs-physics-report/")
+             (base32
+              "195f66yffi96qkrxb044mcaycyds0mp3fg3c3lhz1mpvbz0calpl")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/chs-physics-report";)
+    (synopsis "Physics lab reports for Carmel High School")
+    (description
+     "This package may optionally be used by students at Carmel High School in
+Indiana in the United States to write physics lab reports for FW physics
+courses.  As many students are beginners at LaTeX, it also attempts to
+simplify the report-writing process by offering macros for commonly used
+notation and by automatically formatting the documents for students who will
+only use TeX for mathematics and not typesetting.")
+    (license (list license:public-domain license:cc-by-sa3.0))))
+
 (define-public texlive-chscite
   (package
     (name "texlive-chscite")



reply via email to

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