me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-rcs-multi.

* gnu/packages/tex.scm (texlive-rcs-multi): New variable.
master
Nicolas Goaziou 2023-08-29 15:59:26 +02:00
parent 2cb454f588
commit 7d5ff29c77
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -93580,6 +93580,27 @@ digits and decimal separators aligned. Furthermore, rounding to the desired
precision is possible.")
(license license:lppl1.2+)))
(define-public texlive-rcs-multi
(package
(name "texlive-rcs-multi")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/rcs-multi/"
"source/latex/rcs-multi/"
"tex/latex/rcs-multi/")
(base32
"13wa428acrycfrqva5agdq7mhnxr2cya5jzlprrs5k4bn01g40lj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/rcs-multi")
(synopsis "Typeset RCS version control in multiple-file documents")
(description
"The package enables the user to typeset version control information provided
by RCS keywords (e.g., @samp{$ID: ... $}) in LaTeX documents that contain
multiple TeX files.")
(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