William Burrow wrote:
> 
> OK, with the help of the people in this list, I've found workarounds to
> most of my problems with latex for my report.  Two outstanding issues
> remain:
> 
> 1) The table of contents prints with (some) listed items in bold.
>    Bold characters here are not acceptable.  Is there a way to change
>    this?
> 
> 2) The Executive Summary (nee Abstract) should appear unnumbered on
>    page ``i'' in the table of contents.  Is there a way to convince it
>    to appear?  I will add it to the postscript output, if necessary,
>    however wholesale editing of PS to fix the table of contents is
>    unpalatable.

in latex preamble:  \usepackage{tocloft}

this package provides sdtclsdv.sty, therefore you need both. all
availabe at ctan.

i suppose that your pagenumbering with roman and arabic are correct.
just before your toc write the following two lines in tex (red)

\addcontentsline{toc}{section}{\abstractname}
\renewcommand\cftsecfont{}

if you have the part-style in your article-class (??) than add also
\renewcommand\cftpartfont{}

that's all

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/voss

Reply via email to