在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):mrzool/cv-boilerplate开源软件地址(OpenSource Url):https://github.com/mrzool/cv-boilerplate开源编程语言(OpenSource Language):TeX 93.8%开源软件介绍(OpenSource Introduction):CV Boilerplate
A boilerplate to ease the pain of building and maintaining a CV or résumé using LaTeX. IntroThe separation of content from presentation is considered a universal best practice. The typical content of a CV is a perfect fit for a YAML file due to its structured nature: ---
name: Friedrich Nietzsche
address:
- Humboldtstraße 36
- 99425 Weimar
- Prussia
email: [email protected]
# ...
experience:
- years: 1879--1889
employer: Freiberufler
job: Freier Philosoph
city: Sils-Maria
- years: 1869–-1879
employer: Universität Basel
job: Professor für klassische Philologie
city: Basel That makes super easy to update a CV while keeping a consistent structure. Thanks to pandoc, we can then access our data from $for(experience)$
$experience.years$\\
\textsc{$experience.employer$}\\
\emph{$experience.job$}\\
$experience.city$\\[.2cm]
$endfor$ LaTeX takes then care of the typesetting with its usual elegance. Below a preview of the final result. Check out the output to see the compiled PDF. With this method, you can keep your entire CV encoded in a single YAML file, put it under version control (into a gist, for instance), and generate a PDF on the fly when needed. You can also easily export it to other formats, like HTML for web publishing (I've heard Jekyll likes YAML). Convenient, portable and time-proof. Dependencies
I highly recommend TinyTeX as LaTeX distribution. All additional packages can be installed with Getting started
Note: this template needs to be compiled with XeTeX. Note for Windows usersAlthough I didn't test it, you can probably use this on Windows, too. Both Pandoc and LaTeX can be installed on Windows and you should be able to run makefiles on Windows through Cygwin. If that's too much hassle, this command should do the trick in Powershell:
Available settings
Recommended readings
Resources
See also
LicenseThis repository contains a modified version of Dario Taraborelli's cvtex template. License: CC BY-SA 3.0 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论