2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

added second gallery example

This commit is contained in:
Martin Thoma 2012-09-28 21:25:50 +02:00
parent fbdde6df58
commit 1055e55c6e
6 changed files with 211 additions and 19 deletions

View file

@ -10,7 +10,13 @@
}
\begin{document}
\begin{tikzpicture}
\begin{tikzpicture}
\tikzset{
%Define standard arrow tip
>=stealth',
% Define arrow style
pil/.style={->,thick}
}
\draw[pil] (0,0) -- node[near end, above] {$\vec a$} (3cm, 0cm);
\draw[pil] (0,0.5cm) -- node[near end, above] {$\vec b$} (2cm,0.5cm);
\end{tikzpicture}