Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
se2aa4_cs2me3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
W. Spencer Smith
se2aa4_cs2me3
Commits
470e6d18
Commit
470e6d18
authored
7 years ago
by
W. Spencer Smith
Browse files
Options
Downloads
Plain Diff
Merge branch 'schankuc/se2aa4_cs2me3-master'
parents
d2cd0bf1
94bc6d4b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Tutorials/T02a-LaTeX/slides/T2.tex
+6
-5
6 additions, 5 deletions
Tutorials/T02a-LaTeX/slides/T2.tex
with
6 additions
and
5 deletions
Tutorials/T02a-LaTeX/slides/T2.tex
+
6
−
5
View file @
470e6d18
...
...
@@ -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]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment