mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit ee65cf993dfa5e8a9daa9df9b264174914462115
parent 049c01e4710185c61c08c9ad10c07820741148ef
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed,  3 Sep 2014 16:51:38 +0200

use myitemarrow; previous slides need to be changed

Diffstat:
shorthand.pl | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/shorthand.pl b/shorthand.pl @@ -25,6 +25,7 @@ my $header = <<END; } \\setbeamertemplate{navigation symbols}{} \\makeatletter +\\newcommand{\\myitemarrow}{\$\\rightarrow\$} \\setbeamertemplate{footline} {% \\hfill \\insertframenumber/\\inserttotalframenumber \\hspace{0.2cm} @@ -222,7 +223,7 @@ while (<>) { } } else { if ($2 eq "=>") { - $key = "\\textcolor{red}{\$\\Rightarrow\$}"; + $key = "\\textcolor{red}{\\myitemarrow}"; } $l = "$3"; }