[Tex/LaTex] How to open TeXShop remotely the command line

mactexshop

How would one open TeXShop, say, via command line using ssh and X-forwarding?

Best Answer

Short answer: you can't. Longer answer: TeXshop is not a X-11 application, it's a native Mac one. As such, it cannot be run remotely over a ssh session. It can be opened locally from the Terminal using

open -a TeXshop

Note also that TeXshop does not read command line parameters: TeXShop command line arguments

Related Question