Fixing Overfull hboxes in Document Writing

  • Thread starter Thread starter FirstYearGrad
  • Start date Start date
  • Tags Tags
    Writing
AI Thread Summary
The discussion revolves around fixing "overfull hboxes" in a LaTeX document while creating a resume. The user is trying to create a left-justified box for the years "2006-2007" that is exactly 1 inch wide, alongside a text box for job descriptions. The issue arises when the text in the box exceeds the specified width, causing it to bleed over the right margin and generate errors. Suggestions include adjusting the LaTeX code to better manage text width and exploring examples of resumes formatted in LaTeX for guidance. The conversation highlights the preference for LaTeX's typography over other word processing software.
FirstYearGrad
Messages
51
Reaction score
0
Hello,

This isn't a homework question, but I could not find a better place to put it. I'm writing a document (my resume, actually). I was trying to have in one spot an area left justified that says "2006-2007" that is contained in an invisible box exactly 1 inch wide then have a text box that explained my position and a description of what I did. However, I find that I cannot constrict the width of the box with all this text in it! It simply bleeds over the right margin, and I get an error that there is a bunch of "overfull" hboxes. The code looks like this:

\large\sc Industry Experience \rm\small
\\ \parbox{1in}{2006-2007} \vbox{\textbf{Job role} \\ In an interdisciplinary team under supervisor z, did various things, such as a, b, and c. Was responsible for x and y.}

The problem with the above code is that the width of this line is 1in + the width of the text that's normally on the page. How do I fix this?
 
Physics news on Phys.org
FirstYearGrad said:
Hello,

This isn't a homework question, but I could not find a better place to put it. I'm writing a document (my resume, actually). I was trying to have in one spot an area left justified that says "2006-2007" that is contained in an invisible box exactly 1 inch wide then have a text box that explained my position and a description of what I did. However, I find that I cannot constrict the width of the box with all this text in it! It simply bleeds over the right margin, and I get an error that there is a bunch of "overfull" hboxes. The code looks like this:

\large\sc Industry Experience \rm\small
\\ \parbox{1in}{2006-2007} \vbox{\textbf{Job role} \\ In an interdisciplinary team under supervisor z, did various things, such as a, b, and c. Was responsible for x and y.}

The problem with the above code is that the width of this line is 1in + the width of the text that's normally on the page. How do I fix this?

Why are you writing your resume all in Latex?
 
berkeman said:
Why are you writing your resume all in Latex?

I really like the typefacing in latex. I made a satisfactory one in word but I absolutely hate the way the fonts look.
 
Try this http://www.tedpavlic.com/post_resume_cv_latex_example.php" .
 
Last edited by a moderator:
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...

Similar threads

Replies
2
Views
3K
Replies
4
Views
3K
Replies
3
Views
2K
Back
Top