slides: fix standout frames
This commit is contained in:
parent
805e68d1e3
commit
3592d5a9cc
@ -54,16 +54,12 @@ references:
|
|||||||
header-includes: |
|
header-includes: |
|
||||||
```{=latex}
|
```{=latex}
|
||||||
%% Colors
|
%% Colors
|
||||||
\definecolor{mDarkTeal} {HTML}{020202}
|
\definecolor{cyclamen}{HTML}{92182B}
|
||||||
\definecolor{mLightBrown}{HTML}{C49D4A}
|
\definecolor{green} {HTML}{60AC39}
|
||||||
\definecolor{mDarkRed} {HTML}{92182B}
|
\definecolor{red} {HTML}{D73737}
|
||||||
\definecolor{cyclamen} {HTML}{92182B}
|
\definecolor{blue} {HTML}{6684E1}
|
||||||
\definecolor{green} {HTML}{60AC39}
|
\definecolor{yellow} {HTML}{CFB017}
|
||||||
\definecolor{red} {HTML}{D73737}
|
\setbeamercolor{frametitle}{bg=cyclamen}
|
||||||
\definecolor{blue} {HTML}{6684E1}
|
|
||||||
\definecolor{yellow} {HTML}{CFB017}
|
|
||||||
|
|
||||||
\setbeamercolor{frametitle}{bg=mDarkRed}
|
|
||||||
|
|
||||||
% no bold titles
|
% no bold titles
|
||||||
\setbeamerfont{title}{series=\mdseries}
|
\setbeamerfont{title}{series=\mdseries}
|
||||||
@ -74,7 +70,12 @@ header-includes: |
|
|||||||
\let\Begin\begin
|
\let\Begin\begin
|
||||||
\let\End\end
|
\let\End\end
|
||||||
|
|
||||||
% workaround issue matze/mtheme#371
|
% workaround for issue jgm/pandoc#3007
|
||||||
|
\makeatletter
|
||||||
|
\beamer@ignorenonframefalse
|
||||||
|
\makeatother
|
||||||
|
|
||||||
|
% workaround for issue matze/mtheme#371
|
||||||
\def\sectionpage{
|
\def\sectionpage{
|
||||||
\centering
|
\centering
|
||||||
\begin{minipage}{22em}
|
\begin{minipage}{22em}
|
||||||
@ -94,7 +95,7 @@ header-includes: |
|
|||||||
% strike macro
|
% strike macro
|
||||||
\usepackage{ulem}
|
\usepackage{ulem}
|
||||||
\newcommand\strike{\bgroup\markoverwith{%
|
\newcommand\strike{\bgroup\markoverwith{%
|
||||||
\textcolor{mDarkRed}{\rule[0.5ex]{2pt}{1pt}}}\ULon}
|
\textcolor{cyclamen}{\rule[0.5ex]{2pt}{1pt}}}\ULon}
|
||||||
|
|
||||||
% center images
|
% center images
|
||||||
\LetLtxMacro{\oldIncludegraphics}{\includegraphics}
|
\LetLtxMacro{\oldIncludegraphics}{\includegraphics}
|
||||||
|
@ -11,9 +11,9 @@
|
|||||||
- Trapani test (less informative) decreases in significance as $N$ decreases.
|
- Trapani test (less informative) decreases in significance as $N$ decreases.
|
||||||
|
|
||||||
|
|
||||||
## Any questions? {.standout}
|
## {.noframenumbering .standout}
|
||||||
|
|
||||||
Any questions?
|
Any questions?
|
||||||
|
|
||||||
|
|
||||||
## Bibliograph
|
## Bibliography {.noframenumbering}
|
||||||
|
Loading…
Reference in New Issue
Block a user