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