Changing the font size of table using print.xtable

后端 未结 1 903
粉色の甜心
粉色の甜心 2021-01-02 18:08

I want to change the font size of the table using print.xtable.

Using

print(xT, size=\"\\\\tiny\")

works but I don\'t know other option

相关标签:
1条回答
  • 2021-01-02 18:28

    You may choose a particular font size with the \fontsize{<size>}{<line space>} command:

    print(xt, size="\\fontsize{9pt}{10pt}\\selectfont")
    
    0 讨论(0)
提交回复
热议问题