me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-schooldocs.

* gnu/packages/tex.scm (texlive-schooldocs): New variable.
master
Nicolas Goaziou 2023-08-29 16:00:23 +02:00
parent d8a73b73a3
commit 6427c67aa5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -94680,6 +94680,29 @@ have a box 1/30th longer than a 30-minute appointment. A number of features
are included to allow the user to customize the output.")
(license license:lppl1.3c)))
(define-public texlive-schooldocs
(package
(name "texlive-schooldocs")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/schooldocs/"
"source/latex/schooldocs/"
"tex/latex/schooldocs/")
(base32
"0rfdxsfgi6d4q755fcp7kzc4lxfkvwwp82j3z7sfhp6xgqx11hm6")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/schooldocs")
(synopsis "Various layout styles for school documents")
(description
"The purpose of this package is to provide several layout styles for school
documents. It is useful for exercise sheets, exams, course materials. The
package sets the page geometry (dimensions of text and margins) and the title
typesetting; the various styles define the header, footer and title formatting.
Many features are freely configurable.")
(license license:lppl1.3+)))
;;;
;;; 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