Compiles .tex to .pdf using commands like "pdflatex", at current file
Installed Latex distribution
Programs Like
Please note that there is a known issue with MacOSX El Capitan (10.11.x): LaTeX tools are now located in /Library/TeX/texbin instead of /usr/texbin. https://tug.org/mactex/elcapitan.html
View -> Command Palette... and type ext install latex compile
LaTeX: Compile PDF
"
From the list of files displayed, select a file to open.You can configure some settings
//Latex Compile Configuration
"latexCompile.openAfterCompile": true,
"latexCompile.openLogAfterError": true,
"latexCompile.compiler": "xelatex"
A few notes...
.vscode/settings.json:
{
"latexCompile.mainFile": "myDoc.tex"
}
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
System information:
OS: ...
LaTex Distribution: ...
This version happened thanks to a community contribution. Thanks to https://github.com/rashwell
This version happened thanks to a community contribution. Thanks to https://github.com/caffeinatedangel
This version happened thanks to a community contribution. Thanks to https://github.com/caffeinatedangel
This version happened thanks to a community contribution. Thanks to https://github.com/fachammer
This version happened thanks to a community contribution. Thanks to https://github.com/jesege