Templates

Sectioned Lecture Notes

Preview

Sectioned Lecture Notes

Course-wide lecture notes template with per-lecture sections, date stamps, marginal notes, and exercise blocks. Ideal for compiling an entire semester into a single document.

Category

Education

License

Free to use (MIT)

File

lecture-notes-sectioned/main.tex

main.texRead-only preview
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[margin=1.1in,marginparwidth=2.5cm]{geometry}
\usepackage{amsmath,amssymb,amsthm}
\usepackage{xcolor}
\usepackage[most]{tcolorbox}
\usepackage[hidelinks]{hyperref}

\definecolor{lectcol}{HTML}{1F6FEB}
\definecolor{exbg}{HTML}{FFF8E1}

\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{definition}[theorem]{Definition}

\newcommand{\lecture}[2]{%
  \section*{Lecture #1 \quad {\normalsize\textcolor{lectcol!80}{#2}}}
  \addcontentsline{toc}{section}{Lecture #1: #2}
}
\newtcolorbox{exercise}{colback=exbg,colframe=orange!70!black,title=\textbf{Exercise},coltitle=white,fonttitle=\bfseries,sharp corners}

\title{Algebra I: Full Semester Lecture Notes}
\author{Compiled by First Last}

\begin{document}
\maketitle
\tableofcontents

\lecture{1}{Groups and Subgroups -- Sept 3}
\begin{definition}
A group is a set $G$ with a binary operation satisfying associativity,
identity, and inverses.
\end{definition}

\begin{theorem}
The identity in a group is unique.
\end{theorem}
\begin{proof}
If $e, e'$ are identities, $e = e e' = e'$.
\end{proof}

\begin{exercise}
Prove that inverses are unique in any group.
\end{exercise}

\lecture{2}{Homomorphisms and Isomorphisms -- Sept 5}
A group homomorphism is a map respecting the operation.

\begin{theorem}[First Isomorphism Theorem]
If $\phi: G \to H$ is a surjective homomorphism with kernel $N$, then $G/N \cong H$.
\end{theorem}

\lecture{3}{Rings -- Sept 10}
\begin{definition}
A ring is an abelian group under addition with an associative multiplication
that distributes over addition.
\end{definition}

\begin{exercise}
Show that $\mathbb{Z}_n$ is a commutative ring.
\end{exercise}

\lecture{4}{Fields -- Sept 12}
A field is a commutative ring in which every nonzero element is a unit.

\begin{theorem}
Every finite field has order $p^n$ for some prime $p$.
\end{theorem}

\end{document}
Bibby Mascot

PDF Preview

Create an account to compile and preview

Sectioned Lecture Notes LaTeX Template | Free Download & Preview - Bibby