[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
168/243: gnu: Add texlive-l2picfaq.
From: |
guix-commits |
Subject: |
168/243: gnu: Add texlive-l2picfaq. |
Date: |
Fri, 11 Aug 2023 08:46:10 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit bba9a7e6d0755ea317598b6f95ac20b2502e3ffc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 23:57:59 2023 +0200
gnu: Add texlive-l2picfaq.
* gnu/packages/tex.scm (texlive-l2picfaq): 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 aea47cd25c..5b71b64ec2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5165,6 +5165,25 @@ It provides a tabular-like input syntax and support for
drawing bundles
(implicants) around adjacent values.")
(license license:lppl1.3c)))
+(define-public texlive-l2picfaq
+ (package
+ (name "texlive-l2picfaq")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/l2picfaq/")
+ (base32
+ "0mk8d082gcqlxw2x7d2w85sm6i51928pijybzbsh9fy2rfcv99xz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/l2picfaq")
+ (synopsis "LaTeX pictures how-to (German)")
+ (description
+ "The document (in German) is a collection of how-to notes about LaTeX and
+pictures. The aim of the document is to provide a solution, in the form of
+some sample code, for every problem.")
+ (license license:fdl1.3+)))
+
(define-public texlive-l2tabu-english
(package
(name "texlive-l2tabu-english")
- 92/243: gnu: Add texlive-babel-occitan., (continued)
- 92/243: gnu: Add texlive-babel-occitan., guix-commits, 2023/08/11
- 98/243: gnu: Add texlive-babel-slovenian., guix-commits, 2023/08/11
- 105/243: gnu: Add texlive-hulipsum., guix-commits, 2023/08/11
- 95/243: gnu: Add texlive-babel-romansh., guix-commits, 2023/08/11
- 120/243: gnu: Add texlive-apprends-latex., guix-commits, 2023/08/11
- 121/243: gnu: Add texlive-basque-book., guix-commits, 2023/08/11
- 126/243: gnu: Add texlive-droit-fr., guix-commits, 2023/08/11
- 134/243: gnu: Add texlive-frpseudocode., guix-commits, 2023/08/11
- 154/243: gnu: Add texlive-collection-langfrench., guix-commits, 2023/08/11
- 160/243: gnu: Add texlive-etdipa., guix-commits, 2023/08/11
- 168/243: gnu: Add texlive-l2picfaq.,
guix-commits <=
- 165/243: gnu: Add texlive-germkorr., guix-commits, 2023/08/11
- 176/243: gnu: Add texlive-r-und-s., guix-commits, 2023/08/11
- 182/243: gnu: Add texlive-translation-arsclassica-de., guix-commits, 2023/08/11
- 170/243: gnu: Add texlive-latexcheat-de., guix-commits, 2023/08/11
- 186/243: gnu: Add texlive-translation-enumitem-de., guix-commits, 2023/08/11
- 208/243: gnu: Add texlive-verifica., guix-commits, 2023/08/11
- 215/243: gnu: Add texlive-lshort-polish., guix-commits, 2023/08/11
- 214/243: gnu: Add texlive-gustprog., guix-commits, 2023/08/11
- 227/243: gnu: Add texlive-feupphdteses., guix-commits, 2023/08/11
- 229/243: gnu: Add texlive-latexcheat-ptbr., guix-commits, 2023/08/11