slides: use "stealth" arrows in graphics

This commit is contained in:
Michele Guerini Rocco 2020-06-11 23:52:12 +02:00
parent 7a2b78c55d
commit 31240a030a
5 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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$};

View File

@ -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);

View File

@ -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$};

View File

@ -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);