Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Cv | 18,669 | 10 days ago | 168 | lppl-1.3c | TeX | |||||
:page_facing_up: Awesome CV is LaTeX template for your outstanding job application | ||||||||||
Resume | 6,272 | 3 months ago | 19 | mit | TeX | |||||
An elegant \LaTeX\ résumé template. 大陆镜像 https://gods.coding.net/p/resume/git | ||||||||||
Awesome Resume For Chinese | 2,405 | 2 months ago | ||||||||
:page_facing_up: 适合中文的简历模板收集(LaTeX,HTML/JS and so on)由 @hoochanlon 维护 | ||||||||||
Latexcv | 2,083 | 10 days ago | 10 | mit | TeX | |||||
:necktie: A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported! | ||||||||||
Mcdowell Cv | 1,321 | 7 months ago | 13 | mit | TeX | |||||
A Nice-looking CV template made into LaTeX | ||||||||||
Json_resume | 1,307 | 6 | 5 years ago | 12 | January 24, 2018 | 9 | mit | Ruby | ||
Generates pretty HTML, LaTeX, markdown, with biodata feeded as input in JSON | ||||||||||
Vitae | 1,006 | 5 days ago | 9 | December 06, 2021 | 32 | R | ||||
R Markdown Résumés and CVs | ||||||||||
Cv Boilerplate | 976 | 2 years ago | 1 | TeX | ||||||
Programmatic generation of high-quality CVs | ||||||||||
Latex Template Collection | 816 | 3 years ago | 2 | TeX | ||||||
Collection of different LaTeX/XeTeX templates (cv, invoices, timesheets, letters, etc.). | ||||||||||
Yaac Another Awesome Cv | 704 | 7 months ago | 20 | lppl-1.3c | TeX | |||||
YAAC: Another Awesome CV is a template using Font Awesome and Adobe Source Font. |
McDowell CV is a LuaLaTeX class for building neat and space-efficient CVs using the design originally proposed by Gayle L. McDowell at http://www.careercup.com/resume.
The class is based on article
class. The paper format is set to U.S. letterpaper by default. A template showing an example usage of the class is included.
calibri
- sets calibri as the main font. Otherwise the default font is Times New Roman since version 1.1.0.The class features the following commands:
\name{name}
- defines the applicant's name to be printed by \printheader
.\address{address}
- defines the applicant's address to be printed by \printheader
.\contacts{contacts}
- defines the applicant's contacts to be printed by \printheader
.\makecvheader
- prints the CV header consisting of the name (see the \name
command), address (see the \address
command) and contacts (see the \contacts
command).\begin{cvsection}{sectionname}
- prints a section with a header consisting of the name in bold small caps and a page-wide horizontal line below.\begin{cvsubsection}[linesnum]{left}{center}{right}{content}
- prints a subsection with header consisting of the left
, center
and right
titles. The optional linesnum
argument defines the amount of lines in the header. The argument only affects the vertical spacing between the environment header and content thus eliminating the effect of tabu package vertical spacing bug.lualatex
(see http://www.luatex.org/download.html) is installed on your machine and is available in the terminal or a command line client of your choice.McDowell_CV_Template.tex
and mcdowellcv.cls
, and run the following command: lualatex McDowell_CV_Template.tex
.