Search found 3 matches

by KALogic
Fri Aug 28, 2020 7:40 am
Forum: Text Formatting
Topic: Adjust spacing between item and text in itemize environment?
Replies: 4
Views: 19269

Adjust spacing between item and text in itemize environment?

Thanks Ijon! Perfect, that should do it!
by KALogic
Mon Aug 24, 2020 5:08 pm
Forum: Text Formatting
Topic: Adjust spacing between item and text in itemize environment?
Replies: 4
Views: 19269

Adjust spacing between item and text in itemize environment?

If you are using enumitem you can also change the leftmargin, the labelwidth and/or the labelsep.

BTW: It seems this should be a enumerated list. If this is true, I would recommend enumerate with automatic numeration instead if itemize .

If this answer is not enough so solve your problem, please ...
by KALogic
Mon Aug 24, 2020 11:52 am
Forum: Text Formatting
Topic: Adjust spacing between item and text in itemize environment?
Replies: 4
Views: 19269

Adjust spacing between item and text in itemize environment?

I wish to adjust the amount of horizontal spacing between the item label and the item text in the itemize environment, and further, keep the item label left aligned. Here's an example code:

\begin{itemize}[align=left]
\item[\textrm{[1]}] Let z1 and z2 be complex numbers, where z2 is not equal to ...