Search found 4 matches

by pansartaxen
Fri Sep 24, 2010 10:47 am
Forum: Page Layout
Topic: How to add a line instead of dot seperator in TOC?
Replies: 2
Views: 2412

How to add a line instead of dot seperator in TOC?

Hi,

I need to have a line as separator in my TOC as one the requirements for my thesis. What I mean is something like this:

Title 1 _______________________________ 1
Title 2 ______________________________ 2

I tried to use tocloft and do something like this:
\renewcommand{\cftsecdotsep ...
by pansartaxen
Wed Aug 11, 2010 4:40 am
Forum: Page Layout
Topic: Problem getting \titlespacing and \baselineskip work togethe
Replies: 3
Views: 7347

Problem getting \titlespacing and \baselineskip work togethe

Thank you!

The code above works fine so I consider it solved. I did the same thing to fix the correct spacing before the section as well, so the final code became:


\usepackage[compact]{titlesec}
\setlength{\parskip}{\baselineskip}

\newlength{\aftersection}
\setlength{\aftersection}{4pt ...
by pansartaxen
Tue Aug 10, 2010 3:06 am
Forum: Page Layout
Topic: Problem getting \titlespacing and \baselineskip work togethe
Replies: 3
Views: 7347

Problem getting \titlespacing and \baselineskip work togethe

Hi!

I'm new to latex but have decided to try it out for my master thesis (as many others it seems like). However, the page layout have to look in a certain way and I just can't make it work.

For example, the spacing between the \section{} and the paragraph above should be 16 pt and 4 pts to the ...