
LaTeX CV/Résumé Template
I have created a LaTeX CV template which is free to use and distribute. The only condition is that you credit me the author of the template. I have included a pdf of what the CV will look like once you have finished. The CV in the template is my own personnal CV.
latex_CV_resume_template_v1.0.tex
latex_CV_resume_template_v1.0.pdf ![]()
LaTeX Resources
LaTeX is great document preperation system. Below are some useful links to get you started on using LaTeX.
- www.en.wikipedia.org/wiki/LaTeX - Wikipedia article on LaTeX.
- www.latex-project.org - The LaTeX home page.
- en.wikibooks.org/wiki/LaTeX - An excellent resource for all things LaTeX.
- www.ctan.org - Comprehensive TeX Archive Network.
- www.sitmo.com/latex - Online LaTeX equation editor.
- comp.text.tex - The TeX newsgroup.
[ Back to top ]
BibTeX symbol hack
In LaTeX the command for the LaTeX symbol is "/LaTeX"
In LaTeX 2e there is not a corresponding command for BibTeX. I am not really that fond of hacks, but you can use the definition below to define the command "/BibTeX" to produce the BibTeX symbol.
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.5ex\hbox{E}\kern-.125emX }}
[ Back to top ]