How would one open TeXShop, say, via command line using ssh and X-forwarding?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
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
Note also that TeXshop does not read command line parameters: TeXShop command line arguments |
|||
|
|
open -a TeXShopin a shell should open the application, but this would not work through asshconnexion. – Corentin Dec 10 '12 at 22:00