me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-concepts.

* gnu/packages/tex.scm (texlive-concepts): New variable.
master
Nicolas Goaziou 2023-08-29 15:46:34 +02:00
parent 4bd913ecf5
commit 9aa55cb28a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -76880,6 +76880,28 @@ a number of points to be earned. At the end of the text, a table set
summarizes the skills assessed, and in what proportions.")
(license license:lppl1.3+)))
(define-public texlive-concepts
(package
(name "texlive-concepts")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/concepts/" "tex/latex/concepts/")
(base32
"1r6dals4iqmp0r79gck81dw6fdympnpjmz6n23la376dpxwj15lx")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/concepts")
(synopsis "Keeping track of formal concepts for a particular field")
(description
"The package helps to keep track of formal concepts for a specific field or
document. This is particularly useful for scientific papers (for example, in
physics, mathematics or computer science), which may introduce several concepts
(with their own symbols). The package's commands allow the user to define
a concept (typically, near its first use), and will ensure consistent use
throughout the document.")
(license license:lppl)))
;;;
;;; 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