All Notes

Showing every folder in your personal knowledge base

# Tags
Algorithms1 file
General
Algorithms/general.tex
Ryan Chin
July 03, 2026
Biology2 files
Comp Bio
Biology/comp-bio.tex
Ryan Chin
June 21, 2026
General
Biology/general.tex
Ryan Chin
July 02, 2026
ML3 files
RL
ML/rl.tex
Ryan Chin
June 06, 2026
site0 files

No notes yet

LaTeX Reference

Search or click a command to copy it.
Structure
\section{Title}H2 heading
\subsection{Title}H3 heading
\subsubsection{Title}H4 heading
\maketitleRender title block
Inline Formatting
\textbf{...}Bold
\textit{...}Italic
\emph{...}Italic (emphasis)
\underline{...}Underline
\texttt{...}Monospace / code
\textcolor{name}{...}Colored text
\colorbox{name}{...}Colored background
\href{url}{text}Hyperlink
\url{url}Raw URL link
\code{...}[python]Code block with optional language
[[Note Title]]Wiki-link to another note
Custom Commands
\defterm{...}Definition term (blue bold)
\highlight{...}Yellow highlight
\keypoint{...}Important callout box
\note{...}Neutral note callout box
\comment{...}Subdued comment / aside box
\overview{...}Overview summary callout box
\collapse[Title]{...}Collapsible content block
\importantcollapse[Title]{...}Important collapsible block
\tag{topic}Tag chip + tag index page
\tags{a,b,c}Multiple tags
\question{...}Question callout box
\todoTODO marker
\todo[note]TODO with note
Math
$...$Inline math
$$...$$Display math
\[...\]Display math
\begin{align*}...\end{align*}Aligned multi-line math
\newcommand{\cmd}{...}Macro (no args)
Theorem Environments
\begin{definition}...\end{definition}Yellow box
\begin{theorem}...Blue box
\begin{proposition}...Purple box
\begin{lemma}...Indigo box
\begin{corollary}...Pink box
\begin{example}...Green box
\begin{remark}...Gray box
\begin{notation}...Amber box
\begin{method}...Teal box
\begin{proof}...Bordered box
\begin{algorithm}...Algorithm box; optional \caption; nest algorithmic
\begin{quote}...Indented italic quote
\begin{quotation}...Indented italic quote
Lists & Layout
\begin{itemize}...Bullet list
\begin{enumerate}...Numbered list
\item ...List item
- itemShortcut bullet item
1) itemShortcut numbered item
- nestedIndent for sublist
\begin{center}...Centered block
\\Line break
~Non-breaking space
---Em dash —
`` ''Curly quotes " "
Images
\includegraphics{images/slug/f.png}Insert image
\includegraphics[width=0.8\linewidth]{...}With width
\caption{...}Caption directly below an image
drag & drop onto note pageAuto-saves & inserts
Colors
\definecolor{name}{HTML}{RRGGBB}Define color
\textcolor{name}{...}Apply to text
\colorbox{name}{...}Apply as background
No matching commands.