I am listing many variables to a specific ID. Here's what happens on the stata screen and on my smcl log: 
However, when I convert to pdf:
Depending on how big my stata program is resized same happens on the smcl, but not on the stata screen.
Is there a fix to this? Maybe change page orientation to landscape?
edit: i found out that doing
translator set smcl2pdf pagesize custom
translator set smcl2pdf pagewidth 11.0
translator set smcl2pdf pageheight 8.5\
works well before translating. But is there any option on making it smaller to fit portrait ?
edit2: well just found out that setting fontsize to 8 solves my problem. Close topic
Thanks
However, when I convert to pdf:
Depending on how big my stata program is resized same happens on the smcl, but not on the stata screen.
Is there a fix to this? Maybe change page orientation to landscape?
edit: i found out that doing
translator set smcl2pdf pagesize custom
translator set smcl2pdf pagewidth 11.0
translator set smcl2pdf pageheight 8.5\
works well before translating. But is there any option on making it smaller to fit portrait ?
edit2: well just found out that setting fontsize to 8 solves my problem. Close topic
Thanks