[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/21: gnu: Add texlive-begingreek.
From: |
guix-commits |
Subject: |
02/21: gnu: Add texlive-begingreek. |
Date: |
Mon, 14 Aug 2023 13:11:39 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 180679311be7b4103719f84ab7ee000a7377e10e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 16:36:40 2023 +0200
gnu: Add texlive-begingreek.
* gnu/packages/tex.scm (texlive-begingreek): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9c7a069b45..8e4686cc77 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2196,6 +2196,28 @@ issues of numbers in Basque.")
It may use either TikZ or PSTricks as graphics engine.")
(license license:lppl1.3+)))
+(define-public texlive-begingreek
+ (package
+ (name "texlive-begingreek")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/begingreek/"
+ "source/latex/begingreek/"
+ "tex/latex/begingreek/")
+ (base32
+ "1amzzc96pqxjicrgl4fnl2j7b65vvpxl32ckl308nbwfhd56fz6l")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/begingreek")
+ (synopsis "Greek environment to be used with pdfLaTeX only")
+ (description
+ "This simple package defines a greek environment to be used with pdfLaTeX
+only, that accepts an optional Greek font family name to type its contents
+with. A similar @code{\\greektxt} command does a similar action for shorter
+texts.")
+ (license license:lppl1.3c)))
+
(define-public texlive-begriff
(package
(name "texlive-begriff")
- branch master updated (c08da95dae -> d0776ff44c), guix-commits, 2023/08/14
- 01/21: gnu: Add texlive-babel-greek., guix-commits, 2023/08/14
- 02/21: gnu: Add texlive-begingreek.,
guix-commits <=
- 05/21: gnu: Add texlive-gfsporson., guix-commits, 2023/08/14
- 06/21: gnu: Add texlive-greek-inputenc., guix-commits, 2023/08/14
- 09/21: gnu: Add texlive-greektonoi., guix-commits, 2023/08/14
- 11/21: gnu: Add texlive-levy., guix-commits, 2023/08/14
- 13/21: gnu: Add texlive-kerkis., guix-commits, 2023/08/14
- 16/21: gnu: Add texlive-mkgrkindex., guix-commits, 2023/08/14
- 03/21: gnu: Add texlive-betababel., guix-commits, 2023/08/14
- 04/21: gnu: Add texlive-gfsbaskerville., guix-commits, 2023/08/14
- 12/21: gnu: Add texlive-ibygrk., guix-commits, 2023/08/14
- 07/21: gnu: Add texlive-greekdates., guix-commits, 2023/08/14