summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.pdfbin193655 -> 193501 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.tex2
-rw-r--r--Master/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty4
3 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.pdf b/Master/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.pdf
index 7a32f482baf..cda232b5787 100644
--- a/Master/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.pdf
+++ b/Master/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.tex b/Master/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.tex
index 89b0ecb769b..34a40d2c936 100644
--- a/Master/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.tex
+++ b/Master/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.tex
@@ -1349,7 +1349,7 @@ vv \fi%
\title{The \texttt{tikz-cd} package}
\author{FlorĂȘncio Neves\footnote{\emph{E-mail:} \href{mailto:florencioneves@gmail.com}{\texttt{florencioneves@gmail.com}}}}
-\date{Version 0.3b, of December 19, 2012}
+\date{Version 0.3c, of December 30, 2012}
\tikzset{commutative diagrams/background color=graphicbackground}
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},