summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty
diff options
context:
space:
mode:
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.sty34
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}},