mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-dirtytalk.
* gnu/packages/tex.scm (texlive-dirtytalk): New variable.
This commit is contained in:
parent
f2008ecedf
commit
2053f55ba8
1 changed files with 21 additions and 0 deletions
|
@ -79132,6 +79132,27 @@ (define-public texlive-directory
|
|||
maintenance and exploitation of an address book-like database.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-dirtytalk
|
||||
(package
|
||||
(name "texlive-dirtytalk")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/dirtytalk/"
|
||||
"source/latex/dirtytalk/"
|
||||
"tex/latex/dirtytalk/")
|
||||
(base32
|
||||
"1rm3y5bwxg7s8db10pzkskgcp54qlkz93g6kif732n9j5c17d9ca")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/dirtytalk")
|
||||
(synopsis "Typeset quotations easier")
|
||||
(description
|
||||
"The package provides a macro to typeset quotations, using the command
|
||||
@code{\\say}. The quotation mark glyphs are inserted by the macro; nested
|
||||
quotations are detected.")
|
||||
(license license:public-domain)))
|
||||
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue