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}