diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-16 19:33:24 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-16 20:25:24 +0200 |
| commit | 4883c9d1b944c9bd6e4c4f032e661ff3f854de29 (patch) | |
| tree | 4ed6b5be8893e4ab6351b4a790ef99091a9140bd /gnu | |
| parent | 38f3f080855b12011fa5d43dedfa5ddcf9bdf9c8 (diff) | |
gnu: Add texlive-gmverse.
* gnu/packages/tex.scm (texlive-gmverse): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/tex.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index c12d60de81e..b07fc6e2f10 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm | |||
| @@ -6456,6 +6456,26 @@ package. Its main features are: | |||
| 6456 | Polyglossia.") | 6456 | Polyglossia.") |
| 6457 | (license license:lppl1.3+))) | 6457 | (license license:lppl1.3+))) |
| 6458 | 6458 | ||
| 6459 | (define-public texlive-gmverse | ||
| 6460 | (package | ||
| 6461 | (name "texlive-gmverse") | ||
| 6462 | (version (number->string %texlive-revision)) | ||
| 6463 | (source (texlive-origin | ||
| 6464 | name version | ||
| 6465 | (list "doc/latex/gmverse/" "tex/latex/gmverse/") | ||
| 6466 | (base32 | ||
| 6467 | "13vs1w9pfl4is5f5papwqqm83kmb17d4z7gv8nxkswnav9v5cl56"))) | ||
| 6468 | (outputs '("out" "doc")) | ||
| 6469 | (build-system texlive-build-system) | ||
| 6470 | (home-page "https://ctan.org/pkg/gmverse") | ||
| 6471 | (synopsis "Package for typesetting (short) poems") | ||
| 6472 | (description | ||
| 6473 | "This package provides a redefinition of the @code{verse} environment to | ||
| 6474 | make the @code{\\\\} command optional for line ends and to give it | ||
| 6475 | a possibility of optical centering and right-hanging alignment of lines broken | ||
| 6476 | because of length.") | ||
| 6477 | (license license:lppl))) | ||
| 6478 | |||
| 6459 | (define-public texlive-gost | 6479 | (define-public texlive-gost |
| 6460 | (package | 6480 | (package |
| 6461 | (name "texlive-gost") | 6481 | (name "texlive-gost") |
