summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/libraries/pgflibrarytikzer.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/libraries/pgflibrarytikzer.code.tex')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/libraries/pgflibrarytikzer.code.tex39
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/libraries/pgflibrarytikzer.code.tex b/Master/texmf-dist/tex/generic/pgf/libraries/pgflibrarytikzer.code.tex
new file mode 100644
index 00000000000..3056d59185e
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/pgf/libraries/pgflibrarytikzer.code.tex
@@ -0,0 +1,39 @@
+% Copyright 2006 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/generic/pgf/licenses/LICENSE for more details.
+
+\ProvidesFileRCS[v\pgfversion] $Header: /cvsroot/pgf/pgf/generic/pgf/libraries/pgflibrarytikzer.code.tex,v 1.3 2006/10/11 15:22:26 tantau Exp $
+
+
+% Styles for entity types:
+
+\tikzstyle{every entity}= []
+\tikzstyle{entity}= [rectangle,draw,
+ minimum height=2\baselineskip,
+ minimum width=4\baselineskip,every entity]
+
+
+% Styles for relationship types:
+
+\tikzstyle{every relationship}= []
+\tikzstyle{relationship}= [diamond,draw,
+ minimum size=1.5\baselineskip,
+ inner sep=1pt,
+ every relationship]
+
+
+% Styles for relationship types:
+
+\tikzstyle{every attribute}= []
+\tikzstyle{attribute}= [minimum size=1.5\baselineskip,ellipse,draw,every attribute]
+\tikzstyle{key attribute}= [font=\itshape,attribute]
+
+
+
+
+\endinput