Yes I have solved the problem using the titlesec package. But it took so much time since the documentation is very complicated and there is not much examples on the net. With the two lines of code I have label and numbers in bold, title is normal.
\RequirePackage{titlesec}
\titleformat{name ...
Search found 2 matches
- Wed Aug 04, 2010 8:38 pm
- Forum: Page Layout
- Topic: Custom sec. heading causes incorrect breaks at the bottom
- Replies: 2
- Views: 1520
- Tue Aug 03, 2010 6:55 am
- Forum: Page Layout
- Topic: Custom sec. heading causes incorrect breaks at the bottom
- Replies: 2
- Views: 1520
Custom sec. heading causes incorrect breaks at the bottom
I use the code below which makes section heading numbers in bold and the rest is normal as " II.2 Sample section title" which is what I want. But when I use this code just after some section titles page break occurs. If I do not use this code, the standard report class does not do this and working ...