diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-21 13:08:47 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-21 16:29:53 +0200 |
| commit | 8f7322d035675889c84c1f6fd89bae6b21a4e1b8 (patch) | |
| tree | d07c61c8d000f35977b2afb3c38cb4ce1294b837 /gnu | |
| parent | df9243d4e15e4cb94357748b70c192758d0573c8 (diff) | |
gnu: Add texlive-yfonts.
* gnu/packages/tex.scm (texlive-yfonts): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/tex.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 2c39569bdf5..ce281281162 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm | |||
| @@ -26203,6 +26203,25 @@ structural formulas in a way that reflects their structure. The package | |||
| 26203 | provides three output modes: LaTeX, PostScript and PDF.") | 26203 | provides three output modes: LaTeX, PostScript and PDF.") |
| 26204 | (license license:lppl1.3+))) | 26204 | (license license:lppl1.3+))) |
| 26205 | 26205 | ||
| 26206 | (define-public texlive-yfonts | ||
| 26207 | (package | ||
| 26208 | (name "texlive-yfonts") | ||
| 26209 | (version (number->string %texlive-revision)) | ||
| 26210 | (source (texlive-origin | ||
| 26211 | name version | ||
| 26212 | (list "doc/latex/yfonts/" "source/latex/yfonts/" | ||
| 26213 | "tex/latex/yfonts/") | ||
| 26214 | (base32 | ||
| 26215 | "021sb52516ksxs1pb8nb1gchaagb0hblx55yyxzpywrryfkjd3rx"))) | ||
| 26216 | (outputs '("out" "doc")) | ||
| 26217 | (build-system texlive-build-system) | ||
| 26218 | (home-page "https://ctan.org/pkg/yfonts") | ||
| 26219 | (synopsis "Support for old German fonts") | ||
| 26220 | (description | ||
| 26221 | "This package provides a LaTeX interface to the old German Gothic, | ||
| 26222 | Schwabacher, Fraktur and the baroque initials.") | ||
| 26223 | (license license:lppl))) | ||
| 26224 | |||
| 26206 | (define-public texlive-yhmath | 26225 | (define-public texlive-yhmath |
| 26207 | (package | 26226 | (package |
| 26208 | (name "texlive-yhmath") | 26227 | (name "texlive-yhmath") |
