Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thesis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages
Packages
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
teaching
thesis
Commits
d6e5ad2d
Commit
d6e5ad2d
authored
Nov 09, 2015
by
Florian Walch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in sample chapter.
parent
309bd2da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
chapters/01_introduction.tex
chapters/01_introduction.tex
+5
-5
main.tex
main.tex
+1
-1
No files found.
chapters/introduction.tex
→
chapters/
01_
introduction.tex
View file @
d6e5ad2d
...
...
@@ -6,7 +6,7 @@ Citation test~\parencite{latex}.
\subsection
{
Subsection
}
See~
\autoref
{
fig:sample
}
.
\begin{figure}
[ht
s
b]
\begin{figure}
[ht
p
b]
\centering
\includegraphics
{
logos/tum
}
\caption
[Example figure]
{
An example for a figure.
}
\label
{
fig:sample
}
...
...
@@ -16,7 +16,7 @@ See~\autoref{fig:sample}.
See~
\autoref
{
tab:sample
}
,
\autoref
{
fig:sample-drawing
}
,
\autoref
{
fig:sample-plot
}
,
\autoref
{
fig:sample-listing
}
.
\begin{table}
[ht
s
b]
\begin{table}
[ht
p
b]
\caption
[Example table]
{
An example for a simple table.
}
\label
{
tab:sample
}
\centering
\begin{tabular}
{
l l l l
}
...
...
@@ -29,7 +29,7 @@ See~\autoref{tab:sample}, \autoref{fig:sample-drawing}, \autoref{fig:sample-plot
\end{tabular}
\end{table}
\begin{figure}
[ht
s
b]
\begin{figure}
[ht
p
b]
\centering
% This should probably go into a file in figures/
\begin{tikzpicture}
[node distance=3cm]
...
...
@@ -49,7 +49,7 @@ See~\autoref{tab:sample}, \autoref{fig:sample-drawing}, \autoref{fig:sample-plot
\caption
[Example drawing]
{
An example for a simple drawing.
}
\label
{
fig:sample-drawing
}
\end{figure}
\begin{figure}
[ht
s
b]
\begin{figure}
[ht
p
b]
\centering
\pgfplotstableset
{
col sep=
&
, row sep=
\\
}
...
...
@@ -85,7 +85,7 @@ See~\autoref{tab:sample}, \autoref{fig:sample-drawing}, \autoref{fig:sample-plot
\caption
[Example plot]
{
An example for a simple plot.
}
\label
{
fig:sample-plot
}
\end{figure}
\begin{figure}
[ht
s
b]
\begin{figure}
[ht
p
b]
\centering
\begin{tabular}
{
c
}
\begin{lstlisting}
[language=SQL]
...
...
main.tex
View file @
d6e5ad2d
...
...
@@ -28,7 +28,7 @@
\mainmatter
{}
\input
{
chapters/introduction
}
\input
{
chapters/
01
_
introduction
}
% TODO: add more chapters here
\appendix
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment