Tagged Questions
5
votes
1answer
316 views
Equations in fancy boxes
I've checked the post here, where the package empheq is used for embedding equations into coloured boxes.
With that idea, I wrote in my file the following:
% in the preambule
\usepackage{empheq}
...
4
votes
2answers
888 views
Beamer: Emphasize a part of a slide
I am using Beamer to create presentations. I know that it is possible to use environments like Theorem, Definition and so on:
\begin{Teorem}
Great theorem
\end{Theorem}
It appears in the box of ...