Document Classes ⇒ Proceedings Book with Articles
Proceedings Book with Articles
Suggestions would be greatly appreciated!
David de Hilster
Boca Raton, Florida
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Proceedings Book with Articles

Proceedings Book with Articles
Code: Select all
\documentclass{book}... preamble\begin{document}... front matter such as copyright page, table of contents, list of figures, etc.\include{first_paper_filename}\include{second_paper_filename}... additional chapters for additional papers... any back matter such as index, etc.\end{document}
Code: Select all
\chapter{The Paper's Title}... the additional paper's contents
This may also be done with the memoir style instead of book, and there are a few packages which will help with chapter-wide table of contents and such.
The proc package adds definitions for the title page and abstract of each paper. You may copy those, come up with your own, or use the proc package directly instead of book.
BDTechConcepts.com