[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/243: gnu: Add texlive-latex-refsheet.
From: |
guix-commits |
Subject: |
38/243: gnu: Add texlive-latex-refsheet. |
Date: |
Fri, 11 Aug 2023 08:45:33 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d9e2ff47109090274a5577897aeb7a91f75f717a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:16:05 2023 +0200
gnu: Add texlive-latex-refsheet.
* gnu/packages/tex.scm (texlive-latex-refsheet): 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 5580e936c8..68d42efd99 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18378,6 +18378,25 @@ Studio Code and an example package of user-defined
LaTeX commands.")
LaTeX Graphics Companion} book, together with necessary supporting files.")
(license license:lppl)))
+(define-public texlive-latex-refsheet
+ (package
+ (name "texlive-latex-refsheet")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/latex-refsheet/")
+ (base32
+ "169h1syday30qiw032k14fhxikdwszggvqz8b9ga4i9wwxf1vh4m")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/latex-refsheet")
+ (synopsis "LaTeX reference sheet for a thesis with KOMA-Script")
+ (description
+ "This LaTeX reference sheet is for writing a thesis using the KOMA-Script
+document classes (@code{scrartcl}, @code{scrreprt}, @code{scrbook}) and all
+the packages needed for a thesis in natural sciences.")
+ (license license:lppl1.3c)))
+
(define-public texlive-oberdiek
(package
(name "texlive-oberdiek")
- 14/243: gnu: Add texlive-ascii-chart., (continued)
- 14/243: gnu: Add texlive-ascii-chart., guix-commits, 2023/08/11
- 16/243: gnu: Add texlive-components., guix-commits, 2023/08/11
- 17/243: gnu: Add texlive-comprehensive., guix-commits, 2023/08/11
- 19/243: gnu: Add texlive-docsurvey., guix-commits, 2023/08/11
- 22/243: gnu: Add texlive-fontinstallationguide., guix-commits, 2023/08/11
- 27/243: gnu: Add texlive-impatient., guix-commits, 2023/08/11
- 29/243: gnu: Add texlive-knuth-errata., guix-commits, 2023/08/11
- 30/243: gnu: Add texlive-knuth-hint., guix-commits, 2023/08/11
- 36/243: gnu: Add texlive-latex-for-undergraduates., guix-commits, 2023/08/11
- 37/243: gnu: Add texlive-latex-graphics-companion., guix-commits, 2023/08/11
- 38/243: gnu: Add texlive-latex-refsheet.,
guix-commits <=
- 41/243: gnu: Add texlive-latex2e-help-texinfo., guix-commits, 2023/08/11
- 44/243: gnu: Add texlive-latexcourse-rug., guix-commits, 2023/08/11
- 47/243: gnu: Add texlive-macros2e., guix-commits, 2023/08/11
- 45/243: gnu: Add texlive-latexfileinfo-pkgs., guix-commits, 2023/08/11
- 48/243: gnu: Add texlive-math-into-latex-4., guix-commits, 2023/08/11
- 53/243: gnu: Add texlive-metapost-examples., guix-commits, 2023/08/11
- 54/243: gnu: Add texlive-patgen2-tutorial., guix-commits, 2023/08/11
- 55/243: gnu: Add texlive-pictexsum., guix-commits, 2023/08/11
- 56/243: gnu: Add texlive-plain-doc., guix-commits, 2023/08/11
- 61/243: gnu: Add texlive-tds., guix-commits, 2023/08/11