Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

To use the LaTeX accessible features described in LaTeX Documents, you need a LaTeX distribution (compiler) of 2025 or newer (2026 is recommended). Alternatively, you can use a cloud-based service that provides an up-to-date LaTeX distribution, such as Overleaf.

Use Overleaf (Cloud-based Service)

If you don’t want to bother with installing a new LaTeX distribution on your computer, you can consider using a cloud-based service. The most popular one is Overleaf. You will need to create an account to use Overleaf; a free tier is available.

By default, Overleaf uses the latest TeX Live distribution. You can check the LaTeX compiler version by opening a project, and then going to File > Settings > Compiler > TeX Live version. Make sure it is set to 2025 or newer (or “Rolling” if you see that option).

Install or Upgrade TeX Live on Your Machine

TeX Live is a standard LaTeX distribution that can be installed on Windows, macOS, and Linux. Here are the instructions:

Update LaTeX Packages (for TeX Live)

You can update all of your LaTeX packages by running the following command in a terminal (or command prompt on Windows), if you already have the latest TeX Live distribution installed:

tlmgr update --self --all