LaTeX Configuration

Configure VSCode as a LaTeX IDE

Install the following packages on Debian based:

  • texlive-full
  • latexmk
1
sudo apt install -y texlive-full latexmk 

Add some extensions:

Select word-wrap to see the text in unique windows: -> Settings -> Search= wrap -> Editor: Word Wrap -> on

Licensed under CC BY-NC-SA 4.0