mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-tugboat-plain.
* gnu/packages/tex.scm (texlive-tugboat-plain): New variable.
This commit is contained in:
parent
297e8f0319
commit
105e8248d3
1 changed files with 19 additions and 0 deletions
|
@ -30237,6 +30237,25 @@ (define-public texlive-tugboat
|
||||||
style, @file{tugboat.bst}.")
|
style, @file{tugboat.bst}.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-tugboat-plain
|
||||||
|
(package
|
||||||
|
(name "texlive-tugboat-plain")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/plain/tugboat-plain/"
|
||||||
|
"tex/plain/tugboat-plain/")
|
||||||
|
(base32
|
||||||
|
"0bzjkhgzf9zp1p6knkdnpcr2hp9hr5fj6v3781i1y0f13qv63axg")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/tugboat-plain")
|
||||||
|
(synopsis "Plain TeX macros for @emph{TUGboat}")
|
||||||
|
(description
|
||||||
|
"The macros defined in this package are used in papers written in Plain
|
||||||
|
TeX for publication in @emph{TUGboat}.")
|
||||||
|
(license license:knuth)))
|
||||||
|
|
||||||
(define-public texlive-turabian-formatting
|
(define-public texlive-turabian-formatting
|
||||||
(package
|
(package
|
||||||
(name "texlive-turabian-formatting")
|
(name "texlive-turabian-formatting")
|
||||||
|
|
Loading…
Reference in a new issue