Search found 5 matches

by Abel
Tue Apr 10, 2012 12:39 pm
Forum: Page Layout
Topic: Subsubsections titles not visible in ToC
Replies: 8
Views: 9479

Subsubsections titles not visible in ToC

Thanks a lot!

The problem seems to have been that I used an older Version of the apa6 class from February. After installing the newest Version from the 4th of April it worked.

The titles are shown in the ToC and the numbering changed to that in your example. It also doesn't ignore the \setcounter ...
by Abel
Tue Apr 10, 2012 11:37 am
Forum: Page Layout
Topic: Subsubsections titles not visible in ToC
Replies: 8
Views: 9479

Subsubsections titles not visible in ToC

Just tried it with the following, and it didn't work:
(I need the manuscript layout ('man') of the class and the apacite package to manage the references.)

\documentclass[man, 12pt, apacite]{apa6}
\title{main title}
\usepackage{apacite}
\setcounter{tocdepth}{3}
\setcounter{secnumdepth}{3}
\begin ...
by Abel
Tue Apr 10, 2012 11:01 am
Forum: Page Layout
Topic: Subsubsections titles not visible in ToC
Replies: 8
Views: 9479

Subsubsections titles not visible in ToC

It't the apa6 class, as available on http://www.ctan.org/pkg/apa6 .

The class usually uses no ToC, which is why I added it myself and initially thought the class should not intervene with it. But as \setcounter{tocdepth}{3} seems to have no effect I begin to think it might still be a problem caused ...
by Abel
Tue Apr 10, 2012 10:26 am
Forum: Page Layout
Topic: Subsubsections titles not visible in ToC
Replies: 8
Views: 9479

Re: Subsubsections titles not visible in ToC

Thanks for welcoming me and the fast reply.

I inserted the subsubsections with '\subsubsection{Title}' without the optional argument.

But thats exactly how the subsubs are listed in the ToC, without or with an empty label. If I wanted to get this deliberately, was there a way to define this in ...
by Abel
Tue Apr 10, 2012 10:00 am
Forum: Page Layout
Topic: Subsubsections titles not visible in ToC
Replies: 8
Views: 9479

Subsubsections titles not visible in ToC

Hello everyone,

I encountered the following problem:

After inserting a ToC into my file, the subsubsections are listed in the ToC but without their titles. Basically just the usual dotted line and the page numbers are visible.

I tried to change the tables depth with '\setcounter{tocdepth}{3 ...