]> git.mxchange.org Git - friendica-addons.git/blob - mathjax/README
Facebook: Trying to optimise the handling of videos
[friendica-addons.git] / mathjax / README
1 Addon for Friendika to include MathJax (LaTeX math syntax)
2
3 This addon lets your users use LaTeX to type mathematical formulas
4 within their posts. MathJax takes care about the best method for the
5 browser to display the formula and provides compatibility to 99%
6 of the modern browsers.
7
8 You can either use the MathJax CDN online, thus loading the required javascript
9 libraries from the MathJax cloud, or use a local installation of MathJax.
10 Please see the plugin settings in the admin panel for configuration possibles.
11 If you don't set up a local MathJax instance, leave the configuration untouched
12 it will fall back to the MathJax cloud as default value.
13
14 If you don't use the admin panel add mathjax to the list of active addons
15
16 $a->config['system']['addon'] = [..., mathjax, ...]
17
18 To select the source of the included javascript libraries add a line
19
20 $a->config['mathjax']['baseurl'] = 'the URL to your MathJax installation';
21
22 to your .htconfig.php file. If this line is not there, the addon assumes that
23 you want to use the MathJax cloud (CDN).
24
25 Please note that your usage of the CDN is governed by the "MathJax CDN Terms of
26 Service" see http://www.mathjax.org/download/mathjax-cdn-terms-of-service/
27
28 Author:  Tobias Diekershoff
29          http://diekershoff.homeunix.net/friendika/profile/tobias
30          email: tobias.diekershoff@gmx.net
31