summaryrefslogtreecommitdiff
path: root/tex/sample/sample.tikzstyles
diff options
context:
space:
mode:
Diffstat (limited to 'tex/sample/sample.tikzstyles')
-rw-r--r--tex/sample/sample.tikzstyles14
1 files changed, 14 insertions, 0 deletions
diff --git a/tex/sample/sample.tikzstyles b/tex/sample/sample.tikzstyles
new file mode 100644
index 0000000..df70248
--- /dev/null
+++ b/tex/sample/sample.tikzstyles
@@ -0,0 +1,14 @@
+% TiKZ style file generated by TikZiT. You may edit this file manually,
+% but some things (e.g. comments) may be overwritten. To be readable in
+% TikZiT, the only non-comment lines must be of the form:
+% \tikzstyle{NAME}=[PROPERTY LIST]
+
+% Node styles
+\tikzstyle{red node}=[fill=red, tikzit category=nodes]
+\tikzstyle{blue node}=[fill=blue]
+\tikzstyle{blue node 2}=[tikzit fill=green, fill=blue]
+\tikzstyle{yellow square}=[draw=black, fill=yellow, shape=rectangle]
+
+% Edge styles
+\tikzstyle{dashed edge}=[<->, dashed]
+\tikzstyle{blue pointer}=[->, draw=blue]