
<% if (node.label || node.caption) { -%>
//texequation[<%= node.label -%>][<%= node.caption -%>]{
<%= node.math.trim() %>
//}
<% } else { -%>
//texequation{
<%= node.math.trim() %>
//}
<% } -%>
<%# Line Break %>
