diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-02 22:55:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-02 22:55:37 +0000 |
commit | 820117064d5ae6292fd17b27855a18eee75e2487 (patch) | |
tree | 77a0fb3f44a13c69b89ad036653db25aece1e982 | |
parent | cf728e5f5be451f9219e15a4acc2337d9ebc65f3 (diff) |
tikz-cd (2jan13)
git-svn-id: svn://tug.org/texlive/trunk@28695 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.pdf | bin | 193655 -> 193501 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty | 4 |
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 Binary files differindex 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 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}, |