Feature #592
Support LaTeX markup in wiki pages
Description
Using the Wiki External Filter Plugin we can configure
a latex markup macro:
{{latex(
\begin{displaymath}
a_1 + a_2
\end{displaymath}
)}}
that will put the rendered LaTeX in as a png image.
History
#1 Updated by Marc Mengel over 10 years ago
- % Done changed from 0 to 90
Had to patch the redmine markup code (which had moved) to not convert the macro arguments before
calling the macro... See: http://www.redmine.org/boards/3/topics/10649?r=16317#message-16317
#2 Updated by Marc Mengel over 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 90 to 100
#3 Updated by Marc Mengel over 10 years ago
- Status changed from Resolved to Closed