ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem building formats
@ 2000-04-05 22:13 John David Duncan
  2000-04-05 23:19 ` Hans Hagen
  0 siblings, 1 reply; 8+ messages in thread
From: John David Duncan @ 2000-04-05 22:13 UTC (permalink / raw)


Hi, I'm trying to install context using teTex.  I have the latest download
(dated 2000.03.30.10.12) and have unpacked it into my texmf/ directory.
When I run:  
	bash-2.02$ texexec --make en

The output begins: 

	TeXExec 2.1 - ConTeXt / PRAGMA ADE 1997-2000 
	This is pdfeTeX, Version 3.14159-13d-2.1 (Web2C 7.3.1) (INITEX) 
	entering extended mode

... but only gets as far as:

	loading : Context Support Macros / MetaPost Inclusion )
	! I can't find file `supp-mpe.tex'. 
	l.65 \input supp-mpe.tex

The supp-mpe.tex file is right there in texmf/tex/context/base/                
where it should be, with all the other files.  

Can anyone help?

Thanks,

JD


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Problem building formats
  2000-04-05 22:13 Problem building formats John David Duncan
@ 2000-04-05 23:19 ` Hans Hagen
  2000-04-06 21:20   ` Tobias Burnus
  2000-04-07 18:25   ` John David Duncan
  0 siblings, 2 replies; 8+ messages in thread
From: Hans Hagen @ 2000-04-05 23:19 UTC (permalink / raw)
  Cc: ntg-context

Hi David, 

>	TeXExec 2.1 - ConTeXt / PRAGMA ADE 1997-2000 
>	This is pdfeTeX, Version 3.14159-13d-2.1 (Web2C 7.3.1) 

I suggest you also update to pdftex 14e! There is a pointer at our site. 

>	l.65 \input supp-mpe.tex

did you run 

  mktexlsr 

which is needed to (re)generate the tex file database (used in web2c). 

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.nl
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Problem building formats
  2000-04-05 23:19 ` Hans Hagen
@ 2000-04-06 21:20   ` Tobias Burnus
  2000-04-06 23:17     ` Hans Hagen
  2000-04-07 15:42     ` Berend de Boer
  2000-04-07 18:25   ` John David Duncan
  1 sibling, 2 replies; 8+ messages in thread
From: Tobias Burnus @ 2000-04-06 21:20 UTC (permalink / raw)
  Cc: John David Duncan, ntg-context

Hi,

> >       TeXExec 2.1 - ConTeXt / PRAGMA ADE 1997-2000
> >       This is pdfeTeX, Version 3.14159-13d-2.1 (Web2C 7.3.1)
> I suggest you also update to pdftex 14e! There is a pointer at our site.
The current teTeX-beta contains this pdftex version, else on Thans page
there are the source and some precompiled versions.
(http://tug.org/applications/pdftex/)

> >       l.65 \input supp-mpe.tex
>   mktexlsr
Or `texhash` which is a symbolic link.

By the way, why don't you use fmtutil? I found it more convinient to use
on teTeX. Try this:
texhash   # see above
fmtutil --edit # remove the `#' before cont-*
fmtutil --all

Using `export EDITOR=nedit` or `setenv EDITOR 'xemacs -nw'` makes sure
that your favoured Editor is used, instead of the the default (usually
vi or vim).

Regards,

Tobias


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Problem building formats
  2000-04-06 21:20   ` Tobias Burnus
@ 2000-04-06 23:17     ` Hans Hagen
  2000-04-07 15:42     ` Berend de Boer
  1 sibling, 0 replies; 8+ messages in thread
From: Hans Hagen @ 2000-04-06 23:17 UTC (permalink / raw)
  Cc: John David Duncan, ntg-context

At 11:20 PM 4/6/2000 +0200, Tobias Burnus wrote:

>By the way, why don't you use fmtutil? I found it more convinient to use
>on teTeX. Try this:
>texhash   # see above
>fmtutil --edit # remove the `#' before cont-*
>fmtutil --all

unless you want: 

  texexec --make --language=cz,en --bodyfont=csr en 

Actually, texexec uses fmtutil, although in case of real despair, there is
texexec --alone which bypasses fmtutil. 

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.nl
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: Problem building formats
  2000-04-06 21:20   ` Tobias Burnus
  2000-04-06 23:17     ` Hans Hagen
@ 2000-04-07 15:42     ` Berend de Boer
  1 sibling, 0 replies; 8+ messages in thread
From: Berend de Boer @ 2000-04-07 15:42 UTC (permalink / raw)


> Using `export EDITOR=nedit` or `setenv EDITOR 'xemacs -nw'` makes sure
> that your favoured Editor is used, instead of the the default (usually
> vi or vim).

For some people there is an equal here .... :-)

Groetjes,

Berend. (-:


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Problem building formats
  2000-04-05 23:19 ` Hans Hagen
  2000-04-06 21:20   ` Tobias Burnus
@ 2000-04-07 18:25   ` John David Duncan
  2000-04-07 22:36     ` Hans Hagen
  1 sibling, 1 reply; 8+ messages in thread
From: John David Duncan @ 2000-04-07 18:25 UTC (permalink / raw)
  Cc: ntg-context

> >	This is pdfeTeX, Version 3.14159-13d-2.1 (Web2C 7.3.1) 
> 
> I suggest you also update to pdftex 14e! There is a pointer at our site. 

I will updgrade, but that isn't going to be easy for me to do.  (I'm
running Mac OS X Server and I didn't initially install teTex from
source...)

Would the older version of pdftex prevent the following bit of code from
working?  Or can someone find another problem in it?  The interactionmenu
never appears in my document...

\setupcolors[state=start]
\setupinteraction[state=start,color=blue,style=bold,menu=on]
\setupbodyfont[pos]
\paperheight 20cm
\paperwidth 24cm
\setuplayout[rightedge=3cm,textheight=19cm,textwidth=18cm,leftmarginwidth=0cm]
\setupwhitespace[big]

\setupinteractionmenu[right][state=start]
\startinteractionmenu[right]
\placecontent[level=current,criterium=previous,alternative=f,align=right,
 interaction=all,before=,after=]
\stopinteractionmenu

-- JD


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Problem building formats
  2000-04-07 18:25   ` John David Duncan
@ 2000-04-07 22:36     ` Hans Hagen
  2000-04-11 21:56       ` John David Duncan
  0 siblings, 1 reply; 8+ messages in thread
From: Hans Hagen @ 2000-04-07 22:36 UTC (permalink / raw)
  Cc: ntg-context

Hi, 

>Would the older version of pdftex prevent the following bit of code from
>working?  Or can someone find another problem in it?  The interactionmenu
>never appears in my document...

Context is able to adapt the version 13. 

>\setupcolors[state=start]
>\setupinteraction[state=start,color=blue,style=bold,menu=on]
>\setupbodyfont[pos]

ok

>\paperheight 20cm
>\paperwidth 24cm

wrong:  

\definepapersize[mine][width=24cm,height=20cm]
\setuppapersize[mine][mine]

>\setuplayout[rightedge=3cm,textheight=19cm,textwidth=18cm,leftmarginwidth=0
cm]
>\setupwhitespace[big]

ok 

>\setupinteractionmenu[right][state=start]
>\startinteractionmenu[right]
>\placecontent[level=current,criterium=previous,alternative=f,align=right,
> interaction=all,before=,after=]
>\stopinteractionmenu

ok, given that there *is* a content

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.nl
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Problem building formats
  2000-04-07 22:36     ` Hans Hagen
@ 2000-04-11 21:56       ` John David Duncan
  0 siblings, 0 replies; 8+ messages in thread
From: John David Duncan @ 2000-04-11 21:56 UTC (permalink / raw)
  Cc: ntg-context

> >\setupinteractionmenu[right][state=start]
> >\startinteractionmenu[right]
> >\placecontent[level=current,criterium=previous,alternative=f,align=right,
> > interaction=all,before=,after=]
> >\stopinteractionmenu
> 
> ok, given that there *is* a content

I have a chapter and three sections:  

\chapter[1]{Map URLs} 
 [ ... ]
\section[auto]{Automatically Created URLs}
 [ ... ]
\section[prefixes]{Prefixes and Suffixes}
 [ ... etc ... ]

Does that count as content? 

They show up in my table of contents (at the \placecontent inside of
\starttext ....), but no interactionmenu.

- JD


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2000-04-11 21:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-05 22:13 Problem building formats John David Duncan
2000-04-05 23:19 ` Hans Hagen
2000-04-06 21:20   ` Tobias Burnus
2000-04-06 23:17     ` Hans Hagen
2000-04-07 15:42     ` Berend de Boer
2000-04-07 18:25   ` John David Duncan
2000-04-07 22:36     ` Hans Hagen
2000-04-11 21:56       ` John David Duncan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).