Most straightforward installation of LaTeX in VSCode

This page summarizes the projects mentioned and recommended in the original post on /r/LaTeX

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • latexindent.pl

    Perl script to add indentation (leading horizontal space) to LaTeX files. It can modify line breaks before, during and after code blocks; it can perform text wrapping and paragraph line break removal. It can also perform string-based and regex-based substitutions/replacements. The script is customisable through its YAML interface.

  • Unfortunately, from my personal experience, MiKTeX and Strawberry Perl is the best combination for Windows. You can try proTeXt or TeX Live as stated in the LaTeX Project website. However, you also need perl to use latexindent, which provides auto-indentation, and it works nicely with VS Code if you want to format your code (or format on save). VS Code generates warning if you have format on save enabled and you do not have a formatter for .tex documents.

  • LaTeX-Workshop

    Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.

  • You need to open vscode settings file (CTRL-SHIFT-P ) followed by Open User Settings (JSON), Then you can paste the code that you can find here under the section Misc. This way you can use the texify build recipe that works in Miktex out-of-the-box.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • HomeBrew

    🍺 The missing package manager for macOS (or Linux)

  • Technically, MiKTeX is cross-platform but if you are going to use macOS, I believe the most straightforward solution is MacTeX. You can also use Homebrew and tlmgr to install LaTeX. In the case of Linux, it is straightforward as $ sudo apt install texlive-full for Ubuntu, and $ sudo dnf install texlive-scheme-full for Fedora. For UNIX-based systems vanilla perl is sufficient for latexindent.

  • texlab-vscode

    LaTeX for Visual Studio Code

  • texlab : https://marketplace.visualstudio.com/items?itemName=efoerster.texlab

  • texlab

    An implementation of the Language Server Protocol for LaTeX

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts