summaryrefslogtreecommitdiff
path: root/tex/sample/sample.tex
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2019-01-02 12:31:22 +0100
committerAleks Kissinger <aleks0@gmail.com>2019-01-02 12:31:22 +0100
commit317d5120c71ff0b68807b397b711a0f853657f43 (patch)
tree823fc991248cb0d5c0a35e1b79091d9044bdcacd /tex/sample/sample.tex
parentb703296cf7b671ca8049438804e612fc7a4e055a (diff)
copy added [tikzfig] style by default
Diffstat (limited to 'tex/sample/sample.tex')
-rw-r--r--tex/sample/sample.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/sample/sample.tex b/tex/sample/sample.tex
index bbb20e0..1b10cf6 100644
--- a/tex/sample/sample.tex
+++ b/tex/sample/sample.tex
@@ -26,10 +26,10 @@ It is also possible to paste a \texttt{tikzpicture} directly from TikZiT, withou
\node [style=yellow square] (3) at (0, -1) {foo};
\end{pgfonlayer}
\begin{pgfonlayer}{edgelayer}
- \draw [in=-90, out=0] (3.center) to (1.center);
- \draw [bend right=45, looseness=1.25] (3.center) to (2.center);
- \draw (2.center) to (0.center);
- \draw (0.center) to (1.center);
+ \draw [in=-90, out=0] (3) to (1);
+ \draw [bend right] (3) to (2);
+ \draw (2) to (0);
+ \draw (0) to (1);
\end{pgfonlayer}
\end{tikzpicture}
\]