A curriculum vitae class for LuaLaTeX and XeLaTeX with classic typography and layout.
- LuaTeX and LuaLaTeX, or XeTeX and XeLaTeX
- typographydefaults
- CTAN packages:
- parskip
- titlesec
- xcolor
- hyperref
- enumitem
- pdftexcmds
- kvoptions
If you have a recent distribution of TeX Live, you most likely have all the needed CTAN packages, as well as LuaTeX, LuaLaTeX, XeTeX and XeLaTeX. If you don't, check you operating system package manager, or install manually those first.
To install both frugalresume
and typographydefaults
once the requirements are in place and assuming you're using TeX Live on Linux:
pushd ~/texmf/tex/latex
git clone git://github.com/kerscher/typographydefaults
popd; pushd ~/texmf/tex/latex/base
git clone git://github.com/kerscher/frugalresume
popd
texhash
If you're using other TeX distribution, check on its documentation how to install a package or read more about it here.
This package uses a 2-clause BSD-like licence. You can check it here.