Feature request: Add author option for chapters

Issue #158 resolved
Dirk Boonzajer created an issue

During my PhD a number of papers have been published which will basically be copied into the thesis. Would it be possible to adjust the layout so that I can add the original authors in a visible location below the chapter title?

Comments (3)

  1. André Miede repo owner

    Good point. However, this would increase the complexity of ``chapter'' very much for very few use cases. An easy option would be:

    %*****************************************
    \chapter{Examples}\label{ch:examples}
    %*****************************************
    \begin{flushright}
    \itshape Robert Cialdini, Scott Adams, and Tony Robbins
    \end{flushright}
    

    ...or maybe putting this in a separate command.

    chapter_authors.png

  2. Log in to comment