mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add texlive-latex-changebar.
* gnu/packages/tex.scm (texlive-latex-changebar): New variable.
This commit is contained in:
parent
1d3be84e73
commit
b92ac281e5
1 changed files with 22 additions and 0 deletions
|
@ -1746,6 +1746,28 @@ (define-public texlive-latex-appendix
|
|||
command.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-latex-changebar
|
||||
(package
|
||||
(name "texlive-latex-changebar")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (origin
|
||||
(method svn-fetch)
|
||||
(uri (texlive-ref "latex" "changebar"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ik4m8pzfsn1grlda6fniqqfwmgj7rfxwg63jdw0p0qv002vc7ik"))))
|
||||
(build-system texlive-build-system)
|
||||
(arguments '(#:tex-directory "latex/changebar"))
|
||||
(home-page "http://www.ctan.org/pkg/changebar")
|
||||
(synopsis "Generate changebars in LaTeX documents")
|
||||
(description
|
||||
"Identify areas of text to be marked with changebars with the
|
||||
@code{\\cbstart} and @code{\\cbend} commands; the bars may be coloured. The
|
||||
package uses 'drivers' to place the bars; the available drivers can work with
|
||||
@code{dvitoln03}, @code{dvitops}, @code{dvips}, the emTeX and TeXtures DVI
|
||||
drivers, and VTeX and pdfTeX.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define texlive-texmf
|
||||
(package
|
||||
(name "texlive-texmf")
|
||||
|
|
Loading…
Reference in a new issue