LaTeX Templates

Below you will find some LaTeX templates provided by other math students (click each to expand). On the right, you will find the download link for the .sty or .cls file, a sample PDF, and a download link for the .tex file which produced it. You can also click the titles to view the code directly. To submit your own template, fill out this Google form.

.sty and .cls files store personalized commands that, typically, you would copy-paste to the preamble of your .tex file. To utilize an .sty file (e.g. lecture.sty), you import it as a package (e.g. \usepackage{lecture}). A .cls file, on the other hand, acts as a document class, which is typically set to article. Thus, you write \documentclass{myclass} to implement the file myclass.cls.

Sometimes the name of the file is not the class or package it provides: check for the  \ProvidesClass{…} and \ProvidesPackage{…} commands to be sure.

Lastly, make sure both files are stored in the same folder. If not, you can use the import package.

Scroll to Top