gnu: Add texlive-semioneside.
* gnu/packages/tex.scm (texlive-semioneside): New variable.
This commit is contained in:
parent
cbc1c86a75
commit
ca22e1c7de
1 changed files with 23 additions and 0 deletions
|
@ -95081,6 +95081,29 @@ (define-public texlive-semesterplanner
|
|||
as well as appointments, deadlines, and exams.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-semioneside
|
||||
(package
|
||||
(name "texlive-semioneside")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/semioneside/"
|
||||
"source/latex/semioneside/"
|
||||
"tex/latex/semioneside/")
|
||||
(base32
|
||||
"025wvr95j3p8i1pfcvai57zaq1bnw0wkf1j8piljlaap95fc09ii")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/semioneside")
|
||||
(synopsis
|
||||
"Put only special contents on left-hand pages in two sided layout")
|
||||
(description
|
||||
"This package supports the preparation of semi one sided documents. That is,
|
||||
two sided documents, where all text is output on right-hand pages --- as in
|
||||
a one-sided documents --- and only special contents are output on left-hand
|
||||
pages on user request, e.g., floating objects.")
|
||||
(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