mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add texlive-pracjourn.
* gnu/packages/tex.scm (texlive-pracjourn): New variable.
This commit is contained in:
parent
dc87d76087
commit
ec509af03e
1 changed files with 22 additions and 0 deletions
|
@ -25243,6 +25243,28 @@ (define-public texlive-powerdot-tuliplab
|
||||||
presentation drafting.")
|
presentation drafting.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-pracjourn
|
||||||
|
(package
|
||||||
|
(name "texlive-pracjourn")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/pracjourn/"
|
||||||
|
"source/latex/pracjourn/"
|
||||||
|
"tex/latex/pracjourn/")
|
||||||
|
(base32
|
||||||
|
"0pavlcxv7jqni6rl2hdqfmmns566151rvsaa1p5xhgfb6qa4l1b1")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/pracjourn")
|
||||||
|
(synopsis "Typeset articles for PracTeX")
|
||||||
|
(description
|
||||||
|
"The @code{pracjourn} class is used for typesetting articles in the
|
||||||
|
@emph{PracTeX Journal}. It is based on the @code{article} class with
|
||||||
|
modifications to allow for more flexible front-matter and revision control,
|
||||||
|
among other small changes.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public texlive-prftree
|
(define-public texlive-prftree
|
||||||
(package
|
(package
|
||||||
(name "texlive-prftree")
|
(name "texlive-prftree")
|
||||||
|
|
Loading…
Reference in a new issue