What is the best option for latex? this solution didn't work on mobile.
-
Hello all,
Searching the forum and found this solution to display latex, working ok for pc. but doesn't work for mobile. Please advice.- add MathJax to the custom header
- and add
$(window).on('action:posts.loaded action:ajaxify.end action:composer.preview', function () { MathJax.startup.defaultReady(); MathJax.startup.promise.then(() => { console.log('MathJax initial typesetting complete'); }); });
to custom javascript.
Plugin seem not working. What is your solution for displaying latex with nodebb? Thank you. -
If it works on desktop, there's no reason it shouldn't work on mobile. Did you try clearing your cache?
Copyright © 2024 NodeBB | Contributors