From 79a32f9ccae669bec607a17626206f2c6b39251e Mon Sep 17 00:00:00 2001
From: Christopher Schankula <schankuc@mcmaster.ca>
Date: Fri, 19 Jan 2018 16:35:16 -0500
Subject: [PATCH] use \texttt for some more commands

---
 Tutorials/T02a-LaTeX/slides/T2.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Tutorials/T02a-LaTeX/slides/T2.tex b/Tutorials/T02a-LaTeX/slides/T2.tex
index d52ae688..eb1ff182 100644
--- a/Tutorials/T02a-LaTeX/slides/T2.tex
+++ b/Tutorials/T02a-LaTeX/slides/T2.tex
@@ -543,7 +543,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 +605,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]
-- 
GitLab