Skip to content

ziqin/LaTeX-SUSTechHomework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

LaTeX template for SUSTech homeworks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages