From 9a41e986f4999f57035e8c7e927f46c57012195b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 10 Aug 2023 23:58:35 +0200 Subject: [PATCH] gnu: Add texlive-latexcheat-de. * gnu/packages/tex.scm (texlive-latexcheat-de): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 1b0b552499..e9d493da7b 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -5260,6 +5260,25 @@ and commands.") @code{latex2e-help-texinfo}.") (license license:public-domain))) +(define-public texlive-latexcheat-de + (package + (name "texlive-latexcheat-de") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/latexcheat-de/") + (base32 + "1cpqcvqkkyb2bf87yjvc2migxawnacx5mva8dapma7hmwx0z7rhm"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/latexcheat-de") + (synopsis "LaTeX cheat sheet, in German") + (description + "This is a translation to German of Winston Chang's LaTeX cheat sheet (a +reference sheet for writing scientific papers). It has been adapted to German +standards using the KOMA script document classes.") + (license license:lppl))) + (define-public texlive-letgut (package (name "texlive-letgut")