Juan Manuel Macías <[email protected]> writes:
> Here is the modified patch.
Thanks!
> * (org-latex-verse-block): now the treatment of blank lines is
> consistent with the syntax of the LaTeX `verse' environment, and the
> one provided by the `verse' package. If the `:literal' attribute is
> used, all blank lines are preserved and exported as
Please use double space between sentences and start sentences with
capital letter.
> +- =:literal= :: With value t, all blank lines are preserved and
> + exported as =\vspace*{\baselineskip}=, including the blank lines
> + before or after contents. Note that without the =:literal=
> + attribute, one or more blank lines between stanzas are exported as a
> + single blank line, and any blank lines before or after the content
> + are removed, which is more consistent with the syntax of the LaTeX
> + `verse' environment, and the one provided by the `verse' package.
> + If the =verse= package is loaded, the vertical spacing between all
> + stanzas can be controlled by the global length =\stanzaskip= (see
> + https://www.ctan.org/pkg/verse).
s/`verse'/=verse=/
And you need to update `test-ox-latex/verse' test - it is currently failing.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>