guix-commits
[Top][All Lists]
Advanced

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

227/296: gnu: Add texlive-tudscr.


From: guix-commits
Subject: 227/296: gnu: Add texlive-tudscr.
Date: Thu, 24 Aug 2023 05:21:11 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b9c410c089b535f283617f81bc193d8b4934bbc8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:55:47 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a54de4c216..eb73775e08 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30151,6 +30151,72 @@ some helper packages and config files together with 
some templates for
 user documentation, which currently are only available in German.")
     (license license:lppl1.3c)))
 
+(define-public texlive-tudscr
+  (package
+    (name "texlive-tudscr")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/tudscr/" "source/latex/tudscr/"
+                   "tex/latex/tudscr/")
+             (base32
+              "1whwmablazz41hy1p99ls8l4lk80h202ynzhabpwcmhk7mj60ikn")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (propagated-inputs
+     (list texlive-cbfonts
+           texlive-environ
+           texlive-etoolbox
+           texlive-geometry
+           texlive-graphics
+           texlive-greek-inputenc
+           texlive-iwona
+           texlive-koma-script
+           texlive-mathastext
+           texlive-mweights
+           texlive-oberdiek
+           texlive-opensans
+           texlive-trimspaces
+           texlive-xcolor
+           texlive-xpatch))
+    (home-page "https://ctan.org/pkg/tudscr";)
+    (synopsis "Corporate design of Technische Universitat Dresden")
+    (description
+     "The TUD-Script bundle provides both classes and packages in order to
+create LaTeX documents in the corporate design of the Technische Universitat
+Dresden.  It bases on the KOMA-Script bundle.
+
+The bundle offers:
+
+@itemize
+
+@item the three document classes @code{tudscrartcl}, @code{tudscrreprt}, and
+@code{tudscrbook};
+
+@item the class @code{tudscrposter} for creating posters;
+
+@item the package @code{tudscrsupervisor} providing environments and macros to
+create tasks, evaluations and notices for scientific theses;
+
+@item the package @code{tudscrfonts}, which makes the corporate design fonts
+of the Technische Universitat Dresden available for LaTeX standard classes and
+KOMA-Script classes;
+
+@item the package @code{fix-tudscrfonts}, which provides the same fonts to
+additional corporate design classes not related to TUD-Script;
+
+@item the package @code{tudscrcomp}, which simplifies the switch to TUD-Script
+from external corporate design classes,
+
+@item the package @code{mathswap} for swapping math delimiters within
+numbers (similar to @code{ionumbers}),
+
+@item and the package @code{twocolfix} for fixing the positioning bug of
+headings in @code{twocolumn} layout.
+
+@end itemize")
+    (license license:lppl1.3c)))
+
 (define-public texlive-turabian-formatting
   (package
     (name "texlive-turabian-formatting")



reply via email to

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