editor
LaTeX Support
Full LaTeX support with cloud compilation and automatic package management.
Clarity provides first-class LaTeX support with a cloud-based texlive compilation engine.
Compilation
When you click Compile, Clarity:
- 1Syncs your project files to the cloud engine
- 2Runs
latexmkinside a Docker container with a full texlive installation - 3Returns the compiled PDF in milliseconds
- 4Caches output for faster subsequent builds
Automatic Package Management
Unlike local LaTeX installations, you never need to manually install packages. Clarity's engine includes the complete texlive distribution — every package is available out of the box.
No more tlmgr install or waiting for package updates. Every CTAN package is pre-installed and ready to use.
Supported Features
- All standard document classes (
article,report,book,beamer, etc.) - BibTeX / BibLaTeX for bibliography management
- TikZ and PGFPlots for diagrams and charts
amsmath,amssymb, and other math packages- Multi-file projects with
\inputand\include - Custom
.styand.clsfiles
Error Handling
Compilation errors appear in the Compile Logs panel below the editor. Each error shows:
- The file and line number
- The error message from the TeX engine
- A clickable link to jump to the source
The AI assistant can also read these errors and suggest fixes automatically.
Was this helpful?
