[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/452: gnu: Add texlive-mfirstuc.
From: |
guix-commits |
Subject: |
20/452: gnu: Add texlive-mfirstuc. |
Date: |
Fri, 9 Jun 2023 13:42:49 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 569a0ffbe99f765e293a79fe9a14067fefbccbbf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 6 07:51:59 2023 +0200
gnu: Add texlive-mfirstuc.
* gnu/packages/tex.scm (texlive-mfirstuc): New variable.
---
gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1137f686b8..9d7289fdbe 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -929,6 +929,34 @@ build fonts using the Metafont system.")
(define-deprecated-package texlive-metafont-base texlive-metafont)
+(define-public texlive-mfirstuc
+ (package
+ (name "texlive-mfirstuc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mfirstuc/"
+ "scripts/mfirstuc/"
+ "source/latex/mfirstuc/"
+ "tex/latex/mfirstuc/")
+ (base32
+ "033ymwwc6q0v6saq0x2jc20vc94d38hna0vb8cymj3d8irqy97x2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-etoolbox))
+ (home-page "https://ctan.org/pkg/mfirstuc")
+ (synopsis "Uppercase the first letter of a word")
+ (description
+ "The package provides commands @code{\\makefirstuc} that uppercases the
+first letter in its argument (with a check for a semantic markup command at
+the start of the argument), and @code{\\xmakefirstuc} which expands the
+argument before uppercasing. It also provides
+@code{\\capitalisewords@{phrase@}} which applies @code{\\makefirstuc} to each
+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-fontinst
(let ((template (simple-texlive-package
"texlive-fontinst"
- 08/452: gnu: texlive-latex-blindtext -> texlive-blindtext., (continued)
- 08/452: gnu: texlive-latex-blindtext -> texlive-blindtext., guix-commits, 2023/06/09
- 09/452: gnu: texlive-latex-dinbrief -> texlive-dinbrief., guix-commits, 2023/06/09
- 12/452: gnu: texlive-latex-trimspaces -> texlive-trimspaces., guix-commits, 2023/06/09
- 10/452: gnu: Add texlive-everypage., guix-commits, 2023/06/09
- 11/452: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/06/09
- 07/452: gnu: texlive-latex-l3kernel -> texlive-l3kernel., guix-commits, 2023/06/09
- 03/452: guix: import: Update texlive importer according to new build system., guix-commits, 2023/06/09
- 14/452: gnu: texlive-latex-eqparbox -> texlive-eqparbox., guix-commits, 2023/06/09
- 23/452: gnu: Add texlive-lualatex-math., guix-commits, 2023/06/09
- 17/452: gnu: Add texlive-minitoc., guix-commits, 2023/06/09
- 20/452: gnu: Add texlive-mfirstuc.,
guix-commits <=
- 15/452: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/06/09
- 28/452: gnu: Add texlive-refstyle., guix-commits, 2023/06/09
- 30/452: gnu: Add texlive-breakurl., guix-commits, 2023/06/09
- 31/452: gnu: Add texlive-chngcntr., guix-commits, 2023/06/09
- 32/452: gnu: Add texlive-multido., guix-commits, 2023/06/09
- 34/452: gnu: Add texlive-showexpl., guix-commits, 2023/06/09
- 36/452: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/09
- 44/452: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/06/09
- 54/452: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/06/09
- 60/452: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/06/09