Opened 12 years ago
Closed 12 years ago
#455 closed enhancement (done)
Use mathjax for doc expression generation
Reported by: | Alpar Juttner | Owned by: | Peter Kovacs |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.3 release |
Component: | documentation | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Attachments (2)
Change History (5)
comment:1 Changed 12 years ago by
Type: | defect → enhancement |
---|
Changed 12 years ago by
Attachment: | 455-1-7780b04325d4.patch added |
---|
Changed 12 years ago by
Attachment: | 455-2-0919c44f674b.patch added |
---|
comment:2 Changed 12 years ago by
Please find two patches attached.
- [7780b04325d4] fixes an old bug in the probably very rarely used
make update-external-tags
target. - [0919c44f674b] Adds two cmake config parameters,
LEMON_DOC_USE_MATHJAX
andLEMON_DOC_MATHJAX_RELPATH
. See the INSTALL file for more info on them.
comment:3 Changed 12 years ago by
Resolution: | → done |
---|---|
Status: | new → closed |
Fixed version of the above chgsets went to the main branch as [3ab825f5fab0] and [60c0c3ed8d11].
Note: See
TracTickets for help on using
tickets.
However, using mathjax we either need to include the entire mathjax lib to lemon, or the generated output will need online access to read the lib.
Thus we should probably need to make it configurable.