me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-latex-graphics-companion.

* gnu/packages/tex.scm (texlive-latex-graphics-companion): New variable.
Nicolas Goaziou 2023-08-04 12:15:56 +02:00
parent 1ec607e0ae
commit b07c4addcd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -18360,6 +18360,24 @@ students to LaTeX, including an introduction to LaTeX Workshop in Visual
Studio Code and an example package of user-defined LaTeX commands.")
(license license:public-domain)))
(define-public texlive-latex-graphics-companion
(package
(name "texlive-latex-graphics-companion")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/latex-graphics-companion/")
(base32
"01zs32gck1sl9zlbhghyjmjwxyvw0jha5vl2hd10knyrb3z4dhxc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lgc-examples")
(synopsis "Examples from @emph{The LaTeX Graphics Companion}")
(description
"This package contains the source of the examples printed in @emph{The
LaTeX Graphics Companion} book, together with necessary supporting files.")
(license license:lppl)))
(define-public texlive-oberdiek
(package
(name "texlive-oberdiek")