/LaTeX-SUSTechHomework

LaTeX template for SUSTech homeworks

Primary LanguageTeXMIT LicenseMIT

SUSTech Homework LaTeX Template

Click to read this file in PDF format

Introduction

This is a LaTeX template designed for writing endless assignments in SUSTech. The design style is inspired by Henry's work.

Usage

  1. Download SUSTechHomework.cls, and place it in the same directory with your LaTeX document;
  2. Set the documentclass to SUSTechHomework.

Example

% !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}

Tips

  • Currently you need to compile your document with XeLaTeX;
  • You may enjoy using Overleaf, Papeeria, or other online LaTeX writing systems.