Re: broken ..epigraph in XeTeX?
"Alan G. Isaac" <[email protected]>
| Newsgroups | gmane.text.docutils.user |
|---|---|
| Message-ID | <[email protected]> |
On 2/4/2017 11:51 AM, Matěj Cepl wrote:
> \begin{quote}
> \DUrole{epigraph}{
> Co je nejvyšším cílem člověka?
>
> Nejvyšším cílem člověka je oslavovat Boha a věčně se z Něj
> radovat.
> \nopagebreak
>
> \raggedleft —Westminsterský katechismus, 1647
> }
> \end{quote}
Is this another abuse of the ``quote`` environment
to accomplish indentation? If so, this again
compromises the ability to separately style
quotes and other content (in this case, epigraphs).
Note that the ``changepage`` package provides ``adjustwidth``.
E.g., one could define
\newenvironment{DUepigraph}%
{\begin{adjustwidth}{2cm}{}}%
{\end{adjustwidth}}
Other default formatting could be added as desired.
This approach would allow authors to readily modify
the ``epigraph`` environment (with ``renewenvironment``)
without interfering with other environments.
The ``quote`` environment is for (one paragraph) quotes.
It is not a general indentation facility.
https://en.wikibooks.org/wiki/LaTeX/Paragraph_Formatting#Quoting_text
Cheers,
Alan Isaac
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Docutils-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/docutils-users
Please use "Reply All" to reply to the list.