maranget / hevea

Hevea is a fast latex to html translator
http://hevea.inria.fr
Other
97 stars 12 forks source link

Improve "quote" and "quotation". Implement "verse". #33

Closed cspiel closed 4 years ago

cspiel commented 4 years ago

Make the translations of quote and quotation faithfully follow LaTeX and implement the verse-environment.

The CSS-code for verse already uses the upcoming extension of the text-indent property

        hanging each-line

which duplicates the LaTeX behavior of indenting wrapped lines, i.e., should be exactly what we need. See https://www.w3.org/TR/css-text-3/#text-indent-property and also https://developer.mozilla.org/en-US/docs/Web/CSS/text-indent

In all three cases the documentation has been updated or extended according to the changes.

maranget commented 4 years ago

Thanks for your contribution.