gnu: Add texlive-dynamicnumber.
* gnu/packages/tex.scm (texlive-dynamicnumber): New variable.master
parent
cbdc0b9c70
commit
f5271e1598
|
@ -79763,6 +79763,33 @@ archives of CD-ROMs, Audio-CDs and so on. Supported languages at the moment:
|
|||
English, French, German, Italian, Polish, Portuguese, Spanish.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-dynamicnumber
|
||||
(package
|
||||
(name "texlive-dynamicnumber")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/dynamicnumber/"
|
||||
"source/latex/dynamicnumber/"
|
||||
"tex/latex/dynamicnumber/")
|
||||
(base32
|
||||
"15fxlihdsnv2mqivv9bjzhdlzprdjgfkcmpa0v2gy60c4nvymi6x")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/dynamicnumber")
|
||||
(synopsis
|
||||
"Dynamically typeset numbers and values in LaTeX through ``symbolic links''")
|
||||
(description
|
||||
"This package dynamically typesets values generated by different kinds of
|
||||
scripts in LaTeX through the use of ``symbolic links'' (which are not in any
|
||||
way related to the symbolic links used in UNIX systems!). The aim is to
|
||||
reduce errors resulting from out-of-date numbers by directly setting them in
|
||||
the number generating file and importing a ``symbolic link'' into the LaTeX
|
||||
source file. It can be used to import not only numerical values, but strings
|
||||
and pieces of code are also possible. Currently only MATLAB and Python are
|
||||
supported to produce dynamic number list files.")
|
||||
(license license:expat)))
|
||||
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
Reference in New Issue