Changes between Version 19 and Version 20 of MathJaxPlugin
- Timestamp:
- 05/21/11 14:29:46 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MathJaxPlugin
v19 v20 32 32 Latex requires the backslash character \ for its commands, while !WikidPad uses the same character as its escape character. Similarly, Latex formulas will often use _ and * , which are the special characters for italic and bold text in !WikidPad. There are two ways to get around these conflicts, depending on whether one wishes to stay closer to the orginial !WikidPad syntax or whether on prefers to optimize things for Latex. 33 33 34 The first option is to escape these characters when they arise in Latex formulas, so WikidPad does not process them. You can escape single characters by prefixing them with a backslash \ , or escape entire passages with angled brackets << ... >> . For example, Latex commands like \sin would be entered as \\sin.34 The first option is to escape these characters when they arise in Latex formulas, so !WikidPad does not process them. You can escape single characters by prefixing them with a backslash \ , or escape entire passages with angled brackets << ... >> . For example, Latex commands like \sin would be entered as \\sin. 35 35 36 The second, more elegant option is to switch the Wiki language in the !WikidPad options dialog to "!MathJax". This is a per-wiki setting. This alternative parser modifies the !WikidPad syntax as follows:36 The second, more elegant option is to '''switch the Wiki language in the !WikidPad options dialog to "!MathJax"'''. This is a per-wiki setting. This alternative parser modifies the !WikidPad syntax as follows: 37 37 38 38 * The escape character is now @ 39 * Italics are encoded by __youritalictext__ (rather than _youritalictext_)40 * Boldis encoded by **yourboldtext** (rather than *youritalictext*)39 * ''Italics'' are encoded by !__youritalictext!__ (rather than _youritalictext_) 40 * '''Bold''' is encoded by **yourboldtext** (rather than *youritalictext*) 41 41 42 42 These changes ensure you can enter most Latex formulas as usual. … … 78 78 79 79 1.0 Initial release 80 1.1 Change MathJax parser to better avoid conflicts: escape character is now @ instead of |, italic and bold is encoded by __ and ** 80 81 1.1 Change !MathJax parser to better avoid conflicts: escape character is now @ instead of |, italic and bold is encoded by !__ and **
