A LaTeX resume/cv template for DevOps Engineer to make quick update and pdf creation
This template I use for my own resume/CV.
-
Install MiKTeX, a TeX distribution for Windows that includes a large number of major packages.
-
Install an editor to edit and compile LaTeX documents:
Once both the distribution and editor are installed, clone this repository
using git clone
and open the template.tex file in your editor.
Important: Make sure to compile with XeLaTeX, not PDFLaTeX. You're good to go!
- texlive:
sudo apt-get install texlive
- texlive-xetex:
sudo apt-get install texlive-xetex
- texlive-lualatex:
sudo apt-get install texlive-luatex
- texlive-math-extra:
sudo apt-get install texlive-math-extra
- texlive-fonts-extra:
sudo apt-get install texlive-fonts-extra
- texlive-pstricks:
sudo apt-get install texlive-pstricks
- texmaker:
sudo apt-get install texmaker
Open .tex
file with TexMaker
or TexWorks
and compile using XeLaTeX
make all
To enable fontawesome support, include the fontawesome package in the .tex
file
\usepackage{fontawesome}
and compile the document using LuaLaTex
The elements comes from several templates, including:
- Font Awesome Icons
- Carmine Spagnuolo's Twenty Seconds Curriculum Vitae
- Carmine Benedetto's Smart Fancy LaTeX CV
- Adrien Friggeri's Fancy CV
- Harsh Gadgil opensorcer/Data-Engineer-Resume-LaTeX
MIT License
Copyright (c) 2019 Piotr Kowalski
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.