slides: use "stealth" arrows in graphics
This commit is contained in:
parent
7a2b78c55d
commit
31240a030a
@ -84,6 +84,7 @@ header-includes: |
|
|||||||
\vspace{\baselineskip}
|
\vspace{\baselineskip}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
% don't hide animation completely
|
||||||
\setbeamercovered{transparent}
|
\setbeamercovered{transparent}
|
||||||
|
|
||||||
% strike macro
|
% strike macro
|
||||||
@ -102,6 +103,10 @@ header-includes: |
|
|||||||
\usepackage{multirow}
|
\usepackage{multirow}
|
||||||
\usepackage{booktabs}
|
\usepackage{booktabs}
|
||||||
|
|
||||||
|
%% tikz setup
|
||||||
|
\usepackage{tikz}
|
||||||
|
\usetikzlibrary{arrows.meta}
|
||||||
|
|
||||||
%% math macros
|
%% math macros
|
||||||
|
|
||||||
% thus
|
% thus
|
||||||
|
@ -92,7 +92,7 @@ Half Sample Mode[@robertson74]
|
|||||||
\setbeamercovered{}
|
\setbeamercovered{}
|
||||||
|
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\begin{tikzpicture}[remember picture]
|
\begin{tikzpicture}[remember picture, >=Stealth]
|
||||||
% line
|
% line
|
||||||
\draw [line width=3, ->, cyclamen] (-5,0) -- (5,0);
|
\draw [line width=3, ->, cyclamen] (-5,0) -- (5,0);
|
||||||
\node [right] at (5,0) {$x$};
|
\node [right] at (5,0) {$x$};
|
||||||
|
@ -25,7 +25,7 @@ Quantify distance between expected and observed CDF. KS statistic:
|
|||||||
::: {.column width=50%}
|
::: {.column width=50%}
|
||||||
\setbeamercovered{}
|
\setbeamercovered{}
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}[>=Stealth]
|
||||||
% empiric
|
% empiric
|
||||||
\draw [cyclamen, fill=cyclamen!20!white] (-2.5,0) rectangle (-1.5,0.5);
|
\draw [cyclamen, fill=cyclamen!20!white] (-2.5,0) rectangle (-1.5,0.5);
|
||||||
\draw [cyclamen, fill=cyclamen!20!white] (-1.5,0) rectangle (-0.9,1);
|
\draw [cyclamen, fill=cyclamen!20!white] (-1.5,0) rectangle (-0.9,1);
|
||||||
|
@ -108,7 +108,7 @@ $$
|
|||||||
. . .
|
. . .
|
||||||
|
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}[>=Stealth]
|
||||||
% line
|
% line
|
||||||
\draw [line width=3, ->, cyclamen] (0,0) -- (10,0);
|
\draw [line width=3, ->, cyclamen] (0,0) -- (10,0);
|
||||||
\node [right] at (10,0) {$u$};
|
\node [right] at (10,0) {$u$};
|
||||||
|
@ -25,7 +25,7 @@ $$
|
|||||||
|
|
||||||
\setbeamercovered{}
|
\setbeamercovered{}
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}[>=Stealth]
|
||||||
%notes
|
%notes
|
||||||
\draw [very thick, gray] (0,0) -- (0,3);
|
\draw [very thick, gray] (0,0) -- (0,3);
|
||||||
\draw [very thick, gray] (-1.45,1.5) -- (1.45,1.5);
|
\draw [very thick, gray] (-1.45,1.5) -- (1.45,1.5);
|
||||||
|
Loading…
Reference in New Issue
Block a user