[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
158/296: gnu: Add texlive-nwafuthesis.
From: |
guix-commits |
Subject: |
158/296: gnu: Add texlive-nwafuthesis. |
Date: |
Thu, 24 Aug 2023 05:20:36 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d4c7d97764e863a0258df2d6dded4502475678e4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:22:01 2023 +0200
gnu: Add texlive-nwafuthesis.
* gnu/packages/tex.scm (texlive-nwafuthesis): New variable.
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 46461bcf73..eb5d0fc511 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -23456,6 +23456,31 @@ mathematical function values.")
of fonts, designed by Vernon Adams.")
(license (list license:silofl1.1 license:lppl))))
+(define-public texlive-nwafuthesis
+ (package
+ (name "texlive-nwafuthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/nwafuthesis/"
+ "source/latex/nwafuthesis/"
+ "tex/latex/nwafuthesis/")
+ (base32
+ "001axgdkvkcwfhzg9iw5sgahxh54sp6imi2b442li8f6n5c717lx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:tex-format "xetex" #:build-targets #~(list "nwafuthesis.dtx")))
+ (native-inputs (list texlive-xetex))
+ (home-page "https://ctan.org/pkg/nwafuthesis")
+ (synopsis "Thesis template package for Northwest A&F University, China")
+ (description
+ "This template supports doctoral and master dissertations and
+undergraduate theses in Chinese. It aims to create a simple interface,
+a normative format, as well as a hackable class for the users. At present, it
+only supports XeTeX and LuaTeX engines.")
+ (license license:lppl1.3c)))
+
(define-public texlive-objectz
(package
(name "texlive-objectz")
- 182/296: gnu: Add texlive-sageep., (continued)
- 182/296: gnu: Add texlive-sageep., guix-commits, 2023/08/24
- 192/296: gnu: Add texlive-seuthesix., guix-commits, 2023/08/24
- 195/296: gnu: Add texlive-tocvsec2., guix-commits, 2023/08/24
- 203/296: gnu: Add texlive-sr-vorl., guix-commits, 2023/08/24
- 199/296: gnu: Add texlive-smflatex., guix-commits, 2023/08/24
- 212/296: gnu: Add texlive-thesis-ekf., guix-commits, 2023/08/24
- 211/296: gnu: Add texlive-texilikecover., guix-commits, 2023/08/24
- 218/296: gnu: Add texlive-thucoursework., guix-commits, 2023/08/24
- 214/296: gnu: Add texlive-thesis-qom., guix-commits, 2023/08/24
- 233/296: gnu: Add texlive-uafthesis., guix-commits, 2023/08/24
- 158/296: gnu: Add texlive-nwafuthesis.,
guix-commits <=
- 159/296: gnu: Add texlive-nwejm., guix-commits, 2023/08/24
- 160/296: gnu: Add texlive-onrannual., guix-commits, 2023/08/24
- 162/296: gnu: Add texlive-oup-authoring-template., guix-commits, 2023/08/24
- 165/296: gnu: Add texlive-pkuthss., guix-commits, 2023/08/24
- 168/296: gnu: Add texlive-pracjourn., guix-commits, 2023/08/24
- 169/296: gnu: Add texlive-prociagssymp., guix-commits, 2023/08/24
- 175/296: gnu: Add texlive-resphilosophica., guix-commits, 2023/08/24
- 170/296: gnu: Add texlive-proposal., guix-commits, 2023/08/24
- 176/296: gnu: Add texlive-resumecls., guix-commits, 2023/08/24
- 178/296: gnu: Add texlive-revtex4-1., guix-commits, 2023/08/24