Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Org.civicrm.casetokens | 5 | 9 months ago | 2 | other | PHP | |||||
Adds extra case tokens for emails and letters | ||||||||||
Ansible Cloudvision | 4 | 6 years ago | bsd-3-clause | Python | ||||||
Ansible Role for working with Arista Cloudvision® | ||||||||||
Tex Resume | 3 | 3 months ago | mit | TeX | ||||||
Compilation and source of a XeLaTeX implementation of my CV. The CV is built according to the currently considered best practices by the majority of US companies for Software Development roles. | ||||||||||
Resume | 2 | 4 years ago | ||||||||
Dear Recruiters: This is my updated resume. If qualified please do mail me about opportunities :octocat: |
XeLaTex implementation of my CV.
The guidelines that led me to this CV design and layout were the following rules that I found in this Quora answer and believe to be the current standard considerations in recruitment nowadays:
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
If you wish to be able to develop and support several types of latex and tex files, the best bet is to install the full dependencies package:
sudo apt-get install texlive-full
I personally prefer to use Texmaker, to install it run in your terminal:
sudo apt-get install texmaker
First clone this repository in any folder you like:
git clone [email protected]:zepedropaixao/paixaocv.git
Make the modifications you wish and then compile the .tex file using XeLaTex
cd paixaocv
xelatex -synctex=1 -interaction=nonstopmode resume.tex
Alternatively you can use the Texmaker interface to very easily edit and preview your changes. For further instructions on how do compile .tex files using Texmaker please refer to their online documentation.
This project is licensed under the MIT License - see the LICENSE file for details