mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add texlive-foliono.
* gnu/packages/tex.scm (texlive-foliono): New variable.
This commit is contained in:
parent
18fd1fd74c
commit
06c02c28b3
1 changed files with 22 additions and 0 deletions
|
@ -82706,6 +82706,28 @@ (define-public texlive-foilhtml
|
||||||
providing support for FoilTeX commands in LaTeX2HTML.")
|
providing support for FoilTeX commands in LaTeX2HTML.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-foliono
|
||||||
|
(package
|
||||||
|
(name "texlive-foliono")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/foliono/" "tex/latex/foliono/")
|
||||||
|
(base32
|
||||||
|
"1ldp7cp3s75yyzn5wkdp5rw8q5aii6rnpflw13xj0h5hvv0a6h0y")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/foliono")
|
||||||
|
(synopsis "Use folio numbers to replace page numbers")
|
||||||
|
(description
|
||||||
|
"This package adds functionality to create several styles of folio numbers.
|
||||||
|
Folio numbering preceded the modern page numbering convention and was in
|
||||||
|
common use until the 18th century. In folio numbering the numbers are placed
|
||||||
|
only on odd (right-side) pages and the numbers typically comprise of two
|
||||||
|
parts: quire and folio numbers. The intended use for this package is to help
|
||||||
|
creating old-style books.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; 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
|
||||||
|
|
Loading…
Reference in a new issue