├── .github └── FUNDING.yml ├── CHANGELOG.md ├── Fonts ├── AdventPro-ExtraLight.ttf ├── AdventPro-SemiBold.ttf ├── FontAwesome.otf ├── SourceSansPro-Light.otf ├── SourceSansPro-LightIt.otf └── SourceSansPro-Semibold.otf ├── LICENSE ├── README.md ├── _config.yml ├── create_image.sh ├── cv-roald-example.pdf ├── cv-roald-example.png ├── cv-roald-example.tex ├── cv-roald.cls ├── document_class_options_demo.gif └── sharelatex.jpeg /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /Fonts/AdventPro-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/Fonts/AdventPro-ExtraLight.ttf -------------------------------------------------------------------------------- /Fonts/AdventPro-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/Fonts/AdventPro-SemiBold.ttf -------------------------------------------------------------------------------- /Fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/Fonts/FontAwesome.otf -------------------------------------------------------------------------------- /Fonts/SourceSansPro-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/Fonts/SourceSansPro-Light.otf -------------------------------------------------------------------------------- /Fonts/SourceSansPro-LightIt.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/Fonts/SourceSansPro-LightIt.otf -------------------------------------------------------------------------------- /Fonts/SourceSansPro-Semibold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/Fonts/SourceSansPro-Semibold.otf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/_config.yml -------------------------------------------------------------------------------- /create_image.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/create_image.sh -------------------------------------------------------------------------------- /cv-roald-example.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/cv-roald-example.pdf -------------------------------------------------------------------------------- /cv-roald-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/cv-roald-example.png -------------------------------------------------------------------------------- /cv-roald-example.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/cv-roald-example.tex -------------------------------------------------------------------------------- /cv-roald.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/cv-roald.cls -------------------------------------------------------------------------------- /document_class_options_demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/document_class_options_demo.gif -------------------------------------------------------------------------------- /sharelatex.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roald87/xelatex-cv-roald/HEAD/sharelatex.jpeg --------------------------------------------------------------------------------