Custom Commands

To create a new command that provides new behavior or functionality use the \newcommand command

\newcommand{<your commands name>}[<number of arguments it takes>]
{what your command does}
\newcommand{\bryan}[3]{\textit{#1}, \textbf{#2}, \underline{#3}}