Click to read this file in PDF format
This is a LaTeX template designed for writing endless assignments in SUSTech. The design style is inspired by Henry's work.
- Download
SUSTechHomework.cls
, and place it in the same directory with your LaTeX document; - Set the
documentclass
toSUSTechHomework
.
% !TEX TS-program = xelatex
% !TEX encoding = UTF-8
\documentclass[onecolumn,oneside]{SUSTechHomework}
\author{Name}
\sid{11110000}
\title{Homework 1}
\coursecode{CS101}
\coursename{Introduction to Computer Science}
\begin{document}
\maketitle
\section{Introduction}
Hello World!
\end{document}