Document Classes ⇒ toc lines overflow page---custom thesis class problem
-
- Posts: 15
- Joined: Fri Feb 23, 2007 9:29 am
toc lines overflow page---custom thesis class problem
Attached is the 'lsuthesis_href.cls' class that I'm using, most of the changes to 'book.cls' are in the second half of the file. There are some weird things going on that I wrote to get the spacings and toc contents and other things working with the hyperref package, but I've exceeded my TeX competence and short of trial and error I can't see how to debug this class.
Any helps or hints would be appreciated.
- Attachments
-
- lsuthesis_href.cls
- LSU thesis class, customized for LSU thesis guidelines and compatibility with hyperref. The TOC, LOF, LOT formatting is bad.
- (59.87 KiB) Downloaded 535 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: toc lines overflow page---custom thesis class problem
Best regards,
B.A.
Re: toc lines overflow page---custom thesis class problem
in preamble: \hypersetup{breaklinks=true}. By default the option is switched-off.
Best regards,
wladek
-
- Posts: 15
- Joined: Fri Feb 23, 2007 9:29 am
Re: toc lines overflow page---custom thesis class problem
In fact I figured this out soon after posting, I forgot to send a post to answer my own question, sorry.
It was indeed the hyperref package that was offending and breaklinks=true was the solution.
