A one page , two asymmetric column resume template in XeTeX that caters to an undergraduate Computer Science student. As of v1.1, there is an option to choose from two templates:
- MacFonts - uses fonts native to OSX - Helvetica, Helvetica Neue (and it's Light and Ultralight versions) and the Chinese fonts Heiti SC**, and Heiti TC. The EULA of these fonts prevents distribution on Open Source.
- OpenFonts - uses free open sourced variants that resemble the above. We use Lato (and many of its variants) and Raleway.
Common LaTeX resume-builders such as moderncv and the friggeri-cv look great if you're okay with a multipage resume with numerous citations, but usually isn't ideal for making a thorough single-page one. A lot of companies today search resumes based on keywords but at the same time require/prefer a one page resume, especially for undergraduates.
This template attempts to not look horrible, allow detail, be a single page, and allow useful LaTeX templating.
- Compiles only with XeTeX.
- Uses fonts that are usually only available to Mac users such as Helvetica Neue Light.
- MacFonts version - as an online preview and as a direct download
- OpenFonts version - as a direct download
- WriteLatex.com (fonts/colors changed) - compilable online
- Fixed several compilation bugs with \renewcommand
- Got Open-source fonts (Windows/Linux support)
- Added Last Updated
- Move Title styling into .sty
- Commented .sty file.
- Merge OpenFont and MacFonts as a single sty with options.
- Integrate biber/bibtex for article citation under publications.
- Figure out a smoother way for the document to flow onto the next page.
- Add styling information for a "Projects/Hacks" section.
- Add location/address information
- Overflows onto second page if any column's contents are more than the vertical limit
- Hacky space on the first bullet point on the second column.
The MIT License (MIT)
Copyright (c) 2014 Debarghya Das
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.