fosdem2024_bigint: add end slide
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 1 Feb 2024 06:38:24 +0000 (22:38 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 1 Feb 2024 06:38:24 +0000 (22:38 -0800)
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

conferences/fosdem2024/fosdem2024_bigint/fosdem2024_bigint.tex

index c245d99a6595ccd1a0a1121f0e27422126fcb115..110617026693a56e802cc2da7ae44a3e9a305b04 100644 (file)
@@ -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}