Re: [NTG-context] Problem with context in windows

2013-08-19 Thread Oualkacha, Karim
Hi Mica, 

 

Thank you for your responds. I tried the command lines you suggested without 
success. This is what I got :

 

C:\Users\oualkacha_kmktexlsr

Creating fndb for user root directory 
(C:\Users\oualkacha_k\AppData\Roaming\MiKTeX\2.9)...

Creating fndb for user root directory 
(C:\Users\oualkacha_k\AppData\Local\MiKTeX\2.9)...

Skipping common root directory (C:\ProgramData\MiKTeX\2.9)...

Skipping common root directory (C:\Program Files\MiKTeX 2.9)...

 

C:\Users\oualkacha_ktexexec --make --all

 

mtxrun  | kpse fallback with progname 'context' initialized in 0.05 
seconds

 

C:\Users\oualkacha_kmktexlsr

Creating fndb for user root directory 
(C:\Users\oualkacha_k\AppData\Roaming\MiKTeX\2.9)...

Creating fndb for user root directory 
(C:\Users\oualkacha_k\AppData\Local\MiKTeX\2.9)...

Skipping common root directory (C:\ProgramData\MiKTeX\2.9)...

Skipping common root directory (C:\Program Files\MiKTeX 2.9)...

 

C:\Users\oualkacha_ktexexec --make --xtx --all

 

mtxrun  | kpse fallback with progname 'context' initialized in 0.03 
seconds

 

Any help please.

 

Karim

 

 

 

De : ntg-context-boun...@ntg.nl [mailto:ntg-context-boun...@ntg.nl] De la part 
de Mica Semrick
Envoyé : 18 août 2013 15:55
À : mailing list for ConTeXt users
Objet : Re: [NTG-context] Problem with context in windows

 

Try running:

mktexlsr
texexec --make --all
mktexlsr
texexec --make --xtx --all 
mtxrun --selfupdate
mtxrun --generate
luatools --generate
context --make

 

You may not need to run all of them... but it is easier this way.

Best,
Mica

 

On Fri, Aug 16, 2013 at 12:29 PM, Oualkacha, Karim oualkacha.ka...@uqam.ca 
wrote:

Hi,

 

I installed conTeXt in windows following  the steps in the website 

http://wiki.contextgarden.net/Windows_Installation:_ConTeXt_Suite_with_SciTe#Install_SciTe

 

I have a PC with windows 7, ruby is already installed, and I have MikeTex 2.9 
already installed and as text editor WinEdt. To test if everything work, I 
created a file Test.tex  

 

\starttext

 

Test

 

\stoptext

 

 

When I executed it in WinEdt I didn't have any error message, however, there is 
no PDF file created for the Test.tex file [ConTeXt Compilation Report (Pages: 
0), Errors : 0]. 

 

In a command-line window (cmd) I tried the command context to see what is the 
problem: I got the following message: 

warnings no lua configuration files found

no texmf paths are defined using TEXMF 

 

I tried also texexec command and I got the following message:

mtxrun  ! kpse fallback with programme `context` initialized in 0.062 
seconds  

 

Any Help Please!

 

Karim

 

 


___
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
___

 

___
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
___

Re: [NTG-context] Problem with context in windows

2013-08-19 Thread Mica Semrick
Did you use the setuptex command previous to running the other commands?


On Mon, Aug 19, 2013 at 7:42 AM, Oualkacha, Karim
oualkacha.ka...@uqam.cawrote:

 Hi Mica, 

 ** **

 Thank you for your responds. I tried the command lines you suggested
 without success. This is what I got :

 ** **

 *C:\Users\oualkacha_kmktexlsr*

 Creating fndb for user root directory
 (C:\Users\oualkacha_k\AppData\Roaming\MiKTeX\2.9)...

 Creating fndb for user root directory
 (C:\Users\oualkacha_k\AppData\Local\MiKTeX\2.9)...

 Skipping common root directory (C:\ProgramData\MiKTeX\2.9)...

 Skipping common root directory (C:\Program Files\MiKTeX 2.9)...

 ** **

 *C:\Users\oualkacha_ktexexec --make --all*

 ** **

 mtxrun  | kpse fallback with progname 'context' initialized in
 0.05 seconds

 ** **

 *C:\Users\oualkacha_kmktexlsr*

 Creating fndb for user root directory
 (C:\Users\oualkacha_k\AppData\Roaming\MiKTeX\2.9)...

 Creating fndb for user root directory
 (C:\Users\oualkacha_k\AppData\Local\MiKTeX\2.9)...

 Skipping common root directory (C:\ProgramData\MiKTeX\2.9)...

 Skipping common root directory (C:\Program Files\MiKTeX 2.9)...

 ** **

 *C:\Users\oualkacha_ktexexec --make --xtx --all*

 ** **

 mtxrun  | kpse fallback with progname 'context' initialized in
 0.03 seconds

 ** **

 Any help please.

 ** **

 Karim

 ** **

 ** **

 ** **

 *De :* ntg-context-boun...@ntg.nl [mailto:ntg-context-boun...@ntg.nl] *De
 la part de* Mica Semrick
 *Envoyé :* 18 août 2013 15:55
 *À :* mailing list for ConTeXt users
 *Objet :* Re: [NTG-context] Problem with context in windows

 ** **

 Try running:

 mktexlsr
 texexec --make --all
 mktexlsr
 texexec --make --xtx --all
 mtxrun --selfupdate
 mtxrun --generate
 luatools --generate
 context --make

  

 You may not need to run all of them... but it is easier this way.

 Best,
 Mica

 ** **

 On Fri, Aug 16, 2013 at 12:29 PM, Oualkacha, Karim 
 oualkacha.ka...@uqam.ca wrote:

 Hi,

  

 I installed conTeXt in windows following  the steps in the website 


 http://wiki.contextgarden.net/Windows_Installation:_ConTeXt_Suite_with_SciTe#Install_SciTe
 

  

 I have a PC with windows 7, ruby is already installed, and I have MikeTex
 2.9 already installed and as text editor WinEdt. To test if everything
 work, I created a file Test.tex  

  

 \starttext

  

 Test

  

 \stoptext

  

  

 When I executed it in WinEdt I didn’t have any error message, however,
 there is no PDF file created for the Test.tex file [ConTeXt Compilation
 Report (Pages: 0), Errors : 0]. 

  

 In a command-line window (cmd) I tried the command context to see what is
 the problem: I got the following message: 

 warnings no lua configuration files found

 no texmf paths are defined using TEXMF 

  

 I tried also texexec command and I got the following message:

 mtxrun  ! kpse fallback with programme `context` initialized in 0.062
 seconds  

  

 Any Help Please!

  

 Karim

  

  



 ___
 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

 ___
 

 ** **


 ___
 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

 ___

___
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
___

Re: [NTG-context] Problem with context in windows

2013-08-19 Thread Oualkacha, Karim
Thanks very much Mica for your support. Once I executed first the setuptex.bat, 
the other command lines are worked nicely. 

 

I want just notice that for people that want to work with the text editor 
WinEdt, there is now a macro command contributed by Karl Koeller which allows 
running ConTeXt within WinEdt, and which is very simple to manage. The link is 
given here: Web Site http://www.winedt.ORG http://www.winedt.ORG 

 

Thanks again!

 

Karim

 

 

 

 

 

 

De : ntg-context-boun...@ntg.nl [mailto:ntg-context-boun...@ntg.nl] De la part 
de Mica Semrick
Envoyé : 19 août 2013 12:37
À : mailing list for ConTeXt users
Objet : Re: [NTG-context] Problem with context in windows

 

Did you use the setuptex command previous to running the other commands?

 

On Mon, Aug 19, 2013 at 7:42 AM, Oualkacha, Karim oualkacha.ka...@uqam.ca 
wrote:

Hi Mica, 

 

Thank you for your responds. I tried the command lines you suggested without 
success. This is what I got :

 

C:\Users\oualkacha_kmktexlsr

Creating fndb for user root directory 
(C:\Users\oualkacha_k\AppData\Roaming\MiKTeX\2.9)...

Creating fndb for user root directory 
(C:\Users\oualkacha_k\AppData\Local\MiKTeX\2.9)...

Skipping common root directory (C:\ProgramData\MiKTeX\2.9)...

Skipping common root directory (C:\Program Files\MiKTeX 2.9)...

 

C:\Users\oualkacha_ktexexec --make --all

 

mtxrun  | kpse fallback with progname 'context' initialized in 0.05 
seconds

 

C:\Users\oualkacha_kmktexlsr

Creating fndb for user root directory 
(C:\Users\oualkacha_k\AppData\Roaming\MiKTeX\2.9)...

Creating fndb for user root directory 
(C:\Users\oualkacha_k\AppData\Local\MiKTeX\2.9)...

Skipping common root directory (C:\ProgramData\MiKTeX\2.9)...

Skipping common root directory (C:\Program Files\MiKTeX 2.9)...

 

C:\Users\oualkacha_ktexexec --make --xtx --all

 

mtxrun  | kpse fallback with progname 'context' initialized in 0.03 
seconds

 

Any help please.

 

Karim

 

 

 

De : ntg-context-boun...@ntg.nl [mailto:ntg-context-boun...@ntg.nl] De la part 
de Mica Semrick
Envoyé : 18 août 2013 15:55
À : mailing list for ConTeXt users
Objet : Re: [NTG-context] Problem with context in windows

 

Try running:

mktexlsr
texexec --make --all
mktexlsr
texexec --make --xtx --all 
mtxrun --selfupdate
mtxrun --generate
luatools --generate
context --make

 

You may not need to run all of them... but it is easier this way.

Best,
Mica

 

On Fri, Aug 16, 2013 at 12:29 PM, Oualkacha, Karim oualkacha.ka...@uqam.ca 
wrote:

Hi,

 

I installed conTeXt in windows following  the steps in the website 

http://wiki.contextgarden.net/Windows_Installation:_ConTeXt_Suite_with_SciTe#Install_SciTe

 

I have a PC with windows 7, ruby is already installed, and I have MikeTex 2.9 
already installed and as text editor WinEdt. To test if everything work, I 
created a file Test.tex  

 

\starttext

 

Test

 

\stoptext

 

 

When I executed it in WinEdt I didn't have any error message, however, there is 
no PDF file created for the Test.tex file [ConTeXt Compilation Report (Pages: 
0), Errors : 0]. 

 

In a command-line window (cmd) I tried the command context to see what is the 
problem: I got the following message: 

warnings no lua configuration files found

no texmf paths are defined using TEXMF 

 

I tried also texexec command and I got the following message:

mtxrun  ! kpse fallback with programme `context` initialized in 0.062 
seconds  

 

Any Help Please!

 

Karim

 

 


___
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
___

 


___
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
___

 

___
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
___

Re: [NTG-context] Problem with context in windows

2013-08-18 Thread Mica Semrick
Try running:

mktexlsr
texexec --make --all
mktexlsr
texexec --make --xtx --all
mtxrun --selfupdate
mtxrun --generate
luatools --generate
context --make

You may not need to run all of them... but it is easier this way.

Best,
Mica


On Fri, Aug 16, 2013 at 12:29 PM, Oualkacha, Karim
oualkacha.ka...@uqam.cawrote:

 Hi,

 ** **

 I installed conTeXt in windows following  the steps in the website 


 http://wiki.contextgarden.net/Windows_Installation:_ConTeXt_Suite_with_SciTe#Install_SciTe
 

 ** **

 I have a PC with windows 7, ruby is already installed, and I have MikeTex
 2.9 already installed and as text editor WinEdt. To test if everything
 work, I created a file Test.tex  

 ** **

 \starttext

 ** **

 Test

 ** **

 \stoptext

 ** **

 ** **

 When I executed it in WinEdt I didn’t have any error message, however,
 there is no PDF file created for the Test.tex file [ConTeXt Compilation
 Report (Pages: 0), Errors : 0]. 

 ** **

 In a command-line window (cmd) I tried the command context to see what is
 the problem: I got the following message: 

 warnings no lua configuration files found

 no texmf paths are defined using TEXMF 

 ** **

 I tried also texexec command and I got the following message:

 mtxrun  ! kpse fallback with programme `context` initialized in 0.062
 seconds  

 ** **

 Any Help Please!

 ** **

 Karim

 ** **

 ** **


 ___
 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

 ___

___
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
___

[NTG-context] Problem with context in windows

2013-08-17 Thread Oualkacha, Karim
Hi,

 

I installed conTeXt in windows following  the steps in the website 

http://wiki.contextgarden.net/Windows_Installation:_ConTeXt_Suite_with_S
ciTe#Install_SciTe

 

I have a PC with windows 7, ruby is already installed, and I have
MikeTex 2.9 already installed and as text editor WinEdt. To test if
everything work, I created a file Test.tex  

 

\starttext

 

Test

 

\stoptext

 

 

When I executed it in WinEdt I didn't have any error message, however,
there is no PDF file created for the Test.tex file [ConTeXt Compilation
Report (Pages: 0), Errors : 0]. 

 

In a command-line window (cmd) I tried the command context to see what
is the problem: I got the following message: 

warnings no lua configuration files found

no texmf paths are defined using TEXMF 

 

I tried also texexec command and I got the following message:

mtxrun  ! kpse fallback with programme `context` initialized in
0.062 seconds  

 

Any Help Please!

 

Karim

 

 

___
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
___