Search found 4 matches

by spee
Tue Feb 02, 2010 5:58 pm
Forum: General
Topic: Alignment of Description List
Replies: 6
Views: 16002

Re: Alignment of Description List

Probably, but I prefer not adding an package (if possible).
by spee
Tue Feb 02, 2010 3:53 pm
Forum: General
Topic: Alignment of Description List
Replies: 6
Views: 16002

Alignment of Description List

I want to change the alignment of a description list so I get the following.

Code: Select all

Label is long   text 
lab2            blalballalaa
                possible second rule
label3          hello world
Guess it's a \renewcommand option, but can't find it.
by spee
Thu Jan 28, 2010 6:09 pm
Forum: Page Layout
Topic: (un)Numbered chapters in Table of Contents (indent)
Replies: 1
Views: 2098

(un)Numbered chapters in Table of Contents (indent)

After being puzzled for awhile I found the solution just after posting previous post!

Had to change:

\addcontentsline{toc}{chapter}{\protect\numberline{}List of symbols}

into:

\addcontentsline{toc}{chapter}{List of symbols}


Was using the extra part as I copy/paste some code to alter page ...
by spee
Thu Jan 28, 2010 5:56 pm
Forum: Page Layout
Topic: (un)Numbered chapters in Table of Contents (indent)
Replies: 1
Views: 2098

(un)Numbered chapters in Table of Contents (indent)

I have some unnumbered chapters in table of contents (\tableofcontents).
However, they are (obvious) displayed similar to numbered chapters except for some white space instead of a chapter number. I was wondering if it's possible to change the indent of these chapters, so they start/are line-out ...