Hi all, I am experiencing some trouble using mswincontext.zip. I have properly installed perl and ruby as the wiki says. (http://wiki.contextgarden.net/Windows_Installation#Stand-alone_ConTeXt_dist ribution) But when it comes to use cdemo.bat I got:
texmfstart newtexexec.rb --autopdf --pdf demo-tex.tex TeXExec | processing document 'demo-tex.tex' TeXExec | provide ctx file TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | tex engine: pdfetex TeXExec | tex format: cont-en TeXExec | progname: context This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2c 7.5.5) \write18 enabled. I can't find the format file `cont-en.fmt'! TeXExec | runtime: 2.594 Exit code: 0
I thought this was a "click and go" package installation. I guess I have to do some format creation and all that, but I have nothing TeXy installed (just the mswincontext.zip). What do I need? Thanks in advance, jima
I get exactly the same problem today. I decided to install the latest mswincontext.zip since I hadn't updated for some time. I've never been sure of the update process so I thought this would be the best thing to do. Luckily I still have a an old versine which I installed and worked fine. It's dated 23 september 2005. I have to say I would prefer the most uptodate version with respect to bug fixes etc.. Thanks Keith -----Original Message----- From: ntg-context-bounces@ntg.nl [mailto:ntg-context-bounces@ntg.nl] On Behalf Of Jose Ignacio Marín Alberdi Sent: 26 February 2006 12:19 To: ntg-context@ntg.nl Subject: [NTG-context] mswincontext.zip installation Hi all, I am experiencing some trouble using mswincontext.zip. I have properly installed perl and ruby as the wiki says. (http://wiki.contextgarden.net/Windows_Installation#Stand-alone_ConTeXt_dist ribution) But when it comes to use cdemo.bat I got:
texmfstart newtexexec.rb --autopdf --pdf demo-tex.tex TeXExec | processing document 'demo-tex.tex' TeXExec | provide ctx file TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | tex engine: pdfetex TeXExec | tex format: cont-en TeXExec | progname: context This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2c 7.5.5) \write18 enabled. I can't find the format file `cont-en.fmt'! TeXExec | runtime: 2.594 Exit code: 0
I thought this was a "click and go" package installation. I guess I have to do some format creation and all that, but I have nothing TeXy installed (just the mswincontext.zip). What do I need? Thanks in advance, jima _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 268.1.0/269 - Release Date: 24/02/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 268.1.0/269 - Release Date: 24/02/2006
Jose Ignacio Marín Alberdi wrote:
Hi all,
I am experiencing some trouble using mswincontext.zip.
I have properly installed perl and ruby as the wiki says.
(http://wiki.contextgarden.net/Windows_Installation#Stand-alone_ConTeXt_dist ribution)
But when it comes to use cdemo.bat I got:
texmfstart newtexexec.rb --autopdf --pdf demo-tex.tex TeXExec | processing document 'demo-tex.tex' TeXExec | provide ctx file TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | tex engine: pdfetex TeXExec | tex format: cont-en TeXExec | progname: context This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2c 7.5.5) \write18 enabled. I can't find the format file `cont-en.fmt'! TeXExec | runtime: 2.594 Exit code: 0
I thought this was a "click and go" package installation. I guess I have to do some format creation and all that, but I have nothing TeXy installed (just the mswincontext.zip). What do I need?
Sorry, this step is missing on Wiki (forgotten). Can you try the following: Open command line (Start->Run->cmd) and do either a) or b): a) "cd" to directory where cdemo.bat resides, execute it and exit (this will set the path for you) b) execute (this should be in one line): C:\Programs\context\usr\local\context\tex\setuptex.bat C:\Programs\context\usr\local\context\tex (change "C:\Programs\context" to the proper folder) Then execute texexec --make --all The last one is the crucial step for making formats. Perhaps "making formats" should be present in menu in Scite (perhaps it already is, I can't check from here). Mojca
Hi, thanks ! that did it for me... I did (a) and then (b) :) Here is the sequence I used (assuming C:\Programs\context) Start->Run->cmd cd C:\Programs\context cdemo.bat Then I closed the SciTe thing but I remained in the cmd. Then, in one line as Mojca says: C:\Programs\context\usr\local\context\tex\setuptex.bat C:\Programs\context\usr\local\context\tex And texexec --make --all Then I closed the cmd, started by double click the cdemo.bat and voila ! Thanks ! jima -----Mensaje original----- De: ntg-context-bounces@ntg.nl [mailto:ntg-context-bounces@ntg.nl]En nombre de Mojca Miklavec Enviado el: lunes, 27 de febrero de 2006 13:08 Para: mailing list for ConTeXt users Asunto: Re: [NTG-context] mswincontext.zip installation Jose Ignacio Marín Alberdi wrote:
Hi all,
I am experiencing some trouble using mswincontext.zip.
I have properly installed perl and ruby as the wiki says.
(http://wiki.contextgarden.net/Windows_Installation#Stand-alone_ConTeXt_dist
ribution)
But when it comes to use cdemo.bat I got:
texmfstart newtexexec.rb --autopdf --pdf demo-tex.tex TeXExec | processing document 'demo-tex.tex' TeXExec | provide ctx file TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | tex engine: pdfetex TeXExec | tex format: cont-en TeXExec | progname: context This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2c 7.5.5) \write18 enabled. I can't find the format file `cont-en.fmt'! TeXExec | runtime: 2.594 Exit code: 0
I thought this was a "click and go" package installation. I guess I have to do some format creation and all that, but I have nothing TeXy installed (just the mswincontext.zip). What do I need?
Sorry, this step is missing on Wiki (forgotten). Can you try the following: Open command line (Start->Run->cmd) and do either a) or b): a) "cd" to directory where cdemo.bat resides, execute it and exit (this will set the path for you) b) execute (this should be in one line): C:\Programs\context\usr\local\context\tex\setuptex.bat C:\Programs\context\usr\local\context\tex (change "C:\Programs\context" to the proper folder) Then execute texexec --make --all The last one is the crucial step for making formats. Perhaps "making formats" should be present in menu in Scite (perhaps it already is, I can't check from here). Mojca _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
� wrote:
Hi,
thanks ! that did it for me...
I did (a) and then (b) :)
Here is the sequence I used (assuming C:\Programs\context)
Start->Run->cmd cd C:\Programs\context cdemo.bat
Then I closed the SciTe thing but I remained in the cmd.
Then, in one line as Mojca says: C:\Programs\context\usr\local\context\tex\setuptex.bat C:\Programs\context\usr\local\context\tex
And texexec --make --all
Then I closed the cmd, started by double click the cdemo.bat and voila !
there is also a colsole in scite itself (just key in texexec --make --all in the log pane) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
And me to! Thanks! Would some kind soul care to write up on the Wiki the best way to update the windows stand alone version? Please. Keith -----Original Message----- From: ntg-context-bounces@ntg.nl [mailto:ntg-context-bounces@ntg.nl] On Behalf Of Jose Ignacio Marín Alberdi Sent: 27 February 2006 21:58 To: mailing list for ConTeXt users Subject: Re: [NTG-context] mswincontext.zip installation Hi, thanks ! that did it for me... I did (a) and then (b) :) Here is the sequence I used (assuming C:\Programs\context) Start->Run->cmd cd C:\Programs\context cdemo.bat Then I closed the SciTe thing but I remained in the cmd. Then, in one line as Mojca says: C:\Programs\context\usr\local\context\tex\setuptex.bat C:\Programs\context\usr\local\context\tex And texexec --make --all Then I closed the cmd, started by double click the cdemo.bat and voila ! Thanks ! jima -----Mensaje original----- De: ntg-context-bounces@ntg.nl [mailto:ntg-context-bounces@ntg.nl]En nombre de Mojca Miklavec Enviado el: lunes, 27 de febrero de 2006 13:08 Para: mailing list for ConTeXt users Asunto: Re: [NTG-context] mswincontext.zip installation Jose Ignacio Marín Alberdi wrote:
Hi all,
I am experiencing some trouble using mswincontext.zip.
I have properly installed perl and ruby as the wiki says.
(http://wiki.contextgarden.net/Windows_Installation#Stand-alone_ConTeXt_dist
ribution)
But when it comes to use cdemo.bat I got:
texmfstart newtexexec.rb --autopdf --pdf demo-tex.tex TeXExec | processing document 'demo-tex.tex' TeXExec | provide ctx file TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | tex engine: pdfetex TeXExec | tex format: cont-en TeXExec | progname: context This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2c 7.5.5) \write18 enabled. I can't find the format file `cont-en.fmt'! TeXExec | runtime: 2.594 Exit code: 0
I thought this was a "click and go" package installation. I guess I have to do some format creation and all that, but I have nothing TeXy installed (just the mswincontext.zip). What do I need?
Sorry, this step is missing on Wiki (forgotten). Can you try the following: Open command line (Start->Run->cmd) and do either a) or b): a) "cd" to directory where cdemo.bat resides, execute it and exit (this will set the path for you) b) execute (this should be in one line): C:\Programs\context\usr\local\context\tex\setuptex.bat C:\Programs\context\usr\local\context\tex (change "C:\Programs\context" to the proper folder) Then execute texexec --make --all The last one is the crucial step for making formats. Perhaps "making formats" should be present in menu in Scite (perhaps it already is, I can't check from here). Mojca _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 268.1.1/270 - Release Date: 27/02/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 268.1.1/270 - Release Date: 27/02/2006
On Tue, Feb 28, 2006 at 06:48:50PM -0000, Keith McKay wrote:
And me to! Thanks!
Would some kind soul care to write up on the Wiki the best way to update the windows stand alone version? Please.
AFAIK is the Wiki page http://wiki.contextgarden.net/Windows_Installation HtH GSt -- http://www.catb.org/~esr/jargon/html/B/bottom-post.html
Not quite. I will try to edit the wiki myself later on. If not able I will post the message on this list that I think could be it, so anyone with permissions can do it. jima
On Tue, Feb 28, 2006 at 06:48:50PM -0000, Keith McKay wrote:
And me to! Thanks!
Would some kind soul care to write up on the Wiki the best way to update the windows stand alone version? Please.
AFAIK is the Wiki page http://wiki.contextgarden.net/Windows_Installation
HtH GSt -- http://www.catb.org/~esr/jargon/html/B/bottom-post.html _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
-------- Jose Ignacio Marín Alberdi (aka jima) Bayes Inference, S.A +34 91.532.74.40 www.bayesforecast.com http://www.espacioblog.com/scifish
Done (I think). jima -----Mensaje original----- De: ntg-context-bounces@ntg.nl [mailto:ntg-context-bounces@ntg.nl]En nombre de jimarin@bayesinf.com Enviado el: martes, 07 de marzo de 2006 16:30 Para: mailing list for ConTeXt users Asunto: Re: [NTG-context] mswincontext.zip installation Not quite. I will try to edit the wiki myself later on. If not able I will post the message on this list that I think could be it, so anyone with permissions can do it. jima
On Tue, Feb 28, 2006 at 06:48:50PM -0000, Keith McKay wrote:
And me to! Thanks!
Would some kind soul care to write up on the Wiki the best way to update the windows stand alone version? Please.
AFAIK is the Wiki page http://wiki.contextgarden.net/Windows_Installation
HtH GSt -- http://www.catb.org/~esr/jargon/html/B/bottom-post.html _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
-------- Jose Ignacio Marín Alberdi (aka jima) Bayes Inference, S.A +34 91.532.74.40 www.bayesforecast.com http://www.espacioblog.com/scifish _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
participants (6)
-
Hans Hagen
-
jimarin@bayesinf.com
-
Jose Ignacio Marín Alberdi
-
Keith McKay
-
Mojca Miklavec
-
stappers@stappers.nl