I'm glad it eventually works. Regarding LaTeX rendering: since version
4.0 MathJaX is locally installed and remote rendering has been switched
off. Unfortunately the installed MathJax folder by Jupyter is not
complete (lacking TeX extensions which are essential for FriCAS TeX
output). If you encounter problems (TeX source output instead of ...)
then you can complete the folder as follows:

1. Locate it: e.g. mine is
/usr/local/lib//python2.7/dist-packages/notebook/static/components/MathJax/

2. replace it by

 $ git clone https://github.com/mathjax/MathJax.git


I don't know if it's fixed in the meantime but the problem is known:
https://groups.google.com/forum/#!topic/jupyter/XsiE82A8r9I

BTW the there are 3 render engines which may be chosen by "right click"
on a formula. The default one is CSS, so if you want the formula
centered one has to change this in the style sheet.

--
Kurt




Am 11.10.2015 um 02:08 schrieb Alasdair McAndrew:
> My libzmq libraries are in /usr/lib/x86_64-linux-gnu:
> 
> libzmq.a  libzmq.so  libzmq.so.1  libzmq.so.1.0.1
> 
> Looks like I should upgrade my libzmq... which I've just done, using the
> script at https://gist.github.com/cdjhlee/b8e3c927a01b0948b42d And it now
> all works!  Fabulous!
> 
> For what it's worth, I've checked that efricas in emacs, with the commands
> ")set output tex on" and ")set output algebra off" gives nicely LaTeXed
> output.  This is some of the best stuff I've seen for a long time - and in
> many ways provides the sort of (Axiom)FriCAS interface which I think could
> greatly increase its popularity.
> 
> Many thanks for your hard work!
> 
> 
> 
> On Sun, Oct 11, 2015 at 10:38 AM, Kurt Pagani <nil...@gmail.com> wrote:
> 
>>
>> Great.
>>
>> What do you get when executing the command below ?
>>
>> kfp@helix:~$ ls /usr/local/lib/libzmq.*
>> /usr/local/lib/libzmq.a   /usr/local/lib/libzmq.so.4
>> /usr/local/lib/libzmq.la  /usr/local/lib/libzmq.so.4.0.0
>> /usr/local/lib/libzmq.so

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to