me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-titlecaps.

* gnu/packages/tex.scm (texlive-titlecaps): New variable.
master
Nicolas Goaziou 2023-08-29 16:03:23 +02:00
parent 68d22faea3
commit db6478ad42
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -98218,6 +98218,29 @@ viewed as an ASCII-based input method for producing IPA characters in Unicode.
It needs the New Computer Modern font for printing IPA characters.")
(license (list license:gpl3+ license:fdl1.3+))))
(define-public texlive-titlecaps
(package
(name "texlive-titlecaps")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/titlecaps/"
"tex/latex/titlecaps/")
(base32
"0v921cy02dm72q60976vijpcbp5zpwljgr7y8ry5n4gqzzinnfbj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/titlecaps")
(synopsis "Setting rich-text input into titling caps")
(description
"The package is intended for setting rich text into titling capitals (in which
the first character of words are capitalized). It automatically accounts for
diacritical marks (like umlauts), national symbols (like @samp{ae}),
punctuation, and font changing commands that alter the appearance or size of
the text. It allows a list of predesignated words to be protected as
lower-cased, and also allows for titling exceptions of various sorts.")
(license license:lppl1.3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar