From 58415b40d5bff6da5299819f70f6583580b4fb08 Mon Sep 17 00:00:00 2001 From: Timvde Date: Wed, 4 Mar 2020 01:26:11 +0100 Subject: [PATCH] Add QR code in the lower right corner This QR code points to the location of my CV. The eso-pic package can only align let, so we need to add a box to force the QR code to be in the right. Putting it in the lower left corner would also be an option, but this was a little harder due to the two-column layout, and I don't really care either way. --- cv.tex | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cv.tex b/cv.tex index 60dc09e..91a7cdd 100644 --- a/cv.tex +++ b/cv.tex @@ -2,6 +2,8 @@ \usepackage[utf8]{inputenc} \usepackage{bchart} \usepackage[normalem]{ulem} +\usepackage{eso-pic} +\usepackage{qrcode} \begin{document} \header{Tim Van den Eynde}{Computer Scientist / Software Developer} @@ -124,6 +126,11 @@ {Certified animator: 2011} \end{entrylist} +\AddToShipoutPictureBG*{ + \AtTextLowerLeft{ + \makebox[\textwidth][r]{\qrcode{https://www.vdeynde.com/cv.pdf}} + } +} %\section*{\sout{Buzzwords} Keywords} %Github, Gitlab, VPS, Digital Ocean, hosting, Linux, vim, Android, GPG, PostgreSQL, MySQL, nginx, apache, postfix, dovecot, scrum, kanban, agile, microservices, docker, type systems, mypy, Z3, security, devops \end{document}