I've got MathJax mostly hooked up successfully and rendering equations 
within my book. However, with one equation, it seems like a closing brace 
within the TeX is being interpreted by Pollen as a delimiter for the 
enclosing tag function. Note the character highlighted in yellow:

◊$${
\left\{
\begin{alignedat}{2}
&\left.\begin{aligned}
1+4+3\\ 1+3+4
\end{aligned} \right\} &= 5\\
&\left.\begin{aligned}
1+2+1\\ 1+1+2
\end{aligned} \right\} &= 8
\end{alignedat}
\right.
}

Which creates the following output. The first equation is being 
successfully rendered. The second equation's code gets chopped up across 
two elements because of the closing brace highlighted above.

[image: Screen Shot 2019-03-14 at 10.01.11 AM.png]

Does Racket have anything like C#'s verbatim string literals? Or do I need 
to pepper my TeX code with backslashes? 

Thanks!
Brendan

-- 
You received this message because you are subscribed to the Google Groups 
"Pollen" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pollenpub+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to