In a previous question I asked about customizing my table of contents. For now, I have decided to fill the table of contents simply like this for each article:
\addtocontents{toc}{\textit{\Author}\\}
\addtocontents{toc}{\hspace{1cm} \Title \dotfill \pageref{firstpage}–\pageref{lastpage}\\}
But I still have no clue how to indent the line(s) containing the title (if the title extends over more than one line, all lines should be indented by the same amount):
=== Author's Name ===
=== Title: 1st Line ===
=== Title: 2nd Line ===
Is there a simple solution?