[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/31: gnu: Add texlive-ctex-faq.
From: |
guix-commits |
Subject: |
07/31: gnu: Add texlive-ctex-faq. |
Date: |
Wed, 16 Aug 2023 05:25:32 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit e89b5f6a0248ca7bbf033ce372af91270dacb6e3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 19:47:30 2023 +0200
gnu: Add texlive-ctex-faq.
* gnu/packages/tex.scm (texlive-ctex-faq): 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 07052c0e82..a2b2126033 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11810,6 +11810,25 @@ team (2015-02-05): It seems that this script is
currently not working.")
Chinese typesetting.")
(license license:lppl1.3c)))
+(define-public texlive-ctex-faq
+ (package
+ (name "texlive-ctex-faq")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ctex-faq/")
+ (base32
+ "15c0g0x8w7vm3hyn6lk60jf66akyfcq6x8jc2lnbjx8ydwgb26br")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ctex-faq")
+ (synopsis "LaTeX FAQ by the Chinese TeX Society (ctex.org)")
+ (description
+ "This is the LaTeX FAQ by the Chinese TeX Society. Most questions were
+collected on the @url{bbs.ctex.org} forum, and were answered in detail by the
+author.")
+ (license license:fdl1.3+)))
+
(define-public texlive-ctib
(package
(name "texlive-ctib")
- 26/31: gnu: texlive-xpinyin: Fix build., (continued)
- 26/31: gnu: texlive-xpinyin: Fix build., guix-commits, 2023/08/16
- 17/31: gnu: Add texlive-pgfornament-han., guix-commits, 2023/08/16
- 20/31: gnu: Add texlive-tlmgr-intro-zh-cn., guix-commits, 2023/08/16
- 18/31: gnu: Add texlive-qyxf-book., guix-commits, 2023/08/16
- 29/31: gnu: Add texlive-makecell., guix-commits, 2023/08/16
- 28/31: gnu: Add texlive-diagbox., guix-commits, 2023/08/16
- 09/31: gnu: Add texlive-fduthesis., guix-commits, 2023/08/16
- 21/31: gnu: Add texlive-upzhkinsoku., guix-commits, 2023/08/16
- 23/31: gnu: Add texlive-zhlineskip., guix-commits, 2023/08/16
- 05/31: gnu: Add texlive-asymptote-faq-zh-cn., guix-commits, 2023/08/16
- 07/31: gnu: Add texlive-ctex-faq.,
guix-commits <=
- 12/31: gnu: Add texlive-install-latex-guide-zh-cn., guix-commits, 2023/08/16
- 13/31: gnu: Add texlive-latex-notes-zh-cn., guix-commits, 2023/08/16
- 22/31: gnu: Add texlive-xtuthesis., guix-commits, 2023/08/16
- 24/31: gnu: Add texlive-zhlipsum., guix-commits, 2023/08/16
- 30/31: gnu: texlive-ctex: Fix build., guix-commits, 2023/08/16
- 15/31: gnu: Add texlive-nanicolle., guix-commits, 2023/08/16
- 19/31: gnu: Add texlive-texproposal., guix-commits, 2023/08/16
- 27/31: gnu: texlive-zhnumber: Fix build., guix-commits, 2023/08/16
- 16/31: gnu: Add texlive-njurepo., guix-commits, 2023/08/16
- 08/31: gnu: Add texlive-exam-zh., guix-commits, 2023/08/16