An implementation of the Language Server Protocol for LaTeX
A cross-platform implementation of the Language Server Protocol providing rich cross-editing support for the LaTeX typesetting system. The server may be used with any editor that implements the Language Server Protocol.
A cross-platform implementation of the Language Server Protocol providing rich cross-editing support for the LaTeX typesetting system. The server may be used with any editor that implements the Language Server Protocol.
To install texlab, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install texlab
To see what files were installed by texlab, run:
port contents texlab
To later upgrade texlab, run:
sudo port selfupdate && sudo port upgrade texlab
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.