Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 1.71 KB

README.md

File metadata and controls

76 lines (50 loc) · 1.71 KB

AllanWang-Resume

Yet another open source template

This template is heavily based off of Deedy

Huge thanks to him for opening his version, along with the openfonts.

Preview

Preview

Dependencies

The template will only compile with XeTeX. It also supports magic comments for LaTeX Workshop (VS-Code). For minimal setup, import to Overleaf and select XeLaTeX as your compiler.

Components

Header

The header is bundled up with a series of name definitions like so:

\firstname{First}
\lastname{Last}
\phone{(xxx) xxx-xxxx}
\email{me@website.ca}
\website{website.ca}
\github{GithubUsername}
\header

Statistics

Statistics will highlight the number of downloads, starts, and forks through optional arguments:

\stats[downloads=66500, stars=26, forks=10]

Preview

Projects

Project headers are formatted through three arguments:

The name, the organization, and the date.

\project{Kotlin Android Utils}{Open Source}{Jun 2017 - Present}

Text Styles

The cls bundles some formatted text styles, including

\section{Main}
\subsection{Sub}
\descript{Description}
\content{Content}

Links

As an Android developer, I've added some helper functions for linking projects. Namely:

\githublink{name}{repo}{text}
\mygithub{repo}[text (repo name be default)]
\playstorelink{package}{text}

Links are typically formatted as lowercase to avoid conflicts with the upper case text styles.