diff --git a/README.md b/README.md index 4ef7a77..1f9bc45 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,10 @@ Refer to [pandoc's documentation](http://pandoc.org/demo/example9/templates.html - [Typesetting your academic CV in LaTeX](http://nitens.org/taraborelli/cvtex) by Dario Taraborelli - [Résumé advices](http://practicaltypography.com/resumes.html) from Butterick's Practical Typography +## See also + +- [letter-boilerplate](https://github.com/mrzool/letter-boilerplate) — Quickly and painlessly generate high-quality letters from markdown through LaTeX + ## License This repository contains a modified version of Dario Taraborelli's [cvtex](https://github.com/dartar/cvtex) template. diff --git a/makefile b/makefile index 5db2fc3..2cb945c 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -output.pdf : template.tex content.yml +output.pdf : template.tex ../cv-data/content.yml pandoc $(filter-out $<,$^ ) -o $@ --latex-engine=xelatex --template=$< clean : diff --git a/output.pdf b/output.pdf index 9cb37c3..00a3a12 100644 Binary files a/output.pdf and b/output.pdf differ diff --git a/template.tex b/template.tex index a296a65..5cf4332 100644 --- a/template.tex +++ b/template.tex @@ -5,17 +5,23 @@ % LAYOUT %-------------------------------- +% Margins \usepackage{geometry} \geometry{$geometry$} + +% Do not indent paragraphs \setlength\parindent{0in} +% Enable multicolumns \usepackage{multicol} \setlength{\columnsep}{-3.5cm} -% No page numbers + +% Uncomment to suppress page numbers % \pagenumbering{gobble} % LANGUAGE %-------------------------------- +% Set the main language $if(lang)$ \usepackage{polyglossia} \setmainlanguage{$lang$} @@ -29,7 +35,7 @@ $endif$ % converts LaTeX specials (quotes, dashes etc.) to Unicode \defaultfontfeatures{Mapping=tex-text} \setromanfont [Ligatures={Common}, Numbers={OldStyle}]{$mainfont$} -% Custom ampersand +% Cool ampersand \newcommand{\amper}{{\fontspec[Scale=.95]{$mainfont$}\selectfont\itshape\&}} % MARGIN NOTES @@ -53,7 +59,6 @@ $endif$ \usepackage[xetex, bookmarks, colorlinks, breaklinks, pdftitle={$name$'s Vita},pdfauthor={$name$}]{hyperref} \hypersetup{linkcolor=blue,citecolor=blue,filecolor=black,urlcolor=blue} - % DOCUMENT %-------------------------------- \begin{document} @@ -82,7 +87,7 @@ $endfor$ $intro$ -\subsection*{Areas of Interest} +% \subsection*{Areas of Interest} \begin{itemize} $for(skills)$ \item $skills$