13
Dec
08

How to make a table with multirows in Lyx

Another trivial technical tips I need to post for my own reference whenever I forgot about these seem-to-be-not-important things.

If you want to make a table with multirows like this in Lyx:

picture-6

things won’t be as easy as creating tables with multicolumn. Lyx won’t allow you to right click and check the “multicolumn” option on the preference window.

Here’s how:

1. You have to insert these command in LATEX on the table like this:

    picture-7

    this command

    \multirow{4}{0.5cm}{the text goes here}

    means that we set a multirow that consists of 4 rows with 0,5cm width and “the text goes here” as the text

    2. Insert another scripts in the document’s preamble:

    picture-8

    3. And there you go! A multirow table.

    An official tutorial from Lyx here.


    1 Response to “How to make a table with multirows in Lyx”


    1. March 17, 2009 at 9:29 am

      Thanks, great tip!


    Leave a Reply




    Blog Stats

    • 11,185 hits

    Categories

     

    December 2008
    M T W T F S S
    « Nov   Jan »
    1234567
    891011121314
    15161718192021
    22232425262728
    293031