I got a problem when trying to change the fontsize within a beamer-class frame.
\documentclass{beamer}
\begin{document}
\begin{frame}{First frame}
{\big Just some content}
\end{frame}
\end{document}
This gets me a "missing delimiter (. inserted)" error. What's the problem with this? I'm using the pdfLaTex compiler.
Thanks a lot!
\bigneeds a bracket of some sort otherwise it feels lonely:\big(or\big[or\big\{. Also, it tends to only work in math-mode:\(\big(\). – Andrew Stacey Oct 24 '12 at 14:18\bigisn't a fontsize command like\hugeor\large. It's for resizing "delimiters": things like brackets or\|. It's fromamsmathwhich is loaded bybeamer. – Andrew Stacey Oct 24 '12 at 14:18\bigis defined inamsmathand that isn't explicitly loaded. – Andrew Stacey Oct 24 '12 at 14:27