Skip to content

XuBao12/xduts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XDUTS

XDUTS (Xidian University TeX Suite) is a LaTeX3 document class and package suite for undergraduate/postgraduate students in Xidian University, which can be compiled with XeLaTeX on Windows, macOS, GNU/Linux, Overleaf, and TeXPage. It is designed to typesetting proposal/thesis and other documents.

XDUTS currently includes:

  • xdufont.sty, Xidian University Font package
  • xduugtp.cls, Xidian University Undergraduate Thesis Proposal document class
  • xdupgthesis.cls, Xidian University Postgraduate Thesis document class
  • xduugthesis.cls, Xidian University Undergraduate Thesis document class

In the future, we plan to add the following document classes, including

  • xdupgtp.cls, Xidian University Postgraduate Thesis Proposal document class

Preparation

If using TeX Live/MacTeX, TeX Live/MacTeX 2022+ is recommended, and update all packages to the latest version by running command below. If on Windows, it may be necessary to start a Command Prompt as an Administrator. If on macOS or GNU/Linux, it may be necessary to run the command with sudo.

tlmgr option repository https://mirrors.cloud.tencent.com/CTAN/systems/texlive/tlnet/
tlmgr update --all --self

Installation

You can install XDUTS from either CTAN or GitHub by following the instructions below.

CTAN

TeX Live/MacTeX

After completing the preparation, XDUTS is already contained in TeX Live/MacTeX. Run command below to open the documentation.

texdoc xduts

MiKTeX

You can install/update XDUTS by running command below.

miktex packages install xduts
miktex packages update xduts

Run command below to open the documentation.

texdoc xduts

Overleaf/TeXPage

If you have installed LaTeX distribution locally, you can get the document class/package files and the documentation according to the description below. Otherwise, you need to download the document class/package files and the documentation from CTAN. Finally, upload the document class/package files to the project on Overleaf/TeXPage.

GitHub

Generally speaking, CTAN updates XDUTS slowly. If you want to use the latest version of XDUTS, download this repository and run the following command to get the document class/package files.

xetex xduts.ins

Run command below to get the documentation.

l3build doc

Note

xdulogo.pdf should be placed in the same directory as xduugthesis.cls.

License

XDUTS is subject to the LaTeX Project Public License 1.3c.

About

西安电子科技大学LaTeX套装

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 99.9%
  • Lua 0.1%