TexSlide relies on the local LaTeX engine. Please select and install the appropriate LaTeX distribution for your operating system.
Select Distribution
LaTeX distributions come in various options, primarily divided into two categories: full-featured complete distributions and lightweight minimal distributions.
OS | Distribution | Size | Key Features |
---|---|---|---|
macOS | MacTeX | ~4.5 GB | The standard distribution for macOS. Feature-complete with full ecosystem support, ready to use out-of-the-box. |
BasicTeX | ~100 MB | Minimalist version with core components only. Requires manual package installation. | |
Linux | TeX Live | ~4-8 GB | The standard community distribution. Complete ecosystem, managed through system package managers. |
Windows | MiKTeX | ~200 MB | Standard choice for Windows. Small initial size, on-demand package installation with automatic downloads. |
TeX Live | ~4.5 GB | Complete functionality, works offline. Full local environment without requiring internet connection. |
Download & Installation
macOS
macOS
MacTeX
- Visit MacTeX Download Page and download the
MacTeX.pkg
installer. - Run the installer and follow the graphical setup wizard.
- Ready to use after installation - no additional configuration needed.
BasicTeX
- Visit BasicTeX Download Page and download the
BasicTeX.pkg
installer. - Run the installer and follow the graphical setup wizard.
- Install additional packages as needed using:
sudo tlmgr install <package-name>
Verify Installation
After installation, open a terminal and run the following commands to verify successful installation:
latex --version
xelatex --version
Learning Tutorials
For systematic learning of LaTeX, we recommend the following tutorials:
- LaTeX Tutorials - A video tutorial
- Learn LaTeX in 30 minutes - The LaTeX tutorial from Overleaf
Last updated on