mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-first-latex-doc.
* gnu/packages/tex.scm (texlive-first-latex-doc): New variable.
This commit is contained in:
parent
6c133a0b16
commit
45478baee8
1 changed files with 19 additions and 0 deletions
|
@ -8226,6 +8226,25 @@ (define-public texlive-findhyph
|
|||
referenced.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public texlive-first-latex-doc
|
||||
(package
|
||||
(name "texlive-first-latex-doc")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/first-latex-doc/")
|
||||
(base32
|
||||
"13ngk5pia5vbrbb4jrrlq1lmyja08m7cy4ydcjasxha8kns001ss")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/first-latex-doc")
|
||||
(synopsis "Document for absolute LaTeX beginners")
|
||||
(description
|
||||
"The document leads a reader, who knows nothing about LaTeX, through the
|
||||
production of a two page document. The user who has completed that first
|
||||
document, and wants to carry on, will find recommendations for tutorials.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-fixpdfmag
|
||||
(package
|
||||
(name "texlive-fixpdfmag")
|
||||
|
|
Loading…
Reference in a new issue