Forum Bugs: Fixing Apostrophe & Greek Letter Issues

  • Thread starter Thread starter Hurkyl
  • Start date Start date
AI Thread Summary
The discussion highlights two main bugs affecting the forum: first, apostrophes in LaTeX image sources prevent users from clicking to view the source, likely due to JavaScript errors. Second, the forum's handling of character escaping prevents the use of Greek letters like α, which complicates typing and increases reliance on LaTeX images. Users express a desire for these issues to be addressed to improve usability and efficiency. Additionally, there is mention of HTML entity names being disabled in version 3.5, leading to further complications. Overall, resolving these bugs would enhance the forum experience for users.
Hurkyl
Staff Emeritus
Science Advisor
Gold Member
Messages
14,922
Reaction score
28
Bug #1: If the LaTeX source to an image contains an apostrophe, you cannot click the image to see the source. (I imagine the apostrophe is causing javascript errors by closing a string literal)

Example: f'(x) = 0

Bug #2: The forum code is too liberal with escaping characters: in particular, you cannot print a Greek letter with α because the forum software happily escapes the ampersand. Fixing this bug would be nice because it's quicker to type α than \alpha, and would reduce the number of LaTeX images in posts.


I know these have been around for a while; are there plans to fix them, or was it decided that it's not worth the effort?
 
Physics news on Phys.org
I was wandering how do you type superscript letters in you post, because at the moment I'm using latex which slows things down a little?

~H
 
[ sup ] ... [ /sup ]
 
Hurkyl said:
[ sup ] ... [ /sup ]

Thanks for that Hurkyl, seem obvious now...:blushing:

~H
 
HTML entity names were disabled in 3.5

You can use &# 913; for alpha and such Α
 
Old threads in s.p.r./s.p.s. are a mess. New ones seem to be OK.

Example: https://www.physicsforums.com/showthread.php?t=23683
 

Similar threads

Replies
3
Views
2K
Replies
4
Views
4K
Replies
2
Views
502K
Replies
13
Views
3K
Back
Top