gnu: Add texlive-pdfwin.
* gnu/packages/tex.scm (texlive-pdfwin): New variable.
This commit is contained in:
parent
4637fda29c
commit
db8e0bb57e
1 changed files with 18 additions and 0 deletions
|
@ -91992,6 +91992,24 @@ geometrical information to permit references back and forth between source and
|
||||||
PDF, assuming a conforming editor and PDF viewer.")
|
PDF, assuming a conforming editor and PDF viewer.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-pdfwin
|
||||||
|
(package
|
||||||
|
(name "texlive-pdfwin")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/pdfwin/" "tex/latex/pdfwin/")
|
||||||
|
(base32
|
||||||
|
"0n89nl0layrjhz79jr7zsnbz5kzik1b2ha71npw3c5qpc2mvrrhk")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/pdfwin")
|
||||||
|
(synopsis "Customizable windows for screen viewing of TeX documents")
|
||||||
|
(description
|
||||||
|
"This package provides customizable windows for screen viewing of TeX
|
||||||
|
documents.")
|
||||||
|
(license license:lppl1.2+)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Reference in a new issue