ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* cureent beta fails install
@ 2012-01-10 11:02 Hans van der Meer
  2012-01-10 13:38 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Hans van der Meer @ 2012-01-10 11:02 UTC (permalink / raw)
  To: ConTeXt NTG


[-- Attachment #1.1: Type: text/plain, Size: 1105 bytes --]

This is the error when installing the latest beta:

! Undefined control sequence.

system          > tex > error on line 808 in file /Users/hans/TeX/context-new/tex/texmf-context/tex/context/base/context.mkiv: Undefined control sequence ...


<argument> \??bj 

\setsomevalue #1#2->\expandafter \def \csname #1
                                               #2\endcsname 
\p!doassign ...fter \setsomevalue \fi \fi {#1}{#2}
                                                 {#3}
\xprocesscommaitem ...@relax@ #1==\empty \@relax@ 
                                                 \doubleexpandafter \xproce...
<argument> \c!n =3, \c!width 
                            =1em, \c!height =1ex, \c!depth =\!!zeropoint , ...
\xdogetparameters #1]->\xprocesscommaitem #1
                                           ,],\@relax@ 
l.808    \c!color=]


Is it possible the error is in file typo-mar.mkiv? There I find a macro call   
  \usemargindatastyleandcolor\c!style\c!color
but searching the sourcesfor its definition does not reveal it.
Could it be forgotten?

Hans van der Meer




[-- Attachment #1.2: Type: text/html, Size: 4279 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: cureent beta fails install
  2012-01-10 11:02 cureent beta fails install Hans van der Meer
@ 2012-01-10 13:38 ` Wolfgang Schuster
  2012-01-10 15:07   ` current " Meer, H. van der
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2012-01-10 13:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1365 bytes --]


Am 10.01.2012 um 12:02 schrieb Hans van der Meer:

> This is the error when installing the latest beta:

Works here:

mtx-context     | current version: 2012.01.09 10:08

> ! Undefined control sequence.
> 
> system          > tex > error on line 808 in file /Users/hans/TeX/context-new/tex/texmf-context/tex/context/base/context.mkiv: Undefined control sequence ...
> 
> 
> <argument> \??bj 
> 
> \setsomevalue #1#2->\expandafter \def \csname #1
>                                                #2\endcsname 
> \p!doassign ...fter \setsomevalue \fi \fi {#1}{#2}
>                                                  {#3}
> \xprocesscommaitem ...@relax@ #1==\empty \@relax@ 
>                                                  \doubleexpandafter \xproce...
> <argument> \c!n =3, \c!width 
>                             =1em, \c!height =1ex, \c!depth =\!!zeropoint , ...
> \xdogetparameters #1]->\xprocesscommaitem #1
>                                            ,],\@relax@ 
> l.808    \c!color=]
> 
> 
> Is it possible the error is in file typo-mar.mkiv? There I find a macro call   
>   \usemargindatastyleandcolor\c!style\c!color
> but searching the sourcesfor its definition does not reveal it.
> Could it be forgotten?

No, \use…styleandcolor is a generated command from \installcommandhandler (see mult-aux.mkiv).

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 3675 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: current beta fails install
  2012-01-10 13:38 ` Wolfgang Schuster
@ 2012-01-10 15:07   ` Meer, H. van der
  2012-01-10 16:57     ` Wolfgang Schuster
  2012-01-10 17:06     ` Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: Meer, H. van der @ 2012-01-10 15:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1501 bytes --]

It seems the problem was caused by older user-base files repeairing some problems I had with older versions.

I find the following problems:

(1) \starthiding-\stophiding is not functioning. Minimal example:
\starttext
\starthiding
CRY:
\stophiding
Hello world.
\stoptext
Error message: ! Too many }'s.
\buff_stop #1->\egroup
                       \getvalue {#1}
l.7 \stophiding

(2) This one is still not solved (2 problems in one):

\setuppapersize[A5]A5]
\definetextbackground[testA][%
location=text,background=color,backgroundcolor=yellow]
\starttext
\startitemize
\starttextbackground[testA]
\item \input tufte
\stoptextbackground
\stopitemize
\stoptext
(/Users/hans/TeX/context/tex/texmf-context/tex/context/sample/tufte.tex)
! Extra }, or forgotten \endgroup.
system          > tex > error on line 15 in file textbackground.tex: Extra }, or forgotten  ...
<inserted text> \egroup
                        \hangindent 0.0pt\hangafter 1\parskip 0.0pt\leftskip...
\carryoverpar ...skip \rightskip \the \rightskip }
l.15 \stoptextbackground


And on interchanging the position of the textbackground it runs but the positioning is still wrong:
\item
\starttextbackground[testA]
\input tufte



Hans van der Meer



On 10 jan. 2012, at 14:38, Wolfgang Schuster wrote:


Am 10.01.2012 um 12:02 schrieb Hans van der Meer:

This is the error when installing the latest beta:

Works here:

mtx-context     | current version: 2012.01.09 10:08



[-- Attachment #1.2: Type: text/html, Size: 5733 bytes --]

[-- Attachment #2: textbackground.pdf --]
[-- Type: application/pdf, Size: 12220 bytes --]

[-- Attachment #3: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: current beta fails install
  2012-01-10 15:07   ` current " Meer, H. van der
@ 2012-01-10 16:57     ` Wolfgang Schuster
  2012-01-10 17:06     ` Hans Hagen
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2012-01-10 16:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen


[-- Attachment #1.1: Type: text/plain, Size: 627 bytes --]


Am 10.01.2012 um 16:07 schrieb Meer, H. van der:

> It seems the problem was caused by older user-base files repeairing some problems I had with older versions. 
> 
> I find the following problems:
> 
> (1) \starthiding-\stophiding is not functioning. Minimal example:
> \starttext
> \starthiding
> CRY: 
> \stophiding
> Hello world.
> \stoptext
> Error message: ! Too many }'s.
> \buff_stop #1->\egroup 
>                        \getvalue {#1}
> l.7 \stophiding

buff-ini.mkiv:

%\unexpanded\def\buff_stop#1%
%  {\egroup
%   \getvalue{#1}}

\unexpanded\def\buff_stop#1%
  {\getvalue{#1}}

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 1847 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: current beta fails install
  2012-01-10 15:07   ` current " Meer, H. van der
  2012-01-10 16:57     ` Wolfgang Schuster
@ 2012-01-10 17:06     ` Hans Hagen
  1 sibling, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2012-01-10 17:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 10-1-2012 16:07, Meer, H. van der wrote:
> It seems the problem was caused by older user-base files repeairing some problems I had with older versions.
>
> I find the following problems:
>
> (1) \starthiding-\stophiding is not functioning. Minimal example:
> \starttext
> \starthiding
> CRY:
> \stophiding
> Hello world.
> \stoptext
> Error message: ! Too many }'s.
> \buff_stop #1->\egroup
>                         \getvalue {#1}
> l.7 \stophiding
>
> (2) This one is still not solved (2 problems in one):
>
> \setuppapersize[A5]A5]
> \definetextbackground[testA][%
> location=text,background=color,backgroundcolor=yellow]
> \starttext
> \startitemize
> \starttextbackground[testA]
> \item \input tufte
> \stoptextbackground
> \stopitemize
> \stoptext
> (/Users/hans/TeX/context/tex/texmf-context/tex/context/sample/tufte.tex)
> ! Extra }, or forgotten \endgroup.
> system>  tex>  error on line 15 in file textbackground.tex: Extra }, or forgotten  ...
> <inserted text>  \egroup
>                          \hangindent 0.0pt\hangafter 1\parskip 0.0pt\leftskip...
> \carryoverpar ...skip \rightskip \the \rightskip }
> l.15 \stoptextbackground
>
>
> And on interchanging the position of the textbackground it runs but the positioning is still wrong:
> \item
> \starttextbackground[testA]
> \input tufte

forget about \item and use this:

\startitemize
\startitem \starttextbackground[testA]\input tufte \stoptextbackground 
\stopitem
\stopitemize

which works, apart from a shift

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2012-01-10 17:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-10 11:02 cureent beta fails install Hans van der Meer
2012-01-10 13:38 ` Wolfgang Schuster
2012-01-10 15:07   ` current " Meer, H. van der
2012-01-10 16:57     ` Wolfgang Schuster
2012-01-10 17:06     ` Hans Hagen

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