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.
This commit is contained in:
Timvde
2020-03-04 01:26:11 +01:00
parent 738446adca
commit 58415b40d5

7
cv.tex
View File

@@ -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}