me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fjodor.

* gnu/packages/tex.scm (texlive-fjodor): New variable.
master
Nicolas Goaziou 2023-08-29 15:50:21 +02:00
parent fb6232a1d6
commit f64552f9d5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 17 additions and 0 deletions

View File

@ -82308,6 +82308,23 @@ annotations. The command @code{\\listofnotes} prints a list of outstanding
notes, with links to the pages on which they appear.")
(license license:public-domain)))
(define-public texlive-fjodor
(package
(name "texlive-fjodor")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/fjodor/" "tex/latex/fjodor/")
(base32
"0s0aaf5h1rm18hyav988rqvsq4xzyszr41p7sqnl92xxi5xzg86h")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fjodor")
(synopsis "Selection of layout styles")
(description
"The package provides several page layouts, selectable by package options.")
(license license:gpl3+)))
;;;
;;; 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