I'm using mimeTex to generate LaTex images using a cgi script, and I want to add a dynamic size. However, when the source file gets generated, it drops the "\" from "\Huge".
Any ideas?
I'm using mimeTex to generate LaTex images using a cgi script, and I want to add a dynamic size. However, when the source file gets generated, it drops the "\" from "\Huge".
Any ideas?
\ is used to escape characters in Javascript.
Try using \\Huge instead.