Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot render basic diagram #67

Open
peterelbert opened this issue May 20, 2024 · 1 comment
Open

Cannot render basic diagram #67

peterelbert opened this issue May 20, 2024 · 1 comment

Comments

@peterelbert
Copy link

I’m having difficulty rendering latex tikz-cd diagrams. Could anyone help?

I feel like this should work:

\usepackage{tikz-cd}

\begin{document}

\begin{tikzcd}

A \arrow[rd, "f"] & B

\end{tikzcd}

\end{document}

But it’s not rendering.

I copied and pasted the code example from here:
https://forum.obsidian.md/t/tikzcd/65733

And that code renders perfectly. I am wondering if the problem is the body of the diagram rather than any of the latex headers?

@JacobH140
Copy link

Any luck on this? Drawing arrows in the fashion \draw[->] (A) -- (B) node[midway, above] {$f$}; works for me, but actually using \arrow does not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants