{% if node.title %}
{{ node.title }}
{% endif %} {% case node.style %} {% when 'latexmath' %} \\[{{ node.content }}\\] {% when 'asciimath' %} \\${{ node.content }}\\$ {% endcase %}