Anton Shterenlikht:

> How  can I make the ToC appear in the beginning of
> the document, and not at  the  end,  with  mm  .TC
> macro?

Using  the  psutils  package,  you can move the last
page containing the TOC to the beginning of the doc-
ument:

    psselect -p_1,1-_2 in.ps out.ps

> Also,  how can I disable the inclusion of the list
> of figures and the list of tables?

Yes:

    .nr Lf 0 \" Disable list of figures
    .nr Lt 0 \" Disable list of tables

-- 
()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments

Reply via email to