Skip to content
forked from jankapunkt/latexcv

👔 A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!

License

Notifications You must be signed in to change notification settings

alexghi/latexcv

 
 

Repository files navigation

latexcv icon
LaTex CV and Resume Collection



👔 A collection of simple and easy to use, yet powerful LaTeX templates for CVs and resumes. All of them are self designed and self implemented and not copied from template collections.

Now with support for Chinese, Japanese and Korean character encoding. Setup is only two lines of code! Read more here.


Classic Modern
Classic CV example preview Modern CV example preview
Two Columns Row Layout
Two Column CV example preview Row-Layout CV example preview

Great first impression

Point out with a progressive layout. Give decision makers and HR only the most important information about you on one single page.

Beginner friendly

Pick a template, replace the content, compile, done. If that's not enough you can easily customize colors, fonts and layout. The templates are documented directly in the code.

Minimal environment

You need a minimal tex-live distribution to compile the templates. No XeTeX or LuaTeX required. No other SDKs or environments required.

How to build?

The following guide just briefly describes the requirements and build procedure as there are many ways to install a LaTeX distribution on various OS. Please create an issue, if this part is not helpful.

Build Requirements

You will need some minimal Texlive distrubution (The full texlive distribution is nearly 2GB large but you will need only a part of it). A good starting point is here: https://www.latex-project.org/get/#tex-distributions

If you want to install texlive from tug.org instead, you can use this guide: https://tug.org/texlive/

Users of various Linux distrubutions can also install texlive from their repositories.

This repo also contains a texlive.profile file in the project root, that can be used to install the minimum required texlive packages when manually installing texlive.

Build Procedure

  • Clone or download this project.
  • Change to a template folder, which contains a main.tex file do
  • Edit the main.tex according to your CV credentials, optionally change settings and colors etc.
  • Run pdflatex (build/compile) e.g. pdflatex main.tex
  • The main.pdf should show the output.

Contribution

Contributors are very welcome. You want to contribute? Awesome! Please check the contribution guidelines first to make it a success.

License

The MIT License (MIT)

About

👔 A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 99.5%
  • Shell 0.5%