Re: [NTG-context] mswincontext.zip

2008-08-28 Thread David Arnold
I followed these directions exactly and scite is working out of the  
box on mswincontext.zip.

To remove RubyGems from a single Ruby installation, from the
site_ruby/1.8 directory of that installation, remove:

* rubygems.rb (file)
* rubygems (directory)

If you do not have RubyGems installed in other Ruby installation
directories, you can also remove the following files from whatever
command directory is listed in your PATH:

* gem
* gemwhich
* gem_server
* gem_mirror
* generate_yaml_index.rb

And if you are removing RubyGems completely, don't forget to remove the
RUBYOPT environment variable from your environment.

Without actually trying it, I think that will do it.


D.


I also added import metapost in scite, but not all of the menu items  
on the tool menu work, in fact most of them don't work. Ctrl+6  
doesn't open the console, I can't get gsview to work instead of gv, etc.

D.


On Aug 28, 2008, at 12:35 AM, Hans Hagen wrote:

 [EMAIL PROTECTED] wrote:
 I found all my gems problems were coming from an environment  
 variable which
 pointed to rubygems. After I deleted it all the probs went away.  
 You will
 nedd to search using set as I have forgotten the variable

 ah, if we know that variable we can delete it in the startup script

 -
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
 -
 __ 
 _
 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  : https://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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mswincontext.zip

2008-08-27 Thread Mojca Miklavec
On Wed, Aug 27, 2008 at 2:27 AM,  [EMAIL PROTECTED] wrote:
 All,

 A bit frustrated as I cannot seem to get a mswincontext scite combination 
 going. I gave up on: http://pragma-ade.com/context/install/mswintex.zip. I 
 got absolutely nowhere with the installation and trying to connect scite.

 So, I just downloaded:  http://pragma-ade.com/context/install/mswincontext.zip

 After extracting to c:\context, I ran the file first-setup.bat, which 
 proceeded to install a lot of files. Was this a correct thing to do?

Where did you get the first-setup.bat from? I assume that it
downloaded a copy of what you already had to some other directory.
It's not needed, but we need to fix some things in first-setup.bat
(and rename it).

 Strange, as the distribution size was already huge. It would really help to 
 have a readme.txt in this distribution with installation directions.

 After first-setup was complete, I ran cscite.bat. Scite opened. Good! I 
 entered the usual test file:

 \starttext
 Hello, World!
 \stoptext

 And saved as test.tex.

 Then I tried Tools-Compile, which resulted in this error mesage:

 texmfstart concheck test.tex
 ruby: no such file to load--ubygems (LoadError)

Apparetly a problem with ruby. Try to follow Idris' advice.

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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mswincontext.zip

2008-08-27 Thread Hans Hagen
[EMAIL PROTECTED] wrote:
 All,
 
 A bit frustrated as I cannot seem to get a mswincontext scite combination 
 going. I gave up on: http://pragma-ade.com/context/install/mswintex.zip. I 
 got absolutely nowhere with the installation and trying to connect scite.

mswintex is just a zipped minimal

 So, I just downloaded:  http://pragma-ade.com/context/install/mswincontext.zip

that one has also scite, perl and ruby + some more

 After extracting to c:\context, I ran the file first-setup.bat, which 
 proceeded to install a lot of files. Was this a correct thing to do? Strange, 
 as the distribution size was already huge. It would really help to have a 
 readme.txt in this distribution with installation directions.

 After first-setup was complete, I ran cscite.bat. Scite opened. Good! I 
 entered the usual test file:
 
 \starttext
 Hello, World!
 \stoptext
 
 And saved as test.tex.

one option is to let setuptex be executed when you open a cmd prompt and 
then start scite from that (it's what i do here, since i do much on the 
console)

then scite knows in which env it lives

 Then I tried Tools-Compile, which resulted in this error mesage:
 
 texmfstart concheck test.tex
 ruby: no such file to load--ubygems (LoadError)

might be some conflict between the ruby in the zip and the installed 
one; this gems stuff overloads the 'require' function in an incompatible 
way (as idris suggested, get rid of gems)

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
-
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mswincontext.zip

2008-08-27 Thread David Arnold
Hans, Idris,

The only thing I know about Ruby is you used to install it in Windows  
so that Context thru Miktex would work. So, how do I get rid of the  
gems?

D.

On Aug 27, 2008, at 4:31 AM, Hans Hagen wrote:

 [EMAIL PROTECTED] wrote:
 All,

 A bit frustrated as I cannot seem to get a mswincontext scite  
 combination going. I gave up on: http://pragma-ade.com/context/ 
 install/mswintex.zip. I got absolutely nowhere with the  
 installation and trying to connect scite.

 mswintex is just a zipped minimal

 So, I just downloaded:  http://pragma-ade.com/context/install/ 
 mswincontext.zip

 that one has also scite, perl and ruby + some more

 After extracting to c:\context, I ran the file first-setup.bat,  
 which proceeded to install a lot of files. Was this a correct  
 thing to do? Strange, as the distribution size was already huge.  
 It would really help to have a readme.txt in this distribution  
 with installation directions.

 After first-setup was complete, I ran cscite.bat. Scite opened.  
 Good! I entered the usual test file:

 \starttext
 Hello, World!
 \stoptext

 And saved as test.tex.

 one option is to let setuptex be executed when you open a cmd  
 prompt and
 then start scite from that (it's what i do here, since i do much on  
 the
 console)

 then scite knows in which env it lives

 Then I tried Tools-Compile, which resulted in this error mesage:

 texmfstart concheck test.tex
 ruby: no such file to load--ubygems (LoadError)

 might be some conflict between the ruby in the zip and the installed
 one; this gems stuff overloads the 'require' function in an  
 incompatible
 way (as idris suggested, get rid of gems)

 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
 -
 __ 
 _
 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  : https://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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mswincontext.zip

2008-08-27 Thread Idris Samawi Hamid
Hi David,

On Wed, 27 Aug 2008 07:33:22 -0600, David Arnold  
[EMAIL PROTECTED] wrote:

 The only thing I know about Ruby is you used to install it in Windows
 so that Context thru Miktex would work. So, how do I get rid of the
 gems?

 From memory:

1. Uninstall Ruby completely;

2. Reinstall and choose custom install if that is available;

3. Uncheck the RubyGems option;

That's it!

setuptex.bat and the scripts that depend on it (like cscite.bat and my  
npp.bat) should work now.

Best wishes
Idris

-- 
Professor Idris Samawi Hamid, Editor-in-Chief
International Journal of Shi`i Studies
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mswincontext.zip

2008-08-27 Thread geoff . moyle
I found all my gems problems were coming from an environment variable which
pointed to rubygems. After I deleted it all the probs went away. You will
nedd to search using set as I have forgotten the variable

On Thu, Aug 28, 2008 at 1:25 AM, Idris Samawi Hamid
[EMAIL PROTECTED]wrote:

 Hi David,

 On Wed, 27 Aug 2008 07:33:22 -0600, David Arnold
 [EMAIL PROTECTED] wrote:

  The only thing I know about Ruby is you used to install it in Windows
  so that Context thru Miktex would work. So, how do I get rid of the
  gems?

  From memory:

 1. Uninstall Ruby completely;

 2. Reinstall and choose custom install if that is available;

 3. Uncheck the RubyGems option;

 That's it!

 setuptex.bat and the scripts that depend on it (like cscite.bat and my
 npp.bat) should work now.

 Best wishes
 Idris

 --
 Professor Idris Samawi Hamid, Editor-in-Chief
 International Journal of Shi`i Studies
 Department of Philosophy
 Colorado State University
 Fort Collins, CO 80523


 ___
 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  : https://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net

 ___




-- 
regards
Geoff Moyle
Knowledge Engineer

is est non super exaro pinguis era sono

Commercial-in-Confidence

This is a private communication and contains material which
is commercial in confidence, copyright, and contains or refers to trade
secrets. The contents of this document may not be redistributed
without the express permission of the author.
These conditions are not intended to apply to a posting to a
public mailing list : should these conditions appear inadvertently
on such a posting, please advise.
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] mswincontext.zip

2008-08-26 Thread dwarnold45
All,

A bit frustrated as I cannot seem to get a mswincontext scite combination 
going. I gave up on: http://pragma-ade.com/context/install/mswintex.zip. I got 
absolutely nowhere with the installation and trying to connect scite.

So, I just downloaded:  http://pragma-ade.com/context/install/mswincontext.zip

After extracting to c:\context, I ran the file first-setup.bat, which proceeded 
to install a lot of files. Was this a correct thing to do? Strange, as the 
distribution size was already huge. It would really help to have a readme.txt 
in this distribution with installation directions.

After first-setup was complete, I ran cscite.bat. Scite opened. Good! I entered 
the usual test file:

\starttext
Hello, World!
\stoptext

And saved as test.tex.

Then I tried Tools-Compile, which resulted in this error mesage:

texmfstart concheck test.tex
ruby: no such file to load--ubygems (LoadError)

Any suggestions?

D.
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mswincontext.zip

2008-08-26 Thread Idris Samawi Hamid ادريس سماوي ح امد
Hi,

On Tue, 26 Aug 2008 18:27:37 -0600, [EMAIL PROTECTED] wrote:

 All,

 A bit frustrated as I cannot seem to get a mswincontext scite  
 combination going. I gave up on:  
 http://pragma-ade.com/context/install/mswintex.zip. I got absolutely  
 nowhere with the installation and trying to connect scite.

 So, I just downloaded:   
 http://pragma-ade.com/context/install/mswincontext.zip

 After extracting to c:\context, I ran the file first-setup.bat, which  
 proceeded to install a lot of files. Was this a correct thing to do?

Not sure, but I did not do it :-)

 Strange, as the distribution size was already huge. It would really help  
 to have a readme.txt in this distribution with installation directions.

 After first-setup was complete, I ran cscite.bat. Scite opened. Good! I  
 entered the usual test file:

 \starttext
 Hello, World!
 \stoptext

 And saved as test.tex.

 Then I tried Tools-Compile, which resulted in this error mesage:

 texmfstart concheck test.tex
 ruby: no such file to load--ubygems (LoadError)

Reinstall Ruby without RubyGems. That worked for me.

Best wishes
Idris

-- 
Professor Idris Samawi Hamid, Editor-in-Chief
International Journal of Shi`i Studies
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mswincontext.zip

2008-08-26 Thread David Arnold
Idris,

Thanks. I'm a Mac person at home now, so I'll have to wait until  
tomorrow to give this a try on a windows machine at school. What I'll  
try (unless I get further advice from this list) is download  
mswincontext.zip again, uninstall it, and NOT run first-setup.bat.

Regarding Ruby, I am looking at this page: http://www.ruby-lang.org/ 
en/downloads/, where it seems like I have two options:

http://rubyforge.org/frs/download.php/29263/ruby186-26.exe

And:

ftp://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/ruby-1.8.7-i386- 
mswin32.zip

Not sure I see anything on this page about without RubyGems. Any  
advice?

D.


On Aug 26, 2008, at 6:08 PM, Idris Samawi Hamid ادريس سماوي  
حامد wrote:

 Hi,

 On Tue, 26 Aug 2008 18:27:37 -0600, [EMAIL PROTECTED] wrote:

 All,

 A bit frustrated as I cannot seem to get a mswincontext scite
 combination going. I gave up on:
 http://pragma-ade.com/context/install/mswintex.zip. I got absolutely
 nowhere with the installation and trying to connect scite.

 So, I just downloaded:
 http://pragma-ade.com/context/install/mswincontext.zip

 After extracting to c:\context, I ran the file first-setup.bat, which
 proceeded to install a lot of files. Was this a correct thing to do?

 Not sure, but I did not do it :-)

 Strange, as the distribution size was already huge. It would  
 really help
 to have a readme.txt in this distribution with installation  
 directions.

 After first-setup was complete, I ran cscite.bat. Scite opened.  
 Good! I
 entered the usual test file:

 \starttext
 Hello, World!
 \stoptext

 And saved as test.tex.

 Then I tried Tools-Compile, which resulted in this error mesage:

 texmfstart concheck test.tex
 ruby: no such file to load--ubygems (LoadError)

 Reinstall Ruby without RubyGems. That worked for me.

 Best wishes
 Idris

 -- 
 Professor Idris Samawi Hamid, Editor-in-Chief
 International Journal of Shi`i Studies
 Department of Philosophy
 Colorado State University
 Fort Collins, CO 80523
 __ 
 _
 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  : https://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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mswincontext.zip

2008-04-17 Thread Idris Samawi Hamid
On Wed, 16 Apr 2008 13:18:49 -0600, Hans Hagen [EMAIL PROTECTED] wrote:

 There has not been an update to mswincontext.zip since last August...  
 Are
 there any plans to update this? For years now mswincontext.zip has been  
 my
 one and only TeX distribution. With the new TeX-Gyre and Latin Modern
 fonts, as well as the rest of our developments, I think the time is way
 overdue for a new release. And it is safer to install a fresh  
 distribution
 than to muck around with replacing the fonts etc.

 i could update it ...

Please do!

 but i was wondering if i still should supply it
 now that we have a new minimals system ...

Well, mswincontext is rather maximal, not minimal :-)

 ok, we need to add scite to

and docs tree, and...

Thanks and

Best wishes
Idris

-- 
Professor Idris Samawi Hamid, Editor-in-Chief
International Journal of Shi`i Studies
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mswincontext.zip

2008-04-17 Thread Yue Wang
   ok, we need to add scite to

  and docs tree, and...

and ruby, perl, unzip, xml tools.
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mswincontext.zip

2008-04-17 Thread Mojca Miklavec
  and ruby, perl, unzip, xml tools.

It's not public yet, but I have prepared ruby, perl  scite. If you
can send me exact urls and instructions, I will add xml tools as well.
gswin is on the stack (didn't touch it yet).

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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mswincontext.zip

2008-04-17 Thread Hans Hagen
Mojca Miklavec wrote:
  and ruby, perl, unzip, xml tools.
 
 It's not public yet, but I have prepared ruby, perl  scite. If you
 can send me exact urls and instructions, I will add xml tools as well.
 gswin is on the stack (didn't touch it yet).

http://xmlsoft.org/XSLT/xsltproc2.html

-
   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
-
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] mswincontext.zip

2008-04-16 Thread Idris Samawi Hamid
Dear gang,

There has not been an update to mswincontext.zip since last August... Are  
there any plans to update this? For years now mswincontext.zip has been my  
one and only TeX distribution. With the new TeX-Gyre and Latin Modern  
fonts, as well as the rest of our developments, I think the time is way  
overdue for a new release. And it is safer to install a fresh distribution  
than to muck around with replacing the fonts etc.

Any news?

Best wishes
Idris

-- 
Professor Idris Samawi Hamid, Editor-in-Chief
International Journal of Shi`i Studies
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mswincontext.zip

2008-04-16 Thread Hans Hagen
Idris Samawi Hamid wrote:
 Dear gang,
 
 There has not been an update to mswincontext.zip since last August... Are  
 there any plans to update this? For years now mswincontext.zip has been my  
 one and only TeX distribution. With the new TeX-Gyre and Latin Modern  
 fonts, as well as the rest of our developments, I think the time is way  
 overdue for a new release. And it is safer to install a fresh distribution  
 than to muck around with replacing the fonts etc.

i could update it ... but i was wondering if i still should supply it 
now that we have a new minimals system ... ok, we need to add scite to 
it ...

-
   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
-
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mswincontext.zip installation

2006-03-07 Thread Geert Stappers
On Tue, Feb 28, 2006 at 06:48:50PM -, 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


Re: [NTG-context] mswincontext.zip installation

2006-03-07 Thread jimarin
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 -, 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


Re: [NTG-context] mswincontext.zip installation

2006-03-07 Thread Jose Ignacio Marín Alberdi
Done (I think).

jima

-Mensaje original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
nombre de [EMAIL PROTECTED]
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 -, 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

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] mswincontext.zip installation

2006-02-28 Thread Hans Hagen
� 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
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] mswincontext.zip installation

2006-02-28 Thread Keith McKay
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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
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
 

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] mswincontext.zip installation

2006-02-27 Thread Mojca Miklavec
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


Re: [NTG-context] mswincontext.zip installation

2006-02-27 Thread Jose Ignacio Marín Alberdi
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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
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


[NTG-context] mswincontext.zip installation

2006-02-26 Thread Jose Ignacio Marín Alberdi
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


Re: [NTG-context] mswincontext.zip installation

2006-02-26 Thread Keith McKay
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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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
 

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] mswincontext.zip

2005-08-03 Thread Willi Egger

Also BitDefender does not complain about any problem in the mswincontext.zip

Willi

Lutz Haseloff wrote:

Hi all,

Coydell Rivers schrieb:

Let me gladly, and openly report that the latest release of 
mswincontext.zip, had no files detected as a virus from AVG Free.
 




On my System (Win XP) F-Secure AV remains complaining about
Trojan.Win32.Agent.ez in texmfstart.exe (timestamp: 03.08.05 00:15).

I had to put this file into the exclude list for F-Secure by hand.

btw ClamWin doesn't find any suspect in mswintex.zip


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


[NTG-context] mswincontext.zip

2005-08-02 Thread Coydell Rivers



Let me gladly, and openly report that the 
latest release of mswincontext.zip, had no files detected as a virus from 
AVG Free.
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.9/62 - Release Date: 8/2/2005
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] mswincontext.zip

2005-08-02 Thread Lutz Haseloff

Hi all,

Coydell Rivers schrieb:

Let me gladly, and openly report that 
the latest release of mswincontext.zip, 
had no files detected as a virus from AVG Free.
 




On my System (Win XP) F-Secure AV remains complaining about
Trojan.Win32.Agent.ez in texmfstart.exe (timestamp: 03.08.05 00:15).

I had to put this file into the exclude list for F-Secure by hand.

btw ClamWin doesn't find any suspect in mswintex.zip


Greetings Lutz
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] mswincontext.zip

2005-07-29 Thread Taco Hoekwater

Coydell Rivers wrote:

Hello Hans, Here is some info you need to know for ref.
AVG Free Edition, todays update. Has labeled todays download of 
mswincontext.zip as
being a Trojan horse AgentCJ.  Since anything is possible, I will wait 
for your response

before opening or to delete the detected file.


probably because of some of the executable names. The file looks fine
to me. Do you have any more detailed information available from AVG?

Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] mswincontext.zip

2005-07-29 Thread Lutz Haseloff

Hi Taco,

Taco Hoekwater schrieb:


Coydell Rivers wrote:


Hello Hans, Here is some info you need to know for ref.
AVG Free Edition, todays update. Has labeled todays download of 
mswincontext.zip as
being a Trojan horse AgentCJ.  Since anything is possible, I will 
wait for your response

before opening or to delete the detected file.



probably because of some of the executable names. The file looks fine
to me. Do you have any more detailed information available from AVG?

Taco



My Fsecure Antivirus complains about  Trojan.Win32.Agent.ez
in texmfstart.exe (in mswintex.zip and cont-win.zip)

Greetings Lutz
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] mswincontext.zip

2005-07-29 Thread Hans Hagen

Coydell Rivers wrote:


Hello Hans, Here is some info you need to know for ref.
AVG Free Edition, todays update. Has labeled todays download of 
mswincontext.zip as
being a Trojan horse AgentCJ.  Since anything is possible, I will wait 
for your response

before opening or to delete the detected file.


looks ok here (two virus scanners tested) 

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
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] mswincontext.zip

2005-07-29 Thread Hans Hagen

Lutz Haseloff wrote:


Hi Taco,

Taco Hoekwater schrieb:


Coydell Rivers wrote:


Hello Hans, Here is some info you need to know for ref.
AVG Free Edition, todays update. Has labeled todays download of 
mswincontext.zip as
being a Trojan horse AgentCJ.  Since anything is possible, I will 
wait for your response

before opening or to delete the detected file.




probably because of some of the executable names. The file looks fine
to me. Do you have any more detailed information available from AVG?

Taco



My Fsecure Antivirus complains about  Trojan.Win32.Agent.ez
in texmfstart.exe (in mswintex.zip and cont-win.zip)


strange, avg as well as mcafee don't report any problem (both installed today in a vm and with the latest databases) 

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
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] mswincontext.zip

2005-07-29 Thread Steve Grathwohl
Hi all. I just installed mswincontext and my mcafee raised no flags.
the zip does, however, seem to be missing the map files for the antt
fonts :(

SteveOn 7/29/05, Hans Hagen [EMAIL PROTECTED] wrote:
Lutz Haseloff wrote: Hi Taco, Taco Hoekwater schrieb: Coydell Rivers wrote: Hello Hans, Here is some info you need to know for ref. AVG Free Edition, todays update. Has labeled todays download of
 mswincontext.zip as being a Trojan horse AgentCJ.Since anything is possible, I will wait for your response before opening or to delete the detected file.
 probably because of some of the executable names. The file looks fine to me. Do you have any more detailed information available from AVG? Taco
 My Fsecure Antivirus complains aboutTrojan.Win32.Agent.ez in texmfstart.exe (in mswintex.zip and cont-win.zip)strange, avg as well as mcafee don't report any problem (both installed today in a vm and with the latest databases)
Hans-Hans
Hagen | PRAGMA ADERidderstraat
27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
| www.pragma-pod.nl-___ntg-context mailing list
ntg-context@ntg.nlhttp://www.ntg.nl/mailman/listinfo/ntg-context-- Steve Grathwohl || Digital Content Developer
Duke University Press Journals || +1 919 687 3634905 W Main St || Durham, NC 27701 USA[EMAIL PROTECTED]
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] mswincontext.zip

2005-07-28 Thread Coydell Rivers



Hello Hans, Here is some info you need to know for 
ref.
AVG Free Edition, todays update. Has labeled todays 
download of mswincontext.zip as
being a Trojan horse AgentCJ. Since anything 
is possible, I will wait for your response 
before opening or to delete the detected 
file.
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 267.9.7/60 - Release Date: 7/28/2005
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] mswincontext.zip and pdfTeX 1.20b ?

2005-01-04 Thread Steffen Wolfrum
Hans Hagen [EMAIL PROTECTED] wrote:

 Steffen Wolfrum wrote:
  Hi Hans, happy new year!
  
  When do you think you could provide us a mswincontext.zip 
  that includes pdfTeX 1.20b ?
 
 when i have a pdftex 20b binary
 
 Hans


I was asking for this on comp.text.tex 
and Hans Fredrik Nordhaug just told 
that MiKTeX has updated to version 1.20b.

Steffen
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] mswincontext.zip and pdfTeX 1.20b ?

2005-01-04 Thread Willi Egger
Hi,
During this conversation I visited also CTAN. Indeed there is a  120b 
version in FPTEX.

Willi
Steffen Wolfrum wrote:
Hans Hagen [EMAIL PROTECTED] wrote:

Steffen Wolfrum wrote:
Hi Hans, happy new year!
When do you think you could provide us a mswincontext.zip 
that includes pdfTeX 1.20b ?
when i have a pdftex 20b binary
Hans

I was asking for this on comp.text.tex 
and Hans Fredrik Nordhaug just told 
that MiKTeX has updated to version 1.20b.

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


Re: [NTG-context] mswincontext.zip and pdfTeX 1.20b ?

2005-01-04 Thread Hans Hagen
Willi Egger wrote:
Hi,
During this conversation I visited also CTAN. Indeed there is a  120b 
version in FPTEX.
that's the november b-beta
anyhow, before i can regenerate zips i need to clean up some trees (i now have 
to move from texlive to my local trees for updating since tex liv eis frozen for 
a while)

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
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] mswincontext.zip and pdfTeX 1.20b ?

2005-01-03 Thread Steffen Wolfrum
Hi Hans, happy new year!

When do you think you could provide us a mswincontext.zip 
that includes pdfTeX 1.20b ?

Steffen



Willi Egger [EMAIL PROTECTED] wrote:

 Hi Steffen,
 
 if my installation is not yet outdated:
 
 This is pdfeTeX, Version 3.141592-1.20a-2.2 (Web2c 7.5.3)
 ConTeXt  ver: 2004.12.06
 
 then the annswer is no.
 As you can see my installation based on mswincontext.zip is just 3 weeks 
 old.
 
 Kind regards Willi
 
 Steffen Wolfrum wrote:
  Hi,
  
  I am thinking about downloading the big complete mswincontext.zip 
  (context/install/mswincontext.zip).
  
  Does it also include pdfTeX 1.20b ?
  
  I just want to be sure before starting a day long 56k-modem-download.
  
  Thank you,
  
  Steffen




P.S. Happy new year!
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] mswincontext.zip and pdfTeX 1.20b ?

2005-01-03 Thread Hans Hagen
Steffen Wolfrum wrote:
Hi Hans, happy new year!
When do you think you could provide us a mswincontext.zip 
that includes pdfTeX 1.20b ?
when i have a pdftex 20b binary
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
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] mswincontext.zip and pdfTeX 1.20b ?

2005-01-02 Thread Steffen Wolfrum
Hi,

I am thinking about downloading the big complete mswincontext.zip 
(context/install/mswincontext.zip).

Does it also include pdfTeX 1.20b ?

I just want to be sure before starting a day long 56k-modem-download.

Thank you,

Steffen

P.S. Happy new year!
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] mswincontext.zip and pdfTeX 1.20b ?

2005-01-02 Thread Willi Egger
Hi Steffen,
if my installation is not yet outdated:
This is pdfeTeX, Version 3.141592-1.20a-2.2 (Web2c 7.5.3)
ConTeXt  ver: 2004.12.06
then the annswer is no.
As you can see my installation based on mswincontext.zip is just 3 weeks 
old.

Kind regards Willi
Steffen Wolfrum wrote:
Hi,
I am thinking about downloading the big complete mswincontext.zip 
(context/install/mswincontext.zip).

Does it also include pdfTeX 1.20b ?
I just want to be sure before starting a day long 56k-modem-download.
Thank you,
Steffen
P.S. Happy new year!
___
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


Re: [NTG-context] mswincontext.zip and pdfTeX 1.20b ?

2005-01-02 Thread Willi Egger
Hi Steffen,
On top of what I said just a couple of minutes ago:
On the TEXlive DVD there is a root/context folder. Herunder there is a 
minimal distribution of CONTEXT. This distribution offers also Scite. I 
do not know what the advantage of the 120b version compared to 120a 
version of pdfTeX is. Furthermore if you do not use Scite, you could 
download the mstex.zip which is roughly 38MB instead of 140MB ...
I downloaded myself also the mswintex.zip. Later I added Scite.

Willi
Willi Egger wrote:
Hi Steffen,
if my installation is not yet outdated:
This is pdfeTeX, Version 3.141592-1.20a-2.2 (Web2c 7.5.3)
ConTeXt  ver: 2004.12.06
then the annswer is no.
As you can see my installation based on mswincontext.zip is just 3 weeks 
old.

Kind regards Willi
Steffen Wolfrum wrote:
Hi,
I am thinking about downloading the big complete mswincontext.zip 
(context/install/mswincontext.zip).

Does it also include pdfTeX 1.20b ?
I just want to be sure before starting a day long 56k-modem-download.
Thank you,
Steffen
P.S. Happy new year!
___
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
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context