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 334e7be52c7146b9e3d61a54257ae64ac5f6be9a
parent 9c9be7ca322b410f899c3583b294ecf5c0585f10
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Fri, 23 Aug 2024 20:11:44 +0200

doc: describe build process

Diffstat:
MREADME.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -58,3 +58,11 @@ Please ensure the proposed feature/bugfix works fine with pdflatex engine before ## Issues If you encounter any problems, please leave [issue](../../issues/new), along with a detailed description. + + +## Build + +``` +latexmk -c +latexmk -pdflua main.tex +```