Set the TeX engine
set_project_compilerChoose which TeX engine a project builds with: pdflatex, xelatex or lualatex. Use xelatex or lualatex for documents that load fontspec, unicode-math, polyglossia or xeCJK (custom system fonts and non-Latin scripts); use lualatex for anything calling \directlua or luacode. letX works this out on its own when a project is created, so reach for this when that guess needs overriding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compiler | Yes | pdflatex, xelatex or lualatex | |
| project_id | Yes | project id from list_projects |