Table Font Size

Table Font Size

by Andre Alcon -
Number of replies: 3

My table is has quite a few rows and columns, so the font is too big for the table. Is there a way to alter the font size so that the table easier to read?

In reply to Andre Alcon

Re: Table Font Size

by Kristen -

What package are you using to create the table? 

In reply to Kristen

Re: Table Font Size

by Andre Alcon -

I am using markdown and the "tbl" command. Exporting it as a pdf file.

In reply to Andre Alcon

Re: Table Font Size

by Kristen -
I don't think there is a way to change the font size if you are using tbl unless you are using LaTeX syntax


If you are exporting your file as a html, you can specify the height and width of your table in the tbl command: 

https://github.com/haghish/MarkDoc/wiki/tbl

width(int)specifies the width of the table in HTML and LaTeX
height(int)specifies the height of the table in HTML and LaTeX