I have defined a macro near the beginning of my document like this
Code: Select all
\newcommand{\ta}[3]{
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{#1} & \\
#2 & #3\\
\end{tabular*}\vspace{3pt}
}
Code: Select all
%%
\ta{Teaching Assistant for Scientific Computing (AER336F) course}
{University of Toronto}{Sept 2006 - Dec 2006}
%%
\ta{Teaching Assistant for Numerical Methods (AER334F) course}
{University of Toronto}{Sept 2007 - Dec 2007 and Sept 2008 - Dec 2008}
%%
\ta{Teaching Assistant for Combustion Processes (AER 315F) course}
{University of Toronto}{Sept 2009 - Dec 2009 and Sept 2010 - Dec 2010}
Thanks