Tagged Questions
0
votes
1answer
235 views
Adjusting the book document class for large volume writings
Given that my writing is relatively large in volume, I would like to make more efficient use of space. I therefore set \documentclass[a4paper,11pt]{book}, but
I suppose that there is a way to use a ...
0
votes
1answer
200 views
Setting Space Between Paragraph in A Custom Class
I've been trying set space between paragraph to 3 spaces with 1.5 line spacing on text (based on my thesis requirement). Searching around, looks like everyone suggest either using the parskip package ...
5
votes
1answer
138 views
badness messages when changing from report to book class
When I change the documentclass from report to book I suddenly get a lot of messages like this:
Underfull \vbox (badness 10000) has occurred while \output is active []
Does anyone have an ...
3
votes
1answer
440 views
Using fleqn option in a new LaTeX class
I am creating a new LaTeX class, necessarily the equations must be aligned to the left so I use the file fleqn.clo in the class code. The problem is that when using the equation environment the result ...