mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add texlive-pdfarticle.
* gnu/packages/tex.scm (texlive-pdfarticle): New variable.
This commit is contained in:
parent
1e87a0cf99
commit
7898ba2b5d
1 changed files with 19 additions and 0 deletions
|
@ -11750,6 +11750,25 @@ (define-public texlive-ulem
|
||||||
underlining, and striking out, and crossing out.")
|
underlining, and striking out, and crossing out.")
|
||||||
(license license:lppl1.3c+)))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
|
(define-public texlive-pdfarticle
|
||||||
|
(package
|
||||||
|
(name "texlive-pdfarticle")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/lualatex/pdfarticle/"
|
||||||
|
"tex/lualatex/pdfarticle/")
|
||||||
|
(base32
|
||||||
|
"16cy8n3hws1gm3bsv3h4mwnpvaajiy5sj6hpchy0r9hq28liara4")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/pdfarticle")
|
||||||
|
(synopsis "Class for PDF publications")
|
||||||
|
(description
|
||||||
|
"pdfArticle is simple document class dedicated for creating PDF documents
|
||||||
|
with LuaLaTeX.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public texlive-pgf
|
(define-public texlive-pgf
|
||||||
(package
|
(package
|
||||||
(name "texlive-pgf")
|
(name "texlive-pgf")
|
||||||
|
|
Loading…
Reference in a new issue