Create project
create_projectCreate a new letX project from provided LaTeX files (main.tex required). Returns the project id and editor link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | project name | |
| files | Yes | the project's text files; must include main.tex | |
| compiler | No | TeX engine: pdflatex (default), xelatex, or lualatex. Leave empty and letX works it out from the packages the document loads. |