mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-fcltxdoc.
* gnu/packages/tex.scm (texlive-fcltxdoc): New variable.
This commit is contained in:
parent
0bae88ad83
commit
2c48577691
1 changed files with 21 additions and 0 deletions
|
@ -13289,6 +13289,27 @@ (define-public texlive-fcavtex
|
|||
rules for thesis publications.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-fcltxdoc
|
||||
(package
|
||||
(name "texlive-fcltxdoc")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/fcltxdoc/"
|
||||
"source/latex/fcltxdoc/"
|
||||
"tex/latex/fcltxdoc/")
|
||||
(base32
|
||||
"0qb0l622svj1bqs0p05mcf30f4xy432aa4qzk6w4rlckssdfiwva")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/fcltxdoc")
|
||||
(synopsis "Macros for use in the author's documentation")
|
||||
(description
|
||||
"The package is not advertised for public use, but is necessary for the
|
||||
support of others of the author's packages (which are compiled under the
|
||||
@code{ltxdoc} class).")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-fdsymbol
|
||||
(package
|
||||
(name "texlive-fdsymbol")
|
||||
|
|
Loading…
Reference in a new issue