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