asdocx: Export from Stata to Word, Excel, LaTeX & HTML › Forums › asdocx Forum › asdocx change table title font size › Reply To: asdocx change table title font size
Hello Prof.
You can modify various properties of the table title. These are mentioned with examples in the asdocx_defaults.ado
To change the font size for title, you can use fs_title(#)
for current session or change it in the asdocx_defaults.ado
which will set it permanently, unless you update asdocx.
Example:
asdocx sum, fs_title(20) replace