NoTeX
NoTeX is a versatile LaTeX template and document class developed by repurposing RossTeX into a general-purpose note-taking tool. It offers more customization options and greater flexibility. RossTeX has been retroactively included as an option within NoTeX due to the significant overlap in their codebases.
Manual
notex.cls defines a series of behavior based on the amsart class.
- Sections, Subsections, and Subsubsections are now Chapters, Modules, and Topics.
- They can be customized using
\headertitle{},\subheadertitle{}, and\subsubheadertitle{}.
- They can be customized using
- Builtin environment for Problem, Theorem, Lemma, Corollary, Definition, and more.
- The
customenvironment allows custom options for theorem title, color, and more.
- The
- Revamped
proofenvironment to use a box similar to theorem and lemma. The oldproofenvironment provided byamsartcan be accessed bylegacyproof. \titleis not necessarily defined. Instead, a variable namedlecturegives you the option to directly input the information of the lecture. The title will then be automatically formulated asLecture #{lecture}.- Provides some shortcut to mathematical environments like
\floor{}. - Try out
\NoTeXand\RossTeX! - Has an extra option named
rosstex.- Activated using
\documentclass[rosstex]{notex}.\lecturewill now denote the number of the problem set, making the titleProblem Set #{}. Additionally,\psetnumcommand will be available as an alias to\lecture.
- Redefines Sections to Problems.
- Redefines Subsections and Subsubsections resembling those in
amsartclass. - Has an optional Ross Program logo enabled using
\enablerosslogo.
- Activated using


