ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem with context in windows
@ 2013-08-16 19:29 Oualkacha, Karim
  2013-08-18 19:55 ` Mica Semrick
  0 siblings, 1 reply; 5+ messages in thread
From: Oualkacha, Karim @ 2013-08-16 19:29 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1032 bytes --]

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

 

 


[-- Attachment #1.2: Type: text/html, Size: 4433 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with context in windows
  2013-08-16 19:29 Problem with context in windows Oualkacha, Karim
@ 2013-08-18 19:55 ` Mica Semrick
  2013-08-19 14:42   ` Oualkacha, Karim
  0 siblings, 1 reply; 5+ messages in thread
From: Mica Semrick @ 2013-08-18 19:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2107 bytes --]

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.karim@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
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 4674 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with context in windows
  2013-08-18 19:55 ` Mica Semrick
@ 2013-08-19 14:42   ` Oualkacha, Karim
  2013-08-19 16:37     ` Mica Semrick
  0 siblings, 1 reply; 5+ messages in thread
From: Oualkacha, Karim @ 2013-08-19 14:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 3289 bytes --]

Hi Mica, 

 

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

 

C:\Users\oualkacha_k>mktexlsr

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_k>texexec --make --all

 

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

 

C:\Users\oualkacha_k>mktexlsr

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_k>texexec --make --xtx --all

 

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

 

Any help please.

 

Karim

 

 

 

De : ntg-context-bounces@ntg.nl [mailto:ntg-context-bounces@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.karim@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
___________________________________________________________________________________

 


[-- Attachment #1.2: Type: text/html, Size: 13646 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with context in windows
  2013-08-19 14:42   ` Oualkacha, Karim
@ 2013-08-19 16:37     ` Mica Semrick
  2013-08-19 21:44       ` Oualkacha, Karim
  0 siblings, 1 reply; 5+ messages in thread
From: Mica Semrick @ 2013-08-19 16:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 4564 bytes --]

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


On Mon, Aug 19, 2013 at 7:42 AM, Oualkacha, Karim
<oualkacha.karim@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_k>mktexlsr*
>
> 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_k>texexec --make --all*
>
> ** **
>
> mtxrun          | kpse fallback with progname 'context' initialized in
> 0.05 seconds****
>
> ** **
>
> *C:\Users\oualkacha_k>mktexlsr*
>
> 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_k>texexec --make --xtx --all*
>
> ** **
>
> mtxrun          | kpse fallback with progname 'context' initialized in
> 0.03 seconds****
>
> ** **
>
> Any help please.****
>
> ** **
>
> Karim****
>
> ** **
>
> ** **
>
> ** **
>
> *De :* ntg-context-bounces@ntg.nl [mailto:ntg-context-bounces@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.karim@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
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 12755 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with context in windows
  2013-08-19 16:37     ` Mica Semrick
@ 2013-08-19 21:44       ` Oualkacha, Karim
  0 siblings, 0 replies; 5+ messages in thread
From: Oualkacha, Karim @ 2013-08-19 21:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 4688 bytes --]

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-bounces@ntg.nl [mailto:ntg-context-bounces@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.karim@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_k>mktexlsr

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_k>texexec --make --all

 

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

 

C:\Users\oualkacha_k>mktexlsr

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_k>texexec --make --xtx --all

 

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

 

Any help please.

 

Karim

 

 

 

De : ntg-context-bounces@ntg.nl [mailto:ntg-context-bounces@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.karim@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
___________________________________________________________________________________

 


[-- Attachment #1.2: Type: text/html, Size: 20376 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-08-19 21:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-16 19:29 Problem with context in windows Oualkacha, Karim
2013-08-18 19:55 ` Mica Semrick
2013-08-19 14:42   ` Oualkacha, Karim
2013-08-19 16:37     ` Mica Semrick
2013-08-19 21:44       ` Oualkacha, Karim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).