gnu: Add texlive-verbatimcopy.
* gnu/packages/tex.scm (texlive-verbatimcopy): New variable.
This commit is contained in:
parent
9d19f7789a
commit
f777e4e946
1 changed files with 22 additions and 0 deletions
|
@ -99301,6 +99301,28 @@ (define-public texlive-verbasef
|
|||
page.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-verbatimcopy
|
||||
(package
|
||||
(name "texlive-verbatimcopy")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/verbatimcopy/"
|
||||
"tex/latex/verbatimcopy/")
|
||||
(base32
|
||||
"0nmni0l73rjsapixl27i2hxp17psa73pycwkvvql4n1x9zl7yw9w")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/verbatimcopy")
|
||||
(synopsis "Make copies of text documents from within LaTeX")
|
||||
(description
|
||||
"This package provides @code{\\VerbatimCopy@{in@}@{out@}} that will enable
|
||||
LaTeX to take a verbatim copy of one text file, and save it under another
|
||||
name. The package provides a means to specify the output directory to be
|
||||
used, but does no checking and may therefore overwrite an important file if
|
||||
used injudiciously.")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue