Custom LaTeX classes that can be used in place of the default classes article
, report
, etc.
How To Use Custom LaTeX Classes
Copy myclass.cls
to same directory as .tex
file. Then, in the .tex
file, reference the class in the following way:
\documentclass{myclass}
note.cls
A LaTeX class designed for simple notes (like those on this website).
An example document using this class can be found here, the corresponding LaTeX source here.