Changes between Version 1 and Version 2 of Ticket #2490
- Timestamp:
- 2013-11-24T00:23:48Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2490 – Description
v1 v2 1 For some time now OM supports MathJax, which is great. Now today I had to add this [m:comment:23:ticket:78 comment] to the Modelica tracker. This lead me to play around with MathJax in my library again. Wouldn't it be great if we could load `MathJax.js` from a local URI to make the documentation of the library independent ononline resources?1 For some time now OMEdit supports MathJax, which is great. Now today I had to add this [m:comment:23:ticket:78 comment] to the Modelica tracker. This lead me to play around with MathJax in my library again. Wouldn't it be great if we could load `MathJax.js` from a local URI to make the documentation of the library independent of online resources? 2 2 3 3 Example, instead of writing … … 21 21 which means I can ship my library with a MathJax version I know works and don't depend on network connections. 22 22 23 Another step would then be to be able to enable the MathJax rendering globally without having to add the `<script>...</script>` part into every Modelica file. Could well be a configuration in OMEdit but I would actually prefer itto specify it in my Library instead.23 Another step would then be to be able to enable the MathJax rendering globally without having to add the `<script>...</script>` part into every Modelica file. Could well be a configuration in OMEdit but I would actually prefer to specify it in my Library instead. 24 24