I was hoping to change some spacing defaults in the latex book class (size 11pt).
First, is minimizing the default spacing between items within a list (the \itemsep property). I was hoping there was a way to define a new length in the preamble for the entire document (since it compiles several chapters and files).
Second, is there also a way to adjust the spacing between the chapter number and heading?
For instance, if this was the coding for chapter 3:
Code: Select all
\chapter{EXAMPLES: REGRESSION AND PATH ANALYSIS}
I attached an image of the areas I'd like to adjust (between items in lists and between the chapter number & heading)
Any feedback would be most welcome, thank you!