texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] Tikz


From: Daniel Bump
Subject: Re: [Texmacs-dev] Tikz
Date: Fri, 21 May 2021 14:48:19 -0700


Massimiliano Gubinelli wrote:

> You might also want to check the output to
> (python-command)
> and of 
> (tikz-launcher)
> in a scheme session.

Scheme]  (url-exists-in-path? "latex")

#t
Scheme]  (python-command)

"python3"
Scheme]  (tikz-launcher)

"python3
\"/Applications/TeXmacs.app/Contents/Resources/share/TeXmacs/plugins/tmpy/session/tm_tikz.py\""
Scheme]

So far so good ...

$ ls -l
/Applications/TeXmacs.app/Contents/Resources/share/TeXmacs/plugins/tmpy/session/tm_tikz.py
-rw-r--r--@ 1 bump  admin  1273 May  6 06:34 
/Applications/TeXmacs.app/Contents/Resources/share/TeXmacs/plugins/tmpy/session/tm_tikz.py

I tried changing the permissions to 755 but that didn't fix it.
I note that some of the files in that directory have different
permissions:

-rw-r--r--@ 1 bump  admin     0 May  6 06:34 __init__.py
-rw-r--r--@ 1 bump  admin  1292 May  6 06:34 tm_asy.py
-rw-r--r--@ 1 bump  admin  1292 May  6 06:34 tm_dratex.py
-rwxr-xr-x@ 1 bump  admin  1291 May  6 06:34 tm_gnuplot.py
-rwxr-xr-x@ 1 bump  admin  5552 May  6 06:34 tm_graph.py
-rw-r--r--@ 1 bump  admin  2728 May  6 06:34 tm_graphviz.py
-rw-r--r--@ 1 bump  admin  1298 May  6 06:34 tm_plantuml.py
-rwxr-xr-x@ 1 bump  admin  5746 May  6 06:34 tm_python.py
-rw-r--r--@ 1 bump  admin  6065 May  6 06:34 tm_sage.py
-rw-r--r--@ 1 bump  admin  2740 May  6 06:34 tm_sympy.py
-rwxr-xr-x@ 1 bump  admin  1273 May  6 06:34 tm_tikz.py
-rw-r--r--@ 1 bump  admin  1288 May  6 06:34 tm_xypic.py

But for example tm_sage has the same permission 644
that tm_tikz.py had (before I changed it) and still
I do see

Insert -> Fold -> Executable -> Sage

but still not Tikz.

Thanks!
Dan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]