guix-commits
[Top][All Lists]
Advanced

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

18/296: gnu: Add texlive-arsclassica.


From: guix-commits
Subject: 18/296: gnu: Add texlive-arsclassica.
Date: Thu, 24 Aug 2023 05:19:46 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 763e33331c33c43ffa91ad216062213ff6ae0555
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:19:25 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ec7e81e126..64a460a922 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3396,6 +3396,26 @@ pdfLaTeX and the @code{cjk} package, are provided by the 
@code{arphic}
 package.")
     (license license:arphic-1999)))
 
+(define-public texlive-arsclassica
+  (package
+    (name "texlive-arsclassica")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/arsclassica/"
+                   "tex/latex/arsclassica/")
+             (base32
+              "0cxmp68na3ww565r7ixqbhsy2mp063wwq5p6gwvq5fdrk34ci2a5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/arsclassica";)
+    (synopsis "Different view of the ClassicThesis package")
+    (description
+     "The package changes some typographical points of the ClassicThesis
+style.  It enables the user to reproduce the look of the guide @emph{The art
+of writing with LaTeX} (the web page is in Italian).")
+    (license license:lppl)))
+
 (define-public texlive-arvo
   (package
     (name "texlive-arvo")



reply via email to

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