forked from upb/FancyBeamerUPB
Illustrating use of font colors in demo slides
This commit is contained in:
parent
1be0c6fcf9
commit
9725cc018e
@ -70,15 +70,15 @@
|
||||
\begin{frame}{\insertsubsection}
|
||||
Normal versions:
|
||||
\begin{mycolumns}[columns=3]
|
||||
\begin{definition}{A Definition}
|
||||
\begin{definition}{A {\color{orange} Definition}}
|
||||
This is a definition.
|
||||
\end{definition}
|
||||
\mynextcolumn
|
||||
\begin{example}{An Example}
|
||||
\begin{example}{An {\color{blue} Example}}
|
||||
This is an example.
|
||||
\end{example}
|
||||
\mynextcolumn
|
||||
\begin{note}{A Note}
|
||||
\begin{note}{A {\color{red} Note}}
|
||||
This is a note.
|
||||
\end{note}
|
||||
\end{mycolumns}
|
||||
@ -86,19 +86,19 @@
|
||||
Versions without captions:
|
||||
\begin{mycolumns}[columns=3]
|
||||
\begin{definition}{}
|
||||
This is a definition.
|
||||
This is a {\color{orange} definition}.
|
||||
\end{definition}
|
||||
\mynextcolumn
|
||||
\begin{example}{}
|
||||
This is an example.
|
||||
This is an {\color{blue} example}.
|
||||
\end{example}
|
||||
\mynextcolumn
|
||||
\begin{note}{}
|
||||
This is a note.
|
||||
This is a {\color{red} note}.
|
||||
\end{note}
|
||||
\end{mycolumns}
|
||||
\vfill
|
||||
Tight versions with white background (e.g., for use with pictures):
|
||||
Tight versions with {\color{green} white background} (e.g., for use with pictures):
|
||||
\begin{mycolumns}[columns=3]
|
||||
\begin{definitiontight}{A Definition}
|
||||
\centering\includegraphics[width=.75\linewidth]{example-image}
|
||||
|
Loading…
x
Reference in New Issue
Block a user