diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-16 19:45:01 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-16 20:25:28 +0200 |
| commit | f00bf64f79df3d38dc7846058dfd4925905c6e0e (patch) | |
| tree | c5d69d61f3cfda3b7e3ca5a6ab7e54a97d62abde /gnu | |
| parent | 5e4f6f30f29c7458b55131fc103bb707afb2f445 (diff) | |
gnu: Add texlive-poemscol.
* gnu/packages/tex.scm (texlive-poemscol): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/tex.scm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 7850193a34e..614b0ef61be 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 | |||
| 10534 | is recommended.") | 10534 | is recommended.") |
| 10535 | (license license:lppl1.3+))) | 10535 | (license license:lppl1.3+))) |
| 10536 | 10536 | ||
| 10537 | (define-public texlive-poemscol | ||
| 10538 | (package | ||
| 10539 | (name "texlive-poemscol") | ||
| 10540 | (version (number->string %texlive-revision)) | ||
| 10541 | (source (texlive-origin | ||
| 10542 | name version | ||
| 10543 | (list "doc/latex/poemscol/" | ||
| 10544 | "source/latex/poemscol/" | ||
| 10545 | "tex/latex/poemscol/") | ||
| 10546 | (base32 | ||
| 10547 | "0hz6zsqcvlzcccxywwzwlpp9gsv41g4hc88481vmj313bys77spd"))) | ||
| 10548 | (outputs '("out" "doc")) | ||
| 10549 | (build-system texlive-build-system) | ||
| 10550 | (home-page "https://ctan.org/pkg/poemscol") | ||
| 10551 | (synopsis "Typesetting critical editions of poetry") | ||
| 10552 | (description | ||
| 10553 | "The package offers LaTeX macros for typesetting critical editions of | ||
| 10554 | poetry. Its features include automatic linenumbering, generation of separate | ||
| 10555 | endnotes sections for emendations, textual collations, and explanatory notes, | ||
| 10556 | special marking for cases in which page breaks occur during stanza breaks, | ||
| 10557 | running headers of the form @samp{Notes to pp.@: xx-yy} for the notes | ||
| 10558 | sections, index of titles and first lines, and automatic generation of a table | ||
| 10559 | of contents.") | ||
| 10560 | (license license:lppl1.3c))) | ||
| 10561 | |||
| 10537 | (define-public texlive-polexpr | 10562 | (define-public texlive-polexpr |
| 10538 | (package | 10563 | (package |
| 10539 | (name "texlive-polexpr") | 10564 | (name "texlive-polexpr") |
