slides.sty
changeset 442 c86e7dd198bf
parent 352 97bcf8efe4e0
--- a/slides.sty	Thu Nov 10 09:52:40 2022 +0000
+++ b/slides.sty	Thu Nov 10 19:41:04 2022 +0000
@@ -1,11 +1,13 @@
 \usepackage[absolute,overlay]{textpos}
 \usepackage{xcolor}
 \usepackage[no-math]{fontspec}
+%%\usepackage{marginnote}
+\usepackage{fontawesome5}
 
 %%%%% CODE FONT
 %\setmonofont[Scale=.95]{Consolas}
 \setmonofont[Scale=.88]{Consolas}
-%\newfontfamily{\consolas}{Consolas}
+\newfontfamily{\consolas}{Consolas}
 
 %%%%% MATHFONT
 \usepackage[sc]{mathpazo}
@@ -48,6 +50,12 @@
 \newcommand{\dn}{\stackrel{\mbox{\scriptsize def}}{=}}%
 \newcommand{\slidecaption}{}
 
+%%% url pointers
+\newcommand{\here}[1]{\href{#1}{\small\textcolor{ProcessBlue}{\faHandPointRight[regular]}}}
+\newcommand{\video}[1]{\href{#1}{\small\textcolor{ProcessBlue}{\faFilm}}}
+%%\newcommand{\alert}{\reversemarginpar\marginpar{\mbox{}\hfill\textcolor{red}{\faExclamationTriangle}}}
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % Frametitles
 
@@ -84,7 +92,7 @@
 
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%\beamertemplateballitem
+% \beamertemplateballitem
 \setbeamertemplate{itemize item}[ball]
 \setbeamertemplate{itemize subitem}[ball]
 \setbeamertemplate{itemize subsubitem}[ball]