From 763e33331c33c43ffa91ad216062213ff6ae0555 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 22 Aug 2023 15:19:25 +0200 Subject: [PATCH] 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")