So is no directive like this::

    .. latex-samepage::

        This is a paragraph.

        - And this is a list
        - in relation to it.

And I have to use something like this::

    .. raw:: latex

        \begin{samepage}

    This is a paragraph.

    - And this is a list
    - in relation to it.

    .. raw:: latex

        \end{samepage}

Right? If I only had some more time before I have to hand in my
thesis, I would write a directive for that one. :)

Cheers!

  Felix

On Feb 12, 11:55 am, Guenter Milde <mi...@users.berlios.de> wrote:
> On 2011-02-11, Felix Hummel wrote:
>
> > Hi,
> > is there a way to enclose a list or paragraph in a ``samepage``
> > environment as shown in this blogpost [1]?
>
> Raw LaTeX.
>
> 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-dev@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