All Projects → lcfyi → Software Resume Template

lcfyi / Software Resume Template

Licence: mit
A simple LaTeX template for software engineering resumes.

Projects that are alternatives of or similar to Software Resume Template

Resume
Software developer resume in Latex
Stars: ✭ 2,664 (+4573.68%)
Mutual labels:  resume-template, latex
Cv
Geoff Boeing's academic CV in LaTeX
Stars: ✭ 101 (+77.19%)
Mutual labels:  resume-template, latex
Cv resume
A latex cv/resume template.
Stars: ✭ 117 (+105.26%)
Mutual labels:  resume-template, latex
CV-latex
latex template for CV
Stars: ✭ 19 (-66.67%)
Mutual labels:  resume-template, latex
Twentysecondscurriculumvitae Latex
Write Beautiful Curriculum Vitae in LaTex, that ensures twenty seconds reading.
Stars: ✭ 409 (+617.54%)
Mutual labels:  resume-template, latex
Latexcv
👔 A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!
Stars: ✭ 1,027 (+1701.75%)
Mutual labels:  resume-template, latex
Yaac Another Awesome Cv
YAAC: Another Awesome CV is a template using Font Awesome and Adobe Source Font.
Stars: ✭ 516 (+805.26%)
Mutual labels:  resume-template, latex
Resume
个人中文简历 Latex 源码 https://hijiangtao.github.io/
Stars: ✭ 545 (+856.14%)
Mutual labels:  resume-template, latex
Cv Template
An easy way to create HTML and PDF versions of your resume, and automatically host them on GitHub Pages.
Stars: ✭ 41 (-28.07%)
Mutual labels:  resume-template
Ltx2any
Yet another LaTeX build wrapper, with one or two nifty features
Stars: ✭ 48 (-15.79%)
Mutual labels:  latex
Markdown Latex
A markdown parser for converting markdown to LaTeX written in PHP.
Stars: ✭ 40 (-29.82%)
Mutual labels:  latex
Overleaf Sync
Overleaf Two-Way Synchronization
Stars: ✭ 43 (-24.56%)
Mutual labels:  latex
Neubachelorthesis
东北大学本科生毕业论文LaTeX模板
Stars: ✭ 50 (-12.28%)
Mutual labels:  latex
Rebiber
A simple tool to update bib entries with their official information (e.g., DBLP or the ACL anthology).
Stars: ✭ 1,005 (+1663.16%)
Mutual labels:  latex
Stories About Ming Dynasty
明朝那些事儿(全七卷)
Stars: ✭ 52 (-8.77%)
Mutual labels:  latex
Mipt Thesis
Шаблон для дипломов в МФТИ
Stars: ✭ 40 (-29.82%)
Mutual labels:  latex
Leadsheets
A LaTeX package for creating leadsheets and songbooks
Stars: ✭ 38 (-33.33%)
Mutual labels:  latex
Bachelor Diploma
Дипломная работа бакалавра в LaTeX, оформленная в соответствии с нормоконтролем Севастопольского государственного университета в 2015 году
Stars: ✭ 52 (-8.77%)
Mutual labels:  latex
Bibsearch
Download, manage, and search a BibTeX database.
Stars: ✭ 52 (-8.77%)
Mutual labels:  latex
Matlab2tikz
This program converts MATLAB®/Octave figures to TikZ/pgfplots figures for smooth integration into LaTeX.
Stars: ✭ 1,041 (+1726.32%)
Mutual labels:  latex

This was adapted from the template here, with some modifications to design, the code, and ability to get up and running. Preview here.

Usage

There are 5 distinct components: header, sections, entry type 1 (title, subheading, date(s), location), entry type 2 (title, date(s)), and entry type 3 (single list no bullet, with a bold prefix).

You can also modify the colour scheme (primary, secondary, accent, and link colours).

Header

Change the variables at the top of the document, and then modify the order you want to present your info in the \headertype{}{}{}{}{}{} argument at the beginning of the document. You can choose \doublecol or \singlecol. They look like this:

Single column probably handles longer links better. Full previews at the preview section.

Section

\section{<icon>}{Text}

can be anything; fontawesome icons are great.

Entry

Preceed it by \resumeEntryStart and end it with \resumeEntryEnd.

Entry type 1

\resumeEntryTSDL{Title}{Date(s)}{Subheading}{Location}

Entry type 2

\resumeEntryTD{Title}{Date(s)}

Entry type 3

\resumeEntryS{Bold}{RegularText}

Entry Details

Preceed it by \resumeItemListStart and end it with \resumeItemListEnd. Each item is a \resumeItem.

Preview

Double Column

Single Column

Credits

Original template from here. Template text from here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].