Text FormattingFormatting of Paragraphs in Resume

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
TomGeronimo
Posts: 1
Joined: Sun Oct 20, 2013 6:16 am

Formatting of Paragraphs in Resume

Post by TomGeronimo »

Hey,

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
The only way I've been able to move the cover letter part over to the left is by doing \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
Last edited by localghost on Sun Oct 20, 2013 10:17 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10347
Joined: Mon Mar 10, 2008 9:44 pm

Formatting of Paragraphs in Resume

Post by Stefan Kottwitz »

Hi Tom,

welcome to the forum!

Please post a Infominimal working example, so we can verify the problem. Until now, we don't even know which document class you are using.

Stefan
LaTeX.org admin
Post Reply