I created a table with normal font text inside. After I select the text and go to Edit>>Text style>>Customized and select Larger, in the input the text looks aligned ok (it's right in the middle of the cell, as it is supposed to be), but when I do View>>PDF(xelatex), the text is no longer aligned (it is closer to the top of the cell than to the bottom, although in the source the option Align center is pressed). How can I make it display the table-text aligned in the output pdf?
|
|
||||
|
The standard table setup in LaTeX does have some problems with the text coming too close to the To use
I would recommend using this for tables in general. A hack to have better spacing with the default, is to add a The images below show how this looks in LyX and in the PDF
compared to the default without
|
|||
|
|




Iy, the distance from the top of theIto the line above, is the same as the bottom of theyto the line below. – Torbjørn T. Nov 20 '11 at 21:18booktabs, which makes the spacing better. – Torbjørn T. Dec 9 '11 at 11:27