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:
parent
fbdde6df58
commit
1055e55c6e
6 changed files with 211 additions and 19 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue