guix-commits
[Top][All Lists]
Advanced

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

35/53: gnu: Add texlive-poemscol.


From: guix-commits
Subject: 35/53: gnu: Add texlive-poemscol.
Date: Wed, 16 Aug 2023 14:27:09 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f00bf64f79df3d38dc7846058dfd4925905c6e0e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:45:01 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7850193a34..614b0ef61b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10534,6 +10534,31 @@ to typeset Korean letters (Hangul) using the proper 
fonts. The use of XeLaTeX
 is recommended.")
     (license license:lppl1.3+)))
 
+(define-public texlive-poemscol
+  (package
+    (name "texlive-poemscol")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/poemscol/"
+                   "source/latex/poemscol/"
+                   "tex/latex/poemscol/")
+             (base32
+              "0hz6zsqcvlzcccxywwzwlpp9gsv41g4hc88481vmj313bys77spd")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/poemscol";)
+    (synopsis "Typesetting critical editions of poetry")
+    (description
+     "The package offers LaTeX macros for typesetting critical editions of
+poetry.  Its features include automatic linenumbering, generation of separate
+endnotes sections for emendations, textual collations, and explanatory notes,
+special marking for cases in which page breaks occur during stanza breaks,
+running headers of the form @samp{Notes to pp.@: xx-yy} for the notes
+sections, index of titles and first lines, and automatic generation of a table
+of contents.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-polexpr
   (package
     (name "texlive-polexpr")



reply via email to

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