summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tikz-cd
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-01-02 22:55:37 +0000
committerKarl Berry <karl@freefriends.org>2013-01-02 22:55:37 +0000
commit820117064d5ae6292fd17b27855a18eee75e2487 (patch)
tree77a0fb3f44a13c69b89ad036653db25aece1e982 /Master/texmf-dist/tex/latex/tikz-cd
parentcf728e5f5be451f9219e15a4acc2337d9ebc65f3 (diff)
tikz-cd (2jan13)
git-svn-id: svn://tug.org/texlive/trunk@28695 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tikz-cd')
-rw-r--r--Master/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty4
1 files changed, 2 insertions, 2 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 e9879efa00b..093b2e93e59 100644
--- a/Master/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty
+++ b/Master/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty
@@ -13,7 +13,7 @@
% You should have received a copy of the GNU General Public License
% along with this program. If not, see <http://www.gnu.org/licenses/>.
-\ProvidesPackage{tikz-cd}[2012/12/19 v0.3b Commutative diagrams with tikz.]
+\ProvidesPackage{tikz-cd}[2012/12/30 v0.3c Commutative diagrams with tikz.]
\RequirePackage{tikz}[2010/10/13] % pgf version 2.10 required
\usetikzlibrary{matrix}
@@ -130,7 +130,7 @@
\pgfkeysdef{/tikz/commutative diagrams/arrow style/tikz}{%
\expandafter\ifx\csname tikz@library@arrows@loaded\endcsname\pgfutil@empty%
\else\PackageError{tikz-cd}{You need to say \string\usetikzlibrary{arrows} %
- to use the `tikz' arrow style}{}\fi,
+ to use the `tikz' arrow style}{}\fi
\pgfqkeys{/tikz/commutative diagrams}{
arrow style/generic={\pgfutil@firstofone},
default arrow/.style={/tikz/commutative diagrams/rightarrow},