I've downloaded all the appropriate packages (tikz/pgf).
I tried to compile the following code but I get the message :
I can't find file 'tikzlibraryquotes.code.tex'
\documentclass{article}
\usepackage{tikz}
\usepackage{amsmath}
\usetikzlibrary{cd}
\usepackage{tikz-cd}
\begin{document}
\begin{tikzcd}
{} & A \arrow{d}{i} \arrow[dashed,swap]{dl}{\exists \tilde{\varphi}} \\
B \arrow{r}{\varphi} & C
\end{tikzcd}
\end{document}
What do you recommend me to do?
Edit: Now again I try another code which doesn't seem to work (I have checked marked all the boxes in the update manager):
\documentclass{article}
\usepackage{tikz}
\usepackage{amsmath}
\usetikzlibrary{cd}
\usetikzlibrary{arrows.meta}
\usepackage{tikz-cd}
\begin{document}
$$
\begin{tikzcd}
X \arrow[r, hook, "x \mapsto (x,1)"] \arrow[dr, "f"]
& Cyl f \arrow[d, "(x,t)\mapsto (x,0)"]\\
& Y
\end{tikzcd}
$$
\end{document}
I also tried without the dollars signs but in vein. Can you see what is wrong in my code?
\listfilesin the preamble and read the log file for version information. – percusse May 14 '14 at 14:47$x \mapsto (x,1)$rather than the surrounding$$...$$. – Werner May 14 '14 at 18:46\documentclassto\begin{document}, but nothing after. – Sean Allred May 14 '14 at 18:51