mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: Add texlive-latex4wp-it.
* gnu/packages/tex.scm (texlive-latex4wp-it): New variable.
This commit is contained in:
parent
44dcf8aa96
commit
2c5d257c0c
1 changed files with 18 additions and 0 deletions
|
@ -20231,6 +20231,24 @@ (define-public texlive-latex4wp
|
||||||
environment. It aims at helping such users use LaTeX instead.")
|
environment. It aims at helping such users use LaTeX instead.")
|
||||||
(license license:fdl1.3+)))
|
(license license:fdl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-latex4wp-it
|
||||||
|
(package
|
||||||
|
(name "texlive-latex4wp-it")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/latex4wp-it/")
|
||||||
|
(base32
|
||||||
|
"14r86fwhb9zafmyv05pqfi9962dpxj7wq94acm43gv8m2rsjp52k")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/latex4wp-it")
|
||||||
|
(synopsis "LaTeX guide for word processor users, in Italian")
|
||||||
|
(description
|
||||||
|
"The package provides a version of the @emph{LaTeX for Word Processor
|
||||||
|
Users} document in Italian.")
|
||||||
|
(license license:fdl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-latexcheat
|
(define-public texlive-latexcheat
|
||||||
(package
|
(package
|
||||||
(name "texlive-latexcheat")
|
(name "texlive-latexcheat")
|
||||||
|
|
Loading…
Reference in a new issue