diff options
Diffstat (limited to 'resume.tex')
-rw-r--r-- | resume.tex | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,5 @@ +% !TEX program = lualatex + \documentclass[10pt, letterpaper]{article} % margins @@ -8,11 +10,12 @@ {C\nolinebreak[4]\hspace{-.05em}\raisebox{.22ex}{\footnotesize\bf ++}} % file font -\usepackage[utf8]{inputenc} \usepackage{mdwlist} \usepackage[T1]{fontenc} -\usepackage{tgpagella} -\usepackage{tgcursor} +\usepackage{fontspec} +\setmainfont[ +ItalicFont={TeX Gyre Chorus} +]{TeX Gyre Pagella} % section naming \usepackage{titlesec} @@ -195,4 +198,6 @@ to all my contributions.}} \subsection{College Seminar:} First position in college seminar. Using Arduino and HC SR04 module, created a sonar with GUI feedback. + \texttt{Test} + \end{document} |