~ruther/guix-local

32d4a2d3ec1fcdc4f5a94cf4097a93b6938249d7 — Nicolas Goaziou 2 years ago 4883c9d
gnu: Add texlive-jura.

* gnu/packages/tex.scm (texlive-jura): New variable.
1 files changed, 21 insertions(+), 0 deletions(-)

M gnu/packages/tex.scm
M gnu/packages/tex.scm => gnu/packages/tex.scm +21 -0
@@ 7342,6 7342,27 @@ Notebook format to proper LaTeX so it gets included seamlessly, supporting
text, LaTeX, images, etc.")
    (license license:asl2.0)))

(define-public texlive-jura
  (package
    (name "texlive-jura")
    (version (number->string %texlive-revision))
    (source (texlive-origin
             name version
             (list "doc/latex/jura/" "source/latex/jura/"
                   "tex/latex/jura/")
             (base32
              "1lxss00mymcxljzaqmwj9zpy9cpc71a0a4g6bqrzvgspj506jdp7")))
    (outputs '("out" "doc"))
    (build-system texlive-build-system)
    (home-page "https://ctan.org/pkg/jura")
    (synopsis "Document class for German legal texts")
    (description
     "This package implements the standard layout for German term papers in law
(one-and-half linespacing, 7 cm margins, etc.).  It includes @code{alphanum}
that permits alphanumeric section numbering (e.g., @samp{A. Introduction};
@samp{III. International Law}).")
    (license license:gpl3+)))

(define-public texlive-karnaugh
  (package
    (name "texlive-karnaugh")