mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add texlive-byrne.
* gnu/packages/tex.scm (texlive-byrne): New variable.
This commit is contained in:
parent
5f08f4191f
commit
2a56b23623
1 changed files with 24 additions and 0 deletions
|
@ -16438,6 +16438,30 @@ (define-public texlive-byo-twemojis
|
|||
possibilities to modify the result in color and position.")
|
||||
(license (list license:cc-by4.0 license:lppl1.3+))))
|
||||
|
||||
(define-public texlive-byrne
|
||||
(package
|
||||
(name "texlive-byrne")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/metapost/byrne/" "metapost/byrne/"
|
||||
"tex/latex/byrne/")
|
||||
(base32
|
||||
"1h4543pimjsv30phinbhs8070ymqaf43vd2wx1yhjmwsqj4fcjmc")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/byrne")
|
||||
(synopsis
|
||||
"Typeset geometric proofs in the style of Euclid's @emph{Elements}")
|
||||
(description
|
||||
"This package is a LaTeX adaptation of a set of tools developed for
|
||||
ConTeXt reproduction of Oliver Byrne's 1847 edition of the first six books of
|
||||
Euclid's @emph{Elements}; see
|
||||
@url{https://github.com/jemmybutton/byrne-euclid}. It consists of a MetaPost
|
||||
library, responsible for all the drawing and a set of LaTeX macros to
|
||||
conveniently use them.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-gates
|
||||
(package
|
||||
(name "texlive-gates")
|
||||
|
|
Loading…
Reference in a new issue