Text FormattingWrapping text in column with CV in LaTeX

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
meena
Posts: 9
Joined: Fri Jul 31, 2009 10:02 am

Wrapping text in column with CV in LaTeX

Post by meena »

Hi,

I am creating my CV using Latex. When I want to include the month in the item, it does not wrap the text but the text extends to the adjacent column. I want the text to remain inside the column and wrap the text. Please someone help me to fix this problem.

Code: Select all

\section{University}
\begin{CV}\addtolength{\itemsep}{-.5\baselineskip}
\item[Apr 1989 - May 2003] Bachelor of Technology

Thanks in advance,

Meena

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Wrapping text in column with CV in LaTeX

Post by Stefan Kottwitz »

Hi Meena,

which package(s) are you using to write your CV? The best would be if you post a minimal working example, you don't need to copy personal details into it.

Stefan
LaTeX.org admin
meena
Posts: 9
Joined: Fri Jul 31, 2009 10:02 am

Re: CV

Post by meena »

Hi Stefan_k,

I am new to this CV package. I guess I need to define column width, but do not know where :( Hope you can help me.

Thanks

Meena
Attachments
test.tex
(964 Bytes) Downloaded 269 times
meena
Posts: 9
Joined: Fri Jul 31, 2009 10:02 am

Re: CV

Post by meena »

Hi,

Sorry, with the previous minimal working example, you cannot see my problem clearly. Here is the updated MWE.

Meena
Attachments
test.tex
(997 Bytes) Downloaded 317 times
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Wrapping text in column with CV in LaTeX

Post by Stefan Kottwitz »

Hi Mina,

this CV package is a bit old, very small and limited. Introducing wrapping in labels could be a bit complicated.

Perhaps have a look at the section Writing Applications for a Job/ CV in the TeX Catalogue, there are other packages, for instance moderncv is recommendable.

Stefan
LaTeX.org admin
Post Reply