Skip to content

Commit e8e8a1a

Browse files
committed
simplified tikz example
1 parent ddca686 commit e8e8a1a

File tree

5 files changed

+16
-63
lines changed

5 files changed

+16
-63
lines changed

Diff for: chapters/3-background.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
\chapter{Background}\label{chap:background}
22
Explain the math and notation.
33
\input{figures/background/algBackpropagation}
4-
\input{figures/background/figSiamese}
4+
\input{figures/background/figTikz}

Diff for: figures/background/figSiamese.tex

-62
This file was deleted.

Diff for: figures/background/figTikz.tex

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
\begin{figure}[t]
4+
\begin{center}
5+
\begin{tikzpicture}
6+
\node (a) at (0,0) {a};
7+
\node (b) at (2, 0) {b};
8+
\draw[->] (a) -- (b);
9+
10+
11+
\end{tikzpicture}
12+
\end{center}
13+
\caption[Tikz Example]{Use tikz to draw nice graphs!}
14+
\label{fig:Tikz}
15+
\end{figure}

Diff for: out/thesis_main.pdf

-2.69 KB
Binary file not shown.

Diff for: thesis_main.pdf

-2.69 KB
Binary file not shown.

0 commit comments

Comments
 (0)