mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add texlive-yb-book.
* gnu/packages/tex.scm (texlive-yb-book): New variable.
This commit is contained in:
parent
aa5089ca88
commit
b1dc3313f4
1 changed files with 50 additions and 0 deletions
|
@ -32397,6 +32397,56 @@ (define-public texlive-yazd-thesis
|
||||||
dissertations at the Yazd University. The class requires use of XeLaTeX.")
|
dissertations at the Yazd University. The class requires use of XeLaTeX.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-yb-book
|
||||||
|
(package
|
||||||
|
(name "texlive-yb-book")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/yb-book/" "source/latex/yb-book/"
|
||||||
|
"tex/latex/yb-book/")
|
||||||
|
(base32
|
||||||
|
"1brgy4y92888z7mc6yryasbv7xhcj560zsy5wz6ahcwny8f67mgg")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list texlive-anyfontsize
|
||||||
|
texlive-biblatex
|
||||||
|
texlive-bigfoot
|
||||||
|
texlive-changepage
|
||||||
|
texlive-chngcntr
|
||||||
|
texlive-csquotes
|
||||||
|
texlive-enumitem
|
||||||
|
texlive-fancyhdr
|
||||||
|
texlive-float
|
||||||
|
texlive-footmisc
|
||||||
|
texlive-geometry
|
||||||
|
texlive-ifmtarg
|
||||||
|
texlive-imakeidx
|
||||||
|
texlive-lastpage
|
||||||
|
texlive-libertine
|
||||||
|
texlive-mdframed
|
||||||
|
texlive-microtype
|
||||||
|
texlive-needspace
|
||||||
|
texlive-paralist
|
||||||
|
texlive-pgf
|
||||||
|
texlive-qrcode
|
||||||
|
texlive-setspace
|
||||||
|
texlive-soul
|
||||||
|
texlive-titlesec
|
||||||
|
texlive-ulem
|
||||||
|
texlive-wrapfig
|
||||||
|
texlive-xcolor
|
||||||
|
texlive-xifthen
|
||||||
|
texlive-xkeyval
|
||||||
|
texlive-zref))
|
||||||
|
(home-page "https://ctan.org/pkg/yb-book")
|
||||||
|
(synopsis "Template for YB branded books")
|
||||||
|
(description
|
||||||
|
"This template helps the author design books published on Amazon under
|
||||||
|
the ``Y.B.'' brand.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public texlive-yfonts
|
(define-public texlive-yfonts
|
||||||
(package
|
(package
|
||||||
(name "texlive-yfonts")
|
(name "texlive-yfonts")
|
||||||
|
|
Loading…
Reference in a new issue