mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add texlive-easybook.
* gnu/packages/tex.scm (texlive-easybook): New variable.
This commit is contained in:
parent
aa72b3f994
commit
7ab169ae5d
1 changed files with 25 additions and 0 deletions
|
@ -79880,6 +79880,31 @@ (define-public texlive-easy-todo
|
|||
index of things to do.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public texlive-easybook
|
||||
(package
|
||||
(name "texlive-easybook")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/easybook/"
|
||||
"source/latex/easybook/"
|
||||
"tex/latex/easybook/")
|
||||
(base32
|
||||
"11s8ibg4dbsdy4h8qwlzd3qz70rbi30hgsbzahakrh9q4pq7ix42")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/easybook")
|
||||
(synopsis "Easily typesetting Chinese theses or books")
|
||||
(description
|
||||
"@code{easybook} is a pure academic template based on the @code{ctexbook} book
|
||||
document class. It also has the functions of @code{book} and @code{article}
|
||||
document class, combined with the general framework design of the dissertation
|
||||
of many universities in China. It provides multiple commands and interfaces
|
||||
allowing users to easily customize the thesis template. Its basic macro
|
||||
package @code{easybase} can also be used with CTeX and standard document
|
||||
classes.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue