[NTG-context] Re: Failing on Mac OS X

2004-11-02 Thread Shivkumar Chandrasekaran

On Nov 1, 2004, at 10:05 AM, Patrick Gundlach [EMAIL PROTECTED]>

Please post the complete output of a simple texexec run. And perhaps
you might want to have a look at the macosxtex mailinglist.


Patrick
-- 
ConTeXt wiki: http://contextgarden.net


Below is the output when I compile a file with the following 3 lines:

\starttext
Hello world
\stoptext

I am using the latest TeX and ConTeXt from Gerben Wierda's i-Installer. I am looking into the MacOSX TeX mailing list archives for any hints too. Thanks for any help and the pointer.

--shiv--


#
#
## Typesetting contextBug
# this line is commented out
texexec --pdf contextBug


TeXExec 3.1 - ConTeXt / PRAGMA ADE 1997-2002

executable : pdfetex
format : cont-en
inputfile : contextBug
output : pdftex
interface : en
current mode : none
TeX run : 1

This is pdfeTeXk, Version 3.141592-1.11a-2.1 (Web2C 7.5.2)
%-line parsing enabled.
(/usr/local/teTeX/share/texmf.tetex/web2c/cp8bit.tcx)
entering extended mode
(./contextBug.tex{/usr/local/teTeX/share/texmf.local/pdftex/config/pdftex.cfg}

ConTeXt  ver: 2004.10.07  fmt: 2004.10.25  int: english  mes: english

systems: pdfTeX version 111 -> please update

systems: eTeX version 201 -> too old (bugs)

language   : language en is active
protectionstate 0>
system : cont-new loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-new.tex
systems: beware: some patches loaded from cont-new.tex!
color  : palette rollover is available
system (E-TEX) : [line 966] 
system (E-TEX) : [line 1021] 
)
system : cont-old loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-old.tex
loading: Context Old Macros
)
system : cont-fil loaded
(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-fil.tex
loading: Context File Synonyms
)
bodyfont   : 12pt rm is loaded
language   : patterns en->default:default->1->2:2 uk->default:default->2->2
:2 de->texnansi:texnansi->3->2:2 de->ec:ec->4->2:2 fr->texnansi:texnansi->5->2:
2 fr->ec:ec->6->2:2 es->default:default->7->2:2 it->texnansi:texnansi->8->2:2 i
t->ec:ec->9->2:2 nl->texnansi:texnansi->10->2:2 nl->ec:ec->11->2:2 loaded
specials   : tex,postscript,rokicki loaded
system : contextBug.top loaded
(./contextBug.top
specials   : loading definition file tpd
(/usr/local/teTeX/share/texmf.local/tex/context/base/spec-tpd.tex
specials   : loading definition file fdf
(/usr/local/teTeX/share/texmf.local/tex/context/base/spec-fdf.tex
unprotect 3> unprotect 4>
system (E-TEX) : [line 2256] \ifcsname 
protect 4> protect 3>)
specials   : fdf loaded
unprotect 3> protect 3>)
specials   : fdf,tpd loaded
! Undefined control sequence.
argument> \c!gebied 
={/Users/shiv/}
\xprocesscommaitem #1,#2->\if ,#1
,[EMAIL PROTECTED] \xprocesscommaitem \else \if [EMAIL PROTECTED]

\xdogetparameters #1]->\xprocesscommaitem #1,]
,[EMAIL PROTECTED]@ 
\dosetupsystem [#1]->\getparameters [\??sv ][#1]
\setuprandomize [\@@svrandom...
l.3 \setupsystem[\c!gebied={/Users/shiv/}]
  
? 
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Failing on Mac OS X

2004-11-01 Thread Shivkumar Chandrasekaran
Hi,
I updated my tetex installation from G. Wierda's i-Installer (to the 
latest version) and ever since my context files refuse to compile. The 
earliest error indication I get is:

ConTeXt  ver: 2004.10.07  fmt: 2004.11.1  int: english  mes: english
systems: pdfTeX version 111 - please update
systems: eTeX version 201 - too old (bugs)
But I do seem to have the latest pdfTeX and eTeX versions:
gimli:~ shiv$ pdftex -v
pdfTeX (Web2C 7.5.2) 3.141592-1.11a
kpathsea version 3.5.2
gimli:~ shiv$ etex -v
e-TeX (Web2C 7.5.2) 3.141592-2.1
kpathsea version 3.5.2
Any idea where my problem could be? Thanks,
--shiv--
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] chart bug

2004-01-27 Thread Shivkumar Chandrasekaran
Hi,

I have noticed that if I use \comment command in my chart and there are 
two of them with two \setupFLOWcharts command then the \comment command 
does not produce text. I know the code is bug free because deleting one 
of the charts (including \setupFLOWcharts) makes the \comment text 
re-appear. Any help in working around this bug will be appreciated. A 
small example is at the bottom.

I believe I have the latest downloads from Gierben Wierda's 
distribution for Mac OS X. Thanks,

--shiv--

\starttext

%start cutting to remove bug--

\setupFLOWcharts
[nx=2,
ny=1,
dx=3\bodyfontsize,
dy=3\bodyfontsize,
width=6\bodyfontsize,
height=3\bodyfontsize,
maxwidth=\textwidth,
maxheight=\textheight]
\startFLOWchart [network]
\startFLOWcell
\name {N1}
\location {1,1}
\shape {10}
\text {input \\ output}
\connect [prpl] {N2}
\stopFLOWcell

\startFLOWcell
\name {N2}
\location {2,1}
\shape {5}
\text {$N_1$}
\connect [nlnr] {N1}
\stopFLOWcell

\stopFLOWchart
\placefigure
[][]
{Where are the comments.}
{\FLOWchart[network]}
%-stop cutting to remove bug-

\setupFLOWcharts
[nx=2,
ny=1,
dx=3\bodyfontsize,
dy=3\bodyfontsize,
width=6\bodyfontsize,
height=3\bodyfontsize,
maxwidth=\textwidth,
maxheight=\textheight]
\startFLOWchart [network2]
\startFLOWcell
\name {N1}
\location {1,1}
\shape {10}
\text {input \\ output}
\connect [prpl] {N2}
\comment [t] {Hello}
\stopFLOWcell

\startFLOWcell
\name {N2}
\location {2,1}
\shape {5}
\text {$N_1$}
\connect [nlnr] {N1}
\stopFLOWcell

\stopFLOWchart
\placefigure
	[][]
	{Where are the comments.}
	{\FLOWchart[network2]}
	
\stoptext 
  

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


[NTG-context] Multiple charts of different size

2004-01-16 Thread Shivkumar Chandrasekaran
Hi,

I am using \usemodule[chart] and following the manual mchart.pdf. But I 
cannot figure out how to get two charts, one of size [nx=4,ny=4] and 
one of size [nx=4,ny=1] in the same document, without the second one 
occupying the same physical space as the first one. It seems that I can 
have only one \setupFLOWcharts command in effect. Is there any way to 
get around this? Thanks,

--shiv--

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


[NTG-context] Presentationstep in pre-fuzzy

2003-09-26 Thread Shivkumar Chandrasekaran
Hi,

I have tried every combination of presentationstep and the NextStep 
button in pre-fuzzy presentation style, and nothing seems to work. I 
have the latest (ConTeXt  ver: 2003.9.25  fmt: 2003.9.26  int: english  
mes: english) running on Mac OS X (10.2.8) with Gierben Wierda's teTex 
distribution.

Can some one help me get presentationstep working in pre-fuzzy? Thanks,

--shiv--

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