Here's the default functionality for description items:

With this code
\begin{description}
\item Lorem ipsum...
\end{description}
Is there any way to make this flush all along the left side with no automatic indentation?
|
Here's the default functionality for
With this code
Is there any way to make this flush all along the left side with no automatic indentation? |
||||
|
If you load the In your particular case, you can use
If you want to assign this behaviour globally, you can use
A complete MWE follows
See the documentation for further details: |
|||||||||||||
|
descriptionenvironment without any optional argument to\iteminserts what seems to be a spurious space (\labelsep) between the margins (see Can't get my head around enumitem's spacing parameters). So, please describe what you're after exactly, since using thedescriptionenvironment might not be the best option available. – Werner Feb 26 '12 at 3:36raggedrightenvironment:\begin{raggedright} I'm currently... \end{raggedright}. That should remove the paragraph indent, but still maintain your\raggerightlook. Give some feedback if that doesn't work for you. – Werner Feb 26 '12 at 4:38