Tagged Questions
0
votes
0answers
21 views
Table of Contents section numbers overlap titles, Sphinx Documentation Generator
I'm attempting to use the Sphinx Documentation Generator to generate a large PDF document with a lot of deeply nested sections with long title(API documentation). I'm not very knowledgeable on LaTeX.
...
4
votes
2answers
51 views
Insufficient width for chapter numbers in ToC
I'm trying to format my thesis, and I copied the formatting stuff from a friend who finished her thesis last year. Unfortunately, she only had two chapters and then subsections. I have more chapters, ...
6
votes
1answer
46 views
Numbers too close to figure captions in List of Figures, can this be fixed without changing the class?
On my List of Figures page, my figures go up to 4 digits, such as Figure 13.14.
This causes the figure list to be right up against the text, such as:
13.9 My figure
13.10My next figure
I need to ...
0
votes
0answers
24 views
List of figures indentation [duplicate]
I am writing my thesis and I am experiencing a problem with the space between numbering and the image name. You can see the problem in the picture I include in this question. It starts from 3.10.
How ...
7
votes
2answers
91 views
How to replace fixed indentation of ToC entry names with fixed space between number and name?
How to make indents as in the second image?
This is what it looks like now:
This is what it should look like:
MWE:
\documentclass[a4paper, 14pt, english]{extreport}
\usepackage[T2A]{fontenc} ...
3
votes
1answer
50 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):
...
0
votes
1answer
57 views
Apply ToC part indenting to chapter
I have a problem with my ToC chapter titles similar to one posted a long while back about part titles. I'm looking for guidance on how to apply these changes to chapter titles. I'm working with the ...
1
vote
0answers
39 views
TOC formatting edited chapters indentation issue [closed]
I am using a style file for an edited book that I didn't create and can't figure out a TOC command. Here's the problem: The list of authors in the TOC spans two lines, but the second line is not ...
2
votes
1answer
117 views
Appendix package ToC control
I want to change the alignment of the appendices. I'm using
\documentclass[12pt]{report}
...
\usepackage{titletoc}
\usepackage[toc,titletoc]{appendix}
\usepackage{tocloft}
...
2
votes
1answer
96 views
Correct indented sections in Beamer's TOC
Following Indent subsections in Beamer's TOC and The LaTeX Beamer Class / Bugtracker / indentation in table of contents - ID: 2882539 I want to correct the behavior that if a section-title exceeds the ...
1
vote
1answer
128 views
Justification error in report format
I am writing my thesis using Kile. I encountered a mis-justification problem when creating table of contents, please see the uploaded picture. My institute insists to fix this. Can anybody help me on ...
2
votes
1answer
188 views
Indent subsections in Beamer's TOC
Following Beamer: increase radius of circle in TOC and include subsection bullet I set the 'subsection in toc' of Beamer by:
\setbeamertemplate{subsection in toc}
...
5
votes
2answers
119 views
Using same margin-settings in acronym as in listoffigures
As the two pictures show, the first entry of listoffigures begins further to the right than in the case of my list of abbreviations. Is it - and if yes, how - possible to retrieve the margin-settings ...
6
votes
1answer
92 views
How to prevent indent on \listofalgorithms?
How can I prevent the \listofalgorithms from being indented? I tried everything I could find on the internet, but the index of my algorithms refused to be aligned along with the title.
Here is a MWE:
...
1
vote
1answer
193 views
How to remove chapter indentation in table of contents
First post so please be gentle :)
I'm relatively new to Latex but have managed to bumble my way through using package manuals and stack exchange. But now I'm stuck on something I'm not sure how to ...
1
vote
1answer
109 views
Change Spacing Between Internal TOC numbering and subsection titles
In my Supporting Info chapter, I have my subsections defined as
\renewcommand{\thesubsection}{\thechapter-\Roman{section}.\arabic{subsection}}
Which is the format requested of me by my professor.
...
8
votes
1answer
143 views
How to remove the indentation in list of listing
The list (from \lstlistoflistings) is indented compared to list of tables (\listoftables). How can I remove the extra indentations?
\documentclass{memoir}
\usepackage{listings}
\begin{document}
...
5
votes
1answer
126 views
How can I fix the following problem with subsection alignment in table of contents?
I am trying to set the depth of the table of contents.
I used
\setcounter{tocdepth}{2}
This actually works fine, almost. The table of contents is showing subsections as well, but these are not ...
1
vote
2answers
78 views
How do I set the margin for the glossary item in my Table of Contents?
I have a table of contents and I use the glossaries package to make my glossaries. At some point in my code, I have the command \printglossary[type=glossarytype] which prints my glossary. The problem ...
5
votes
1answer
220 views
How to remove section indentation in partial ToC using titletoc?
See MWE below.
How can I remove the indent in front of the section entries in the partial ToC (only there, not in the normal ToC)?
\documentclass{book}
\usepackage{titletoc}
\usepackage{lipsum}
...
5
votes
2answers
299 views
Roman chapter numbers cause overfull hbox in titletoc-ToC
Overfull hbox in ToC after chapter numbers changed to Roman; see MWE below. With the tocloft package \setlength\cftchapternumwidth{3em} solves the problem.
But: Is there any solution to the problem ...
2
votes
1answer
205 views
Table numbers overwrite table captions in list of tables with double-digit tables
I am having a problem where the table numbers overrun into the table captions in my list of tables for tables with longer numbers. I am using the attached nuthesis.cls file (based on amsbook.cls). I ...
4
votes
1answer
120 views
Modify \listofschemes output to match memoir class
I am using the memoir class with the chemstyle package. I just observed that the output from my \listofschemes command has a different indentation and format than my \listoffigures output.
I tried ...
8
votes
2answers
306 views
Different indentations of same level in ToC
I am writing a paper for university and I need to do it according to style guides. Everything looks peachy, except for the ToC.
This is how it comes out for me:
The word "appendix" shouldn't ...
3
votes
2answers
680 views
Turn off Section Numbering without Affecting TOC Indentation
I am new to LaTex and I am writing a document where I do not want my sections to be numbered. I did a quick google search and found this line of code to turn them off: \setcounter{secnumdepth}{0} % ...
4
votes
1answer
311 views
Horizontal spacing issue in \listoftheorems using amsthm + thmtools
I am using the command \listoftheorems with packages amsthm and thmtools. The problem is that the theorem's head and its optional title overlap. How can I make this space bigger to avoid overlapping?
...
5
votes
2answers
211 views
Spacing for \listtheorems in ntheorem
Q: How do I get my theorem number and name to not overlap each other in my list of theorems?
This is basically the same question as "Spacing control for listtheorems". But the solutions mentioned ...
6
votes
1answer
1k views
Table of contents with indents and dots
I have a table of contents that looks like the following in my working example.
\documentclass[a4paper,12pt]{amsart}
\usepackage{tikz}
\usepackage{graphicx}
\usepackage{ellipsis}
\usepackage{soul}
...
6
votes
1answer
2k views
Question about indent lengths in ToC
It seems that there is a different length between the different levels. It seems it is larger between the subsection and subsubsection as opposed to between the section and subsection. I have read ...
5
votes
1answer
537 views
Indention of partial TOC (titletoc)
I'm happily using this solution I asked for few days ago:
Two independent TOCs
Now a follow-up question appeared:
My second TOC contains only \subsubsection and deeper nested elements till ...
4
votes
1answer
385 views
Align numbered and unnumbered entries in ToC (Koma-Script)
In Koma-Script I use \addsec{.} to add section without numbers. However, with respect to my ToC this gives undesirable results, as the unnumbered section-title is aligned with the beginning of the ...
5
votes
1answer
64 views
How to adjust \cftchapnumwidth dynamically?
I'm using tocloft package to format Table of Contents.
The problem is reproduced in the following minimal working example. The indentation level of Appendix A is incorrect. But the command ...
2
votes
1answer
244 views
How to use \addtocontents to indent to section/subsection names
\chapter{C}
\section{S}
\subsection{SS1}
\subsection{SS2}
\addcontentsline{toc}{subsection}{AddedSS}
results in
1 C ................... 1
1.1 S ............... 1
1.1.1 SS1 ....... 1
...
2
votes
1answer
1k views
Formatting new list of definitions with tocloft
Using the tocloft package in LaTeX, I created a List of Definitions. From the package documentation and some online examples I came up with:
\newcommand{\listdefinitionname}{My list of definitions}
...
5
votes
1answer
357 views
Spacing (numwidth) control for listtheorems
I am using the \listtheorems command from ntheorem to generate a list of theorems for a document. However, because I number the theorems inside sections, the theorem number is a bit on the long side, ...
6
votes
1answer
402 views
Section in page header and TOC without number and no indention
I'm looking for advise about handling sections a a special way. What I want:
Sections should not be numbered,
they should be listed in the TOC and be available in the page header,
and they should ...
4
votes
2answers
631 views
How to (quick) redefine the space between section number and section title in ToC
Following this post, I could use titletoc (which is want I want to do) and completely redefine the format with
\titlecontents{<section>}[<left>]{<above>}
{<before with ...
3
votes
1answer
165 views
Additional margin for the table of contents / on a single page [duplicate]
Possible Duplicate:
Change \textwidth and \textheight in mid-document
is there a way to adjust the vertical margins, i.e. left and right, on a single page / a certain region (the table of ...
1
vote
1answer
246 views
Customized table of contents: Same indentation for every line of multi-line titles
In a previous question I asked about customizing my table of contents. For now, I have decided to fill the table of contents simply like this for each article:
\addtocontents{toc}{\textit{\Author}\\}
...
0
votes
1answer
2k views
Adjusting spaces for the ToC [duplicate]
Possible Duplicate:
TOC Text - numbers alignment
How to modify the indentation before sectioning titles in the table of contents?
I have a LaTeX document with many subsections (more than ...
16
votes
1answer
2k views
How to modify the indentation before sectioning titles in the table of contents?
I'm preparing a document using the book class. In the table of contents, the indentation before the subsection title is too long. How to reduce it?
2
votes
1answer
2k views
Using \adjustwidth from changepage to make a narrower ToC introduces an extra blank page, how to remove it?
I am required to typeset a ToC that is narrower than the \textwdith or \linewidth. I use the \adjustwidth from the changepage package for this and it almost works except that it introduces a blank ...
2
votes
2answers
464 views
How to no-indent section headings in scrrprt table of contents?
Using the scrrprt class of Koma-Script with xelatex, I'd like to have my section entries in the table of contents appear without indenting. My current code is:
...
5
votes
3answers
315 views
Word overlap in TOC with memoir class and part subdivision
I am using the memoir class to generate a book manuscript. The table of contents entry for Part VIII overlaps with the part title which is Examinations. The result is shown below:
Is there a way to ...
2
votes
1answer
419 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
262 views
Hang of List of schemes
I want to align the second line of long names in a list of schemes like in the second screenshot below.
Current situation:
I want it like this:
4
votes
1answer
401 views
ToC: How to no-indent the second line of large entries?
ToC: How to no-indent the second line of large entries?
I'm using the scrreprt class, typesetting a book with only 120mm of paperwidth.
2
votes
1answer
719 views
List of figures and list of tables overlaps figure/table indices with proceeding text when double figures are used
I have a list of figures, automatically generated using the \listoffigures command, The list is three numbers deep, and when i get double figures in one, it overlaps with text e.g.
1.2.12 My figure ...
5
votes
2answers
998 views
Numbered section hidden from the ToC
I'm writing a set of course notes that has an appendix containing many activities.
I do not wish the activities to be shown in the Table of Contents, but I do wish them to be numbered. Here is the ...
3
votes
1answer
2k views
Indentation in TOC and Lists of Figures/Tables
I am just starting to use Latex to write a university report. It does feel like a steep learning curve, and is at times frustrating, but I guess it is because I'm very new to it.
I got a question ...