A LaTeX resume designed for optimal information density and aesthetic appeal.
The features of this template include:
- Increased information density of the resume through layout adjustments.
- Support for generating PDF bookmarks.
- Minimal dependencies, no default inclusion of additional fonts or icons.
- Examples of formatting hyperlinks, footnotes, and non-emphasized content.
- (🖼️) Support for inserting photos (please refer to the code comments).
- Make sure you have installed a LaTeX distribution.
- Clone or download the code of this project.
- Simply run
latexmk
.
You can directly access this link.
Common usage can be found in the example content in main.tex
.
\ResumeName{}
defines the resume title (usually the name).\ResumeContact{}
adds a contact information.\ResumeContacts{itemA, itemB, itemC}
adds multiple contact information.\ResumeTitle
renders the title and contact information.\section{}
section title.\ResumeItem[]{}[][]
- Optional parameter, controls the content of PDF bookmarks. If not provided, parameter 2 is used.
- Item title, left-aligned.
- Optional parameter, additional information displayed after parameter 2.
- Optional parameter, right-aligned.
\GrayText{}
changes the text content to gray.\ResumeUrl{}{}
\href
command with underline, same usage as\href
.
[]
denotes optional parameters,{}
denotes required parameters.
- Resume Improvement
- GPTs
This project was primarily inspired by hijiangtao/resume and further improved based on the layout concept of "increasing information density in a single page resume". It is written in