cv-bubble

Personal PDF CV, fork of github.com/mateuszbaransanok/BubbleCV
git clone https://git.in0rdr.ch/cv-bubble.git
Log | Files | Refs | Pull requests | README | LICENSE

commit f9f45fa97434bf9c7816a5a2d4df03abafea1c6d
parent 334e7be52c7146b9e3d61a54257ae64ac5f6be9a
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Fri, 23 Aug 2024 20:12:21 +0200

feat: acknowledgement

Diffstat:
Mbubblecv.sty | 2+-
Mmain.tex | 4+++-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/bubblecv.sty b/bubblecv.sty @@ -391,7 +391,7 @@ % Parameter 1: Footnote content. \newcommand\cvfootnote[1]{% \begingroup% - \renewcommand\thefootnote{}\NoHyper\footnote{#1}% + \renewcommand\thefootnote{}\footnote{#1}% \addtocounter{footnote}{-1}% \endgroup% }% diff --git a/main.tex b/main.tex @@ -371,7 +371,9 @@ Open source enthusiast and sportsman. Engineer at Adfinis in Zurich, Switzerland \end{cv} \cvfootnote{ - \tiny last updated 2024-08-23 + \tiny last updated 2024-08-23, + \href{https://github.com/mateuszbaransanok/BubbleCV}{BubbleCV} template + by Mateusz Baran } \end{document}