diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-16 19:36:08 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-16 20:25:25 +0200 |
| commit | 4281befe4a541093ff5d9bb8fe83f73093f7f6aa (patch) | |
| tree | 8eee17fda584bd156ffd955720b27c0b3d6579fa /gnu | |
| parent | 4f6365534bf36df2a92e8a78e54f5f62720a02ec (diff) | |
gnu: Add texlive-langnames.
* gnu/packages/tex.scm (texlive-langnames): 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 0c9b5a0557d..768e417dc44 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm | |||
| @@ -7822,6 +7822,30 @@ and commands.") | |||
| 7822 | (description "This is LaTeX for Omega and Aleph.") | 7822 | (description "This is LaTeX for Omega and Aleph.") |
| 7823 | (license license:lppl1.0+))) | 7823 | (license license:lppl1.0+))) |
| 7824 | 7824 | ||
| 7825 | (define-public texlive-langnames | ||
| 7826 | (package | ||
| 7827 | (name "texlive-langnames") | ||
| 7828 | (version (number->string %texlive-revision)) | ||
| 7829 | (source (texlive-origin | ||
| 7830 | name version | ||
| 7831 | (list "doc/latex/langnames/" | ||
| 7832 | "source/latex/langnames/" | ||
| 7833 | "tex/latex/langnames/") | ||
| 7834 | (base32 | ||
| 7835 | "0fi2xfy33d970g8wdnzasqdzgjcj7rkss9y7pzsp89z1hij3d1z2"))) | ||
| 7836 | (outputs '("out" "doc")) | ||
| 7837 | (build-system texlive-build-system) | ||
| 7838 | (home-page "https://ctan.org/pkg/langnames") | ||
| 7839 | (synopsis "Name languages and their genetic affiliations consistently") | ||
| 7840 | (description | ||
| 7841 | "This package attempts to make the typing of language names, codes, and | ||
| 7842 | families slightly easier by providing macros to access pre-defined | ||
| 7843 | language --- code --- family combinations from two important databases, as | ||
| 7844 | well as the possibility to create new combinations. It may be particularly | ||
| 7845 | useful for large, collaborative projects as well as typologically minded ones | ||
| 7846 | with a variety of language examples.") | ||
| 7847 | (license license:lppl1.3+))) | ||
| 7848 | |||
| 7825 | (define-public texlive-latex-notes-zh-cn | 7849 | (define-public texlive-latex-notes-zh-cn |
| 7826 | (package | 7850 | (package |
| 7827 | (name "texlive-latex-notes-zh-cn") | 7851 | (name "texlive-latex-notes-zh-cn") |
