monty wrote:
>
> Few time ago i posted here a messaged saying that i was trying to do a big
> document with a master document and several others included, and when i did the
> ps, the TOC doesn't was complete: it didn't show the contents of the include
> files.
>
> Before that it works!!, but now, it doesn't work again. I think it depends on
> the layout i use, because i've tried with article and it's ok, but with
> CU-thesis no. What is more, it doesn't include the content of the document.
a missing toc is often an error anywhere in your latex-run.
have a look at your latex log-file!
you'll find the error in this way:
put in your main doc before your first include-comment
\begin{comment}
...
... all the parts of your doc ...
...
\end{comment}
now run dvi-view. if all works well, than put the
\begin{comment} one inlcude doc further and run
dvi-view again and so on. SO you'll fing the doc
where the problem is located.
Herbert
--
http:[EMAIL PROTECTED]