diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-16 19:40:24 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-16 20:25:27 +0200 |
| commit | 15e5f83866ea91c679f8c553287cbcf1ecf56f8e (patch) | |
| tree | 4c09b0ec8cc5a010390e6abc9f08d1cb10e40095 /gnu | |
| parent | 14e27ebe21ba552ac8212b53bcb817835c4d91c5 (diff) | |
gnu: Add texlive-metrix.
* gnu/packages/tex.scm (texlive-metrix): 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 e464431a67a..48c89dafcbe 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm | |||
| @@ -9264,6 +9264,26 @@ ranging from very simple (lines and circles) to rather intricate (uncommon | |||
| 9264 | geometric transformations, fractals, bitmap, etc).") | 9264 | geometric transformations, fractals, bitmap, etc).") |
| 9265 | (license license:gpl1+))) | 9265 | (license license:gpl1+))) |
| 9266 | 9266 | ||
| 9267 | (define-public texlive-metrix | ||
| 9268 | (package | ||
| 9269 | (name "texlive-metrix") | ||
| 9270 | (version (number->string %texlive-revision)) | ||
| 9271 | (source (texlive-origin | ||
| 9272 | name version | ||
| 9273 | (list "doc/latex/metrix/" "source/latex/metrix/" | ||
| 9274 | "tex/latex/metrix/") | ||
| 9275 | (base32 | ||
| 9276 | "185w7pgil8zix0czvd69l5pv6pcjc0n4nfbllm5v5mzr31sc0k5j"))) | ||
| 9277 | (outputs '("out" "doc")) | ||
| 9278 | (build-system texlive-build-system) | ||
| 9279 | (home-page "https://ctan.org/pkg/metrix") | ||
| 9280 | (synopsis "Typeset metric marks for Latin text") | ||
| 9281 | (description | ||
| 9282 | "The package may be used to type the prosodics/metrics of (Latin) verse; | ||
| 9283 | it provides macros to typeset the symbols standing alone, and in combination | ||
| 9284 | with symbols, giving automatic alignment.") | ||
| 9285 | (license license:lppl1.3c))) | ||
| 9286 | |||
| 9267 | (define-public texlive-mex | 9287 | (define-public texlive-mex |
| 9268 | (package | 9288 | (package |
| 9269 | (name "texlive-mex") | 9289 | (name "texlive-mex") |
