I am attempting to create a table of contents (in the amsbook document class) with a specific format; however, after several attempts I can't seem to get it to work out. The document will include several articles written by different authors (much like a typical Proceedings of Such-and-Such Conference book) The format I would like to see is:
Chapter Title A .................................................... Page #
Author
Long Chapter Title that wraps around
to the next line .................................................... Page #
Author
The "author " lines should be indented some - I don't know how to indent on this forum..
etc. The important points are that I need \chapter*{}, so that there are no chapter numbers, the page numbers should be aligned with each chapter title, with no additional page number on the "author" line, and the wrapped text for the long chapter title lines up with the beginning of title on the above line (every attempt I've made thus far indents the wrapped text, as if there are chapter numbers preceeding it- I dont want that).
Sorry if this is trivially easy, but I'm not terribly experienced with customizing the table of contents, and I can't seem to get it to work at all.


\chapter*s together with a ToC? That will help seeing the scope more clearly. See how to create a minimal working example (MWE). – Werner Mar 8 at 4:27