I want the item's tag/title to be in the typewriter font, and bold (standard is bold sans-serif since I'm using KOMA-Script's Book class). I want to reduce the indenting of the definition portion, and remove the spacing between descriptions. I enabled EnumItem in the Modules List (and yes, I read the instructions for EnumItem). In the Description, I have entered into the "Description Options" box
Code: Select all
[font=\ttfamily,itemsep=0pt,parsep=0pt,leftmargin=0.25cm]
Finally, how do I make these changes for ALL Description Lists in the document instead of adding this bit of text to each one? From my research maybe Listings? How?
Editting my own post with an answer. I added the following to the LaTeX Preamble under Document Settings. Now I just need the FONT:
Code: Select all
\setlist{itemsep=0ex,parsep=1ex,leftmargin=0.25cm}
\setenumerate{itemsep=1ex,parsep=1ex}
\setitemize{itemsep=0ex,parsep=0ex,leftmargin=1cm}