LaTeX Tips/Files

My general custom commands, applicable to most courses/mathematical needs:

\newcommand{\N}{\mathbb{N}} % prints \(\mathbb{N}\) (natural numbers)
\newcommand{\Z}{\mathbb{Z}} % prints \(\mathbb{Z}\) (integers)
\newcommand{\Q}{\mathbb{Q}} % prints \(\mathbb{Q}\) (rationals)
\newcommand{\R}{\mathbb{R}} % prints \(\mathbb{R}\) (real numbers)
\newcommand{\C}{\mathbb{C}} % prints \(\mathbb{C}\) (complex numbers)

\newcommand{\F}{\mathbb{F}} % prints \(\mathbb{F}\) (common notation for a field)
\newcommand{\K}{\mathbb{K}} % prints \(\mathbb{K}\) (common notation for a field)

\newcommand{\eps}{\varepsilon} % prints \(\varepsilon\) (epsilon)
\newcommand{\bb}[1]{\mathbb{#1}} % could print \(\mathbb{1}\) (insert any character you want in place of 1)



Contact:

Email 1: ef110@wellesley.edu (general & professional)
Email 2: elsesfrankel@gmail.com (social media & blog inquiries)