I am making some slides for a presentation. I am copying parts of a texfile which I made earlier. The \emph{} command is not working in beamer (even though it is working in my original texfile).
For example, this code which is working in the original file is not working in beamer:
\begin{theorem}
{
|\emph{Gal}(L|K)|=[F:K]
}
\end{theorem}
But this is working:
\begin{theorem}
{
|Gal(L|K)|=[F:K]
}
\end{theorem}
But the 'Gal' is italic (I want it to be straight).
\emphworks without problem withinbeamer. Can you provide a minimal example that replicates this problematic behaviour? – Werner Apr 26 '17 at 05:55\mathrmmight end up wrong. Since this is clearly a function I'd use\operatornameif this is just a one of. Why is his math not in math mode? – daleif Apr 26 '17 at 06:46\textshould never be used like that even in beamer. So many users misuse this macro, we don't need another answer misusing it. – daleif Apr 26 '17 at 07:14\textwill be italic no matter how the OP writes it, math or not. Here the issue is just that\emphdoes not do anti-italic in an italic context. – daleif Apr 26 '17 at 09:38