[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
445/458: gnu: Add texlive-mfnfss.
From: |
guix-commits |
Subject: |
445/458: gnu: Add texlive-mfnfss. |
Date: |
Wed, 14 Jun 2023 05:23:29 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit de2e1442d9ad6df418c6808f870e8eb88428040a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 9 09:11:04 2023 +0200
gnu: Add texlive-mfnfss.
* gnu/packages/tex.scm (texlive-mfnfss): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7242b50d60..6b42b27289 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1187,6 +1187,28 @@ word in the phrase, where the words are separated by
regular
spaces. (Exceptions can be made for words that shouldn't be converted.)")
(license license:lppl1.3+)))
+(define-public texlive-mfnfss
+ (package
+ (name "texlive-mfnfss")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mfnfss/" "source/latex/mfnfss/"
+ "tex/latex/mfnfss/")
+ (base32
+ "1775vg12sk38givqq2zjapx4nxlyl95rf596r2inf8mv5phsi704")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mfnfss")
+ (synopsis "Packages to typeset old german and Pandora fonts in LaTeX")
+ (description
+ "This bundle contains two packages: @code{oldgerm}, a package to typeset
+with old german fonts designed by Yannis Haralambous, and @code{pandora},
+a package to typeset with Pandora fonts designed by Neena Billawala. Note
+that support for the Pandora fonts is also available via the
+@code{pandora-latex} package.")
+ (license license:lppl)))
+
(define-public texlive-modes
(package
(name "texlive-modes")
- 346/458: gnu: texlive-fontinst: Refresh package definition., (continued)
- 346/458: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/06/14
- 402/458: gnu: texlive-wasy: Fix build., guix-commits, 2023/06/14
- 412/458: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/14
- 416/458: gnu: faif: Update texlive package names., guix-commits, 2023/06/14
- 424/458: gnu: texlive-pdftex: Create formats., guix-commits, 2023/06/14
- 425/458: gnu: texlive-babel: Do not rely on TEXLIVE-LATEX-BASE., guix-commits, 2023/06/14
- 426/458: gnu: texlive-latex-base: Simplify package., guix-commits, 2023/06/14
- 439/458: gnu: Add texlive-makeindex., guix-commits, 2023/06/14
- 172/458: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/14
- 185/458: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/14
- 445/458: gnu: Add texlive-mfnfss.,
guix-commits <=
- 190/458: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/06/14
- 251/458: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/06/14
- 255/458: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/06/14
- 275/458: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/06/14
- 136/458: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/14
- 153/458: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/06/14
- 157/458: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/06/14
- 159/458: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/14
- 160/458: gnu: Add texlive-lipsum., guix-commits, 2023/06/14
- 162/458: gnu: Add texlive-selinput., guix-commits, 2023/06/14