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

A LaTeX document class for homework assignments in SUSTech

License

Notifications You must be signed in to change notification settings

henryhchchc/SUSTechHomeworkTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A LaTeX document class for homework assignments in SUSTech

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages