Search found 3 matches

by eykanal
Wed Mar 03, 2010 10:52 pm
Forum: Page Layout
Topic: minimum number of lines per paragraph on a each page
Replies: 1
Views: 3296

minimum number of lines per paragraph on a each page

Sorry for the vague subject, but I can't think of how to phrase this better.

I need to specify that a new paragraph near the bottom of the page should contain at least two lines of text. If not, it should begin on the next page. On a similar note, if a page begins with the very end of a paragraph ...
by eykanal
Fri Dec 05, 2008 7:13 pm
Forum: General
Topic: custom table-of-contents style list
Replies: 3
Views: 5254

Re: custom table-of-contents style list

Thanks for the quick reply. I'll give that a whirl, but I'm using a latex class specific to the university, so here's hoping they're compatible.
by eykanal
Fri Dec 05, 2008 6:06 pm
Forum: General
Topic: custom table-of-contents style list
Replies: 3
Views: 5254

custom table-of-contents style list

Hey folks... I created a little "note to self" command in latex, as follows:
\newcommand{\NTS}[1]{\textcolor{red}{\#\#\# {#1} \#\#\#}}
It basically makes stuff red and easy to see when reviewing the document. However, I've found while writing my thesis that having something that's only *visually ...