LingTeX icon

Download and Install

Requires Visual Studio Code. Download the latest VSIX and install.

Latest release badge (v0.2.6)

Latest release

Download VSIX

Step 1 — Install LaTeX (no GUI)

We recommend the official TeX Live/MacTeX distributions without a GUI. Pick your platform below; you can switch anytime.

Tip: LingTeX can install a curated set of linguistics packages for you from the panel via “Install Recommended Packages”. On macOS, after installing BasicTeX, LingTeX automatically installs this set.

Why these packages? Your LaTeX template uses XeLaTeX/LuaLaTeX and relies on: langsci-gb4e, graphicx, tabularx, biblatex (with biber), glossaries-extra, hyperref, cleveref, and many common formatting packages listed above.

Step 2 — Install Visual Studio Code and LaTeX extensions

Install VS Code, then add LaTeX helper extensions for the best experience:

Install the extensions from inside VS Code (Extensions view) or via CLI:

code --install-extension James-Yu.latex-workshop
code --install-extension tecosaur.latex-utilities

Tip (macOS): enable the code shell command via Command Palette → “Shell Command: Install 'code' command in PATH”.

Use XeLaTeX in LaTeX Workshop

In VS Code: Command Palette → “LaTeX Workshop: Build with recipe” → choose “latexmk (xelatex)”. Ensure latexmk and xelatex are installed (Step 1).

Step 3 — Install LingTeX from VSIX (GUI)

  1. Open Visual Studio Code.
  2. Go to View → Extensions.
  3. Click the ••• menu in the top-right of the Extensions panel.
  4. Select “Install from VSIX…”.
  5. Choose the downloaded LingTeX .vsix file.
  6. When prompted, click “Install”. Reload the window if asked.
  • Missing dependencies: install “LaTeX Workshop” and “LaTeX Utilities”.
  • Biber missing: install biber (Step 1) for biblatex support.

If double-clicking the .vsix doesn’t open VS Code, use the steps above from inside VS Code.

What’s included

  • Panel-first UX with quick actions and templates.
  • TSV → Interlinear (gb4e) with spacing controls.
  • TSV ↔ LaTeX tabularx conversions; tabularx → Excel export.
  • Import images as ready-to-compile LaTeX figure blocks.
  • Settings panel controls for file paths (incl. main output PDF).
  • TeX Environment helpers: detect/install TeX, install recommended linguistics packages, and check/install missing preamble packages.

See full details in the README.