Use latex sublime build Editor

Use latex sublime build Editor

Original Address: https://blog.csdn.net/qq_31456593/article/details/89639301

Latex TeX Live installation to support

sudo apt-get install texlive-full

Installation sublime

Install the GPG key:

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -

Ensure apt is set up to work with https sources:

sudo apt-get install apt-transport-https

Select the channel to use:

Stable

echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list



sudo apt-get update
sudo apt-get install sublime-text

Installation latex plug

Into the software, press ctrl + shift + p
Here Insert Picture Description

Select the following latextool (as it has been installed, there is no (below) when searching)

Here Insert Picture Description

Edit and Preview

Open a latex file, you can directly edit
Here Insert Picture Description

Press ctrl + b can preview generated pdf
Here Insert Picture Description

Published 143 original articles · won praise 345 · views 470 000 +

Guess you like

Origin blog.csdn.net/qq_31456593/article/details/89639301