2

this code works in a normal latex document but not in beamer. Why?

\section{Project}

\subsection{General scheme}
\begin{frame}
\frametitle{General scheme}
\[
\begin{tikzcd}
A \arrow{r}{a} \arrow[bend right]{r} 
& B \arrow{r}{b} & C \arrow{r}{c}
\arrow{rd}{e} & D \arrow[bend right]{d}\\
& F \arrow{u} \arrow{rr}{f} && E
\end{tikzcd}
\]
\end{frame}

1 Answers1

4

The problem is solved if I add \begin{frame}[fragile]