Text FormattingRemove Space between List Items

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
azizever83
Posts: 41
Joined: Sun Apr 08, 2012 4:31 pm

Remove Space between List Items

Post by azizever83 »

Hello everybody,

Is there anyway that I can remove the space between the items?

Code: Select all

\begin{itemize}
\item First
% here I dont want to have a space
\item Second
 \end{itemize}
The second question is that is there any way that I can put the figure exactly in the place where is it in the source code? I put it in a place in the source code and then I find it in somewhere else not related to the paragraph.

Thanks
Last edited by localghost on Tue Jul 03, 2012 3:12 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

Remove Space between List Items

Post by localghost »

azizever83 wrote:[…] Is there anyway that I can remove the space between the items? […]
Have a look at the enumitem package.
azizever83 wrote:[…] The second question is that is there any way that I can put the figure exactly in the place where is it in the source code? I put it in a place in the source code and then I find it in somewhere else not related to the paragraph. […]
Please don't mix up different questions in one thread. Open a new topic in the corresponding sub-forum. Use the Forum Search to find possible solutions.


Thorsten
Post Reply