Added ignore file
This commit is contained in:
parent
81b4027a49
commit
2049de9030
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
Covers
|
||||||
|
*bklt*
|
||||||
|
*.aux
|
||||||
|
*.log
|
||||||
|
*.out
|
||||||
|
*.synctex.gz
|
||||||
|
*.toc
|
||||||
|
*.dvi
|
||||||
|
*.odt
|
||||||
|
metric*
|
||||||
|
*.mx1
|
||||||
|
*.abc
|
||||||
|
*.bak
|
||||||
|
*wc*
|
||||||
|
*drafts*
|
||||||
|
/build/*
|
||||||
|
*/build/*
|
||||||
|
*/spoken/*
|
@ -1,8 +1,12 @@
|
|||||||
\documentclass[10pt]{moderncv}
|
\documentclass[10pt]{moderncv}
|
||||||
\setlength{\textheight}{10in} % increase text height to fit resume on 1 page
|
\setlength{\textheight}{10in} % increase text height to fit resume on 1 page
|
||||||
\topmargin=-0.5in % start text higher on the page
|
\topmargin=-0.5in % start text higher on the page
|
||||||
|
% \moderncvstyle{casual}
|
||||||
|
|
||||||
|
\name{Kenneth}{Odle}
|
||||||
|
\address{3275 Greenspire Dr. No. 5}{Portage MI 49024}
|
||||||
|
\phone{248.716.8264}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
Loading…
Reference in New Issue
Block a user