General ⇒ Authors name in table of contents
Authors name in table of contents
I am new to latex. I am editing a book that has many articles (chapters) by different authors. Hence I need the following but am unable to do -
1. To include the name of the author along with the title in table of contents
2. To be able to include author's name also at the beginning of each chapter.
3. To avoid numbering the chapter but to include it in the table of contents.
It will be great if someone can help in this regard.
Srinidhi
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Authors name in table of contents
Code: Select all
\documentclass[11pt,a4paper]{report}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[english]{babel}
\usepackage{epigraph}
\usepackage{lmodern}
\usepackage{blindtext}
\parindent0em
\begin{document}
\tableofcontents
\chapter*{First}
\addcontentsline{toc}{chapter}{First -- Author}
\epigraphhead[48]{\large Author}
\blindtext
\end{document}
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10