mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 06:18:05 +02:00
misc
This commit is contained in:
parent
74eb9d4712
commit
f241ed6bf5
1 changed files with 1 additions and 2 deletions
|
@ -2,11 +2,10 @@
|
|||
\usepackage[pdftex,active,tightpage]{preview}
|
||||
\setlength\PreviewBorder{2mm}
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{arrows,positioning,fit,shapes}
|
||||
|
||||
\begin{document}
|
||||
\begin{preview}
|
||||
\begin{tikzpicture}[scale=1,node distance=2.0cm]
|
||||
\begin{tikzpicture}
|
||||
\node (Z) at (0,0) {$Z$};
|
||||
\node (Y) at (3,0) {$Y$};
|
||||
\node (X) at (1.5,-1.5) {$X$};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue