diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-21 13:09:39 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-21 16:29:54 +0200 |
| commit | fa0d6baf7c2e39f462c020d996c8f27804bfb29e (patch) | |
| tree | 710b4bec2459fa9243d8fa495dd700f37b78f97e /gnu | |
| parent | 7fcbffeb69ccd5a5a4189d1f3d422b8f0dab0fc1 (diff) | |
gnu: Add texlive-yfonts-t1.
* gnu/packages/tex.scm (texlive-yfonts-t1): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/tex.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index e319a6852d1..edf8dac67f6 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm | |||
| @@ -26246,6 +26246,28 @@ older forms of umlauts (small @samp{e} over the letter). A style file | |||
| 26246 | of @file{yfonts.sty} or @file{oldgerm.sty}.") | 26246 | of @file{yfonts.sty} or @file{oldgerm.sty}.") |
| 26247 | (license (list license:silofl1.1 license:lppl1.3+)))) | 26247 | (license (list license:silofl1.1 license:lppl1.3+)))) |
| 26248 | 26248 | ||
| 26249 | (define-public texlive-yfonts-t1 | ||
| 26250 | (package | ||
| 26251 | (name "texlive-yfonts-t1") | ||
| 26252 | (version (number->string %texlive-revision)) | ||
| 26253 | (source (texlive-origin | ||
| 26254 | name version | ||
| 26255 | (list "doc/fonts/yfonts-t1/" "dvips/yfonts-t1/" | ||
| 26256 | "fonts/afm/public/yfonts-t1/" | ||
| 26257 | "fonts/map/dvips/yfonts-t1/" | ||
| 26258 | "fonts/type1/public/yfonts-t1/") | ||
| 26259 | (base32 | ||
| 26260 | "1w92sgkarqx7z2ai6z059bml0kbh05fjyy9fl12x3nb0f5agjs7n"))) | ||
| 26261 | (outputs '("out" "doc")) | ||
| 26262 | (build-system texlive-build-system) | ||
| 26263 | (home-page "https://ctan.org/pkg/yfonts-t1") | ||
| 26264 | (synopsis "Old German-style fonts, in Adobe type 1 format") | ||
| 26265 | (description | ||
| 26266 | "This package comprises type 1 versions of the Gothic, Schwabacher and | ||
| 26267 | Fraktur fonts of Yannis Haralambous set of old German fonts.") | ||
| 26268 | ;; "Freely available for general use." | ||
| 26269 | (license (license:fsf-free "file://doc/fonts/yfonts-otf/README.md")))) | ||
| 26270 | |||
| 26249 | (define-public texlive-yhmath | 26271 | (define-public texlive-yhmath |
| 26250 | (package | 26272 | (package |
| 26251 | (name "texlive-yhmath") | 26273 | (name "texlive-yhmath") |
