bitroniq / ten-seconds-cv

A LaTeX resume/cv template for DevOps Engineer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ten-seconds-cv

A LaTeX resume/cv template for DevOps Engineer to make quick update and pdf creation

This template I use for my own resume/CV.

CV Screenshot

Install pre-requisites (Windows)

  1. Install MiKTeX, a TeX distribution for Windows that includes a large number of major packages.

  2. 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!

Install pre-requisites (Debian/Ubuntu)

  • 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

Build (Windows)

Open .tex file with TexMaker or TexWorks and compile using XeLaTeX

Build (Debian/Ubuntu)

make all

FontAwesom support

To enable fontawesome support, include the fontawesome package in the .tex file

\usepackage{fontawesome}

and compile the document using LuaLaTex

References

The elements comes from several templates, including:

  1. Font Awesome Icons
  2. Carmine Spagnuolo's Twenty Seconds Curriculum Vitae
  3. Carmine Benedetto's Smart Fancy LaTeX CV
  4. Adrien Friggeri's Fancy CV
  5. Harsh Gadgil opensorcer/Data-Engineer-Resume-LaTeX

License

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.

About

A LaTeX resume/cv template for DevOps Engineer

License:MIT License


Languages

Language:TeX 98.3%Language:Makefile 1.7%