https://mailman.ntg.nl/pipermail/ntg-context/2015/080581.html Hi, I tested the file and the figure is not drawn but I get the following message "[[output file missing" Thanks Fabrice
On Thu, 26 Oct 2017, Fabrice Couvreur wrote:
https://mailman.ntg.nl/pipermail/ntg-context/2015/080581.html
Hi, I tested the file and the figure is not drawn but I get the following message "[[output file missing"
That works at my end so you will need to provide additional information. Please create a MWE, add \traceexternalfilters after \usemodule[filter] and attach the tex and log files. Aditya
Hi Aditya,
I enclose the files you requested
Thank you
Fabrice
2017-10-26 17:09 GMT+02:00 Aditya Mahajan
On Thu, 26 Oct 2017, Fabrice Couvreur wrote:
https://mailman.ntg.nl/pipermail/ntg-context/2015/080581.html
Hi, I tested the file and the figure is not drawn but I get the following message "[[output file missing"
That works at my end so you will need to provide additional information. Please create a MWE, add \traceexternalfilters after \usemodule[filter] and attach the tex and log files.
Aditya ____________________________________________________________ _______________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/list info/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ____________________________________________________________ _______________________
On Fri, 27 Oct 2017, Fabrice Couvreur wrote:
I enclose the files you requested
1. What happens when you run asy -tex "context" -outformat pdf -outname ntg70-temp-ASY-0.pdf ntg70-temp-ASY-0.tmp from the command line (in the same directory as your MWE). Do you get a correct pdf? 2. Does any other example with the filter module work? (This is just to make sure that \executesystemcommand{...} is working correctly). Aditya
Hi Aditya, What happens when you run
asy -tex "context" -outformat pdf -outname ntg70-temp-ASY-0.pdf ntg70-temp-ASY-0.tmp
fab@debian:~$ asy -tex "context" -outformat pdf -outname
ntg70-temp-ASY-0.pdf ntg70-temp-ASY-0.tmp warning [version]: using possibly incompatible version 2.41 of plain.asy
error: could not load module 'ntg70-temp-ASY-0.tmp'
After, I tried to recompile the file with the command ConTeXt Full with
Emacs and it works !!!!
Does any other example with the filter module work?
It depends on the files, some yes, some no. For example the one who is
attached does not work
Thanks
Fabrice
2017-10-27 13:38 GMT+02:00 Aditya Mahajan
On Fri, 27 Oct 2017, Fabrice Couvreur wrote:
I enclose the files you requested
1. What happens when you run
asy -tex "context" -outformat pdf -outname ntg70-temp-ASY-0.pdf ntg70-temp-ASY-0.tmp
from the command line (in the same directory as your MWE). Do you get a correct pdf?
2. Does any other example with the filter module work? (This is just to make sure that \executesystemcommand{...} is working correctly).
Aditya ____________________________________________________________ _______________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/list info/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ____________________________________________________________ _______________________
Hi Aditya,
I continue to test files, some work (ntg70.tex) and some do not
(ntg71.tex). This
seems to depend on imported modules but why ?
Thank you.
Fabrice
2017-10-28 12:38 GMT+02:00 Fabrice Couvreur
Hi Aditya,
What happens when you run
asy -tex "context" -outformat pdf -outname ntg70-temp-ASY-0.pdf ntg70-temp-ASY-0.tmp
fab@debian:~$ asy -tex "context" -outformat pdf -outname
ntg70-temp-ASY-0.pdf ntg70-temp-ASY-0.tmp warning [version]: using possibly incompatible version 2.41 of plain.asy
error: could not load module 'ntg70-temp-ASY-0.tmp'
After, I tried to recompile the file with the command ConTeXt Full with Emacs and it works !!!!
Does any other example with the filter module work?
It depends on the files, some yes, some no. For example the one who is attached does not work
Thanks Fabrice
2017-10-27 13:38 GMT+02:00 Aditya Mahajan
: On Fri, 27 Oct 2017, Fabrice Couvreur wrote:
I enclose the files you requested
1. What happens when you run
asy -tex "context" -outformat pdf -outname ntg70-temp-ASY-0.pdf ntg70-temp-ASY-0.tmp
from the command line (in the same directory as your MWE). Do you get a correct pdf?
2. Does any other example with the filter module work? (This is just to make sure that \executesystemcommand{...} is working correctly).
Aditya ____________________________________________________________ _______________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/list info/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ____________________________________________________________ _______________________
On Wed, 1 Nov 2017, Fabrice Couvreur wrote:
Hi Aditya, I continue to test files, some work (ntg70.tex) and some do not (ntg71.tex). This seems to depend on imported modules but why ?
Both files work correctly at my end. I don't understand asymptote well enough to debug why some imported modules fail. The only reason that I can think of is that "import solids;" is calling an external program and there are some settings in your texmfcnf file that is restricting that program to run. Are you using context minimals or texlive? If you compile the attach ntg71.tex file, do you get ntg71-macro.pdf? If not, then this is an issue with shell escape restrictions on your system. Aditya
Am Wed, 1 Nov 2017 09:50:47 -0400 (EDT) schrieb Aditya Mahajan:
The only reason that I can think of is that "import solids;" is calling an external program and there are some settings in your texmfcnf file that is restricting that program to run.
I don't know much about asymptote but as I just tried to debug an error message in miktex: Imho the "solids" library calls the three library which tries to use the OpenGL-renderer. In miktex this fails (https://github.com/MiKTeX/miktex/issues/26) and the "solution" is to set the output format to pdf: https://tex.stackexchange.com/questions/398421/miktex-how-to-install-glut-li... Perhaps the problem here is due to a similar issue. -- Ulrike Fischer http://www.troubleshooting-tex.de/
On 1 November 2017 at 16:29, Ulrike Fischer wrote:
Am Wed, 1 Nov 2017 09:50:47 -0400 (EDT) schrieb Aditya Mahajan:
The only reason that I can think of is that "import solids;" is calling an external program and there are some settings in your texmfcnf file that is restricting that program to run.
I don't know much about asymptote but as I just tried to debug an error message in miktex: Imho the "solids" library calls the three library which tries to use the OpenGL-renderer.
In miktex this fails (https://github.com/MiKTeX/miktex/issues/26) and the "solution" is to set the output format to pdf:
https://tex.stackexchange.com/questions/398421/miktex-how-to-install-glut-li...
Perhaps the problem here is due to a similar issue.
If this has something to do with OpenGL, a properly built asymptote might solve the problem. Which OS and which distribution are you using? Mojca
Hi Aditya
Are you using context minimals or texlive?
With Emacs, I work with context minimals and command 'ConTeXt Full' but I
also tried with texlive 2017.
If you compile the attach ntg71.tex file, do you get ntg71-macro.pdf?
No
Fabrice
2017-11-01 16:49 GMT+01:00 Mojca Miklavec
On 1 November 2017 at 16:29, Ulrike Fischer wrote:
Am Wed, 1 Nov 2017 09:50:47 -0400 (EDT) schrieb Aditya Mahajan:
The only reason that I can think of is that "import solids;" is calling an external program and there are some settings in your texmfcnf file that is restricting that program to run.
I don't know much about asymptote but as I just tried to debug an error message in miktex: Imho the "solids" library calls the three library which tries to use the OpenGL-renderer.
In miktex this fails (https://github.com/MiKTeX/miktex/issues/26) and the "solution" is to set the output format to pdf:
https://tex.stackexchange.com/questions/398421/miktex-how- to-install-glut-library-on-windows/398674#398674
Perhaps the problem here is due to a similar issue.
If this has something to do with OpenGL, a properly built asymptote might solve the problem. Which OS and which distribution are you using?
Mojca ____________________________________________________________ _______________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/ listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ____________________________________________________________ _______________________
On 2 November 2017 at 09:54, Fabrice Couvreur wrote:
Hi Aditya
Are you using context minimals or texlive?
With Emacs, I work with context minimals and command 'ConTeXt Full' but I also tried with texlive 2017.
A more relevant question would be: where does your asymptote binary come from and which OS are you using? Mojca
I will first specify that all the files with the extension .asy work and
that I try to include Asymptote code in a file with the extension .tex to
be able to compile it with context.
My operating system is Debian Stretch and I installed Asymptote in my home
because that of Texlive 2017 did not work because some libraries were
missing
https://sourceforge.net/p/asymptote/discussion/409349/thread/d208bdcc/
fab@debian:~$ which asy
/home/fab/Asymptote/bin/asy
fab@debian:~$
Fabrice
2017-11-02 10:14 GMT+01:00 Mojca Miklavec
On 2 November 2017 at 09:54, Fabrice Couvreur wrote:
Hi Aditya
Are you using context minimals or texlive?
With Emacs, I work with context minimals and command 'ConTeXt Full' but I also tried with texlive 2017.
A more relevant question would be: where does your asymptote binary come from and which OS are you using?
Mojca ____________________________________________________________ _______________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/ listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ____________________________________________________________ _______________________
I check if the installation of Asymptote is correct.
If I compile the file test-1.asy it works with a pdf output but if I
compile the file test-2.asy it does not work and the pdf file is empty.
Both files compile with OpenGL output
fab@debian:~$ asy -V -f pdf test-1.asy
warning [version]: using possibly incompatible version 2.41 of plain.asy
fab@debian:~$ asy -V -f pdf test-2.asy
warning [version]: using possibly incompatible version 2.41 of plain.asy
fab@debian:~$
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
** (evince:8297): WARNING **: Unimplemented annotation:
POPPLER_ANNOT_UNKNOWN, please post a bug report in Evince bugzilla (
http://bugzilla.gnome.org) with a testcase.
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
** (evince:8297): WARNING **: Unimplemented annotation:
POPPLER_ANNOT_UNKNOWN, please post a bug report in Evince bugzilla (
http://bugzilla.gnome.org) with a testcase.
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
fab@debian:~$
2017-11-02 11:26 GMT+01:00 Fabrice Couvreur
I will first specify that all the files with the extension .asy work and that I try to include Asymptote code in a file with the extension .tex to be able to compile it with context.
My operating system is Debian Stretch and I installed Asymptote in my home because that of Texlive 2017 did not work because some libraries were missing
https://sourceforge.net/p/asymptote/discussion/409349/thread/d208bdcc/
fab@debian:~$ which asy /home/fab/Asymptote/bin/asy fab@debian:~$
Fabrice
2017-11-02 10:14 GMT+01:00 Mojca Miklavec
: On 2 November 2017 at 09:54, Fabrice Couvreur wrote:
Hi Aditya
Are you using context minimals or texlive?
With Emacs, I work with context minimals and command 'ConTeXt Full' but I also tried with texlive 2017.
A more relevant question would be: where does your asymptote binary come from and which OS are you using?
Mojca ____________________________________________________________ _______________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/list info/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ____________________________________________________________ _______________________
Sorry test-2.asy compile with OpenGL output
2017-11-02 12:43 GMT+01:00 Fabrice Couvreur
I check if the installation of Asymptote is correct. If I compile the file test-1.asy it works with a pdf output but if I compile the file test-2.asy it does not work and the pdf file is empty. Both files compile with OpenGL output
fab@debian:~$ asy -V -f pdf test-1.asy warning [version]: using possibly incompatible version 2.41 of plain.asy
fab@debian:~$ asy -V -f pdf test-2.asy warning [version]: using possibly incompatible version 2.41 of plain.asy
fab@debian:~$ (evince:8297): Poppler-WARNING **: Unsupported Annot Type
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
** (evince:8297): WARNING **: Unimplemented annotation: POPPLER_ANNOT_UNKNOWN, please post a bug report in Evince bugzilla ( http://bugzilla.gnome.org) with a testcase.
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
** (evince:8297): WARNING **: Unimplemented annotation: POPPLER_ANNOT_UNKNOWN, please post a bug report in Evince bugzilla ( http://bugzilla.gnome.org) with a testcase.
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
fab@debian:~$
2017-11-02 11:26 GMT+01:00 Fabrice Couvreur
: I will first specify that all the files with the extension .asy work and that I try to include Asymptote code in a file with the extension .tex to be able to compile it with context.
My operating system is Debian Stretch and I installed Asymptote in my home because that of Texlive 2017 did not work because some libraries were missing
https://sourceforge.net/p/asymptote/discussion/409349/thread/d208bdcc/
fab@debian:~$ which asy /home/fab/Asymptote/bin/asy fab@debian:~$
Fabrice
2017-11-02 10:14 GMT+01:00 Mojca Miklavec
:
On 2 November 2017 at 09:54, Fabrice Couvreur wrote:
Hi Aditya
Are you using context minimals or texlive?
With Emacs, I work with context minimals and command 'ConTeXt Full' but I also tried with texlive 2017.
A more relevant question would be: where does your asymptote binary come from and which OS are you using?
Mojca ____________________________________________________________ _______________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/list info/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ____________________________________________________________ _______________________
When compiling the file with asy -V -f pdf test-2.asy I get the following
message
warning: /home/fab/context/tex/texmf/web2c/texmf.cnf:49: (kpathsea) No cnf
value on line: OSFONTDIR =.
dvips: warning: no config file for `download35'
dvips: ! Couldn't find header file: tex.pro
/home/fab/Asymptote/share/asymptote/plain_shipout.asy: 87.10: runtime:
shipout failed
2017-11-02 12:45 GMT+01:00 Fabrice Couvreur
Sorry test-2.asy compile with OpenGL output
2017-11-02 12:43 GMT+01:00 Fabrice Couvreur
: I check if the installation of Asymptote is correct. If I compile the file test-1.asy it works with a pdf output but if I compile the file test-2.asy it does not work and the pdf file is empty. Both files compile with OpenGL output
fab@debian:~$ asy -V -f pdf test-1.asy warning [version]: using possibly incompatible version 2.41 of plain.asy
fab@debian:~$ asy -V -f pdf test-2.asy warning [version]: using possibly incompatible version 2.41 of plain.asy
fab@debian:~$ (evince:8297): Poppler-WARNING **: Unsupported Annot Type
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
** (evince:8297): WARNING **: Unimplemented annotation: POPPLER_ANNOT_UNKNOWN, please post a bug report in Evince bugzilla ( http://bugzilla.gnome.org) with a testcase.
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
** (evince:8297): WARNING **: Unimplemented annotation: POPPLER_ANNOT_UNKNOWN, please post a bug report in Evince bugzilla ( http://bugzilla.gnome.org) with a testcase.
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
fab@debian:~$
2017-11-02 11:26 GMT+01:00 Fabrice Couvreur
: I will first specify that all the files with the extension .asy work and that I try to include Asymptote code in a file with the extension .tex to be able to compile it with context.
My operating system is Debian Stretch and I installed Asymptote in my home because that of Texlive 2017 did not work because some libraries were missing
https://sourceforge.net/p/asymptote/discussion/409349/thread/d208bdcc/
fab@debian:~$ which asy /home/fab/Asymptote/bin/asy fab@debian:~$
Fabrice
2017-11-02 10:14 GMT+01:00 Mojca Miklavec
: On 2 November 2017 at 09:54, Fabrice Couvreur wrote:
Hi Aditya
Are you using context minimals or texlive?
With Emacs, I work with context minimals and command 'ConTeXt Full' but I also tried with texlive 2017.
A more relevant question would be: where does your asymptote binary come from and which OS are you using?
Mojca ____________________________________________________________ _______________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/list info/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ____________________________________________________________ _______________________
participants (4)
-
Aditya Mahajan
-
Fabrice Couvreur
-
Mojca Miklavec
-
Ulrike Fischer