diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-10 09:11:30 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 14:39:36 +0200 |
commit | 7238b4ba4d07478f6ef014c8e17592ea4eaeaeb2 (patch) | |
tree | 5c5df36465568421faec157f4e1997c65483cbad /gnu/packages | |
parent | 4b89a64beedfeef41149d48bfc1a80439432a118 (diff) |
gnu: Add texlive-droit-fr.
* gnu/packages/tex.scm (texlive-droit-fr): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 0c4fad01bb..9915c7f1f1 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3538,6 +3538,26 @@ triangular, or banded matrices.") top of TikZ.") (license license:lppl1.3+))) +(define-public texlive-droit-fr + (package + (name "texlive-droit-fr") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/droit-fr/" "tex/latex/droit-fr/") + (base32 + "0lx4k3w7mzldhwykpfvhv05v7fhd1jibra80kz0zf9s0jga8sq4a"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/droit-fr") + (synopsis "Document class and bibliographic style for French law") + (description + "The bundle provides a toolkit intended for students writing a thesis in +French law. It features a LaTeX document class, a bibliographic style for +BibLaTeX package, a practical example of french thesis document, and +documentation. The class assumes use of Biber and BibLaTeX.") + (license license:lppl1.3+))) + (define-public texlive-dyntree (package (name "texlive-dyntree") |