From: Alan G. I. <ai...@am...> - 2017-02-05 16:22:12
|
On 2/5/2017 3:40 AM, Guenter Milde wrote: > LaTeX, the above epigraph becomes > > \begin{quote} > \DUclass{epigraph}% > > No matter where you go, there you are. > \nopagebreak > > \raggedleft —Buckaroo Banzai > > \end{quote} 1. Did things very recently change, or is that \DUrole not \DUclass? I cannot update at the moment, but I suppose this changed in response to Matěj. 2. Fixing that, this does not compile, because of the paragraph break. 3. That failure is linked to this ongoing discussion. I.e., it illustrates why environments should be used. (Perhaps the change in response to Matěj fixes this.) 4. Also related, note that this structure makes no allowance for separate formatting of the author (in contrast to the HTML output). E.g., suppose I want the text in italic but not the author name? (Easy in HTML+CSS. Would be easy here too if environments were used...) Thanks, Alan Isaac |