My LaTex based Resume.
LaTeX is a fantastic typesetting program that a lot of people use these days, especially the math and computer science people in academia.
LaTeX FontAwesome is bindings for FontAwesome icons to be used in XeLaTeX.
Roboto is the default font on Android and ChromeOS, and the recommended font for Google’s visual language, Material Design.
Source Sans Pro is a set of OpenType fonts that have been designed to work well in user interface (UI) environments.
You should need an updated version of texlive (to include Source Sans Pro Font).
It is however not in the official repository for 12.04 and 12.10, so you have to add an unofficial one:
$ sudo add-apt-repository ppa:texlive-backports/ppa
After that, you can install TexLive with apt, not forgetting to get the font package:
$ sudo apt-get install texlive
$ sudo apt-get install texlive-fonts-recommended texlive-fonts-extra
You can now use Source Sans Pro:
\newcommand*{\footerfont}{\sourcesanspro}
\newcommand*{\bodyfont}{\sourcesanspro}
\newcommand*{\bodyfontlight}{\sourcesansprolight}
You are now ready to convert your tex into pdf file by :
xelatex resume.tex