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
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
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
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
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 -----------------------------------------------------------------
participants (4)
-
Hans Hagen
-
Hans van der Meer
-
Meer, H. van der
-
Wolfgang Schuster