Social plugins

NodeBB Plugins

Suggested Topics


  • katex plugin problem

    NodeBB Plugins
    0 Votes
    2 Posts
    846 Views

    Another way is to put the following into your custom header:

    <script type="text/x-mathjax-config"> MathJax.Hub.Config ({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], skipTags: ["<pre>","<span>"] }, TeX: {equationNumbers: {autoNumber: "AMS"}, extensions: ["color.js"], Macros: {ra: "{\\rm a}", rb: "{\\rm b}", rgh: "{\\rm rgh}", rD: "{\\rm D}", cell: "{\\rm cell}", drag: "{\\rm drag}", lift: "{\\rm lift}", rd: "{\\rm d}", Kd: "{\\rm Kd}", rc: "{\\rm c}",rN: "{\\rm N}",tr: "{\\rm tr}",dev: "{\\rm dev}",mag: "{\\rm mag}",max: "{\\rm max}",min: "{\\rm min}",exp: "{\\rm exp}", rq: "{\\rm q}", rE: "{\\rm E}", dpm: "{\\rm dpm}", rT: "{\\rm T}",rP: "{\\rm P}", rW: "{\\rm W}", bfU: "{\\bf U}", bfHbyA: "{\\bf HbyA}", bfS: "{\\bf S}", bfg: "{\\bf g}", bfh: "{\\bf h}", bfT: "{\\bf T}", bfV: "{\\bf V}", bfd: "{\\bf d}", bfI: "{\\bf I}", bfK: "{\\bf K}", bfA: "{\\bf A}", bfn: "{\\bf n}", bfR: "{\\bf R}", bfM: "{\\bf M}", bfx: "{\\bf x}",bfF: "{\\bf F}", p: "{\\partial}" } } } ); </script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <script> $(window).on('action:posts.loaded action:ajaxify.end', function () { MathJax.Hub.Queue(["Typeset", MathJax.Hub, "content"]); }); </script>

    then you can use MathJax.

  • 2 Votes
    15 Posts
    5k Views

    Down vote it for not being up to date. ๐Ÿ™‚

  • 5 Votes
    6 Posts
    3k Views

    Maybe you'll see that plugin built for next weekend ๐Ÿ˜›

  • PLUGIN WEEKENDS

    NodeBB Plugins
    4 Votes
    28 Posts
    9k Views

    Thanks guys ๐Ÿ˜› Still a load of bugs but pretty happy with what I managed to cook up in an evening/night.

    @julian said:

    Oh right, we never clarified whether a new week began on Sunday or Monday ๐Ÿ˜›

    To be fair it was nearly 2AM for me when I posted that, so Monday for me ๐Ÿ˜„