summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2026-05-03 14:55:16 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2026-05-03 15:01:10 +0200
commitf4d97180ea4fc468cb83e5ba35d9db392ea3a647 (patch)
tree031f6c720a0cc8c13de574c5210ce19fdf660152 /gnu
parentb2a988818b27253ad434279136164f29309c6b91 (diff)
gnu: texlive-neoschool: Update to 2026.1-78871.
* gnu/packages/tex.scm (texlive-neoschool): Update to 2026.1-78871. Change-Id: I83e8786ec1c5f6cfb71e03d94e4b198970cfd296
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm43
1 files changed, 22 insertions, 21 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6d6cabc9a6d..b8a6098397c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31009,26 +31009,27 @@ dissertation in LaTeX.")
31009 (license license:lppl1.2+))) 31009 (license license:lppl1.2+)))
31010 31010
31011(define-public texlive-neoschool 31011(define-public texlive-neoschool
31012 (package 31012 (let ((revision 78871)) ;release 1.3.6
31013 (name "texlive-neoschool") 31013 (package
31014 (version "2026.1") 31014 (name "texlive-neoschool")
31015 (source 31015 (version (string-append "2026.1-" (number->string revision)))
31016 (origin 31016 (source
31017 (method svn-multi-fetch) 31017 (origin
31018 (uri (svn-multi-reference 31018 (method svn-multi-fetch)
31019 (url (texlive-packages-repository version)) 31019 (uri (svn-multi-reference
31020 (revision 78408) 31020 (url (string-append %texlive-repository "trunk/Master/texmf-dist"))
31021 (locations (list "doc/latex/neoschool/" 31021 (revision revision)
31022 "tex/latex/neoschool/")))) 31022 (locations (list "doc/latex/neoschool/"
31023 (file-name (git-file-name name version)) 31023 "tex/latex/neoschool/"))))
31024 (sha256 31024 (file-name (git-file-name name version))
31025 (base32 "06id93rcpzvw34psxfmm1gqyhg2kgzknlxvgfym1708747bgify0")))) 31025 (sha256
31026 (outputs '("out" "doc")) 31026 (base32 "0qg77lcail38ckyfbgbqj969dysgwq47sns5l4dd3k79513swllr"))))
31027 (build-system texlive-build-system) 31027 (outputs '("out" "doc"))
31028 (home-page "https://ctan.org/pkg/neoschool") 31028 (build-system texlive-build-system)
31029 (synopsis "LaTeX class for teachers") 31029 (home-page "https://ctan.org/pkg/neoschool")
31030 (description 31030 (synopsis "LaTeX class for teachers")
31031 "This package provides secondary school teachers with a comprehensive set 31031 (description
31032 "This package provides secondary school teachers with a comprehensive set
31032of tools for creating educational documents such as assessments, course 31033of tools for creating educational documents such as assessments, course
31033materials, exercise sheets with solutions, and more. It includes eight 31034materials, exercise sheets with solutions, and more. It includes eight
31034predefined color themes, various class options for layout and typography, 31035predefined color themes, various class options for layout and typography,
@@ -31037,7 +31038,7 @@ header styles tailored to different document types. The package integrates
31037numerous commonly used LaTeX packages, which significantly reduces the need 31038numerous commonly used LaTeX packages, which significantly reduces the need
31038for extensive preambles and minimizes compatibility issues. Additionally, it 31039for extensive preambles and minimizes compatibility issues. Additionally, it
31039is multilingual, supporting French, English, and German.") 31040is multilingual, supporting French, English, and German.")
31040 (license license:lppl1.3c))) 31041 (license license:lppl1.3c))))
31041 31042
31042(define-public texlive-nevelok 31043(define-public texlive-nevelok
31043 (package 31044 (package