I'm pretty new to this whole game. I'm currently using a template to build my resume, which went just fine. I'm currently trying to build a cover letter template that matches the basic format of my resume. I have it now so the header works the same, but when I type, all the text is indented about a quarter of the way across the screen. To have the header work, I have the following.
Code: Select all
\begin{document}
\name{(my name)}
\address{(my address)}
\begin{resume}
\end{resume}
Dear _____
blah blah blah
-TomGeronimo
\hspace*{-2cm}
, but this is not a good option because it only works on a line by line basis and I want my entire letter moved over. How can I accomplish this?Thanks