diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.pdf | bin | 188002 -> 186971 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.tex | 8 |
2 files changed, 4 insertions, 4 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 694afa3b606..5452689516b 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 8df598bc957..ff1d644491e 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 @@ -1332,7 +1332,7 @@ vv \fi% \title{The \texttt{tikz-cd} package} \author{\normalsize FlorĂȘncio Neves\footnote{\emph{E-mail:} \href{mailto:florencioneves@gmail.com}{\texttt{florencioneves@gmail.com}}}} -\date{\normalsize Version 0.3, of August 10, 2012} +\date{\normalsize Version 0.3a, of August 15, 2012} \tikzset{commutative diagrams/background color=graphicbackground} @@ -1654,7 +1654,7 @@ In the following example, $X$ would appear too far from the square without any spacing adjustment. \begin{codeexample}[] \begin{tikzcd} - X \ar[bend right]{rdd} \ar[bend left]{rrd} \ar[dashrightarrow]{dr} + X \ar[bend right]{rdd} \ar[bend left]{rrd} \ar[dashed]{dr} &[\colsep{small}-\colsep{normal}] & \\[\rowsep{small}-\rowsep{normal}] & A \ar{r}\ar{d} & B \ar{d} \\ & C \ar{r} & D @@ -2276,12 +2276,12 @@ below. When using \pdf\TeX{} (or Lua\TeX) with \pdf{} output, a measure is taken to alleviate this. \begin{center}\tikzset{commutative diagrams/enable font arrows} \pdf\TeX{} \tikz[baseline=-tikzcdaxis] - \draw[math cap-math to, line width=tikzcdrule] (0,0) -- (1,0); + \draw[math to-math to, line width=tikzcdrule] (0,0) -- (1,0); \hspace{1cm} Other \TeX{} engines \makeatletter\def\tikzcd@arrowset{\tikzcd@arrowset@generic}\makeatother \tikz[baseline=-tikzcdaxis] - \draw[math cap-math to,line width=tikzcdrule] (0,0) -- (1,0); + \draw[math to-math to,line width=tikzcdrule] (0,0) -- (1,0); \end{center} I don't know of any automatic way of determining the distance between |