diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-21 13:07:38 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-21 16:29:52 +0200 |
| commit | 2efb6281eba319a1117dc22136e2b4c07879d3bc (patch) | |
| tree | ce5344f2e6df5d270adae35e22e49a1c6956a459 /gnu | |
| parent | a9d6331d460b43af24c3f9b66fb3864e4e752b3b (diff) | |
gnu: Add texlive-uppunctlm.
* gnu/packages/tex.scm (texlive-uppunctlm): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/tex.scm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 8b35857d217..5e6ff374e9c 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm | |||
| @@ -25553,6 +25553,31 @@ is suitable as an alternative to fonts such as Adrian Frutiger's Univers and | |||
| 25553 | Frutiger.") | 25553 | Frutiger.") |
| 25554 | (license (list license:gpl2+ license:lppl)))) | 25554 | (license (list license:gpl2+ license:lppl)))) |
| 25555 | 25555 | ||
| 25556 | (define-public texlive-uppunctlm | ||
| 25557 | (package | ||
| 25558 | (name "texlive-uppunctlm") | ||
| 25559 | (version (number->string %texlive-revision)) | ||
| 25560 | (source (texlive-origin | ||
| 25561 | name version | ||
| 25562 | (list "doc/fonts/uppunctlm/" | ||
| 25563 | "fonts/tfm/public/uppunctlm/" | ||
| 25564 | "fonts/vf/public/uppunctlm/" | ||
| 25565 | "tex/latex/uppunctlm/") | ||
| 25566 | (base32 | ||
| 25567 | "0d9x56rlxjavamx361582khj5idhy692hxm5wwwcc5y5i3xsc4pp"))) | ||
| 25568 | (outputs '("out" "doc")) | ||
| 25569 | (build-system texlive-build-system) | ||
| 25570 | (home-page "https://ctan.org/pkg/uppunctlm") | ||
| 25571 | (synopsis | ||
| 25572 | "Always keep upright shape for some punctuation marks and Arabic numerals") | ||
| 25573 | (description | ||
| 25574 | "The package provides a mechanism to keep punctuation always in upright | ||
| 25575 | shape even if italic was specified. It is directed to Latin Modern fonts, and | ||
| 25576 | provides @file{.tfm}, @file{.vf}, @file{.fd}, and @file{.sty} files. Here | ||
| 25577 | a list of punctuation characters always presented in upright shapes: comma, | ||
| 25578 | period, semicolon, colon, parentheses, square brackets, and Arabic numerals.") | ||
| 25579 | (license license:gfl1.0))) | ||
| 25580 | |||
| 25556 | (define-public texlive-urlbst | 25581 | (define-public texlive-urlbst |
| 25557 | (package | 25582 | (package |
| 25558 | (name "texlive-urlbst") | 25583 | (name "texlive-urlbst") |
