Text FormattingAlignment of left Margin in 'itemize' Environment fails

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Despot Despondency
Posts: 5
Joined: Sun Jul 03, 2011 10:55 am

Alignment of left Margin in 'itemize' Environment fails

Post by Despot Despondency »

Hi,

I'm trying to set the left margin in the itemize environment with no success.

I'm writing a poster for a conference and so am very short on space. I've decreased the distance between the bullet point and the left margin with the command

Code: Select all

\setlength{\itemindent}{-1em}
but now the lines after the first line (of the same item) still have the same indent as before. I've attached a pdf file with an example of the problem that I'm having.

I've tried using the command

Code: Select all

\setlength{\leftmargin}{-1em}
within the itemize environment but it's not working.

Any ideas would be appreciated.

TAI
Attachments
example.pdf
(43.08 KiB) Downloaded 827 times
Last edited by Despot Despondency on Sun Aug 28, 2011 1:04 pm, edited 2 times 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.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Alignment of left Margin in 'itemize' Environment fails

Post by localghost »

For such tasks it is suggestive to use packages like enumitem which allows customization of lists in many ways.


Thorsten
Despot Despondency
Posts: 5
Joined: Sun Jul 03, 2011 10:55 am

Re: Alignment of left Margin in 'itemize' Environment fails

Post by Despot Despondency »

Cool, managed to work it out using that package.

Thanks a lot.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Alignment of left Margin in 'itemize' Environment fails

Post by localghost »

Nice to hear. But it would be very friendly if you post the complete solution here in form of a minimal example. Finally you are not writing here only for yourself, but also for others with the same problem.
Post Reply