\executesystemcommand dont work?
Dear Jaroslav, Here your lines fonts > 'fallback modern-designsize rm 12pt' is loaded test > before calling shell command test > after calling shell command close source > 2 > 3 > C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs... are like fonts > 'fallback modern-designsize rm 12pt' is loaded "OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO" close source > 2 > 3 > C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs... (Windows 7, 32bit and Windows 8.1, 64bit) (mtx-context | current version: 2015.02.03 23:55) Thanks, Akira
Thanx Akira for reply. Thanks to your answers I see that my console output differs from yours. At this moment, however, I do not know what happened to my windows respectively how to correct the mistake. Does anyone know how to fix it? I'm not ConTeXt expert and I'm not Windows expert too. Thanx Jaroslav Hajtmar Dne 17.2.2015 v 8:04 Akira Kakuto napsal(a):
Dear Jaroslav,
Here your lines
fonts > 'fallback modern-designsize rm 12pt' is loaded test > before calling shell command test > after calling shell command close source > 2 > 3 > C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs...
are like
fonts > 'fallback modern-designsize rm 12pt' is loaded "OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO" close source > 2 > 3 > C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs...
(Windows 7, 32bit and Windows 8.1, 64bit) (mtx-context | current version: 2015.02.03 23:55)
Thanks, Akira
___________________________________________________________________________________
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://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
Am Tue, 17 Feb 2015 09:55:58 +0100 schrieb Jaroslav Hajtmar:
Thanks to your answers I see that my console output differs from yours. At this moment, however, I do not know what happened to my windows respectively how to correct the mistake. Does anyone know how to fix it? I'm not ConTeXt expert and I'm not Windows expert too.
You said you had a texlive2014 too, so you could try --shell-escape with latex. This would it make easier to see if the problem is with windows or with context: \documentclass{article} \begin{document} \immediate\write18{echo "OOOOOOOOOOOOOOOOOOOOOOOO"} \end{document} run it with pdflatex --shell-escape and/or lualatex --shell-escape -- Ulrike Fischer http://www.troubleshooting-tex.de/
Thanx Ulrike for reply. I'm sending outputs from Pdflatex and lualatex consoles: I do not know what I should receive Jaroslav Hajtmar PDFLaTeX output console: Microsoft Windows [Verze 6.1.7601] Copyright (c) 2009 Microsoft Corporation. Všechna práva vyhrazena. C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\ScanCSV\t-scancsv_ConTeXt_module\2PabloRod riguez5\ddd>pdflatex --shell-escape latex This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014/W32TeX) (preloaded format=pdflatex) \write18 enabled. entering extended mode (./latex.tex LaTeX2e <2014/05/01> Babel <3.9k> and hyphenation patterns for 79 languages loaded. (c:/texlive/2014/texmf-dist/tex/latex/base/article.cls Document Class: article 2007/10/19 v1.4h Standard LaTeX document class (c:/texlive/2014/texmf-dist/tex/latex/base/size10.clo)) No file latex.aux. (./latex.aux) ) No pages of output. Transcript written on latex.log. C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\ScanCSV\t-scancsv_ConTeXt_module\2PabloRod riguez5\ddd> And LuaLaTeX output console: C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\ScanCSV\t-scancsv_ConTeXt_module\2PabloRod riguez5\ddd>lualatex --shell-escape latex This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/W32TeX) (rev 4971) \write18 enabled. (./latex.tex LaTeX2e <2014/05/01> Babel <3.9k> and hyphenation patterns for 79 languages loaded. (c:/texlive/2014/texmf-dist/tex/latex/base/article.cls Document Class: article 2007/10/19 v1.4h Standard LaTeX document class (c:/texlive/2014/texmf-dist/tex/latex/base/size10.clo)) (./latex.aux) (./latex.aux)) 262 words of node memory still in use: 2 hlist, 1 vlist, 1 rule, 2 glue, 39 glue_spec, 2 write nodes avail lists: 2:12,3:1,6:3,7:1,9:1 No pages of output. Transcript written on latex.log. C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\ScanCSV\t-scancsv_ConTeXt_module\2PabloRod riguez5\ddd> Dne 17.2.2015 v 11:29 Ulrike Fischer napsal(a):
pdflatex --shell-escape
Am Tue, 17 Feb 2015 12:43:47 +0100 schrieb Jaroslav Hajtmar:
Thanx Ulrike for reply. I'm sending outputs from Pdflatex and lualatex consoles: I do not know what I should receive
You should see (./test-utf8.aux)"OOOOOOOOOOOOOOOOOOOOOOOO" on the command line and runsystem(echo "OOOOOOOOOOOOOOOOOOOOOOOO")...executed. in the log. So the problem is not in context but in windows. I'm sure Akira is right: cmd.exe is not in the path. -- Ulrike Fischer http://www.troubleshooting-tex.de/
participants (3)
-
Akira Kakuto
-
Jaroslav Hajtmar
-
Ulrike Fischer