Shantou University Assignment Submission Template (LATEX Version)
Welcome to the GitHub repository for the "Shantou University Assignment Submission Template (LATEX Version)"! This repository provides a LATEX template specifically designed for Shantou University students to help standardize and beautify the formatting of their assignments. The template adheres to Shantou University's assignment format requirements, is easy to use, and is suitable for various types of assignments and reports.
-
Clone or Download the Repository:
- Clone the repository by entering the following command in your terminal or command line:
git clone https://github.com/hiddenSharp429/STU_report_template.git
- Alternatively, click the green "Code" button on the repository page and select "Download ZIP" to download the compressed package.
- Clone the repository by entering the following command in your terminal or command line:
-
Use Overleaf to Write Your Assignment:
- Upload the project to Overleaf
- Select the downloaded resource package (in zip format)
- In the compiler options, select the
XeLaTex
compiler
-
Use a Local LATEX Compiler to Write Your Assignment:
- Install LATEX Environment: If you have not installed LATEX yet, please install a complete LATEX distribution such as TeX Live (suitable for all platforms) or MikTeX (suitable for Windows). Alternatively, you can install it directly using Homebrew with the command
brew install --cask mactex-no-gui
. - Open VSCode and install the
LaTeX Workshop
extension. - Configure the compilation environment; please search for detailed instructions online.
- Install LATEX Environment: If you have not installed LATEX yet, please install a complete LATEX distribution such as TeX Live (suitable for all platforms) or MikTeX (suitable for Windows). Alternatively, you can install it directly using Homebrew with the command
Note: Modify the cover in cover.tex
and the main content in main.tex
.