diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-21 13:09:30 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-21 16:29:54 +0200 |
| commit | 7fcbffeb69ccd5a5a4189d1f3d422b8f0dab0fc1 (patch) | |
| tree | 36513cc2cffe4f000c1ec7ab2e8bdf03373734ae /gnu | |
| parent | 8f7322d035675889c84c1f6fd89bae6b21a4e1b8 (diff) | |
gnu: Add texlive-yfonts-otf.
* gnu/packages/tex.scm (texlive-yfonts-otf): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/tex.scm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index ce281281162..e319a6852d1 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm | |||
| @@ -26222,6 +26222,30 @@ provides three output modes: LaTeX, PostScript and PDF.") | |||
| 26222 | Schwabacher, Fraktur and the baroque initials.") | 26222 | Schwabacher, Fraktur and the baroque initials.") |
| 26223 | (license license:lppl))) | 26223 | (license license:lppl))) |
| 26224 | 26224 | ||
| 26225 | (define-public texlive-yfonts-otf | ||
| 26226 | (package | ||
| 26227 | (name "texlive-yfonts-otf") | ||
| 26228 | (version (number->string %texlive-revision)) | ||
| 26229 | (source (texlive-origin | ||
| 26230 | name version | ||
| 26231 | (list "doc/fonts/yfonts-otf/" | ||
| 26232 | "fonts/opentype/public/yfonts-otf/" | ||
| 26233 | "tex/latex/yfonts-otf/") | ||
| 26234 | (base32 | ||
| 26235 | "0dnif4hiwqri67cx6bjzs0rvz3ayrkn6fs99qn4q9qggs6s25l0j"))) | ||
| 26236 | (outputs '("out" "doc")) | ||
| 26237 | (build-system texlive-build-system) | ||
| 26238 | (home-page "https://ctan.org/pkg/yfonts-otf") | ||
| 26239 | (synopsis "OpenType version of the Old German fonts") | ||
| 26240 | (description | ||
| 26241 | "This is an OpenType version of the Old German fonts @code{yfrak}, | ||
| 26242 | @code{ygoth}, @code{yswab} designed by Yannis Haralambous in Metafont. The | ||
| 26243 | OpenType features make it easier to deal with the long/round @samp{s} and with | ||
| 26244 | older forms of umlauts (small @samp{e} over the letter). A style file | ||
| 26245 | @file{yfonts-otf.sty} is provided as a replacement, for LuaLaTeX and XeLaTeX, | ||
| 26246 | of @file{yfonts.sty} or @file{oldgerm.sty}.") | ||
| 26247 | (license (list license:silofl1.1 license:lppl1.3+)))) | ||
| 26248 | |||
| 26225 | (define-public texlive-yhmath | 26249 | (define-public texlive-yhmath |
| 26226 | (package | 26250 | (package |
| 26227 | (name "texlive-yhmath") | 26251 | (name "texlive-yhmath") |
