3
votes
1answer
45 views

How to add more indentation for section in table of contents

I would like to move sections in my TOC more to the right =) The picture will explain all: Here is my code so far (This code will give me the upper part in the picture): ...
7
votes
1answer
243 views

Text alignment issue in custom Table of Contents

As you can see from the image below, I have an issue with the text alignment of extra long chapter names. How can I fix it so that the text will not go further left than the start of the chapter name? ...
3
votes
0answers
52 views

Subfigures not appearing on a same line [duplicate]

Possible Duplicate: Multiple subfigures not appearing on the same line I have tried this code to put two images with together under a same caption. The subfigures do not appear on the same ...
8
votes
1answer
154 views

Weird Alignment in TOC

I want to align my TOC, so that the appendices and other appendix type chapters are aligned by the numbers, rather than the start of the chapter headings. So in the situation below, case A is the ...
7
votes
2answers
359 views

Alignment of page numbers in table of contents

Consider the following example: \documentclass[a4paper,12pt]{article} \begin{document} \tableofcontents \newpage \section{test} \newpage \setcounter{page}{22} \section{introduction} \newpage ...
2
votes
2answers
138 views

Help me to align homework points A, B and C in LaTex

I have this kind of homeworks here and I want to get things aligned nicely like "1.2.6 EX. ... a) ... b) ..", "` -- how? I don't like that LaTex inserts immediately the point 8 and points 8.1/8.2 etc. ...
9
votes
1answer
128 views

Centering contents name with [twocolumn] contents

I'm trying to make Table of Contents in two columns, but I'd like to center the contents name. Now I'm doing \twocolumn \tableofcontents but these commands give something like this: Contents name ...
8
votes
2answers
170 views

Have almost managed to get my TOC the way I want, but need help making it 100% perfect

If you compile my current TOC code: \documentclass[a4paper,10pt]{book} \usepackage{lipsum,kantlipsum} \usepackage[dotinlabels]{titletoc} \contentsmargin{0pt} ...
2
votes
1answer
149 views

ragged right justification in cls template

I'm using a latex template to format my dissertation. The template has been provided as a .cls file and accompanying tex file. One of the requirements is that the table of contents, list of figures ...
6
votes
2answers
395 views

Align the roman numbers of the parts in ToC

How can I align the roman numbers of the parts in this manner? The alternative is to use an arabic enumeration. I would not any changes at the TOC of classicthesis outside of the alignment of the ...
3
votes
1answer
164 views

TOC Page Numbers, A-pagenum left aligned, S-pagenum centered

I have customized some page numberings. My adviser wanted appendix pages labeled as A-pagenum. So that was accomplished with \renewcommand{\thepage}{A-\arabic{page}} while my supporting info labeled ...
1
vote
1answer
109 views

Table of Contents - section numbers and section headers too close

I'm using Springers svmult templated for a book with editor. There is a problem with the TableOfContents (ToC): When the section number only includes digits 1-9, everything looks ok, e.g. Header ...
7
votes
1answer
284 views

Right-align numbers in ToC

How do I right-align the section/subsection/.. number in the ToC? The distance between the number and the heading should be fixed. Instead of | 1 Section | 1.1 Subsection I'd like ...
5
votes
1answer
273 views

Center parts in toc with tocloft

I'm trying to create a toc in a large Latex document which uses the KOMA script. In the toc I would like to center the parts and remove all other components (pagenumber, partnumber). I use tocloft (a ...
6
votes
1answer
190 views

Align the names in \listtheorems (ntheorem)

Question: How do I align the names of theorems in ntheorem list of theorems? Screenshot: Screenshot: (photoshopped) Context: I am using the ntheorem package to typeset a list of theorems and ...
2
votes
1answer
199 views

Justification of captions in List of Figures when using endfloat package

I am using the endfloat package to place floats on separate pages at the end of the document, and using the caption package for control of caption formatting, but I cannot figure out how to change the ...
6
votes
1answer
289 views

TOC alignment in memoir

I'm trying to get chapters and sections to line up in a memoir ToC as: Chapter one Chapter title Section title Another section A third ...
6
votes
1answer
336 views

How to set Table of Contents page numbers ragged right?

First post and certainly a tyro at LaTeX. Thanks to all those who have made this site such a helpful resource. I'm using the memoir class to typeset a novel, and would like to have the Table of ...
2
votes
0answers
423 views

Positioning table of contents [closed]

The below command works in .tex file to move the position of table of contents. \frame { \frametitle{Outline} \hfill \parbox{.73\textwidth}{ \tableofcontents } } But I want to do the ...
6
votes
2answers
750 views

Table of contents: section titles ragged right

In the standard book class, if there are very long section titles, \tableofcontents tries to produce justified text. How can I produce a table of contents so that the section titles are typeset flush ...
4
votes
1answer
706 views

Make ToC in the center and left aligned in beamer

Using the following code I could put the ToC lines in the center in beamer: \begin{frame} \begin{center} \tableofcontents \end{center} \end{frame} But how to make these ToC lines left aligned ...
6
votes
2answers
418 views

Centering part entries in toc using memoir

I'm using memoir for a large document and want to center the toc entries corresponding to parts (page entries are turned off). I read the manual (specifically pp. 161-166) and while I have no problem ...
7
votes
1answer
686 views

Table of contents (minitoc, parttoc) and line breaks

I have to make a table of contents for each part of a book document. I use minitoc package, and \parttoc command. I have line breaks (\\) in the chapters and sections titles in both [] and {} ...
2
votes
1answer
404 views

How to align the captions in the list of figures?

How to align the captions in the list of figures ? I have the following code: \usepackage[subfigure]{tocloft} \renewcommand*\cftfigpresnum{Figure~} \settowidth{\cftfignumwidth}{\cftfigpresnum} ...
3
votes
1answer
289 views

How to make multiple lines in ToC horizontally align?

For single line, the content aligned nicely, but that's not the case when the it contains multiple lines. The alignment is odd: So how can I make them align nicely? Mimimum Example ...
2
votes
1answer
514 views

Why does \setlength using tocloft causes strange alignment in TOC?

The problem I'm having is to align the number and text in the TOC. I searched and found one solution is to use package tocloft, like proposed in TOC Text - numbers alignment. Then I tried to apply it ...
5
votes
1answer
356 views

Changing the table of contents

I'm finalizing my dissertation, and they require that the "Table of Contents - Continued" heading in the ToC (that shows if it flows onto a second page) be centered. I thought I could find the code ...
2
votes
2answers
616 views

Table of contents: section number and title overlapping

I have problem with creation of table contents. A part of my code: \documentclass[a4paper]{amsbook} \usepackage[cp1250]{inputenc} \usepackage{polski} \makeatletter ...
3
votes
1answer
148 views

Wrong display when I have more than 9 chapters in ToC

I'm in a really bad situation with my ToC in the book that I write. Everything is fine until the 9th chapter. There's the "9", some space and then the name of the chapter. But on the 10th (or more) ...
1
vote
1answer
461 views

Pagenumbers aligned raggedleft in scrartcl with tocstyle?

When trying to typeset a table of contents with KOMAscriptand tocstyle(alpha 0.2d), I finally managed to change the font of the pagenumbers (like the rest of the document to CMSS) with ...
6
votes
2answers
968 views

How to center the TOC?

I would like to design the table of contents aligned to a vertical line near the center of the page. The chapter and section titles need to be flushright, the numbers flushleft, and between titles and ...
1
vote
1answer
551 views

How to make the subsection number and the section title share the same vertical alignment in ToC?

Background The following screenshot shows "the left part of section title" and "the left part of subsection number" have different vertical alignment lines. For 12pt option passed to \documentclass, ...
15
votes
4answers
1k views

Centering \section* and adding them to the ToC

I'm using LaTeX and the book class and have one problem: I want that my starred sections (only starred sections) appear in the center of the pages instead of the left side of the pages and also these ...