Ok, here is the problem. I'm trying to draw some commutative diagram in LaTeX that involve some "equal" sign in tikz-cd:
\[
\begin{tikzcd}
0 \arrow{r} & X \ar[equal]{d}\\
0 \arrow{r} & X
\end{tikzcd}
\]
(\usepackage{tikz-cd} is already included in the preamble)
I get the diagram but the equal signs appear as simple arrows. In Kile I get no errors but in TeXMaker the following error appears:
! Package pgfkeys Error: I do not know the key '/tikz/equal' and I am going to ignore it. Perhaps you misspelled it.
By reading some other threads I got the impression that this is "pgf" related problem. I have several TeX related folder in my /usr/share:
texinfo, texmaker, texmf, texmf-dist, texmf-local
it seems that pgf files are inside texmf-dist:
/usr/share/texmf-dist/tex/generic/pgf
I think that TeXMaker is using this folder too, based on the content of TeXMaker log file: http://www.ipaste.eu/view.php?id=4065
So what's wrong with the pgf that can't render the "equal sign"?
equalarrow, which should render as a line, not an arrow tip. From the log file, I can see that you use an old version oftikz-cd(2012/03/18 v0.2b). My current version is2012/12/30 v0.3c. – Qrrbrbirlbel Jul 01 '13 at 19:23