diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-15 23:09:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-15 23:09:54 +0000 |
commit | 6178ad2d8048a86e7c74cf363f2358bad53f4099 (patch) | |
tree | 67c881085db84f81cbba53e5fd1c377f499b0739 /Master/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty | |
parent | a963e7b406378c2ff1888a0e906017f8b0d6f69f (diff) |
tikz-cd (15aug12)
git-svn-id: svn://tug.org/texlive/trunk@27414 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty b/Master/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty index 12af09e5efb..70839da0abb 100644 --- a/Master/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty +++ b/Master/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty @@ -5,7 +5,7 @@ % 1. under the LaTeX Project Public License and/or % 2. under the GNU Public License. % -\ProvidesPackage{tikz-cd}[2012/08/10 v0.3 Commutative diagrams with tikz.] +\ProvidesPackage{tikz-cd}[2012/08/15 v0.3a Commutative diagrams with tikz.] \RequirePackage{tikz}[2010/10/13] %pgf version 2.10 required \usetikzlibrary{matrix} @@ -51,13 +51,13 @@ \pgfqkeys{/tikz/commutative diagrams}{ arrow style/generic/.style={ /tikz/commutative diagrams/.cd, - rightarrow/.style={/tikz/arrows=#1 cap-#1 to}, + rightarrow/.style={/tikz/arrows=-#1 to}, Rightarrow/.style={ - /tikz/arrows=#1 implies cap-#1 implies, + /tikz/arrows=-#1 implies, /tikz/commutative diagrams/double line}, - leftarrow/.style={/tikz/arrows=#1 to-#1 cap}, + leftarrow/.style={/tikz/arrows=#1 to-}, Leftarrow/.style={ - /tikz/arrows=#1 implies-#1 implies cap, + /tikz/arrows=#1 implies-, /tikz/commutative diagrams/double line}, leftrightarrow/.style={/tikz/arrows=#1 to-#1 to}, Leftrightarrow/.style={ @@ -67,19 +67,23 @@ mapsfrom/.style={/tikz/arrows=#1 to-#1 |}, hookrightarrow/.style={/tikz/arrows=#1 right hook-#1 to}, hookleftarrow/.style={/tikz/arrows=#1 to-#1 left hook}, - rightharpoonup/.style={/tikz/arrows=#1 cap-#1 left to}, - rightharpoondown/.style={/tikz/arrows=#1 cap-#1 right to}, - leftharpoonup/.style={/tikz/arrows=#1 right to-#1 cap}, - leftharpoondown/.style={/tikz/arrows=#1 left to-#1 cap}, - dashrightarrow/.style={/tikz/arrows=-#1 to,/tikz/commutative diagrams/dashed}, - dashleftarrow/.style={/tikz/arrows=#1 to-,/tikz/commutative diagrams/dashed}, + rightharpoonup/.style={/tikz/arrows=-#1 left to}, + rightharpoondown/.style={/tikz/arrows=-#1 right to}, + leftharpoonup/.style={/tikz/arrows=#1 right to-}, + leftharpoondown/.style={/tikz/arrows=#1 left to-}, + dashrightarrow/.style={ + /tikz/arrows=-#1 to, + /tikz/commutative diagrams/dashed}, + dashleftarrow/.style={ + /tikz/arrows=#1 to-, + /tikz/commutative diagrams/dashed}, rightarrowtail/.style={/tikz/arrows=#1 to reversed-#1 to}, leftarrowtail/.style={/tikz/arrows=#1 to-#1 to reversed}, - twoheadrightarrow/.style={/tikz/arrows=#1 cap-#1 double to}, - twoheadleftarrow/.style={/tikz/arrows=#1 double to-#1 cap}, - dash/.style={/tikz/arrows=#1 cap-#1 cap}, + twoheadrightarrow/.style={/tikz/arrows=-#1 double to}, + twoheadleftarrow/.style={/tikz/arrows=#1 double to-}, + dash/.style={/tikz/arrows=-}, equal/.style={ - /tikz/arrows=#1 implies cap-#1 implies cap, + /tikz/arrows=-, /tikz/commutative diagrams/double line}, maps to/.code={\pgfsetarrowsstart{#1 |}}, hook/.code={\pgfsetarrowsstart{#1 right hook}}, |