Jump to content
Science Forums

Recommended Posts

Posted

Latex math is great! However, there are bound to be some bugs in its implementation here at hypography.

 

Here’s one. This:

X=Y+Z \\

A=B-C

 

Renders as:

[math]X=Y+Z \\

A=B-C[/math]

 

Oh my! "\\" is rendering <BR> as <BR/>, confusing something into escaping the html!

 

Inside a code element, it renders OK:

[math]X=Y+Z \\
A=B-C[/math]

It’s also OK if the “\\” is not followed by a newline:

X=Y+Z\\A=B-C

Renders as

[math]X=Y+Z\\A=B-C[/math]

 

It’s easy to work around, but clearly a bug.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...