开发者

How do I add \Huge to an image source in jQue

开发者 https://www.devze.com 2023-01-19 04:54 出处:网络
http://jsbin.com/owepu3/edit 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 \"\\\" fr开发

http://jsbin.com/owepu3/edit

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 "\" fr开发者_如何学Goom "\Huge".

Any ideas?


\ is used to escape characters in Javascript.

Try using \\Huge instead.

0

精彩评论

暂无评论...
验证码 换一张
取 消