diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/tikz-cd')
-rw-r--r-- | Master/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty | 4 |
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}, |