No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"tex"
],
"properties": {
"tex": {
"type": "string",
"required": true,
"description": "LaTeX/TeX source for the equation"
}
}
}