M .gitignore => .gitignore +2 -0
@@ 1,3 1,5 @@
*.log
*.aux
*.pdf
+*.out
+
M Makefile => Makefile +1 -1
@@ 6,7 6,7 @@ pdf-open: pdf
mupdf document.pdf
clean:
- rm -f document.aux document.log preview.png
+ rm -f document.aux document.log document.out preview.png
delete:
rm document.pdf
M document.tex => document.tex +3 -1
@@ 5,6 5,8 @@
\usepackage{multicol} % for contact info
\usepackage{enumitem} % for indented descriptions
\usepackage{setspace} % for doublespacing
+\usepackage{hyperref}
+\urlstyle{same} % hyperref default is to show URLs in mono font
\newenvironment{details}{
\begin{itemize}[label={}]
@@ 20,7 22,7 @@
\begin{multicols}{2}
4750 Chevy Chase Dr., Apt. 209 \\
Chevy Chase, Maryland 20815 \\
-Contact at: me@dominic-ricottone.com \\
+Contact at: \href{mailto:me@dominic-ricottone.com}{me@dominic-ricottone.com} \\
(716) 548 6305
\end{multicols}
M preview.png => preview.png +0 -0