Hi Jim,

thanks for the tip but unfortunately I'm bind to the grid format (using that structure I sent before).
In mean while I found that I can add a new line like this:
Simple example
+--------+-------------+
| text  | text text |
|          |                 |
|          | | THIS    |
+--------+-------------+

but it also generates a new line after the "THIS" which is something I really don't want :-(

V.

On 08. 08. 22 14:33, 'Jim Kennedy' via sphinx-users wrote:
Hi Vladimir,

If you build your table like this it should work in pdf also:

.. list-table:: Simple Example
   :widths: 40 60
   :header-rows: 1

   * - head 1
     - head 2
   * - text
     - text text
   * -
     -
   * -
     - THIS

Further info here: https://sublime-and-sphinx-guide.readthedocs.io/en/latest/tables.html#list-table-directive

On Mon, Aug 8, 2022 at 1:13 PM Vladimír Marek <[email protected]> wrote:

    Hi all,

    I would like to ask if it is somehow possible to enforce an empty
    raw in
    a grid table.

    Simple example
    +--------+-------------+
    | text  | text text |
    |          |                 |
    |          |THIS        |
    +--------+-------------+

    and I would like to have:
    text text
    <empty visible raw>
    THIS

    If I left there empty line then in generated output (pdf) there
    was no
    empty line.
    How can I achieve this?

    Thanks,
       Vladimir

-- You received this message because you are subscribed to the Google
    Groups "sphinx-users" group.
    To unsubscribe from this group and stop receiving emails from it,
    send an email to [email protected]
    <mailto:sphinx-users%[email protected]>.
    To view this discussion on the web visit
    
https://groups.google.com/d/msgid/sphinx-users/d9ba75c5-5688-46ea-82eb-2293d5164c8a%40frafos.com.

--
You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/CAH_mipO5KC_Mo%2BeVanUb4VPi_tXgj4h1UkKfnZHH5U9ah%3DavEA%40mail.gmail.com <https://groups.google.com/d/msgid/sphinx-users/CAH_mipO5KC_Mo%2BeVanUb4VPi_tXgj4h1UkKfnZHH5U9ah%3DavEA%40mail.gmail.com?utm_medium=email&utm_source=footer>.

--
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/b07b97d8-7d8b-fc9c-4549-4df59c8e811a%40frafos.com.

Reply via email to