Hi all,
Thank you for all the support so far. I have asked two questions and they were answered immediately! I really appreciate it!
I have another question. Again due to the page limitation, I would like to reduce the space after the chapter titles (Capture2), the space before sections (Capture1), and also before subsections.
Thank you very much!
Theses, Books, Title pages ⇒ How to reduce the blank space after chapter title
How to reduce the blank space after chapter title
- Attachments
-
- Capture1.JPG (13.39 KiB) Viewed 20217 times
-
- Capture2.JPG (12.79 KiB) Viewed 20217 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
How to reduce the blank space after chapter title
Package titlesec is commonly used to modify chapter and section titles, and also their spacing.
If it would just be aboout chapter titles,
If it would just be aboout chapter titles,
\RenewDocumentCommand{\chapterbelowskip}{}{\vspace*{0pt}}
would have been enough.The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
How to reduce the blank space after chapter title
The solution does not work :/
I get the following message after putting this command
I get the following message after putting this command
\RenewDocumentCommand{\chapterbelowskip}{}{\vspace*{0pt}}
right before begin(document) command in main tex. it does not work when i put in the class file either Code: Select all
LaTeX error: "xparse/command-not-yet-defined"
!
! Command '\chapterbelowskip' not yet defined!
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.94 ...ommand{\chapterbelowskip}{}{\vspace*{0pt}}
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
How to reduce the blank space after chapter title
That means you are using a very old version of the template. Which one are you using?
As said before, package titleseccan modifiy the spacing around your structural level outputs.
As said before, package titleseccan modifiy the spacing around your structural level outputs.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
How to reduce the blank space after chapter title
Ah I see now. You are right! I'm using the 1.4v. In the newest version
Btw thank you for the suggestions before. I got the after \section spacing fixed with the titlesec package. I just need to have the \chapter spacing. Let's see if I can fix it with the titlesec package.
\chapterbelowskip
variable is defined. Is there work around in the 1.4 version?Btw thank you for the suggestions before. I got the after \section spacing fixed with the titlesec package. I just need to have the \chapter spacing. Let's see if I can fix it with the titlesec package.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
How to reduce the blank space after chapter title
Yes, titlesec.crashpole wrote:Ah I see now. You are right! I'm using the 1.4v. In the newest version\chapterbelowskip
variable is defined. Is there work around in the 1.4 version?
By the way, version 1.4 was uf such bad quality, that many people have been troubles with it. By now, the template got several updates, last one not even a month ago. You should check, if the new version is better. Be sure, to work in a different directory, so your stuff that you have right now won't be corrupted.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.