I have a problem, I try to resize a diagram, this is what I write
\[
\scalebox{1.4}{
\begin{CD}
C @>\phi>> C'=\phi(C)\\
@V\textnormal{Dual}VV\\
C^{\perp}@>\phi>> C=\phi(C^{\perp})
\end{CD}
}
\]
And it works, except that I get an error, something like missing $ or extra }, can anyone help me?
\scaleboxswitched back to text-mode and theCD(apparently) expects math-mode.\[\scalebox{1.4}{$\begin{CD} … \end{CD}$}\]probably would work. But we can only guess, if you do not post a complete minimal working example (MWE) so that we can see which class, which packages, etc you use. Which package provides theCDenvironment for example? It would be easier to us to help you if we could simply copy your code and can compile it without the need to setup everything. – Qrrbrbirlbel Mar 06 '13 at 03:11\documentclassand ending in\end{document}that shows what you want to achieve or solve. – hpesoj626 Mar 06 '13 at 05:26