Document ClassesKOMA Script | Parskip

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Asif_M
Posts: 1
Joined: Tue Nov 08, 2011 3:36 am

KOMA Script | Parskip

Post by Asif_M »

Hi,

I am not sure if this is the right place for a KOMA Script related question.

If not, please move it where it suits best -- inconvenience regretted.

The question :
I am using the parskip=full* at the line

Code: Select all

\documentclass[a4paper,12pt,parskip=full*]{scrartcl}
to specify spacing between paragraphs.

However, if i want to make parskip=half* only for a specific itemized list, how should i specify it?

Thanks and Regards,
Asif

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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

KOMA Script | Parskip

Post by localghost »

I wonder why you want to do that. It should not influence the appearance of the list. But you can try the \KOMAoptions command right before and after the concerned list. This way you can vary the »parskip« option within the document. Details in the KOMA Script user guide.


Best regards and welcome to the board
Thorsten
Post Reply