[NTG-context] Obeyspaces in tables

2009-05-08 Thread paul morgan
Hi,

Does \obeyspaces work in tables? I cannot determine how to make it do so. In
the following example, I am unable to maintain the space between the words
"T H E" and "P R O J E C T".

\bTABLE[width=.5\hsize,frame=off]
\bTR
\bTD[align=right] {\it {\vi Contractor:}} \\ {\ss An organization} \\
 {\ssx 100 West 27th Street, NY 10001} \eTD

\bTD[ny=2][align=middle] {\obeyspaces {\ssa {\bf T H E   P R O J E C T}}} \\
100 East 10th Street, NY 10003 \eTD
\eTR

\bTR
\bTD[align=right] {\it {\vi Sub-contractor:}} \\ {\ss Another organization}
\\ {\ssx 100 Stagg St., Brooklyn 11206} \eTD
\eTR
\eTABLE


Thank you for any help or advice.
___
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] Minimals installation problem OS X 10.6.2

2010-01-16 Thread paul morgan
Hi,

On a new Snow Leopard machine, I ran ./first-setup.sh in ~/context.

As instructed at the end of the ./first-setup.sh run, I then
added /Users/pm/context/tex/texmf-osx-64/bin to my .zshenv, and % echo $PATH
shows correct path when I source, logout, restart, etc.

I ran:

p% texexec example.tex
MTXrun | kpse fallback with progname 'context' initialized in 0.001019
seconds

I then tried

p% luatex sample.tex
This is LuaTeX, Version beta-0.50.0-2009122423
 \write18 enabled.

kpathsea: Running mktexfmt luatex.fmt
mktexfmt: No such file or directory
I can't find the format file `luatex.fmt'!

Any suggestions on what I should do?

Also, first-setup.sh creates the dir ...tex/texmf-osx-64/bin, but,

p% uname -m
i386

Thank you very much for any help you can offer.
___
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] Minimals installation problem OS X 10.6.2

2010-01-16 Thread paul morgan
On Sat, Jan 16, 2010 at 4:13 PM, Khaled Hosny  wrote:

> On Sat, Jan 16, 2010 at 04:06:47PM -0500, paul morgan wrote:
> > Hi,
> >
> > On a new Snow Leopard machine, I ran ./first-setup.sh in ~/context.
> >
> > As instructed at the end of the ./first-setup.sh run, I then
> added /Users/pm/
> > context/tex/texmf-osx-64/bin to my .zshenv, and % echo $PATH shows
> correct path
> > when I source, logout, restart, etc.
> >
> > I ran:
> >
> > p% texexec example.tex
> > MTXrun | kpse fallback with progname 'context' initialized in 0.001019
> seconds
> >
> > I then tried
> >
> > p% luatex sample.tex
> > This is LuaTeX, Version beta-0.50.0-2009122423
> >  \write18 enabled.
> >
> > kpathsea: Running mktexfmt luatex.fmt
> > mktexfmt: No such file or directory
> > I can't find the format file `luatex.fmt'!
> >
> > Any suggestions on what I should do?
>
> Minimals doesn't ship with plain format, only context. If you want
> ConTeXt MkIV then run 'context file.tex' (which can process plain tex
> files as well, but I don't know how far compatible is it).


Thank-you, still no luck:

p% context test.tex
MTXrun | unknown script 'context.lua' or 'mtx-context.lua'
___
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] Minimals installation problem OS X 10.6.2

2010-01-16 Thread paul morgan
On Sat, Jan 16, 2010 at 4:33 PM, Aditya Mahajan  wrote:

> On Sat, 16 Jan 2010, paul morgan wrote:
>
>  On Sat, Jan 16, 2010 at 4:13 PM, Khaled Hosny 
>> wrote:
>>
>>  On Sat, Jan 16, 2010 at 04:06:47PM -0500, paul morgan wrote:
>>>
>>>>
>>>> You may also try
>
> luatools --generate
>
> before running context.
>

Thank you Aditya, this was the necessary step, ConTeXt working.

Paul
___
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] location of /user/files?

2010-01-16 Thread paul morgan
Thank you again Aditya and Khaled for getting ConTeXt working here. One more
question for the list:

Under MacTex or TexLive, not sure which one, on my 10.4.11 system, my setup
and env* files were located in ~/Library/texmf/tex/context/user/ I rsynced
that dir to  ~/context/tex/texmf-context/tex/context/user and ConTeXt is not
finding them. Could someone please where I should put these files so context
will find them? Thanks again,

Paul
___
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] location of /user/files?

2010-01-17 Thread paul morgan
On Sat, Jan 16, 2010 at 10:41 PM, Aditya Mahajan  wrote:

> On Sat, 16 Jan 2010, paul morgan wrote:
>
>  Thank you again Aditya and Khaled for getting ConTeXt working here. One
>> more
>> question for the list:
>>
>> Under MacTex or TexLive, not sure which one, on my 10.4.11 system, my
>> setup
>> and env* files were located in ~/Library/texmf/tex/context/user/ I rsynced
>> that dir to  ~/context/tex/texmf-context/tex/context/user and ConTeXt is
>> not
>> finding them. Could someone please where I should put these files so
>> context
>> will find them? Thanks again,
>>
>
> Did you run mktexlsr (for MkII) or luatools --generate (for MkIV)?
>

Thank you, after running luatools --generate, the files are found. The
command "context" (i.e. MkIV) is now finding errors with my setup files
which were created, and have always been used, under MkII - I get "!
Undefined control sequence" at \definelogo plus other errors.

After mktexlsr, MkII works as expected.

Is there a reference for commands/definitions which work in MkII but not in
MkIV?

Thanks again for your help,

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