My Curriculum Vitae (CV) is written in LaTeX and it is built locally in Ubuntu 22.04x64 OS with texlive and remotely with github action CI. Refer to README for detailed instructions on local and remote latex build.
Download my latest CV by clicking on the following pages.
Open a terminal to build cv locally
cd $HOME/repositories/mxochicale/cv/tex
bash localbuilt.sh TwoPages
make clean #clean project
For further details see here
git add .
git commit -m ':tada: version monthYEAR is ready CICV2P #0'
git push oring <FEATURE_BRANCH>
After generating your SSH keys as suggested here or here. You can then clone the repository by typing (or copying) the following line in a terminal at your selected path in your machine:
mkdir -p $HOME/repositories/mxochicale && cd $HOME/repositories/mxochicale
git clone [email protected]:mxochicale/cv.git
This CV template is under Creative Commons Attribution-Share Alike license .
Hence, you are free to reuse it and modify it as much as you want and as long as you cite my CV as the original reference and you re-share your CV, or similar work, under the same terms.
NOTE All the personal data under the path (tex/) is owned by Miguel Xochicale. All rights reserved.
- Severin Lemaignan's CV
- Olivia Guest's CV with its overleaf version
- Awesome-CV
- Jan Hendrik Metzen's CV
- Baptiste Auguié' Resume
- Cheng Xu's CV
- How to write a LaTeX class file and design your own CV
Happy to touch base, just drop me an e-mail. If you have questions or issues relavant to this repo, please instead open an issue.