guix-commits
[Top][All Lists]
Advanced

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

222/296: gnu: Add texlive-tlc-article.


From: guix-commits
Subject: 222/296: gnu: Add texlive-tlc-article.
Date: Thu, 24 Aug 2023 05:21:10 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit bfab9bf8186102c5052efad5ddb27aae2ad80815
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:49:12 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8ada63ca73..8f93845115 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -29885,6 +29885,27 @@ metrically compatible with Times New Roman.")
 display calculators, specifically the TI-82 STATS.")
     (license license:lppl1.3c)))
 
+(define-public texlive-tlc-article
+  (package
+    (name "texlive-tlc-article")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/tlc-article/"
+                   "tex/latex/tlc-article/")
+             (base32
+              "1zxghkxg1yls97zrcfyjn8nk45mg5ygcjiprdwcs0ha1bl3pybxs")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tlc-article";)
+    (synopsis "LaTeX document class for formal documents")
+    (description
+     "The package provides a LaTeX document class that orchestrates a logical
+arrangement for document header, footer, author, abstract, table of contents,
+and margins.  It standardizes a document layout intended for formal
+documents.")
+    (license license:bsd-3)))
+
 (define-public texlive-tpslifonts
   (package
     (name "texlive-tpslifonts")



reply via email to

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