me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-embrac.

* gnu/packages/tex.scm (texlive-embrac): New variable.
master
Nicolas Goaziou 2023-08-29 15:49:05 +02:00
parent ae75a8157a
commit e2949a3314
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -80432,6 +80432,25 @@ operation (note the contrast with the attach operation used by the
PDF mode, is supported.")
(license license:lppl1.3c)))
(define-public texlive-embrac
(package
(name "texlive-embrac")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/embrac/" "tex/latex/embrac/")
(base32
"0hdgh9gqhb18xj3y203v1prpvc8lhkzjzbgzq1xxb0gvj2bsy187")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/embrac")
(synopsis "Upright brackets in emphasised text")
(description
"The package redefines the commands @code{\\emph} and @code{\\textit} so that
parentheses and square brackets are typeset in an upright font in their
arguments.")
(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