TeXShop is a TeX previewer for Mac OS X, written in Cocoa. Since pdf is a native file format on OS X, TeXShop uses pdftex and pdflatex rather than tex and latex to typeset, these programs in the standard teTeX distribution of TeX produce pdf output instead of dvi output.
TeXShop is a TeX previewer for Mac OS X, written in Cocoa. Since pdf is a native file format on OS X, TeXShop uses pdftex and pdflatex rather than tex and latex to typeset, these programs in the standard teTeX distribution of TeX produce pdf output instead of dvi output.
To install TeXShop, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install TeXShop
To see what files were installed by TeXShop, run:
port contents TeXShop
To later upgrade TeXShop, run:
sudo port selfupdate && sudo port upgrade TeXShop
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.