From 304efab0f245f10a30db7986a859f8bf9af32355 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Wed, 31 Jan 2024 22:38:24 -0800 Subject: [PATCH] fosdem2024_bigint: add end slide turns out \href is broken when giving it a url with multiple # characters, so I had to use \hyperref shenanigans to get it to link to the right url --- .../fosdem2024_bigint/fosdem2024_bigint.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/conferences/fosdem2024/fosdem2024_bigint/fosdem2024_bigint.tex b/conferences/fosdem2024/fosdem2024_bigint/fosdem2024_bigint.tex index c245d99a6..110617026 100644 --- a/conferences/fosdem2024/fosdem2024_bigint/fosdem2024_bigint.tex +++ b/conferences/fosdem2024/fosdem2024_bigint/fosdem2024_bigint.tex @@ -10,6 +10,7 @@ \definecolor{codebg}{rgb}{0.1,0.09,0.08} \newminted[codeenv]{python3}{escapeinside=@@,fontsize=\small,bgcolor=codebg} \newmintinline[codeinline]{python3}{escapeinside=@@,fontsize=\small,bgcolor=codebg} +\usepackage{hyperref} \title[Fast Big-Integer Arithmetic on SVP64 ...]{ Fast Big-Integer Arithmetic on SVP64 at up to 256-bits/cycle and beyond @@ -140,4 +141,16 @@ maddedu r7, r3, r23, r8 \input{bigint-mul-pipe.dia-tex} \end{frame} +\begin{frame}[fragile] + \begin{itemize} + \item Discussion: \url{https://lists.libre-soc.org} + \item IRC \#libre-soc on OFTC or Libera + % workaround busted escaping in \href command + \item Matrix \hyperref{https://matrix.to/\#/\#_oftc_}{libre-soc:matrix}{org}{\#\_oftc\_\#libre-soc:matrix.org} + \item \url{https://libre-soc.org/} + \item Thanks to NLnet for funding this: \url{https://nlnet.nl/assure} + \item \url{https://libre-soc.org/nlnet/\#faq} + \end{itemize} +\end{frame} + \end{document} -- 2.30.2