Skip to content
Snippets Groups Projects
Commit 470e6d18 authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Merge branch 'schankuc/se2aa4_cs2me3-master'

parents d2cd0bf1 94bc6d4b
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@
stringstyle=\color{magenta},
commentstyle=\color{ForestGreen},
morekeywords={maketitle, tableofcontents, subsection, subsubsection, includegraphics, toprule, midrule, bottomrule},
escapeinside={@|}{|@},
autogobble=true
}
......@@ -224,10 +225,10 @@ McMaster University\\ }
\section{section title}
% creates a subsection of the current section
\subsection{subsection title}
\subsection{@|subsection|@ title}
% creates a subsubsection of the current subsection
\subsubsection{subsubsection title}
\subsubsection{@|subsubsection|@ title}
\end{lstlisting}
Sections are automatically numbered.
\end{frame}
......@@ -451,7 +452,7 @@ McMaster University\\ }
\begin{figure}[h]
\centering
% assuming we have an image file called img.png the
% assuming we have an image file called img.png in the
% same directory as our .tex source, this will create
% a figure with the image img.png, and scale it to
% 0.3 times the width of the document text
......@@ -543,7 +544,7 @@ McMaster University\\ }
\item On line 18 replace Your name and macid with your actual name and ID\\
\includegraphics[width=0.5\textwidth]{example2.png}
\item After you have replaced the information go to your terminal and type
"pdflatex report.tex"
\texttt{pdflatex report.tex}
\end{itemize}
\end{frame}
......@@ -605,7 +606,7 @@ McMaster University\\ }
\begin{frame}
\frametitle{Putting it All Together}
\begin{itemize}
\item Run "pdflatex report.tex" again
\item Run \texttt{pdflatex report.tex} again
\item We now have a barebones table with two columns and one row that looks
like this:\\
\begin{table}[h]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment