Modify ↓
Opened 18 years ago
Closed 18 years ago
#2372 closed enhancement (fixed)
Patch for Trac 0.10.4 and IWikiSyntax
| Reported by: | Owned by: | rlotun | |
|---|---|---|---|
| Priority: | normal | Component: | TracMathPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
I've attached a patch that:
- allows TracMathPlugin to run under Trac 0.10.4.
- adds
$and$$syntax to WikiFormatting (I got the idea from http://trac-hacks.org/ticket/248). - adds HTML links for any
\label{}that appears, i.e.,\label{eq1}will allow you link to the output image viaSomeWikiPage#eq1. - fleshes out the
setup()script so that the plugin looks nice on the WebAdmin page.
Attachments (1)
Change History (2)
Changed 18 years ago by
| Attachment: | tracmathplugin.patch added |
|---|
comment:1 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



patch for TracMathPlugin