FirstYearGrad
- 51
- 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?
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?