On 2010-08-04, arrowtackett wrote:
> Below a paragraph, I want to show a set of equations using LaTeX.
> However, I would like to have more than one empty line separating the
> paragraph and equations.  How do I add whitespace (or newline
> characters) below a paragraph to increase the padding?  I can't seem
> to find this in the documentation for some reason.

The reason is that in Docutils (as well as in LaTeX and in HTML) you
do cannot have "more than one empty line" (except for pre-formatted
text).

To get additional vertical whitespace, you can

a) re-define the "transition" element, or

b) use a class value and styling (don't know if this works with LaTeX,
   though),

c) use raw commands (as a last ressort).

See http://docutils.sourceforge.net/sandbox/stylesheets/
for examples of a)

Günter

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to