Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pseudomanifold/latex-cv
A simple and modern template for your [academic] CV
https://github.com/pseudomanifold/latex-cv
curriculum-vitae cv cv-template latex latex-cv-template latex-document latex-template
Last synced: 2 months ago
JSON representation
A simple and modern template for your [academic] CV
- Host: GitHub
- URL: https://github.com/pseudomanifold/latex-cv
- Owner: Pseudomanifold
- License: mit
- Created: 2019-04-28T12:51:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T09:33:18.000Z (10 months ago)
- Last Synced: 2024-10-11T21:41:22.947Z (2 months ago)
- Topics: curriculum-vitae, cv, cv-template, latex, latex-cv-template, latex-document, latex-template
- Language: TeX
- Homepage:
- Size: 115 KB
- Stars: 53
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# latex-cv: A minimal curriculum vitæ template
This repository contains a template for typesetting your curriculum vitæ
in LaTeX. I am using the template to typeset
[my](https://bastian.rieck.me) curriculum vitæ (which is also
available [here](https://bastian.rieck.me/about/cv.pdf)). Since it is
mostly geared towards an academic CV, this repository contains [an
example](CV.pdf).If you find this template useful, I would love to hear about it. Drop me
a line using a communication channel of your choice.Here is a list of users of the template:
- [Dr. Corey Stephan](https://github.com/historical-theology/cv) did
a great extension of the template for the humanities.## Using the template
Rename `CV.tex` to whatever you deem appropriate and edit the file.
Adjustable or otherwise configurable parts have been marked with a
`TODO`. Look at these things if you are interested in adjusting the
look and feel somewhat.To check that everything is working, you should try to build the
template via:lualatex CV
Note that `lualatex` is strongly recommended here because it makes the
font selection a breeze.## Requirements
The template currently uses the following fonts:
- Adobe Minion Pro (serif)
- Cabin Regular (sans serif)
- Fira Mono (monospace)You can either select a different font in the preamble or install them
using your operating system's package manager.## License
The template uses the MIT license. Please see the file
[`LICENSE.md`](LICENSE.md) in the main directory of the repository for
more details.## Contributing
If you require additional features, find some bugs, or just have some
generic inquiries, please just open an issue in this repository.