Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (28 loc) · 591 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 591 Bytes

SUSTech Homework Template

A LaTeX document class for homework assignments in SUSTech

Example usage

% !TEX program = xelatex
% !TEX encoding = UTF-8
\documentclass[twocolumn]{sustchw}
\author{Your name}
\authorsid{Your SID}
\subject{CS201 Course Name}
\title{Homework 1}

\begin{document}
    \maketitle

    % your content here
\end{document}

Environment Requirements

Please make sure these following items are available

  • Fonts
    • Noto Sans
    • Noto Sans CJK SC
    • Fira Code
  • Packages:
    • xeCJK
    • lastpage
    • fancyhdr
    • fontspec
    • titlesec