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:
7
cv.tex
7
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}
|
||||
|
||||
Reference in New Issue
Block a user