Post Reply 
How to include tables in a post ?
06-03-2016, 03:14 AM
Post: #7
RE: How to include tables in a post ?
Looking at the page source code I see that the MathJax module is being used for LaTeX support

And the supported commands are listed HERE

/*
* /MathJax/config/TeX-AMS-MML_HTMLorMML.js
*
* Copyright (c) 2010-2015 The MathJax Consortium
*
* Part of the MathJax library.
* See http://www.mathjax.org for details.
*
* Licensed under the Apache License, Version 2.0;
* you may not use this file except in compliance with the License.
*
* http://www.apache.org/licenses/LICENSE-2.0
*/

MathJax.Hub.Config({
delayJaxRegistration: true
});

MathJax.Ajax.Preloading(
"[MathJax]/jax/input/TeX/config.js",
"[MathJax]/jax/input/MathML/config.js",
"[MathJax]/jax/output/HTML-CSS/config.js",
"[MathJax]/jax/output/NativeMML/config.js",
"[MathJax]/jax/output/PreviewHTML/config.js",
"[MathJax]/config/MMLorHTML.js",
"[MathJax]/extensions/tex2jax.js",
"[MathJax]/extensions/mml2jax.js",
"[MathJax]/extensions/MathEvents.js",
"[MathJax]/extensions/MathZoom.js",
"[MathJax]/extensions/MathMenu.js",
"[MathJax]/jax/element/mml/jax.js",
"[MathJax]/extensions/toMathML.js",
"[MathJax]/extensions/TeX/noErrors.js",
"[MathJax]/extensions/TeX/noUndefined.js",
"[MathJax]/jax/input/TeX/jax.js",
"[MathJax]/extensions/TeX/AMSmath.js",
"[MathJax]/extensions/TeX/AMSsymbols.js",
"[MathJax]/jax/input/MathML/jax.js",
"[MathJax]/jax/output/PreviewHTML/jax.js",
"[MathJax]/extensions/fast-preview.js",
"[MathJax]/extensions/AssistiveMML.js"
);

MathJax.Hub.Config({
"v1.0-compatible": false
});
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to include tables in a post ? - Sylvain Cote - 06-03-2016 03:14 AM



User(s) browsing this thread: 1 Guest(s)