From a626f256ac0b4e65f2f1a8077e6f199fadcf4778 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 15 Aug 2023 19:59:03 +0200 Subject: [PATCH] gnu: Add texlive-qyxf-book. * gnu/packages/tex.scm (texlive-qyxf-book): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index baae6360e6..16601d42b5 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -19727,6 +19727,27 @@ (define-public texlive-quran-ur Holy Quran. It adds eight Urdu translations to the @code{quran} package.") (license license:lppl1.3c))) +(define-public texlive-qyxf-book + (package + (name "texlive-qyxf-book") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/qyxf-book/" + "tex/latex/qyxf-book/") + (base32 + "0sgjdfpmwjqh40sbanj772bwimbf3az7wah65hxaz5198xd67m1y"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/qyxf-book") + (synopsis "Book Template for Qian Yuan Xue Fu") + (description + "@code{qyxf-book} is a LaTeX document class (template) developed by Qian +Yuan Xue Fu (QYXF), a student club of Xi'an Jiaotong University (XJTU). It +creates a minimalistic document style, and several color schemes are offered. +Currently the template is only designed for Chinese typesetting.") + (license license:expat))) + (define-public texlive-r-und-s (package (name "texlive-r-und-s")