I can view the Table of Contents; is there a way to print (to disk) only the TOC?
it is also possible from with in LyX. ???.toc is the file which holds the toc entries.
\documentclass[a4paper,12pt]{article}
\def\contentsline#1#2#3#4{#2\hfill#3\hfill\\}
\begin{document}\input{Mathmode-TeX.toc}% the tocfile
\end{document}
Herbert
