mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: Add texlive-texmate.
* gnu/packages/tex.scm (texlive-texmate): New variable.
This commit is contained in:
parent
142bb8ba1c
commit
97238158f5
1 changed files with 26 additions and 0 deletions
|
@ -97753,6 +97753,32 @@ (define-public texlive-texlogos
|
||||||
and the logo of the Vienna University Business Administration Center (BWZ).")
|
and the logo of the Vienna University Business Administration Center (BWZ).")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-texmate
|
||||||
|
(package
|
||||||
|
(name "texlive-texmate")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/texmate/" "source/latex/texmate/"
|
||||||
|
"tex/latex/texmate/")
|
||||||
|
(base32
|
||||||
|
"1c584zbmz0k1kwd41cgz11zjzw29b0128j1xqz5a8wbsw894csq4")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/texmate")
|
||||||
|
(synopsis "Comprehensive chess annotation in LaTeX")
|
||||||
|
(description
|
||||||
|
"TeXmate formats chess games from very simple ASCII input. The clean
|
||||||
|
@samp{1.@: e4 e5; 2.@: Nf3 Nc6; 3.@: Bb5 a6} will produce the same results as
|
||||||
|
the sloppier @samp{1 e4 e5; Nf3 Nc6 3..@: Bb5 a6}. The resulting format is
|
||||||
|
fully customizable. There are 4 levels of commentary: 1 is the main game, 2-3
|
||||||
|
are commentaries. Each has its fonts, punctuation marks, etc., and these are
|
||||||
|
also customizable. The package includes a tool for the creation of diagrams.
|
||||||
|
The package works in conjunction with @code{skak} to produce diagrams of the
|
||||||
|
current position automatically. For chess fonts, the package uses the
|
||||||
|
@code{chessfss} system.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue