mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 20:31:01 +01:00
gnu: Add texlive-lshort-french.
* gnu/packages/tex.scm (texlive-lshort-french): New variable.
This commit is contained in:
parent
2994bd0e5a
commit
568da2eb97
1 changed files with 18 additions and 0 deletions
|
@ -5474,6 +5474,24 @@ other languages; see the @code{lshort} catalogue entry for the current list.")
|
|||
LaTeX2e}, with added coverage of Finnish typesetting rules.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-lshort-french
|
||||
(package
|
||||
(name "texlive-lshort-french")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/lshort-french/")
|
||||
(base32
|
||||
"1hdl0w7b1ablx7qfcvgniz7dcbgazb49b8wfw7c08hlb38gxfqh7")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/lshort-french")
|
||||
(synopsis "Short introduction to LaTeX, French translation")
|
||||
(description
|
||||
"This package contains a French version of a @emph{(Not so) short
|
||||
introduction to LaTeX2e}.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-lshort-slovak
|
||||
(package
|
||||
(name "texlive-lshort-slovak")
|
||||
|
|
Loading…
Add table
Reference in a new issue