[NTG-context] update fails

2014-01-05 Thread Roland Thiers
Hi everybody,
First of all, my best wishes of a very happy new year to all users of this list 
!

I used to update context standalone with the script ctx-update : 

cd /Users/rolandthiers/context
rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh
./first-setup.sh --modules=all --engine=luatex

Usually the update runs well, no problem. But the last time it did not work.
I've got this message :

This went wrong: 
...67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en.lui:107: bad bytecode 
register
This is LuaTeX, Version beta-0.78.0-2013123119 (rev 4704) 
 \write18 enabled.
.
<*> 
 cont-yes.mkiv
? Assertion failed: (kpse->program_name), function kpathsea_var_value, file 
../../../source/texk/kpathsea/variable.c, line 36.

mtx-context | fatal error: no return code, message: luatex: execution 
interrupted

My system :   Mac OS X 10.6.8 .
Could someone tell me what happens or what mistake I did ?
Roland  

  
___
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] Update value of \headerheight based on header content

2013-05-07 Thread Adam Khan
The code for my headers is of the form:

\setupheadertexts[{\inframed[frame=off,width=\textwidth,location=depth,align={right,broad,nothyphenated},tolerance=verytolerant]{Author\\Title\\\tab{\getmarking[chapternumber]}
\getmarking[chapter] \wordright{\pagenumber}}}]

As you might imagine, the name of every chapter is not the same length.  I
would like to update the value of \headerheight for each component (each
component of my project contains exactly one chapter.) based on the header
contents that are produced for it.  In LaTeX, for example, I do something
similar with the following code:

\settototalheight{\headheight}{\parbox{\textwidth}{Author\\Title\\\nameref{chaptername}}

Any ideas?

Sincerely yours,
Adam Khan
___
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] Update: Bibliography in authornum format

2013-01-14 Thread Devendra Ghate

Please see:

http://tex.stackexchange.com/questions/93729/bibliography-in-context

for a solution provided by Aditya at stackexchange.

I shouldn't have asked the question on two forums.

Sorry for the trouble.

Regards,
Devendra
___
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] Update ConTeXt into TL2010... & Ctx in TL2010 & Ctx minimals simultaneously

2010-09-22 Thread Mojca Miklavec
On Wed, Sep 22, 2010 at 18:43, Jaroslav Hajtmar wrote:
> Thanx... Mojca
> Will simultaneously use the ConTeXt minimals and ConTeXt  in the TL2010?
> Does anyone with experience? I'd hate to spoil the installation

I have two installations of TeX Live, one is somehow globally set
somewhere (MacTeX 2010), I initialize one with
export PATH=~/bin:~/soft/texlive/2010/bin/x86_64-darwin:$PATH
in .bash_profile (and that one is used in Terminal/shell if I don't do
anything extra).

In addition I have zillions of ConTeXt minimals lying around. Every
time when I want to switch to ConTeXt minimals, I execute
. ~/context/tex/setuptex
(or add ~/context/tex/texmf-osx-64/bin to PATH variable - which is
equivalent to executing setuptex).

I could have added ~/context/tex/texmf-osx-64/bin to PATH in
.bash_profile and then minimals would be used by default and I would
have to modify path whenever I would want to use TeX Live.

Basically all you need to do to change the distribution used is to change PATH.

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


Re: [NTG-context] Update ConTeXt into TL2010... & Ctx in TL2010 & Ctx minimals simultaneously

2010-09-22 Thread Jaroslav Hajtmar

Thanx... Mojca
Will simultaneously use the ConTeXt minimals and ConTeXt  in the TL2010?
Does anyone with experience? I'd hate to spoil the installation

Jaroslav



Dne 22.9.2010 15:31, Mojca Miklavec napsal(a):

On Wed, Sep 22, 2010 at 15:11, Jaroslav Hajtmar wrote:
   

Hello,
Is there anyone who updated ConTeXt MkIV in TL2010? Is there more
information about how this can be done safely? (where you copy and what to
run ...)
 

You may use
 tlmgr update --all
but this will only update some minor trivial fixes (for example I just
commited fixes for Antykwa Poltawskiego after the font has been
released).

If you want to have the latest ConTeXt, you also need to update
luatex, but also some other tools have changed since TL release.

I would suggest to install minimals if you want the latest ConTeXt ...
or at least wait for Taco's new server. Apart from that you are free
to put the latest ConTeXt into texmf-local, replace luatex binary with
the one from minimals and update mtxrun script manually. It is not
nice&  clean to do it, but it should work. (If anything breaks badly,
you might end up installing from scratch, but well ...)

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


Re: [NTG-context] Update ConTeXt into TL2010...

2010-09-22 Thread Mojca Miklavec
On Wed, Sep 22, 2010 at 15:11, Jaroslav Hajtmar wrote:
> Hello,
> Is there anyone who updated ConTeXt MkIV in TL2010? Is there more
> information about how this can be done safely? (where you copy and what to
> run ...)

You may use
tlmgr update --all
but this will only update some minor trivial fixes (for example I just
commited fixes for Antykwa Poltawskiego after the font has been
released).

If you want to have the latest ConTeXt, you also need to update
luatex, but also some other tools have changed since TL release.

I would suggest to install minimals if you want the latest ConTeXt ...
or at least wait for Taco's new server. Apart from that you are free
to put the latest ConTeXt into texmf-local, replace luatex binary with
the one from minimals and update mtxrun script manually. It is not
nice & clean to do it, but it should work. (If anything breaks badly,
you might end up installing from scratch, but well ...)

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


Re: [NTG-context] Update ConTeXt into TL2010...

2010-09-22 Thread luigi scarso
On Wed, Sep 22, 2010 at 3:11 PM, Jaroslav Hajtmar  wrote:
> Hello,
> Is there anyone who updated ConTeXt MkIV in TL2010? Is there more
> information about how this can be done safely? (where you copy and what to
> run ...)
The best and only way to run mkiv is minimals, not texlive;
texlive is ok for mkii (as also minimals, anyway).




-- 
luigi
___
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] Update ConTeXt into TL2010...

2010-09-22 Thread Jaroslav Hajtmar

Hello,
Is there anyone who updated ConTeXt MkIV in TL2010? Is there more 
information about how this can be done safely? (where you copy and what 
to run ...)


I am interested in the latest updates, but I do not want to get into 
trouble with a bad update. Last time I stopped in ConTeXt TL2009 quite 
work and I had to completely install TL2010.

Thanks Jaroslav
___
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] Update bug under Windows not fixed yet

2009-04-30 Thread Mojca Miklavec
On Thu, Apr 30, 2009 at 21:36, Hans Hagen wrote:
> Aaron Chen wrote:
>>
>> I know it is fixed under Linux. Thanks.
>> But on Windows, it is still broken:
>>
>
> i cannot rsync the zips from here so some patience is needed

The patch is hopefully online now (the network is incredibly slow from
time to time, sorry).

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] Update bug under Windows not fixed yet

2009-04-30 Thread Hans Hagen

Aaron Chen wrote:

I know it is fixed under Linux. Thanks.
But on Windows, it is still broken:



i cannot rsync the zips from here so some patience is needed


-
  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] Update bug under Windows not fixed yet

2009-04-30 Thread Aaron Chen
I know it is fixed under Linux. Thanks.
But on Windows, it is still broken:

D:\Programs\context>first-setup.bat
receiving incremental file list

sent 91 bytes  received 205 bytes  84.57 bytes/sec
total size is 4983352  speedup is 16835.65
MTXrun | fileio: variable SELFAUTOLOC set to D:/Programs/context/bin
MTXrun | fileio: variable SELFAUTODIR set to D:/Programs/context
MTXrun | fileio: variable SELFAUTOPARENT set to D:/Programs
MTXrun | fileio: variable TEXMFCNF set to {$SELFAUTODIR,$SELFAUTOPARENT}{,{/shar
e,}/texmf{-local,.local,}/web2c}
MTXrun | fileio: no cnf files found (TEXMFCNF may not be set/known)
MTXrun | using script: ./bin/mtx-update.lua

D:\Programs\context\bin\mtxrun.lua:1611: attempt to call field 'env' (a table va
lue)

When you want to use context, you need to initialize the tree with:

  D:\Programs\context\tex\setuptex.bat D:\Programs\context\tex

You can associate this command with a shortcut to the cmd prompt.

___
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] Update error

2009-03-24 Thread Fengnan
Hi all,

I believe I encountered the same problem I reported a few days ago. This time 
during my update process, it pops up a error box which says "unable to locate 
kpathsea357-dev.dll, so the program cannot be started" (here the program is 
texlua.exe while it was pdftex.exe last time).

Fengnan Gao___
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] Update script does not work

2009-03-03 Thread Vyatcheslav Yatskovsky

Hello,

When I use
mtxrun.cmd --script mtx-update.lua --update --force --engine=all 
--platform=windows --context=beta --texroot=C:\contextminimal
the rsync ends up with something like "destination and source locations 
are the same".


I had many problems with updating this way, but when downloaded 
cont-tmg.zip directly from pragma and unpacked it into tree they all has 
gone .


Definitely, something wrong with the mtx-update script or garden 
folders. Who can look into it?


Best regards,
Vyatcheslav

___
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] Update catalan + spanish translation

2009-02-17 Thread Xan

En/na Wolfgang Schuster ha escrit:


Am 17.02.2009 um 17:11 schrieb Xan:

Now, I have /tex/context/base/land-ita.tex updated, but the 
caption in \placetable still is "Tables" instead of "Table". How 
can I do that context uses the updated file


1. Have you regenerated to format.

How to "regenerated?"
I run "update-texmf". Is it this?


No, you need 'texexec --make en'.

Wolfgang


Thanks a lot, Wolfgang. Now it works.

Xan.
___
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] Update catalan + spanish translation

2009-02-17 Thread Wolfgang Schuster


Am 17.02.2009 um 17:11 schrieb Xan:

Now, I have /tex/context/base/land-ita.tex updated, but the  
caption in \placetable still is "Tables" instead of "Table". How  
can I do that context uses the updated file


1. Have you regenerated to format.

How to "regenerated?"
I run "update-texmf". Is it this?


No, you need 'texexec --make en'.

Wolfgang

___
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] Update catalan + spanish translation

2009-02-17 Thread Wolfgang Schuster


Am 17.02.2009 um 16:11 schrieb Xan:


I fixed the lang-ita.tex. I send you the diff and lang-ita.tex
There were plural "tables" intead of "table" in caption.


Now, I have /tex/context/base/land-ita.tex updated, but the  
caption in \placetable still is "Tables" instead of "Table". How can  
I do that context uses the updated file


1. Have you regenerated to format.
2. Do you really switch to your desired language, it looks like
   you still use english as mainlanguage.

Wolfgang

___
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] Update catalan + spanish translation

2009-02-17 Thread Xan

En/na Xan ha escrit:

En/na Taco Hoekwater ha escrit:

Hi Xan,

Xan wrote:
 

Okay, thanks.
But, Can I provide catalan language translations 


Of course, I/we would be glad to have transations.

The bib module core only needs that one word, but if you are
interested you could translate (some of) the small words in
bibl-apa.tex (after copying it to bibl-apa-ca.tex) and then
send me that file so I can include it in the next release of
the module.

The context core appears to have Catalan translations of the
label texts already (/tex/context/base/lang-ita.tex).

  

Hi,
I fixed the lang-ita.tex. I send you the diff and lang-ita.tex
There were plural "tables" intead of "table" in caption.

Thanks,
Xan.
Now, I have /tex/context/base/land-ita.tex updated, but the 
caption in \placetable still is "Tables" instead of "Table". How can I 
do that context uses the updated file


Thanks,
Xan.

PS: Please CCme.
___
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] Update catalan + spanish translation (was Re: Bibtex doubt (was Re: Forward of moderated message))

2009-02-16 Thread Xan

En/na Taco Hoekwater ha escrit:

Hi Xan,

Xan wrote:
  

Okay, thanks.
But, Can I provide catalan language translations 



Of course, I/we would be glad to have transations.

The bib module core only needs that one word, but if you are
interested you could translate (some of) the small words in
bibl-apa.tex (after copying it to bibl-apa-ca.tex) and then
send me that file so I can include it in the next release of
the module.

The context core appears to have Catalan translations of the
label texts already (/tex/context/base/lang-ita.tex).

  

Hi,
I fixed the lang-ita.tex. I send you the diff and lang-ita.tex
There were plural "tables" intead of "table" in caption.

Thanks,
Xan.
%D \module
%D   [   file=lang-ita,
%Dversion=1997.09.03,
%D  title=\CONTEXT\ Language Macros,
%D   subtitle=Italic Languages,
%D author=Hans Hagen / Tobias Burnus,
%D   date=\currentdate,
%D  copyright={PRAGMA / Hans Hagen \& Ton Otten}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.

% Todo: replace \'.. by \namedglyph

\writestatus{loading}{Italic Languages}

%D The framework of this module is set up by Hans Hagen while
%D many of the first translations were done by Tobias. Later
%D on, corrections were made by users. If you have suggestions,
%D or feel that your name missing here, don't hesitate to send
%D us an email.
%D
%D \starttabulate[|lB|l|]
%D \NC Italian\NC Giuseppe Bilotta   \NC \NR
%D \NC Romanian   \NC Dan Seracu \NC \NR
%D \NC Portuguese \NC Pedro F. M. Mendon\c a \NC \NR
%D \stoptabulate

%  Latin, Italian, Rhaeto-Romanic, Rumanian, Sardian
%  Catalan, French, Ladino, Portuguese, Proven\c{c}al, Spanish

\unprotect

\ifx\guillemotspace\undefined \let\guillemotspace\empty \fi
\ifx\sentencespace \undefined \let\sentencespace \empty \fi

\installlanguage
  [\s!fr]
  [\c!spacing=\v!packed,
   \c!leftsentence=\emdash,
   \c!rightsentence=\emdash,
   \c!leftsubsentence=\emdash,
   \c!rightsubsentence=\emdash,
   \c!leftquote=\leftguillemot,
   \c!rightquote=\rightguillemot,
   \c!leftquotation=\leftguillemot,
   \c!rightquotation=\rightguillemot,
   \c!date={\v!day+,\v!space,\v!month,\v!space,\v!year},
   \c!state=\v!stop]

\installlanguage
  [\s!es]
  [\c!spacing=\v!packed,
   \c!leftsentence=---,
   \c!rightsentence=---,
   \c!leftsubsentence=---,
   \c!rightsubsentence=---,
   \c!leftquote=\upperleftsinglesixquote,
   \c!rightquote=\upperrightsingleninequote,
   \c!leftquotation=\upperleftdoublesixquote,
   \c!rightquotation=\upperrightdoubleninequote,
   \c!date={\v!day,\ ,\v!month,\ ,\v!year},
   \c!state=\v!stop]

\installlanguage [sp] [\s!es] % old times context

\installlanguage
  [\s!ca]
  [\c!spacing=\v!packed,
   \c!leftsentence=---,
   \c!rightsentence=---,
   \c!leftsubsentence=---,
   \c!rightsubsentence=---,
   \c!leftquote=\upperleftsinglesixquote,
   \c!rightquote=\upperrightsingleninequote,
   \c!leftquotation=\upperleftdoublesixquote,
   \c!rightquotation=\upperrightdoubleninequote,
   \c!date={\v!day,\ ,\v!month,\ ,\v!year},
   \c!state=\v!stop]

% Note GB left|/|right (sub)sentences are for \quote {incisi}.

\installlanguage
  [\s!it]
  [\c!spacing=\v!packed,
   \c!leftsentence=---,
   \c!rightsentence=---,
   \c!leftsubsentence=--,
   \c!rightsubsentence=--,
   \c!leftquote=\upperleftsinglesixquote,
   \c!rightquote=\upperrightsingleninequote,
   \c!leftquotation=\upperleftdoublesixquote,
   \c!rightquotation=\upperrightdoubleninequote,
   \c!leftspeech=\leftguillemot,
   \c!middlespeech=\leftguillemot,
   \c!rightspeech=\rightguillemot,
   \c!date={\v!day,\ ,\v!month,\ ,\v!year},
   \c!state=\v!stop]

\installlanguage % the same as italian
  [\s!la]
  [\c!spacing=\v!packed,
   \c!leftsentence=---,
   \c!rightsentence=---,
   \c!leftsubsentence=---,
   \c!rightsubsentence=---,
   \c!leftquote=\upperleftsinglesixquote,
   \c!rightquote=\lowerrightsingleninequote,
   \c!leftquotation=\upperleftdoublesixquote,
   \c!rightquotation=\lowerrightdoubleninequote,
   \c!date={\v!day,\ ,\v!month,\ ,\v!year},
   \c!state=\v!stop]

\installlanguage
  [\s!pt]
  [\c!spacing=\v!packed,
   \c!leftsentence=---,
   \c!rightsentence=---,
   \c!leftsubsentence=---,
   \c!rightsubsentence=---,
   \c!leftquote=\upperleftsinglesixquote,
   \c!rightquote=\upperrightsingleninequote,
   \c!leftquotation=\upperleftdoublesixquote,
   \c!rightquotation=\upperrightdoubleninequote,
   \c!date={\v!year,\ ,\v!month,\ ,\v!day},
   \c!state=\v!stop]

\installlanguage
  [\s!ro]
  [\c!spacing=\v!packed,
   \c!leftsentence=---,
   \c!rightsentence=---,
   \c!leftsubsentence=---,
   \c!rightsubsentence=---,
   \c!leftquote=\leftguillemot,
   \c!rightquote=\rightguillemot,
   \c!leftquotation=\lowerrightdoubleninequote,
   \c!rightquotation=\upperleftdoublesixquote,
   \c!date={\v!day,\ ,\v!month,\ ,\v!year},
   \c!state=\v!stop]

%D For compatibility reasons we also define:

\installla

Re: [NTG-context] update

2008-01-29 Thread Hans Hagen
Johannes Graumann wrote:
> Hans Hagen wrote:
> 
>> Hi,
>>
>> i uploaded a fix for the reported problems; the uploaded version also
>> uses lua for locating files that have to be included; this should work
>> with the mkiv xml too (i forgot who asked for that but i needed it
>> myself too)
> 
> Hello Norbert,
> 
> Can I help lifting this into a deb asap?

just wait a few days, i'm fixing something with that mechanism (i.e. 
moving to a more rigid url syntax)

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] update

2008-01-29 Thread Johannes Graumann
Hans Hagen wrote:

> Hi,
> 
> i uploaded a fix for the reported problems; the uploaded version also
> uses lua for locating files that have to be included; this should work
> with the mkiv xml too (i forgot who asked for that but i needed it
> myself too)

Hello Norbert,

Can I help lifting this into a deb asap?

Joh

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

2008-01-29 Thread Hans Hagen
Johannes Graumann wrote:
> Hans Hagen wrote:
> 
>> Hi,
>>
>> i uploaded a fix for the reported problems; the uploaded version also
>> uses lua for locating files that have to be included; this should work
>> with the mkiv xml too (i forgot who asked for that but i needed it
>> myself too)
> 
> Does this include zip file reading while using XML mode?

should work (not tested)

-
   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] update

2008-01-29 Thread Johannes Graumann
Hans Hagen wrote:

> Hi,
> 
> i uploaded a fix for the reported problems; the uploaded version also
> uses lua for locating files that have to be included; this should work
> with the mkiv xml too (i forgot who asked for that but i needed it
> myself too)

Does this include zip file reading while using XML mode?

Joh

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

2008-01-28 Thread Hans Hagen
Hi,

i uploaded a fix for the reported problems; the uploaded version also 
uses lua for locating files that have to be included; this should work 
with the mkiv xml too (i forgot who asked for that but i needed it 
myself too)
-- 

-
   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] Update mk.pdf

2007-12-26 Thread luigi scarso
Hans has updated mk.pdf
> (btw, this phenomena is mentioned in mk.pdf, of which there is an
> updated version)
>
> Hans
Among others things,  XML section, even if under construction .
-- 
luigi
http://wiki.contextgarden.net/User:Luigi.scarso/Merry_Christmas_2007

it's new .
it's powerful .
it's luatex .
http://www.luatex.org
___
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] update of mswincontext.zip from 06-Aug-2007+installation and usage of xetex 0.997

2007-08-08 Thread Ardi
Hello all,

1.
I have fetched mswincontext.zip from 06-Aug-2007. I would like to update it to 
the
latest status of ConTeXt and then install the latest (dev.) version 0.997 of 
XeTeX
but I miss somehow the procedure on the context/xetex mailing list.
Can somebody help me?

2. Is there a procedure to get Context+XeTeX running+updating in:

a) standalone Context (mswincontext.zip)
b) context in tex distribution as Miktex2.5,2.6/Protext
c) TexLive 2007
d)W32Tex?

Thanks and regards,

Ardi
   
-
Luggage? GPS? Comic books? 
Check out fitting  gifts for grads at Yahoo! Search.___
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] update of mswincontext.zip from 06-Aug-2007+installation and usage of xetex 0.997

2007-08-07 Thread Ardi
Hello all,

I have fetched mswincontext.zip from 06-Aug-2007. I would like to update it to 
the 
latest status of ConTeXt and then install the latest (dev.) version 0.997 of 
XeTeX
but I miss somehow the procedure on the context/xetex mailing list.
Can somebody help me?
Thanks and regards,

Ardi

   
-
Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
and lay it on us.___
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] update mkiv

2007-08-07 Thread Hans Hagen
Aditya Mahajan wrote:
> Quoting Hans Hagen <[EMAIL PROTECTED]>:
> 
>> Aditya Mahajan wrote:
> 
>>> * There is something wrong with typescripts.
>>>
>>> \definetypeface[mainface][rm][serif][charter][default][encoding=texnansi]
>>> \setupbodyfont[mainface,11pt]
>>>
>>> \starttext
>>> \input tufte
>>> \stoptext
>> hm, maybe a missing font ... we're open type gyre now
> 
> I am confused. I do not have open type version of charter. I thought 
> that it was still possible to use traditional type 1 fonts with mkiv.

should work, but for the moment wait till luatex is fixed for indexing 
such fonts

btw, mkiv will not use the tfm files but the afm files

> So, how do I use the free bitstream charter that ships with tex 
> distributions? I am using the context standalone distribution and have 
> afm version of charter (bchb8a.afm, bchbi8a.afm, bchr8a.afm, 
> bhcri8a.afm) and the pfb versions of the same fonts. I do not have otf 
> version of charter.

well, in principle we no longer have font encodings, when the afm file 
is found, it will be used and > 256 chars are possible then



-
   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] update mkiv

2007-08-07 Thread Aditya Mahajan
Quoting Hans Hagen <[EMAIL PROTECTED]>:

> Aditya Mahajan wrote:

>> * There is something wrong with typescripts.
>>
>> \definetypeface[mainface][rm][serif][charter][default][encoding=texnansi]
>> \setupbodyfont[mainface,11pt]
>>
>> \starttext
>> \input tufte
>> \stoptext
>
> hm, maybe a missing font ... we're open type gyre now

I am confused. I do not have open type version of charter. I thought 
that it was still possible to use traditional type 1 fonts with mkiv.

The above code also fails on the garden, which means that it will fail 
on traditional installations.

So, how do I use the free bitstream charter that ships with tex 
distributions? I am using the context standalone distribution and have 
afm version of charter (bchb8a.afm, bchbi8a.afm, bchr8a.afm, 
bhcri8a.afm) and the pfb versions of the same fonts. I do not have otf 
version of charter.


Aditya
___
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] update mkiv

2007-08-07 Thread Hans Hagen
Aditya Mahajan wrote:
> Quoting Hans Hagen <[EMAIL PROTECTED]>:
> 
>> Hi,
>>
>> I'm uploading an update.
> 
> Thank for MKIV. It looks pretty good. I am assuming that the speed 
> issues will be sorted out by the time of the final release.

party, but keep in mind that control has its price (esp with regards to 
fonts)

but we can gain some speed when traditional code is swapped by lua based 
code

> * A newline is missing somewhere in luatools. I get
> 
> LuaTools | running command: luatex 
> --fmt="D:/Profiles/fkb384/LOCALS~1/Temp/luate
> x-cache/context/30023ed61c3aac84b97b84c266f644dc/formats/cont-en" 
> --lua="D:/Prof
> iles/fkb384/LOCALS~1/Temp/luatex-cache/context/30023ed61c3aac84b97b84c266f644dc/
> formats/cont-en.lua" "test.tex"This is luaTeX, Version 
> 3.141592-beta-0.10.1-2007
> 080317 (Web2C 7.5.6)
> 
> There should be a \n after "test.tex"

some tricky interference between tex and lua (buffering) since the 
newline is there

> * There is something wrong with typescripts.
> 
> \definetypeface[mainface][rm][serif][charter][default][encoding=texnansi]
> \setupbodyfont[mainface,11pt]
> 
> \starttext
> \input tufte
> \stoptext

hm, maybe a missing font ... we're open type gyre now

> * I really like the new pretty printing module. The single quote 
> correct displays correctly. And the state machine for pretty printing 
> is much easier to understand in lua than it was in tex.

but .. work in progress -)

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] update mkiv

2007-08-07 Thread Arthur Reutenauer
> Something is broken at the garden. It says luatools not found. Luatex 
> was working yesterday on the garden.

  Fixed.
___
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] update mkiv

2007-08-07 Thread Aditya Mahajan
Quoting Hans Hagen <[EMAIL PROTECTED]>:

> Hi,
>
> I'm uploading an update.

Thank for MKIV. It looks pretty good. I am assuming that the speed 
issues will be sorted out by the time of the final release.

> This fixes the missing texmfstart in the
> windows related zips. I also added format generation entries in the
> toolsmenu of scite. Because luatex runs from temp paths, you need to
> regenerate a format after updating.

Something is broken at the garden. It says luatools not found. Luatex 
was working yesterday on the garden.

> I also extended ctxtools --update (not tested).

Some initial remarks.

* A newline is missing somewhere in luatools. I get

LuaTools | running command: luatex 
--fmt="D:/Profiles/fkb384/LOCALS~1/Temp/luate
x-cache/context/30023ed61c3aac84b97b84c266f644dc/formats/cont-en" 
--lua="D:/Prof
iles/fkb384/LOCALS~1/Temp/luatex-cache/context/30023ed61c3aac84b97b84c266f644dc/
formats/cont-en.lua" "test.tex"This is luaTeX, Version 
3.141592-beta-0.10.1-2007
080317 (Web2C 7.5.6)

There should be a \n after "test.tex"

Also

LuaTools | runtime: 54.791 secondsTeXUtil | parsing file test.tui

there should be a \n after seconds.

* There is something wrong with typescripts.

\definetypeface[mainface][rm][serif][charter][default][encoding=texnansi]
\setupbodyfont[mainface,11pt]

\starttext
\input tufte
\stoptext

gives me

   \relax \xxdododefinefont ...tspec 
{#4}\newfontidentifier  
\let \localrelativefontsiz...
\fontstrategy ...me \fontclass #2#3#4#5\endcsname   
\tryingfontfalse \fi  ...yle 
\fontalternative \fontsize  
 \fi \iftryingfont \fontstr...
\synchronizefont ...strategy \the \fontstrategies   
\relax \fi \iftryingfont \...
 \getvalue [EMAIL PROTECTED]@ \fontstyle }
   \edef \fontstyle {\fontstyle }\if...
...
l.2 \setupbodyfont[mainface,11pt]


The above code works fine with pdftex.

* I really like the new pretty printing module. The single quote 
correct displays correctly. And the state machine for pretty printing 
is much easier to understand in lua than it was in tex.

Aditya
___
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] update mkiv

2007-08-07 Thread Roy Zuo
Hi Hans,

Thanks for the update. But the newer version of setuptex just does not
work for me. Commenting out all the "unset" sentences and it is fine
for me.

Roy

On 8/7/07, Hans Hagen <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm uploading an update. This fixes the missing texmfstart in the
> windows related zips. I also added format generation entries in the
> toolsmenu of scite. Because luatex runs from temp paths, you need to
> regenerate a format after updating.
>
> I also extended ctxtools --update (not tested).
>
> luatools and mtxrun now accept a --selfupdate flag that will replace the
> existing one in the bin path by the one in the script path
>
>
> 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
___


[NTG-context] update mkiv

2007-08-07 Thread Hans Hagen
Hi,

I'm uploading an update. This fixes the missing texmfstart in the 
windows related zips. I also added format generation entries in the 
toolsmenu of scite. Because luatex runs from temp paths, you need to 
regenerate a format after updating.

I also extended ctxtools --update (not tested).

luatools and mtxrun now accept a --selfupdate flag that will replace the 
existing one in the bin path by the one in the script path


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] Update context in Suse 9.3

2006-09-25 Thread Mojca Miklavec
On 9/25/06, batela wrote:
> Dear Sirs,
>
> In my laptop  I have the Suse linux 9.3. This distro has tetex 3,
> but I intend to update conTeXt . I tried already  some ways, but
> without success: download an install (unpack and texexec --make --all)
> cont-tmf in the texmf directory,  using texlive.spm (but I found a
> rsync time out error). I need urgently to make the update, but I do not
> know as to make it. Suggestions are welcome.

For "I urgently need to use new ConTeXt" the easiest way to explain is
to download
http://www.pragma-ade.com/context/install/justtex.zip
http://www.pragma-ade.com/context/install/linuxtex.zip
unzip them and then use
   cd tex
   . setuptex
   texexec --make --all

and then compile your documents (from the same shell).

But what exactly goes wrong if you overwrite your old files in "texmf"
with the new ones from
http://www.pragma-ade.com/context/beta/cont-tmf.zip and then try to
run "texexec --make --all"? Missing environmental variables perhaps?

There are many "Installation" pages on the wiki, so if they don't suit
it's best to update them/add information about other possibilities and
systems.

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


Re: [NTG-context] Update context in Suse 9.3

2006-09-25 Thread Thomas A. Schmitz
For such questions, please search the wiki first:

http://wiki.contextgarden.net/Linux_Installation

Thomas

On Sep 25, 2006, at 11:09 AM, batela wrote:

> Dear Sirs,
>
> In my laptop  I have the Suse linux 9.3. This distro has tetex 3,
> but I intend to update conTeXt . I tried already  some ways, but
> without success: download an install (unpack and texexec --make --all)
> cont-tmf in the texmf directory,  using texlive.spm (but I found a
> rsync time out error). I need urgently to make the update, but I do  
> not
> know as to make it. Suggestions are welcome.
>
> Jorge

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


[NTG-context] Update context in Suse 9.3

2006-09-25 Thread batela
Dear Sirs,

In my laptop  I have the Suse linux 9.3. This distro has tetex 3,
but I intend to update conTeXt . I tried already  some ways, but
without success: download an install (unpack and texexec --make --all) 
cont-tmf in the texmf directory,  using texlive.spm (but I found a 
rsync time out error). I need urgently to make the update, but I do not 
know as to make it. Suggestions are welcome.

Jorge

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


Re: [NTG-context] "Update ConTeXt" + standalone distr (Windows)

2006-09-13 Thread Mari Voipio


On Mon, 11 Sep 2006, Hans Hagen wrote:
> ...\usr\local\context\goodies\bin
>
> has unzip

Not in my Windows standalone distros. :-(
The one at work is about a month old, the one at home just a week old, my 
older CD version is from April, but it's the same with all of them: in 
../usr/local/context/ the folders goodies, gs, perl, ruby and xmlib are 
empty. Ergo, the stand-alone for Windows doesn't seem to contain unzip.exe 
and thus the excellent context update feature won't work without 
fiddling.


[I know, I know, I'm being a pain in the *. But the standalone is so close 
to being accessible to the fairly average Windows user and still so far in 
these little things...]


Mari
(who *has* to stick with Windows at work anyway)
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] "Update ConTeXt" + standalone distr (Windows)

2006-09-11 Thread Hans Hagen
Mari Voipio wrote:
> Or, as it seems to me that different types of 'unzip.exe's are public 
> domain stuff, just include that in the standalone distribution and 
> everything works (no other changes were needed, just bringing 'unzip.exe' 
> into the correct directory.
>   
...\usr\local\context\goodies\bin


has unzip (it' snot a bad idea to have the gnu bin utils someplace on disk)

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] "Update ConTeXt" + standalone distr (Windows)

2006-09-11 Thread Mari Voipio

With my new work computer I finally gave up on my old but working ConTeXt 
in TeXLive2004 and upgraded for good to the standalone distribution, run 
on hard disk. One of the new things I found in the Tools menu was the 
'Update ConTeXt' command, so today, when I'm *not* in the middle of a 
urgent project, I decided to try it out.

Good news: for the first time in my ConTeXting career, I managed to 
update my system without reinstalling the whole thing. And the very new 
ConTeXt version (today's?!) compiles my ever-important manuals without 
complaints.

Somewhat bad news: without fiddling, the updating gets stuck at unzipping 
after downloading, because 'unzip' is not in the path and that's it then. 
So it is not quite on 'Windows dummy' level yet, although real close.
Note, though, that the standalone distribution I use is about four weeks 
old, I might be complaining about something that's already fixed!


How I solved it: just today, I dug out an old tool and learned that it 
ain't gonna work without cygwin. Installed Cygwin, dumped the tool in the 
bin directory - and realized, that my cygwin/bin also contained a file 
called 'unzip.exe'. Putting it (cygwin/bin) into my Windows path didn't 
help (not a recommendable operation for standard users anyway), but then I 
realized that 'standalone' really is standalone and copied 'unzip.exe' to 
where my ctxtools.bat lives, i.e. 
\ConText\usr\local\context\tex\texmf-mswin\bin - and presto, the update 
went through. It seems to me that it even generates formats on the fly, so 
with one mouse-click I can get the most up-to-date ConTeXt.

How I think this might be solved:
In the texmf-mswin\bin directory, there is a 'gunzip.exe'. If I remember 
correctly, gunzip is fairly simple to use, so this might just mean a 
change somewhere in the stand-alone package so update would use gunzip to 
unpack the update files.
Or, as it seems to me that different types of 'unzip.exe's are public 
domain stuff, just include that in the standalone distribution and 
everything works (no other changes were needed, just bringing 'unzip.exe' 
into the correct directory.



I really like the standalone distribution. Of the many ConTeXt variations 
I've used until today's date, this year's standalone has been the most 
Windows-minded and most Windows-friendly in many ways. It works 
out-of-the-box (has less options to uncheck than Word), seems to live 
happily even under C:\Program Files and has a logic that I as a 
non-programming Windows power user find easy to follow. I no longer need 
to refer to the manual to get as far as to compile a test pdf with 
standard postscript fonts, now I can concentrate on the layout, not the 
innards of TeX.

So, even though there are slight blemishes and wrinkles to be ironed out 
like this update thing, ConTeXt in Windows is definitely becoming a nice 
package for those of us who find that Word just doesn't do what we want. 
:-)



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


Re: [NTG-context] update

2006-04-24 Thread Hans Hagen
Aditya Mahajan wrote:
> On Mon, 24 Apr 2006, Hans Hagen wrote:
>   
>> i'll upload a version that
>>
>> - supports some more TABLE width situations (earlier patch)
>> - fixes the background problem (please test)
>> - hopefully fixes the n=0 footnote problems
>> - fixes a seldom occuring secction head problem (years old)
>>
>> for practical purposes this is a current and not a beta (i need to
>> generate minimals for a project tomorrow)
>> 
>
> The frames in the case environment are present. I thought those were 
> for debugging in the file that you had sent earlier, but they are also 
> present in the latest release.
>
> \starttext
> \startformula
>  a = \startcases
>  \NC b \NC sometimes \NR
>  \NC c \NC othertimes \NR
>  \stopcases
> \stopformula
> \stoptext
>   
ok, i'll fix it (in core-math: ruledvcenter -> vcenter) 

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] update

2006-04-24 Thread Aditya Mahajan
On Mon, 24 Apr 2006, Hans Hagen wrote:
> i'll upload a version that
>
> - supports some more TABLE width situations (earlier patch)
> - fixes the background problem (please test)
> - hopefully fixes the n=0 footnote problems
> - fixes a seldom occuring secction head problem (years old)
>
> for practical purposes this is a current and not a beta (i need to
> generate minimals for a project tomorrow)

The frames in the case environment are present. I thought those were 
for debugging in the file that you had sent earlier, but they are also 
present in the latest release.

\starttext
\startformula
 a = \startcases
 \NC b \NC sometimes \NR
 \NC c \NC othertimes \NR
 \stopcases
\stopformula
\stoptext

Aditya

-- 
Aditya Mahajan, EECS Systems, University of Michigan
http://www.eecs.umich.edu/~adityam || Ph: 7342624008
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] update

2006-04-23 Thread Hans Hagen
Hi,

i'll upload a version that

- supports some more TABLE width situations (earlier patch)
- fixes the background problem (please test)
- hopefully fixes the n=0 footnote problems
- fixes a seldom occuring secction head problem (years old)

for practical purposes this is a current and not a beta (i need to 
generate minimals for a project tomorrow)

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] update

2005-11-30 Thread Hans Hagen

Hi,

I'm uploading an update. Apart from a few fixes/new-things, the main 
change in the minimals is that the tex.zip files now only 
contain binaries, and justtex.zip the rest.


So, in case you use a windows/linux minimal: you need to download two 
files now. In the case of macosx, gerbens auto-updater takes care of it,


I replaced the iwona/kurier/etc map/enc files with the ones that are now 
shipped. In the meantime i found out that there is also a change in the 
ams font tfm structure, so if you copy over old trees, make that you 
remove old instances of those fonts.


I hope that i didn't mess up things too much.

The normal cont-*.zip files are updates too, and the map files now refer 
to the new iwona cum suis scheme


uploading now, may take a while

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


[NTG-context] update modules.pdf to latest release

2005-09-02 Thread luigi.scarso

Update modules.pdf to 2005.08.31 distro, with pdftex 1.30.2

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


Re: Antwort: Re: Antwort: Re: [NTG-context] Update to the newest ConTeXt version

2005-07-27 Thread Hans Hagen
why not try the minimal linxu distribution, you can install it in a 
separate place and play with it.


Hans

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


Re: Antwort: Re: [NTG-context] Update to the newest ConTeXt version

2005-07-27 Thread Hans Hagen

Jessica Holle wrote:


Hi,

I've done everything you told me and like its written in the howto.

But look at the output. I think its a fontproblem so I tried to make
this command:

texmfstart texfont.pl type-tmf.dat --en=texnansi
--fontroot=/usr/local/teTeX/share/texmf --install --makepath

But this doesn't help, I get always an error.

failed to make ec-lmr12.tfm.



you need ec variants:

texmfstart texfont.pl type-tmf.dat --en=ec
--fontroot=/usr/local/teTeX/share/texmf --install --makepath



-
 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


Antwort: Re: Antwort: Re: [NTG-context] Update to the newest ConTeXt version

2005-07-27 Thread Jessica Holle

I 've done the think with
texmfstart texfont.pl .

but there I get an error

I think it is a path error

in the texmf.cnf the path looks right:
TEXMFMAIN = $SELFAUTOPARENT/share/texmf

I haven't the folder texmf-local in my directory, but I've read this
doesn't matter.

At the end is my texmf.cnf file


/usr/local/teTeX/share/texmf/context/data # texmfstart texfont.pl
type-tmf.dat --en=ec --fontroot=/usr/local/teTeX/share/texmf
--install --makepath

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

 processing batch file : type-tmf.dat
batch line : --en=ec --ve=public --co=antp --so=auto
--ro=TEXMFMAIN

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

 checking root : TEXMFMAIN
processing aborted : unknown subpath ../fonts/afm/public/antp

--help : show some more info
batch line : --en=ec --ve=urw --co=helvetica --so=auto
--ro=TEXMFMAIN

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

 checking root : TEXMFMAIN
processing aborted : unknown subpath ../fonts/afm/urw/helvetica

--help : show some more info
batch line : --en=ec --ve=urw --co=courier --so=auto
--ro=TEXMFMAIN

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

 checking root : TEXMFMAIN
processing aborted : unknown subpath ../fonts/afm/urw/courier

--help : show some more info
batch line : --en=ec --ve=urw --co=zapfchan --so=auto
--ro=TEXMFMAIN

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

 checking root : TEXMFMAIN
processing aborted : unknown subpath ../fonts/afm/urw/zapfchan

--help : show some more info
batch line : --en=ec --ve=urw --co=times --so=auto
--ro=TEXMFMAIN

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

 checking root : TEXMFMAIN
processing aborted : unknown subpath ../fonts/afm/urw/times

--help : show some more info
batch line : --en=ec --ve=urw --co=times --so=auto --ca
=* utmr8a --ro=TEXMFMAIN

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

   caps factor : 0.800
 checking root : TEXMFMAIN
processing aborted : unknown subpath ../fonts/afm/urw/times

--help : show some more info
batch line : --en=ec --ve=urw --co=times --so=auto --sl
=* utmr8a --ro=TEXMFMAIN

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

  slant factor : 0.167
 checking root : TEXMFMAIN
processing aborted : unknown subpath ../fonts/afm/urw/times

--help : show some more info
batch line : --en=ec --ve=urw --co=times --so=auto --sl
=* utmb8a --ro=TEXMFMAIN

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

  slant factor : 0.167
 checking root : TEXMFMAIN
processing aborted : unknown subpath ../fonts/afm/urw/times

--help : show some more info
batch line : --en=ec --ve=urw --co=palatino --so=auto
--ro=TEXMFMAIN

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

 checking root : TEXMFMAIN
processing aborted : unknown subpath ../fonts/afm/urw/palatino

--help : show some more info
batch line : --en=ec --ve=urw --co=palatino --so=auto
--ca=* uplr8a --ro=TEXMFMAIN

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

   caps factor : 0.800
 checking root : TEXMFMAIN
processing aborted : unknown subpath ../fonts/afm/urw/palatino

--help : show some more info
batch line : --en=ec --ve=urw --co=palatino --so=auto
--sl=* uplr8a --ro=TEXMFMAIN

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

  slant factor : 0.167
 checking root : TEXMFMAIN
processing aborted : unknown subpath ../fonts/afm/urw/palatino

--help : show some more info
batch line : --en=ec --ve=urw --co=palatino --so=auto
--sl=* uplb8a --ro=TEXMFMAIN

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

  slant factor : 0.167
 checking root : TEXMFMAIN
processing aborted : unknown subpath ../fonts/afm/urw/palatino

--help : show some more info
batch line : --en=ec --ve=adobe --co=utopia --so=auto
--ro=TEXMFMAIN

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

 checking root : TEXMFMAIN
processing aborted : unknown subpath ../fonts/afm/adobe/utopia

--help : show some more info
batch line : --en=ec --ve=adobe --co=utopia --so=auto
--ca=* putr8a --ro=TEXMFMAIN

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

   caps factor : 0.800
 checking root : TEXMFMAIN
processing aborted : unknown subpath ../fonts/afm/adobe/utopia

--help : show some more info
batch line : --en=ec --ve=adobe --co=utopia --so=auto
--sl=* putr8a --ro=TEXMFMAIN

TeXFont 2.2.1 - ConTeXt / PRAGMA ADE 2000-2004

  slant factor : 0.167
 checking root : TEXMFMAIN
processing aborted : unknown subpath ../fonts/afm/adobe/

Antwort: Re: [NTG-context] Update to the newest ConTeXt version

2005-07-27 Thread Jessica Holle

I think I'm a little bit stupid this week

I've done everythink like on this site :
http://contextgarden.net/TeTeX_3.0_installation

I've only a softlink to texhash in /usr/sbin looks like:
texhash -> /usr/local/teTeX/bin/i686-pc-linux-gnu/texhash

and a softlink to texmfstart
texmfstart ->
/usr/local/teTeX/share/texmf/scripts/context/ruby/texmfstart.rb

and a softliink to
mktexlsr -> /usr/local/teTeX/bin/i686-pc-linux-gnu/mktexlsr
because when I'm doing fmtutil-sys --edit like in the doku
explained, this was expected.

The scripts in the folders
/usr/local/teTeX/share/texmf/scripts/context/ruby
/usr/local/teTeX/share/texmf/scripts/context/perl
are executable


Because of this output I've thought mktextfm must have an sl to
/usr/sbin
Now I've canceled all softlinks in /usr/sbin
except the sl's I've said up in my mail  and the kpse*



rzvlabwks:/usr/local/teTeX/share/texmf # texmfstart texexec.pl
--version

 TeXExec 5.4.2 - ConTeXt / PRAGMA ADE 1997-2005

   texexec : TeXExec 5.4.2 - ConTeXt / PRAGMA ADE
1997-2005
   texutil : kpathsea: Running mktextfm ec-lmr12
mktextfm: No such file or directory
kpathsea: Appending font creation commands to missfont.log.
kpathsea: Running mktextfm ec-lmr7
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmr9
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbx7
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbx9
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbx12
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmro10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmro9
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmro12
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmri10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmri9
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmri12
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbxo10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbxo10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbxo10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbxi10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbxi10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbxi10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmcsc10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmcsc10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmcsc10
mktextfm: No such file or directory
   tex : pdfeTeX, 3.141592-1.21a-2.2 (Web2C 7.5.4)
   context : ver: 2005.07.21
   cont-en : ver: 2005.07.21  fmt: 2005.7.27  mes:
english
kpathsea: Running mktextfm ec-lmr12
mktextfm: No such file or directory
kpathsea: Appending font creation commands to missfont.log.
kpathsea: Running mktextfm ec-lmr7
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmr9
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbx7
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbx9
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbx12
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmro10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmro9
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmro12
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmri10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmri9
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmri12
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbxo10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbxo10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbxo10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbxi10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbxi10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmbxi10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmcsc10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmcsc10
mktextfm: No such file or directory
kpathsea: Running mktextfm ec-lmcsc10
mktextfm: No such file or directory
   cont-nl : ver: 2005.07.21  fmt: 2005.7.27  mes: dutch

total run time : 2 seconds

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


Re: Antwort: Re: [NTG-context] Update to the newest ConTeXt version

2005-07-27 Thread Hans Hagen

Jessica Holle wrote:


I think I'm a little bit stupid this week
 

Is there a faulty cont-sys.tex laying around? Remove that file or mak eyou rown (based on cont-sys.rme) 

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: Antwort: Re: [NTG-context] Update to the newest ConTeXt version

2005-07-27 Thread Taco Hoekwater

Jessica Holle wrote:

Hi,

I've done everything you told me and like its written in the howto.

But look at the output. I think its a fontproblem so I tried to make
this command:

texmfstart texfont.pl type-tmf.dat --en=texnansi
--fontroot=/usr/local/teTeX/share/texmf --install --makepath

But this doesn't help, I get always an error.


Has anybody an advise for me?



The font ec-lmr12 is part of the cont-lmt zip package; there
should be no need to run texfont, assuming you installed the
package and your search paths are ok.

There is a strong hint that something went wrong during upgrade,
because, had you performed all steps in the wiki page, there would
not even exist a program called mktextfm in /usr/sbin.

Therefore, something definately is not right yet. Please follow
the directions precisely if you want the upgrade to succeed

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


Antwort: Re: [NTG-context] Update to the newest ConTeXt version

2005-07-27 Thread Jessica Holle

Hi,

I've done everything you told me and like its written in the howto.

But look at the output. I think its a fontproblem so I tried to make
this command:

texmfstart texfont.pl type-tmf.dat --en=texnansi
--fontroot=/usr/local/teTeX/share/texmf --install --makepath

But this doesn't help, I get always an error.


Has anybody an advise for me?


Greetings Jessica



rzvlabwks:/usr/local/teTeX/share/texmf # texmfstart texexec.pl
--version

 TeXExec 5.4.2 - ConTeXt / PRAGMA ADE 1997-2005

   texexec : TeXExec 5.4.2 - ConTeXt / PRAGMA ADE
1997-2005
   texutil : kpathsea: Running mktextfm ec-lmr12
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input
ec-lmr12
/usr/sbin/mktextfm: line 96: mf: command not found
grep: ec-lmr12.log: No such file or directory
mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input ec-lmr12'
failed to make ec-lmr12.tfm.
kpathsea: Appending font creation commands to missfont.log.
kpathsea: Running mktextfm ec-lmr7
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input
ec-lmr7
/usr/sbin/mktextfm: line 96: mf: command not found
grep: ec-lmr7.log: No such file or directory
mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input ec-lmr7'
failed to make ec-lmr7.tfm.
kpathsea: Running mktextfm ec-lmr9
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input
ec-lmr9
/usr/sbin/mktextfm: line 96: mf: command not found
grep: ec-lmr9.log: No such file or directory
mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input ec-lmr9'
failed to make ec-lmr9.tfm.
kpathsea: Running mktextfm ec-lmbx7
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input
ec-lmbx7
/usr/sbin/mktextfm: line 96: mf: command not found
grep: ec-lmbx7.log: No such file or directory
mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input ec-lmbx7'
failed to make ec-lmbx7.tfm.
kpathsea: Running mktextfm ec-lmbx9
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input
ec-lmbx9
/usr/sbin/mktextfm: line 96: mf: command not found
grep: ec-lmbx9.log: No such file or directory
mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input ec-lmbx9'
failed to make ec-lmbx9.tfm.
kpathsea: Running mktextfm ec-lmbx12
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input
ec-lmbx12
/usr/sbin/mktextfm: line 96: mf: command not found
grep: ec-lmbx12.log: No such file or directory
mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input ec-lmbx12'
failed to make ec-lmbx12.tfm.
kpathsea: Running mktextfm ec-lmro10
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input
ec-lmro10
/usr/sbin/mktextfm: line 96: mf: command not found
grep: ec-lmro10.log: No such file or directory
mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input ec-lmro10'
failed to make ec-lmro10.tfm.
kpathsea: Running mktextfm ec-lmro9
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input
ec-lmro9
/usr/sbin/mktextfm: line 96: mf: command not found
grep: ec-lmro9.log: No such file or directory
mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input ec-lmro9'
failed to make ec-lmro9.tfm.
kpathsea: Running mktextfm ec-lmro12
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input
ec-lmro12
/usr/sbin/mktextfm: line 96: mf: command not found
grep: ec-lmro12.log: No such file or directory
mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input ec-lmro12'
failed to make ec-lmro12.tfm.
kpathsea: Running mktextfm ec-lmri10
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input
ec-lmri10
/usr/sbin/mktextfm: line 96: mf: command not found
grep: ec-lmri10.log: No such file or directory
mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input ec-lmri10'
failed to make ec-lmri10.tfm.
kpathsea: Running mktextfm ec-lmri9
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input
ec-lmri9
/usr/sbin/mktextfm: line 96: mf: command not found
grep: ec-lmri9.log: No such file or directory
mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input ec-lmri9'
failed to make ec-lmri9.tfm.
kpathsea: Running mktextfm ec-lmri12
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input
ec-lmri12
/usr/sbin/mktextfm: line 96: mf: command not found
grep: ec-lmri12.log: No such file or directory
mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input ec-lmri12'
failed to make ec-lmri12.tfm.
kpathsea: Running mktextfm ec-lmbxo10
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input
ec-lmbxo10
/usr/sbin/mktextfm: line 96: mf: command not found
grep: ec-lmbxo10.log: No such file or directory
mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input ec-lmbxo10'
failed to make ec-lmbxo10.tfm.
kpathsea: Running mktextfm ec-lmbxo10
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input
ec-lmbxo10
/usr/sbin/mktextfm: line 96: mf: command not found
grep: ec-lmbxo10.log: No such file or directory
mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input ec-lmbxo10'
failed to make ec-lmbxo10.tfm.
kpathsea: Running mktextfm ec-lmbxo10
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input
ec-lmbxo10
/

Re: [NTG-context] Update to the newest ConTeXt version

2005-07-26 Thread Hans Hagen

Taco Hoekwater wrote:



Hi,

I think I've found it.

You have generated the formats with the old texexec (version 5.2.4,
from tetex), but that should have been done with the new one
(5.4.2, from the zip file). My guess is that the old one is still
somewhere in root's search path.



The best way to deal with this is to change texexec in thebin path into:

#!/bin/sh
texmfstart texexec $@

given that texmfstart is present in the bin path (you copy texmfstart.rb from 
../scripts/context/ruby)

that way, you always run the latest texexec (since texmfstart can locate it) 

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] Update to the newest ConTeXt version

2005-07-26 Thread Taco Hoekwater


Hi,

I think I've found it.

You have generated the formats with the old texexec (version 5.2.4,
from tetex), but that should have been done with the new one
(5.4.2, from the zip file). My guess is that the old one is still
somewhere in root's search path.

Cheers, Taco



Jessica Holle wrote:

Under Windows is TextPad the best way to look after I think...

(See attached file: jessi.zip)

hope you can help

greetings Jessica


- Weitergeleitet von Jessica Holle/InfoTL am 26.07.2005 13:14
-

Taco Hoekwater  
<[EMAIL PROTECTED]An: mailing list for ConTeXt users  
com>Kopie:  
Gesendet von:   Thema:  Re: [NTG-context] Update to the newest ConTeXt version  
ntg-context-boun
[EMAIL PROTECTED]  


26.07.2005 12:16
Bitte antworten 
an mailing list 
for ConTeXt 
users   









Jessica Holle wrote:


Hi,

I've done everything like described on the page you tell, but


there


is a problem too

rzvlabwks:/usr/sbin # texexec --version




Can you show me the output of
   texexec --make --all

please? Something went wrong at that stage, it seems.

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


Re: [NTG-context] Update to the newest ConTeXt version

2005-07-26 Thread Taco Hoekwater



Jessica Holle wrote:

Hi,

I've done everything like described on the page you tell, but there
is a problem too

rzvlabwks:/usr/sbin # texexec --version



Can you show me the output of
texexec --make --all

please? Something went wrong at that stage, it seems.

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


Re: [NTG-context] Update to the newest ConTeXt version

2005-07-26 Thread Jessica Holle
Hi,

I've done everything like described on the page you tell, but there
is a problem too

rzvlabwks:/usr/sbin # texexec --version

 TeXExec 5.4.2 - ConTeXt / PRAGMA ADE 1997-2005

   texexec : TeXExec 5.4.2 - ConTeXt / PRAGMA ADE
1997-2005
   texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE
1992-2004
kpathsea: Running mktexfmt cont-en.fmt
fmtutil: no info for format `cont-en'.
kpathsea: Running mktexfmt context.fmt
fmtutil: no info for format `context'.
   tex : unknown
   context : ver: 2005.07.21
   cont-en : unknown

total run time : 4 seconds
rzvlabwks:/usr/sbin # cd /home/jessi/test/neu/
rzvlabwks:/home/jessi/test/neu # texexec bericht.tex

 TeXExec 5.4.2 - ConTeXt / PRAGMA ADE 1997-2005

fixing engine variable : pdfetex
executable : pdfetex
format : cont-en
 inputfile : bericht
output : standard
 interface : en
  current mode : none
   TeX run : 1

This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
 \write18 enabled.
 (/usr/local/teTeX/share/texmf/web2c/natural.tcx)
kpathsea: Running mktexfmt cont-en.fmt
fmtutil: no info for format `cont-en'.
Sorry, I can't find the format `cont-en.fmt'; will try
`context.fmt'.
kpathsea: Running mktexfmt context.fmt
fmtutil: no info for format `context'.
I can't find the format file `context.fmt'!

   return code : 256
  run time : 2 seconds

total run time : 3 seconds


I think the file cont-en.* is missing. This I have erased before
like it is written down in the  manual you told.


greetings Jessica

- Weitergeleitet von Jessica Holle/InfoTL am 26.07.2005 11:14
-


Taco Hoekwater  

<[EMAIL PROTECTED]An: mailing list for ConTeXt 
users  
com>Kopie:  

            Gesendet von:   Thema:  Re: [NTG-context] Update to 
the newest ConTeXt version  
ntg-context-boun

[EMAIL PROTECTED]   
   




26.07.2005 10:00

Bitte antworten 

an mailing list 

for ConTeXt 

users   











Jessica Holle wrote:
> Hi,
>
> I'm very new at the context section.
> I've installed teTeX 3.0 from the sources and in the way it is
> explained here:
>
> http://tug.org/teTeX/tetex-src/QuickInstall
>
> Everything works fine, I can compile my files.
>
> Now I want to update my version 2005-01-31 to 2005-07-21
>
> texexec --version give this output:
>
> texexec --version
>
>  TeXExec 5.4.2 - ConTeXt / PRAGMA ADE 1997-2005
>
>texexec : TeXExec 5.4.2 - ConTeXt / PRAGMA ADE
> 1997-2005
>texutil :tex : pdfeTeX,
> 3.141592-1.21a-2.2 (Web2C 7.5.4)
>context : ver: 2005.07.21
>cont-en : ver: 2005.01.31  fmt: 2005.7.26  mes:

You now have a new distribution of context but are still using
the old format files from teTeX. You have to follow these steps
quite closely:

   http://contextgarden.net/TeTeX_3.0_installation

Esp. see "Fix texmf.cnf" and "Cleanup fmtutil"

Good luck,

Taco
___
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] Update to the newest ConTeXt version

2005-07-26 Thread Taco Hoekwater



Jessica Holle wrote:

Hi,

I'm very new at the context section.
I've installed teTeX 3.0 from the sources and in the way it is
explained here:

http://tug.org/teTeX/tetex-src/QuickInstall

Everything works fine, I can compile my files.

Now I want to update my version 2005-01-31 to 2005-07-21

texexec --version give this output:

texexec --version

 TeXExec 5.4.2 - ConTeXt / PRAGMA ADE 1997-2005

   texexec : TeXExec 5.4.2 - ConTeXt / PRAGMA ADE
1997-2005
   texutil :tex : pdfeTeX,
3.141592-1.21a-2.2 (Web2C 7.5.4)
   context : ver: 2005.07.21
   cont-en : ver: 2005.01.31  fmt: 2005.7.26  mes:


You now have a new distribution of context but are still using
the old format files from teTeX. You have to follow these steps
quite closely:

  http://contextgarden.net/TeTeX_3.0_installation

Esp. see "Fix texmf.cnf" and "Cleanup fmtutil"

Good luck,

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


[NTG-context] Update to the newest ConTeXt version

2005-07-26 Thread Jessica Holle
Hi,

I'm very new at the context section.
I've installed teTeX 3.0 from the sources and in the way it is
explained here:

http://tug.org/teTeX/tetex-src/QuickInstall

Everything works fine, I can compile my files.

Now I want to update my version 2005-01-31 to 2005-07-21

texexec --version give this output:

texexec --version

 TeXExec 5.4.2 - ConTeXt / PRAGMA ADE 1997-2005

   texexec : TeXExec 5.4.2 - ConTeXt / PRAGMA ADE
1997-2005
   texutil :tex : pdfeTeX,
3.141592-1.21a-2.2 (Web2C 7.5.4)
   context : ver: 2005.07.21
   cont-en : ver: 2005.01.31  fmt: 2005.7.26  mes:
english

total run time : 1 seconds

Everything looks fine for me, but, when I want to compile my file,
which works before the update to the new version, I get such a
mistake:

texexec bericht.tex

 TeXExec 5.4.2 - ConTeXt / PRAGMA ADE 1997-2005

 fixing texformat path : .:
{!!/root/.texmf-config,!!/root/.texmf-var,/root/texmf,!!/usr/local/teTeX/share/texmf-config,!!/usr/local/teTeX/share/texmf-var,!!/usr/local/teTeX/share/texmf,!!/usr/local/teTeX/share/texmf-local,!!/usr/local/teTeX/share/texmf-dist}/web2c/

$engine,}
fixing engine variable : pdfetex
executable : pdfetex
format : cont-en
 inputfile : bericht
output : standard
 interface : en
  current mode : none
   TeX run : 1

This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
 \write18 enabled.
 (/usr/local/teTeX/share/texmf/web2c/natural.tcx)
entering extended mode
(./bericht.tex

ConTeXt  ver: 2005.01.31  fmt: 2005.7.26  int: english  mes: english

language: language en is active

system  : cont-new loaded
(/usr/local/teTeX/share/texmf/tex/context/base/cont-new.tex
systems : beware: some patches loaded from cont-new.tex
color   : palette rollover is available
system (E-TEX) : [line 1068]
system (E-TEX) : [line 1123]
)
system  : cont-old loaded
(/usr/local/teTeX/share/texmf/tex/context/base/cont-old.tex
loading : Context Old Macros
)
system  : cont-fil loaded
(/usr/local/teTeX/share/texmf/tex/context/base/cont-fil.tex
loading : Context File Synonyms
)
system  : cont-sys loaded
(/usr/local/teTeX/share/texmf/tex/context/user/cont-sys.tex
(/usr/local/teTeX/share/texmf/tex/context/base/type-syn.tex
! Undefined control sequence.
l.14 \starttypescriptcollection
   [synonyms]
?
! Undefined control sequence.
l.697 \stoptypescriptcollection



and so on...

But I don't know what my problem is. The cont-sys.tex I've already
replaced by the original file which I have in my backup of teTeX3.0

I followed this intructions when I updating the version:

http://home.salamander.com/~wmcclain/context-help.html#install


I hope somebody can help me.

Thanks

Greetings Jessica

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


Re: [NTG-context] update

2005-06-03 Thread Thomas A. Schmitz

Thanks Taco! No, I'm using pdfetex, not XeTeX. Here's the line:

% pdfetex --version
pdfeTeX 3.141592-1.21a-2.2 (Web2C 7.5.4)
kpathsea version 3.5.4
Copyright (C) 1997-2004 Peter Breitenlohner (eTeX)/Han The Thanh  
(pdfTeX).

Kpathsea is copyright (C) 1997-2004 Free Software Foundation, Inc.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the pdfeTeX copyright and
the GNU General Public License.
For more information about these matters, see the files
named COPYING and the pdfeTeX source.
Primary author of pdfeTeX: Peter Breitenlohner (eTeX)/Han The Thanh  
(pdfTeX).

Kpathsea written by Karl Berry and others.

And as I wrote: the rest of ConTeXt seems to be working alright, my  
documents compile fine, so don't spend too much time on it. I still  
have to see for my linux installation, I haven't been able to upgrade  
ConTeXt under linux for quite a few releases now.


Best

Thomas

On Jun 3, 2005, at 8:20 AM, Taco Hoekwater wrote:


Thomas A. Schmitz wrote:


Hi Hans,
sorry to rain on your parade, but I'm not sure that the latest   
version is working as it should. I tried on OS X + gwtex. After   
unzipping in texmf.local and regenerating the formats, I get this   
output (even after rerunning mktexlsr):

% texexec --version



texexec --version can be broken independant of the rest of  
texexec. :-)


From your comments I believe that the actual format generation is
correct now, and it is just the version report that cannot keep up
with the changes. Not a big thing, but of course it should be fixed.

Since that is my code, I will can a patch for (Hans to apply).
Are you using XeTeX? If yes, can you (or someone else) send me XeTeX's
banner line(s)? I mean the line you get if you only start the
executable.  For instance, my pdfetex has:

  This is pdfeTeX, Version 3.141592-1.21b-2.2 (Web2C 7.5.4)
  **

This is needed for the tex discovery line:

   tex : unknown


Greetings, Taco
___
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] update

2005-06-03 Thread Taco Hoekwater

Thomas A. Schmitz wrote:

Hi Hans,

sorry to rain on your parade, but I'm not sure that the latest  version 
is working as it should. I tried on OS X + gwtex. After  unzipping in 
texmf.local and regenerating the formats, I get this  output (even after 
rerunning mktexlsr):


% texexec --version


texexec --version can be broken independant of the rest of texexec. :-)

From your comments I believe that the actual format generation is
correct now, and it is just the version report that cannot keep up
with the changes. Not a big thing, but of course it should be fixed.

Since that is my code, I will can a patch for (Hans to apply).
Are you using XeTeX? If yes, can you (or someone else) send me XeTeX's
banner line(s)? I mean the line you get if you only start the
executable.  For instance, my pdfetex has:

  This is pdfeTeX, Version 3.141592-1.21b-2.2 (Web2C 7.5.4)
  **

This is needed for the tex discovery line:

   tex : unknown


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


[NTG-context] update

2005-06-02 Thread Hans Hagen

Hi,

Well, after some bad hacking Adam, Patrick and me think that we got engine 
support working on all platforms. Interesting is that the problems for platforms 
-tetex and gwtex- were in different parts of the code, so there must be subtle 
differences in path settings (different kpse branches in texexec). The solutions 
had to do with chomping on the one hand and complex paths on th eother hand.


Patrick, I hope that i didn't mess up the garden server in the process -)

Uploaded.

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] update

2005-06-02 Thread Thomas A. Schmitz

Hi Hans,

sorry to rain on your parade, but I'm not sure that the latest  
version is working as it should. I tried on OS X + gwtex. After  
unzipping in texmf.local and regenerating the formats, I get this  
output (even after rerunning mktexlsr):


% texexec --version

TeXExec 5.4.1 - ConTeXt / PRAGMA ADE 1997-2005

   texexec : TeXExec 5.4.1 - ConTeXt / PRAGMA ADE 1997-2005
   texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
sh: line 1: cont-en: command not found
   tex : unknown
   context : ver: 2005.06.02
   cont-en : unknown
sh: line 1: cont-de: command not found
   cont-de : unknown
sh: line 1: cont-nl: command not found
   cont-nl : unknown

total run time : 2 seconds

Processing files seems to be running normally. Nevertheless,  
something still smells rotten in the state of ConText. I'll check on  
my linux partition later.


Best

Thomas


On Jun 2, 2005, at 10:49 PM, Hans Hagen wrote:


Hi,

Well, after some bad hacking Adam, Patrick and me think that we got  
engine support working on all platforms. Interesting is that the  
problems for platforms -tetex and gwtex- were in different parts of  
the code, so there must be subtle differences in path settings  
(different kpse branches in texexec). The solutions had to do with  
chomping on the one hand and complex paths on th eother hand.


Patrick, I hope that i didn't mess up the garden server in the  
process -)


Uploaded.

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


[NTG-context] Update ConTeXt 2004-12-06 for teTeX 2.99.4-beta: map files

2004-12-07 Thread VnPenguin
Hi all,
I have a running tetex-2.99.4-beta. Now I would like to update ConTeXt
to version 2004-12-06.
After comparing directory structures I see there is difference:

1. In ConTeXt all map files are in fonts/map/pdftex/context/*.map
2. In teTeX amm map files are in fonts/map/dvips/context/*.map

So my question is how I could update ConTeXt safely ? Which directory
structure I have to follow ? teTeX will continue to work if map files
installed in ConTeXt's structure ?

Thank you in advance,

Regards,

Quy NGUYEN-DAI
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Update to Pdfetex 1.20a

2004-10-12 Thread Lutz Haseloff
Hans Hagen schrieb:
Lutz Haseloff wrote:
Hi Hans, Hi all,
\loadmapfile[gbk]
\usemodule[chinese]
\usemodule[chi-simplified]
\starttext
\section{test}
\stoptext
Is this a bug in pdfetex?

welcome to the non downward compatible changes in tex and friends
  you may try: texmfstart textools --fixtexmftrees
no errors found
to move your map and enc files to the new locations
if things still fail ... then we have a problem in pdftex's font 
inclusion

I'm afraid so:
where pdfetex 1.20a breaks completely and texexec.pl reports:
-
systems: end file china at line 6
)
   total run time : 3 seconds
-
version 1.11 prepares nice chinese pdf and texexec.pl reports
-
systems: end file china at line 6
){c:\tex\texmf-local/fonts/enc/chinese/GBK-bd.enc}{c:\tex\texmf-local/fonts/enc/chinese/GBK-d2.enc}{c:\tex\texmf-local/fonts/enc
/chinese/GBK-b5.enc}
Output written on china.pdf (1 page, 11424 bytes).
Transcript written on china.log.
  return code : 0
 run time : 1 seconds
-
Hans

Greetings Lutz
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Update to Pdfetex 1.20a

2004-10-11 Thread Hans Hagen
Lutz Haseloff wrote:
Hi Hans, Hi all,
i tried to update pdfetex to 1.20a.
I used the standalone version by Fabrice Popineau from:
http://public.www.planetmirror.com/pub/ctan/systems/win32/fptex/standalone/
If pdfetex tries to insert a ttf-font i get an error-message:
Windows complains:
...
systems: end file test at line 6
 )
total run time : 2 seconds
I run the latest stuff from pragma (binaries, context)
under Win XP. The fonts are from ctex.org.
My input file is:
\loadmapfile[gbk]
\usemodule[chinese]
\usemodule[chi-simplified]
\starttext
\section{test}
\stoptext
Is this a bug in pdfetex?
welcome to the non downward compatible changes in tex and friends
  you may try: texmfstart textools --fixtexmftrees
to move your map and enc files to the new locations
if things still fail ... then we have a problem in pdftex's font inclusion
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Update to Pdfetex 1.20a

2004-10-11 Thread Lutz Haseloff
Hi Hans, Hi all,
i tried to update pdfetex to 1.20a.
I used the standalone version by Fabrice Popineau from:
http://public.www.planetmirror.com/pub/ctan/systems/win32/fptex/standalone/
If pdfetex tries to insert a ttf-font i get an error-message:
Windows complains:
...
systems: end file test at line 6
 )
total run time : 2 seconds
I run the latest stuff from pragma (binaries, context)
under Win XP. The fonts are from ctex.org.
My input file is:
\loadmapfile[gbk]
\usemodule[chinese]
\usemodule[chi-simplified]
\starttext
\section{test}
\stoptext
Is this a bug in pdfetex?
Greetings Lutz
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] update

2004-06-21 Thread Willi Egger
Hi Hans,
Great! This evening I unpacked cont-tmf.zip and cont-exa.zip into my 
TeXlive tree. Then I run the textools.rb. Everything as far a I could 
test it worked! - Marvelous!

Thanks Hans.
Kind regards Willi
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] update

2004-06-20 Thread Willi Egger
Hi Hans,
Hans Hagen Outside wrote:
Willi Egger wrote:
Hi Hans,
I was looking into the TeXtools manual. Then I looked into the 
cont-tmf.zip and could not find the mentioned ruby scripts.
Do you provide them separately?
I got the tip from Hraban to download cont-exa.

did you try to run textools? should work -)
 texmf-local/scripts/context/ruby
a convenient way to rusn scripts from the tex tree is:
 texmfstart textools.rb
I do not know, precisely. I had your minimal COnTeXt but some time agoe 
I messed it up. - I downloaded a new mswintex.zip.bz2. and replaced the 
tree. So I had only to move some files manually. - Maz that I solved it 
in a clumsy way. However it works now.

I realized that you added a couple of *.enc files in the latest 
cont-tmf.zip. - Are there any actions necessary to have the system 
using them?
That seems to be no problem, since the new environment worked immediately.
no, unless you want to typeset german with proper umlauts -) [see type-* 
files and search for var]
This I have to pick up definitely, because I sometimes have to write 
german texts.

Thanks Hans!
Willi
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] update

2004-06-19 Thread Hans Hagen Outside
Gary Pajer wrote:
- Original Message - 
From: "Willi Egger" <[EMAIL PROTECTED]>

 

Hi Hans,
I was looking into the TeXtools manual. Then I looked into the 
   

OK, I must be blind.  Where is the TeXtools manual?
 

nicely hidden on the same page (inshow-man.pdf) as texmfstart 

I will add entries to the html pages later 

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] update

2004-06-19 Thread Hans Hagen Outside
Willi Egger wrote:
Thanks indeed!
Willi
Henning Hraban Ramm wrote:
Am 18.06.2004 um 22:00 schrieb Willi Egger:
I was looking into the TeXtools manual. Then I looked into the 
cont-tmf.zip and could not find the mentioned ruby scripts.
Do you provide them separately?

Did you look in cont-exa?

I'll add the files to cont-tmf.zip as well (in due time the exa content 
will move into the main zip; first i need to clean up some mess)

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] update

2004-06-19 Thread Hans Hagen Outside
Willi Egger wrote:
Hi Hans,
I was looking into the TeXtools manual. Then I looked into the 
cont-tmf.zip and could not find the mentioned ruby scripts.
Do you provide them separately?
did you try to run textools? should work -)
 texmf-local/scripts/context/ruby
a convenient way to rusn scripts from the tex tree is:
 texmfstart textools.rb
I realized that you added a couple of *.enc files in the latest 
cont-tmf.zip. - Are there any actions necessary to have the system 
using them?
no, unless you want to typeset german with proper umlauts -) [see type-* 
files and search for var]

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] update

2004-06-19 Thread Gary Pajer
- Original Message - 
From: "Gary Pajer" <[EMAIL PROTECTED]>
> 
> OK, I must be blind.  Where is the TeXtools manual?

Never mind ... I found it.  
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] update

2004-06-19 Thread Gary Pajer

- Original Message - 
From: "Willi Egger" <[EMAIL PROTECTED]>


> Hi Hans,
> 
> I was looking into the TeXtools manual. Then I looked into the 

OK, I must be blind.  Where is the TeXtools manual?

-gary
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] update

2004-06-19 Thread Willi Egger
Thanks indeed!
Willi
Henning Hraban Ramm wrote:
Am 18.06.2004 um 22:00 schrieb Willi Egger:
I was looking into the TeXtools manual. Then I looked into the 
cont-tmf.zip and could not find the mentioned ruby scripts.
Do you provide them separately?

Did you look in cont-exa?
Greetlings, Hraban
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] update

2004-06-18 Thread Henning Hraban Ramm
Am 18.06.2004 um 22:00 schrieb Willi Egger:
I was looking into the TeXtools manual. Then I looked into the 
cont-tmf.zip and could not find the mentioned ruby scripts.
Do you provide them separately?
Did you look in cont-exa?
Greetlings, Hraban
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] update

2004-06-18 Thread Willi Egger
Hi Hans,
I was looking into the TeXtools manual. Then I looked into the 
cont-tmf.zip and could not find the mentioned ruby scripts.
Do you provide them separately?

I realized that you added a couple of *.enc files in the latest 
cont-tmf.zip. - Are there any actions necessary to have the system using 
them?

Kind regards Willi
Hans Hagen wrote:
Hi,
I synced the website. Apart from a few new magazines there is a 
preliminary manual 'xmldir' and there are manuals for xmltools and 
textools.

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


[NTG-context] update

2004-06-18 Thread Hans Hagen
Hi,
I synced the website. Apart from a few new magazines there is a 
preliminary manual 'xmldir' and there are manuals for xmltools and 
textools.

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] update

2004-06-16 Thread Hans Hagen
Hi,
I uploaded a new version (and will sync the whole site friday).
- watch the new magazines (number 6 in show-mag.pdf) : dangerous
features (but still fun)
- hz support (will be completed when the new pdf comes out)
- a few new tools: textools & xmltools
- of course some fixes
(i'm working on a manual for xmldir support as provided by 
xmltools/x-dir-*)

beware: this tree is already in the new tds
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Update problems: TOC

2004-03-08 Thread Mari Voipio

Hello, all ConTeXters!

I finally got around to trying TeXLive2003 and the ConTeXt there. The good
news is that it installs into Windows2000 like a charm and all the old
font woes are now past worries, the fonts worked the first try. After
installing TeXLive I downloaded the newest ConTeXt from Pragma's pages and
it seems to be a working installation, too.

However, I have a problem to which I didn't find a solution in the mailing
list archives:
The Table of Contents doesn't work and that hangs the whole thing. If I
get rid of the command \placecontent, everything works perfectly, but once
I try to compile the file(s) with a TOC, this is what I get:

myContents : - Table of contents
(./pr-03.tuo
! Undefined control sequence.
\exitloop ->\let \endofloop
\nodoloop
 ...>\zeropoint \unskip \else \exitloop
  \fi
\doloop ...@@arecurse \recursedepth \endcsname {#1
  }\global [EMAIL PROTECTED] \let
\csname...

\removeunwantedspaces ...kip \else \exitloop \fi }
  \fi
\endstrut ...trut \fi \else \removeunwantedspaces
  \normalpenalty [EMAIL PROTECTED]
\normal...
 ...tentry {\v!hoofdstuk }{Introduction}
  }
...
l.7 ...1}{1}{Introduction}{2::0:1:0:0:0:0:0::1}{5}

?

---

Below you'll find a simplified version of my setups etc, maybe that will
help to pinpoint the problem. I hope somebody has a solution as I won't be
able to upgrade to any newer ConTeXt's until this is fixed.


Thanks for any help,

Mari



% --
% File starts here
% --

%output=pdftex

\definepapersize[a4short][width=210mm,height=11in]
\setuppapersize[a4short][a4]

\enableregime[il1]
\usetypescript[berry][ec]
\setupbodyfont[pos,10pt]

% This sets the look of the first level headings
\setuphead
[chapter]
[style=\sstfc,
prefix=+]

% This sets the look of the second level headings
\setuphead
[section]
[style=\sstfb]

% Third level headings
\setuphead
[subsection]
[style=\ssbf]

% Fourth level headings
\setuphead
[subsubsection]
[style=\ssit]

% -
% Settings concerning the Table of contents (TOC)
% -

% The combination below sets the look of the title of the TOC
\definehead
 [myContents]
 [title]

\setuphead
 [myContents]
 [alternative=left,
 style=\sstfb]

% These settings are for the first level (chapter) entries
% in the TOC
\setuplist
[chapter]
[criterium=chapter,
alternative=c,
aligntitle=yes,
textstyle={\tfa\cap}]

\setuplist
[section]
[criterium=section,
alternative=c,
margin=0.7cm,
textstyle=bold]

\setuplist
[subsection]
[criterium=subsection,
alternative=c,
margin=0.9cm]

% This sets the fourth level (subsubsection) entries in the TOC
\setuplist
[subsubsection]
[criterium=subsubsection,
alternative=c,
margin=1.2cm,
textstyle=italic]


%-
% TOC settings end here

\starttext


\startfrontmatter

\myContents{Table of contents}
\placecontent

\stopfrontmatter
% ---


% Each chapter is a file of its own, the files are collected
% into one document here

\input pr-03_ch01/ch01.tex % first chapter (Introduction)
\input pr-03_ch02/ch02.tex % second chapter (Sensor)
\input pr-03_ch03/ch03.tex % third chapter (IT-R)
\input pr-03_ch04/ch04.tex % fourth chapter (Accessory units)
\input pr-03_ch05/ch05.tex % fifth chapter (Startup and configuration)
\input pr-03_ch06/ch06.tex % sixth chapter (Regular maintenance)
\input pr-03_ch07/ch07.tex % seventh chapter (Troubleshooting)
\input pr-03_ch08/parts_tables.tex % tables for chapter 8 are loaded first
\input pr-03_ch08/ch08.tex % eighth chapter (Sensor
   % specifications and parts lists)
\input pr-03_ch09/ch09.tex % ninth chapter (IT-R specifications
   % and parts lists)


%This part gets alphabets (A, B...)
\startappendices

\input glossary.tex
\input dds.tex  % Information on the Delivary Data Sheet
\input calibration_data_report.tex  % The Calibration data report
sheet
\input verification.tex % How to do ISO 9000 Verification
\stopappendices


\startbackmatter


% --
% Index settings
% --

\chapter[index]{Index}

\placeindex

% --- End of Index -


\stopbackmatter


% Here's where the document ends, nothing comes below this command
\stoptext
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Update Problem

2004-02-11 Thread Hans Hagen
At 11:57 10/02/2004, you wrote:
Hi all.

I try to update teTeX 2.0.2 to the current context distribution 
(cont-tmf.zip of 2004-1-13). After updating I can not process my old
files. I get the following error message:

! Undefined control sequence.
\@@toks ->\everyTEXinputmode
Does anyone know how to fix this problem?

Thank you for your attention,
--Stefan
These are the steps took to update ConTeXt:
1.I deleted all context subdirectories in the tetex/share/texmf directory.
2. I unpacked the cont-tmf.zip file into that directory.
3. I run texhash.
4. I created the formats by "texexec --make nl en de".
are you sure that you use the right format (in combination with cont-new.tex)?

(kpsewhich cont-en.efmt)

else try

  texexec --make --alone

hans



-
  Hans Hagen | PRAGMA ADE/POD/CTS
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-
   information: http://www.pragma-ade.com/roadmap.pdf
documentation: http://www.pragma-ade.com/showcase.pdf
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Update Problem

2004-02-11 Thread Stefan Wachter
Hi all.

I try to update teTeX 2.0.2 to the current context distribution 
(cont-tmf.zip of 2004-1-13). After updating I can not process my old
files. I get the following error message:

! Undefined control sequence.
\@@toks ->\everyTEXinputmode
Does anyone know how to fix this problem?

Thank you for your attention,
--Stefan
These are the steps took to update ConTeXt:
1.I deleted all context subdirectories in the tetex/share/texmf directory.
2. I unpacked the cont-tmf.zip file into that directory.
3. I run texhash.
4. I created the formats by "texexec --make nl en de".
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] update succeeded

2004-01-03 Thread R. Ermers



Dear Friends,
 
In the mean time I have also updated miktex. Now 
everything seems to work fine.
Sorry for bothering you.
 
Robert Ermers


Re[4]: [NTG-context] Update failure: I'm losing my mind

2003-12-13 Thread Giuseppe Bilotta
Saturday, December 13, 2003 Gary Pajer wrote:

> Ok.
> I gronked MiKTeX's ConTeXt.  I wrote a one line batch file that calls
> explicitly c:\localtexmf\context\perltk\texexec.pl
> This seems to work.

Good to know :)

If you have Windows NT or Windows 2000 or Windows XP, you can
actually do without the batch file by adding .pl to the PATHEXT
environment variable and ensuring that
c:\localtexmf\context\perltk is in the PATH before
c:\texmf\miktex\bin

-- 
Giuseppe "Oblomov" Bilotta



___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: Re[2]: [NTG-context] Update failure: I'm losing my mind

2003-12-12 Thread Gary Pajer
> Thursday, December 11, 2003 Gary Pajer wrote:
>
> > Thanks, but that didn't work.  I still have a nagging feeling that I'm
> > forgetting something simple.
> > MiKTeX comes with a texexec.exe.  Putting texexec.ini in the same
directory
> > doesn't do it either.
>
> First of all, don't use the ConTeXt package that comes with
> MikTeX. Simply don't. Remove it, if you have it uninstalled.
> You should only use the distributed cont-tmf.zip of PRAGMA, and
> use the Perl script texexec.pl in /localtexmf/context/perltk;
> and texexec.ini should stay there (and make sure you're running
> *that* texexec.pl)
>
> -- 
> Giuseppe "Oblomov" Bilotta

Ok.
I gronked MiKTeX's ConTeXt.  I wrote a one line batch file that calls
explicitly c:\localtexmf\context\perltk\texexec.pl
This seems to work.

Thanks!
-gary

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Update failure: I'm losing my mind

2003-12-12 Thread Peter Rolf
Hello Gray,

get a copy of filemon for your M$ Windows version from www.sysinterals.com.
This free tool shows you all kind of file operations on your system.
Just unpack and start filemon.exe and enter "texexec*" in the Include: part
of the appearing filter dialog. Enable "Advanced Output" in the 
"options" menu.

After that start "texexec --verbose" in your shell.
The rest is on you... ;)
Hope this helps,

  Peter

Gary Pajer wrote:

  warning : texexec.ini not found, did you read
 

'texexec.rme'?
 

It's really not finding it.  The thing that surprises me is that no-one
 

else
 

has mentioned this.  That's why I keep thinking that I've done something
wrong.
 

Maybe trying to run ConTeXt with MikTeX instead of using TeX Live 2003,
or trying to run ConTeXt in a Win32 configuration that puts spaces in
the paths?
   

[longish comments deleted]

Thanks for your comments, George.
FWIW, I don't have any spaces in my MiKTeX directory tree, but I do use the
default XP system for organizing document files, and that system does have a
lot of spaces (e.g.,  "Documents and Settings")
I'm not married to MiKTeX, so I can switch to fpTeX.   Any comments?
From what I can tell, fpTeX has better ConTeXt integration, while MiKTeX has
a better system for keeping up to date.
Anything else?
-gary

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context
 



___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Update failure: I'm losing my mind

2003-12-12 Thread Gary Pajer

> >warning : texexec.ini not found, did you read
'texexec.rme'?
> >
> > It's really not finding it.  The thing that surprises me is that no-one
else
> > has mentioned this.  That's why I keep thinking that I've done something
> > wrong.
>
> Maybe trying to run ConTeXt with MikTeX instead of using TeX Live 2003,
> or trying to run ConTeXt in a Win32 configuration that puts spaces in
> the paths?

[longish comments deleted]

Thanks for your comments, George.
FWIW, I don't have any spaces in my MiKTeX directory tree, but I do use the
default XP system for organizing document files, and that system does have a
lot of spaces (e.g.,  "Documents and Settings")

I'm not married to MiKTeX, so I can switch to fpTeX.   Any comments?
>From what I can tell, fpTeX has better ConTeXt integration, while MiKTeX has
a better system for keeping up to date.
Anything else?

-gary

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Update failure: I'm losing my mind

2003-12-12 Thread George N. White III
On Thu, 11 Dec 2003, Gary Pajer wrote:

> C:\Documents and Settings\Gary Pajer\My Documents>texexec --verbose
>
>  TeXExec 3.2 - ConTeXt / PRAGMA ADE 1997-2003
>
>   current path : C:/Documents and Settings/Gary Pajer/My Documents
>  locating ini file : not found by kpsewhich
>  locating ini file : not found by searching
>  locating ini file : no environment variable set
>  locating ini file : not found in own path
>warning : texexec.ini not found, did you read 'texexec.rme'?
>
> It's really not finding it.  The thing that surprises me is that no-one else
> has mentioned this.  That's why I keep thinking that I've done something
> wrong.

Maybe trying to run ConTeXt with MikTeX instead of using TeX Live 2003,
or trying to run ConTeXt in a Win32 configuration that puts spaces in
the paths?

We are running ConTeXt under TL2003 (with a newer cont-tmf.zip and pdftex
1.11b) on SGI Irix because the Win32 PC's I tried did not survive the
experience.  At home I find TL2003 (same updates) works well on linux. The
unix systems don't let spaces into paths (and did fail in pre-release
testing if I tried to run in a directory like "a b").

I reported the above problem with the TL2003 pre-release tests.  Using the
current cont-tmf.zip gets you a TeXExec 4.0 that seems more robust, but
that could be because I also abandoned a configuration that puts spaces in
the paths (e.g., install to C:\TeXLive and set HOME=C:\Home).

One system (Win98) had problems with forward slashes in the argument to
perl's backtick, but then the hard disk failed and I've been waiting since
Sept. for the warranty replacement to arrive.  TeX Live 2003 texexec seems
to be hard on PC's -- maybe because when kpathsea fails texexec.pl
recursively searches the drive for the ini file.  In any case, after the
1st PC died I tried to install TL2003 on another machine which also failed
(terminal overheating) while creating formats after installing the fpTeX
updates.  Maybe cheap PC clones can't tolerate ls-R too many times in a
short time period.

btw -- before the machine died I did notice that the new version of fpTeX
has a 1.11b pdftex.

I've been asked to put TL2003 on a ThinkPad running XP -- hope it survives
the experience!

--
George N. White III  <[EMAIL PROTECTED]>
  Head of St. Margarets Bay, Nova Scotia, Canada
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Update failure: I'm losing my mind

2003-12-11 Thread Gary Pajer
Am Donnerstag, 11.12.03, um 15:08 Uhr (Europe/Zurich) schrieb Gary
Pajer:
>> MiKTeX comes with a texexec.exe.  Putting texexec.ini in the same
>> directory
>> doesn't do it either.
>> Is there an environment variable that I can set to help texexec find
>> its
>> way?
>> Or a command line switch?  (I have not found mention of either in the
>> docs)
>> (Putting texexec.ini in the directory containing the ConTeXt .tex
>> script
>> works.)

>What says "texexec --verbose"?

C:\Documents and Settings\Gary Pajer\My Documents>texexec --verbose

 TeXExec 3.2 - ConTeXt / PRAGMA ADE 1997-2003

  current path : C:/Documents and Settings/Gary Pajer/My Documents
 locating ini file : not found by kpsewhich
 locating ini file : not found by searching
 locating ini file : no environment variable set
 locating ini file : not found in own path
   warning : texexec.ini not found, did you read 'texexec.rme'?

It's really not finding it.  The thing that surprises me is that no-one else
has mentioned this.  That's why I keep thinking that I've done something
wrong.

thanks,
-gary


___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Update failure: I'm losing my mind

2003-12-11 Thread Henning Hraban Ramm
Am Donnerstag, 11.12.03, um 15:08 Uhr (Europe/Zurich) schrieb Gary 
Pajer:
MiKTeX comes with a texexec.exe.  Putting texexec.ini in the same 
directory
doesn't do it either.
Is there an environment variable that I can set to help texexec find 
its
way?
Or a command line switch?  (I have not found mention of either in the 
docs)
(Putting texexec.ini in the directory containing the ConTeXt .tex 
script
works.)
What says "texexec --verbose"?

Grüßlis vom Hraban!
--
http://www.fiee.net/texnique/
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re[2]: [NTG-context] Update failure: I'm losing my mind

2003-12-11 Thread Giuseppe Bilotta
Thursday, December 11, 2003 Gary Pajer wrote:

> Thanks, but that didn't work.  I still have a nagging feeling that I'm
> forgetting something simple.
> MiKTeX comes with a texexec.exe.  Putting texexec.ini in the same directory
> doesn't do it either.

First of all, don't use the ConTeXt package that comes with
MikTeX. Simply don't. Remove it, if you have it uninstalled.
You should only use the distributed cont-tmf.zip of PRAGMA, and
use the Perl script texexec.pl in /localtexmf/context/perltk;
and texexec.ini should stay there (and make sure you're running
*that* texexec.pl)

-- 
Giuseppe "Oblomov" Bilotta




___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Update failure: I'm losing my mind

2003-12-11 Thread Gary Pajer


> Thursday, December 11, 2003 Gary Pajer wrote:
>
> > MiKTeX.
>
> > I've done this half a dozen times. This time it doesn't work.  I feel
> > stupid.  What have I forgotten?
>
> > Things were working perfectly.  I decide to update, so I download
> > cont-tmf.zip to \localtexmf.  Then I unzip, overwritting all the old
files.
> > Then I update the database either using mktexlsr or the MiKTeX options
> > wizard.
>
> > But now texexec can't find texexec.ini.  But it's there, in
> > \localtexmf\context\config  (as well as \texmf\context\config)
>
> > BTW,  if I execute kpsewhich texexec.ini  it returns without an error,
but
> > also with no information.  Is that right?
>
> Yes, and that's the problem. Recent ConTeXts are too strongly
> tied to fpTeX :\
>
> One thing you can do: move your texexec.ini in the same folder
> as texexec.pl

Thanks, but that didn't work.  I still have a nagging feeling that I'm
forgetting something simple.
MiKTeX comes with a texexec.exe.  Putting texexec.ini in the same directory
doesn't do it either.
Is there an environment variable that I can set to help texexec find its
way?
Or a command line switch?  (I have not found mention of either in the docs)
(Putting texexec.ini in the directory containing the ConTeXt .tex script
works.)

-gary

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Update failure: I'm losing my mind

2003-12-11 Thread Giuseppe Bilotta
Thursday, December 11, 2003 Gary Pajer wrote:

> MiKTeX.

> I've done this half a dozen times. This time it doesn't work.  I feel
> stupid.  What have I forgotten?

> Things were working perfectly.  I decide to update, so I download
> cont-tmf.zip to \localtexmf.  Then I unzip, overwritting all the old files.
> Then I update the database either using mktexlsr or the MiKTeX options
> wizard.

> But now texexec can't find texexec.ini.  But it's there, in
> \localtexmf\context\config  (as well as \texmf\context\config)

> BTW,  if I execute kpsewhich texexec.ini  it returns without an error, but
> also with no information.  Is that right?

Yes, and that's the problem. Recent ConTeXts are too strongly
tied to fpTeX :\

One thing you can do: move your texexec.ini in the same folder
as texexec.pl

-- 
Giuseppe "Oblomov" Bilotta


___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Update failure: I'm losing my mind

2003-12-10 Thread Gary Pajer
MiKTeX.

I've done this half a dozen times. This time it doesn't work.  I feel
stupid.  What have I forgotten?

Things were working perfectly.  I decide to update, so I download
cont-tmf.zip to \localtexmf.  Then I unzip, overwritting all the old files.
Then I update the database either using mktexlsr or the MiKTeX options
wizard.

But now texexec can't find texexec.ini.  But it's there, in
\localtexmf\context\config  (as well as \texmf\context\config)

BTW,  if I execute kpsewhich texexec.ini  it returns without an error, but
also with no information.  Is that right?

-gary

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


<    1   2