Better strikeout

This commit is contained in:
Théophile Bastian 2020-07-21 15:12:29 +02:00
parent bc97078f76
commit 686280811a
1 changed files with 17 additions and 6 deletions

View File

@ -10,14 +10,25 @@
\usepackage{texlib/todo}
\usepackage{booktabs}
\usepackage[normalem]{ulem}
\usepackage[thicklines]{cancel}
\renewcommand{\CancelColor}{\color{red}}
%\usepackage{inconsolata}
\lstdefinelanguage{iproute} {
morekeywords={inet6},
sensitive=true,
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{Announcing IPv4 routes with an IPv6 next-hop in the Babel
routing protocol}
\subtitle{\textit{aka.} draft-bastian-babel-v4ov6}
\subtitle{\textit{aka.}
\href{https://datatracker.ietf.org/doc/draft-bastian-babel-v4ov6/}{
draft-bastian-babel-v4ov6}}
\author[\slidecountline]
{Théophile Bastian, Juliusz Chroboczek}
\date{}
@ -34,7 +45,8 @@ routing protocol}
\begin{frame}{Traditional routing}
\begin{align*}
\text{Network prefix (IPvX)} &\longrightarrow \text{Next-Hop (IPvX)}
\text{Network prefix (IPvX)} \quad &\longrightarrow
\quad \text{Next-Hop (IPvX)}
\end{align*}
\pause{}
@ -50,12 +62,11 @@ routing protocol}
default & & 10.42.0.254 \\
10.102.0.0/16 & & 10.102.0.1 \\
10.102.10.0/24 & & 10.102.10.1 \\
\only<3>{10.0.0.0/8 & & \sout{fd80:1::1}} \\
\only<3>{10.0.0.0/8 & & % \makebox[0pt]{\color{red}---}
\xcancel{fd80:1::1}} \\
\bottomrule
\end{tabular}
\end{table}
\todo{Better strikeout}
\end{frame}
\begin{frame}{The router's job}