You are right, sorry for giving such a confusing answer.
gmedina wrote:
... perhaps you are referring to the entries of the table of contents?
Yes, exactly! That's why in my inital posting there was
Code: Select all
\usepackage{titletoc}
\contentsmargin{0pt}
\titlecontents{chapter}[0pt]
{\addvspace{2pc}\large}
{\rmfamily\scshape\thecontentslabel~}
{}
{~-~\thecontentspage}
[\vspace{2pt}]
\titlecontents*{section}[1.5pc]
{\small}
{\thecontentslabel~}
{}
{~-~\thecontentspage}
[\xquad\textbullet\xquad]
\setcounter{tocdepth}{1}
\contentsfinish
.

This gives me the toc at the beginning of the whole document.
So the following quote is, in a sense, already applied.
As for b), simply add
to the preamble of my code.
But it is enhanced by titletoc's commands. As you can see in the code I posted above. So the requirement includes the style.
Obviously, the difficult thing for me is how to get a proper "boring" detailed toc on a first page of a new chapter.
The problem is: LaTeX still applies some the new style (which I used for the toc at the beginning of the whole document) to said "detailed" toc on a first page of a chapter. In a way, I can understand the conflict, but then again in another way, I can't figure out why it does that.
I also seem to have a problem with
Code: Select all
\printcontents{0}{1}{\setcounter{tocdepth}{3}\setcounter{secnumdepth}{3}}
in my original document, there's always an error about a missing \item. And that I can't figure out either. It's just more text in between, some math and another chapter, but the code I just wrote does not work there.
