Search found 13 matches

by bwyork67
Mon Nov 13, 2017 11:50 pm
Forum: MiServer
Topic: MathJax and miserver
Replies: 14
Views: 44461

Re: MathJax and miserver

Brian Thanks, You solved my problem (again!). I was trying to get MathJax to reprocess the page with the MathJax.Hub.Typeset() command. I have been pasting things together and trying to understand how miserver works by reading the examples. Is it possible for me to get a copy of your workshop slides ...
by bwyork67
Fri Nov 10, 2017 11:18 pm
Forum: MiServer
Topic: MathJax and miserver
Replies: 14
Views: 44461

Re: MathJax and miserver

Hi Brian I am having difficulty replacing a div dynamically and forcing MathJax to typeset the new math. I tried following the description for dynamic pages but cannot get the implementation of dynamic MathJax to work. Here is a link to the documentation: m Any help would be greatly appreciated. Thx ...
by bwyork67
Fri Nov 10, 2017 1:39 am
Forum: MiServer
Topic: MathJax and miserver
Replies: 14
Views: 44461

Re: MathJax and miserver

Hi Brian I did all the modifications you suggested and they work fine. I am having trouble with the following: getting input from an editField as a Latex string; triggering the callback function, and then having the callback function render the Latex in a div or another editField. I probably do not ...
by bwyork67
Wed Nov 08, 2017 11:45 pm
Forum: MiServer
Topic: MathJax and miserver
Replies: 14
Views: 44461

Re: MathJax and miserver

Brian Wow!!! This is great. A template solves a lot of my problems. I will pull down your MathJax website and follow the example. For RESTful I am envisioning the student client who fills in an input box in Latex and data is returned to miserver, where I do some processing (my own apl code) before ...
by bwyork67
Wed Nov 08, 2017 5:30 pm
Forum: MiServer
Topic: MathJax and miserver
Replies: 14
Views: 44461

Re: MathJax and miserver

Brian

I got your model to work with tex2jax processor and MathJax at SiteRoot instead of
ServerRoot.

Thanks

Bryant
by bwyork67
Wed Nov 08, 2017 5:17 pm
Forum: MiServer
Topic: MathJax and miserver
Replies: 14
Views: 44461

Re: MathJax and miserver

Hi Brian I just tried your revised approach and it seems to work with ASCII math but not with Tex/Latex. For Tex/Latex I would like the additional configuration of the tex2jax processor. <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: {inlineMath ...
by bwyork67
Mon Nov 06, 2017 9:11 pm
Forum: MiServer
Topic: MathJax and miserver
Replies: 14
Views: 44461

Re: MathJax and miserver

Brian

Tried your prescription. I get a msg indicating "unable to load from a local directory.
I have to look up the setting for allowing the server to access a local directory.

Bryant
by bwyork67
Mon Nov 06, 2017 9:01 pm
Forum: MiServer
Topic: MathJax and miserver
Replies: 14
Views: 44461

Re: MathJax and miserver

Brian Thx. That is what I tried first, with one exception. I did not include a "use MathJax" in my mipage.. Maybe, that was the problem. I will try your solution. What does work is putting MatJax in the miserver folder and adding the MathJax scripts to the <body> of my mipage. I add the MathJax ...
by bwyork67
Mon Nov 06, 2017 9:01 pm
Forum: MiServer
Topic: MathJax and miserver
Replies: 14
Views: 44461

Re: MathJax and miserver

Brian Thx. That is what I tried first, with one exception. I did not include a "use MathJax" in my mipage.. Maybe, that was the problem. I will try your solution. What does work is putting MatJax in the miserver folder and adding the MathJax scripts to the <body> of my mipage. I add the MathJax ...
by bwyork67
Sun Nov 05, 2017 11:33 pm
Forum: MiServer
Topic: MathJax and miserver
Replies: 14
Views: 44461

Re: MathJax and miserver

I finally got MathJax going with miserver 3.0. My problems occurred when I tried to modify the Config/Resources.xml file to have MathJax scripts added to <head>. and I tried to keep my MathJax directory in the site directory. By moving the MathJax directory to a miserver subdirectory and adding a ...