ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* latest beta problem?
@ 2012-06-30 20:34 Alan Bowen
  2012-07-01  7:47 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Bowen @ 2012-06-30 20:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

A file that used to process without complaint now fails because \definetext
is  not recognized .
Do I need to revise my macros or is there a problem in the latest beta?

Alan

*****************************

ConTeXt  ver: 2012.06.30 12:32 MKIV  fmt: 2012.6.30  int: english/english


system          > cont-new.mkiv loaded

(/Applications/ConTeXt/tex/texmf-context/tex/context/base/cont-new.mkiv

system          > beware: some patches loaded from cont-new.mkiv

)

fonts           > latin modern fonts are not preloaded

languages       > language en is active

(prd_Aestimatio_vol-09.tex{/Applications/ConTeXt/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}

fonts           > preloading latin modern fonts (second stage)

fonts           > typescripts > unknown: library 'loc'

{/Applications/ConTeXt/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/Applications/ConTeXt/tex/texmf/fonts/map/dvips/lm/lm-rm.map}

fonts           > virtual math > unable to resolve name mapsfromchar

fonts           > fallback modern rm 12pt is loaded

(/Users/alancbowen/texmf/tex/context/Aestimatio/env_AestimatioMKIV.tex

check           > missing or ungrouped '=' after 'agr' in line 28 (28>en)

check           > missing or ungrouped '=' after 'en' in line 29 (28>agr)

fonts           > typescripts > unknown: library 'latin-modern' or 'latin'

resolvers       > modules > loaded: 'ancientgreek'

(/Users/alancbowen/texmf/tex/context/third/greek/t-ancientgreek.mkiv

loading         > module ancientgreek

(/Users/alancbowen/texmf/tex/context/third/greek/type-agr.tex))

colors          > rgb color space is supported

colors          > cmyk color space is supported

! Undefined control sequence.


system          > tex > error on line 289 in file
/Users/alancbowen/texmf/tex/context/Aestimatio/env_AestimatioMKIV.tex:
Undefined control sequence ...


279     \setuphead[FMTitle][before={\vglue3pc}]

280
\setuphead[FMTitle][header=high,alternative=middle,style={\tfb\rm},footer={}]

281

282

283     %%%%  Memorial

284     \definehead[MemTitle][title]

285     \setuphead[MemTitle][before={\blank[3*medium]}]

286
\setuphead[MemTitle][after={\blank[2*big]},align=middle,style={\tfa\rm}]

287     \setuphead[MemTitle][header=high,footer=MemTitlePage]

288

289 >>  \definetext[MemTitlePage][footer]

290     [\vbox{\tfx

291     \vrule height6pt width0pt depth0pt\par

292     \centerline{\copyright\ \year\ Institute for Research in Classical

293     Philosophy and Science}\par

294     \centerline{All rights reserved}\par

295     \sc{issn 1549--4497} (online)\hfil

296     \sc{issn 1549--4470} (print)\hfil

297     \sc{issn 1549--4489} (\sc{cd{-}rom})\par

298     \PublicationData\hfill

299     }



\m_syst_action_yes ...rs_seventuple_empty_one_yes

                                                  \page_layouts_define_text

<to be read again>

                   [

l.289 \definetext[

                   MemTitlePage][footer]

?

*****************************

[-- Attachment #1.2: Type: text/html, Size: 8076 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] 4+ messages in thread

* Re: latest beta problem?
  2012-06-30 20:34 latest beta problem? Alan Bowen
@ 2012-07-01  7:47 ` Wolfgang Schuster
  2012-07-01 13:53   ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2012-07-01  7:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen


Am 30.06.2012 um 22:34 schrieb Alan Bowen:

> A file that used to process without complaint now fails because \definetext is  not recognized . 
> Do I need to revise my macros or is there a problem in the latest beta?

It’s a bug regarding commands with seven arguments.

syst-aux.mkiv:

% missing “_yes” at the end of the commands

%\def\syst_helpers_seventuple_empty_one#1[#2]%
\def\syst_helpers_seventuple_empty_one_yes#1[#2]%
  {\firstargumenttrue
   \doifnextoptionalelse
     {\syst_helpers_seventuple_empty_two_yes#1{#2}}%
     {\syst_helpers_seventuple_empty_two_nop#1{#2}}}

%\def\syst_helpers_seventuple_empty_two#1#2[#3]%
\def\syst_helpers_seventuple_empty_two_yes#1#2[#3]%
  {\secondargumenttrue
   \doifnextoptionalelse
     {\syst_helpers_seventuple_empty_three_yes#1{#2}{#3}}%
     {\syst_helpers_seventuple_empty_three_nop#1{#2}{#3}}}

%\def\syst_helpers_seventuple_empty_three#1#2#3[#4]%
\def\syst_helpers_seventuple_empty_three_yes#1#2#3[#4]%
  {\thirdargumenttrue
   \doifnextoptionalelse
     {\syst_helpers_seventuple_empty_four_yes#1{#2}{#3}{#4}}%
     {\syst_helpers_seventuple_empty_four_nop#1{#2}{#3}{#4}}}

%\def\syst_helpers_seventupleempty_four#1#2#3#4[#5]%
\def\syst_helpers_seventupleempty_four_yes#1#2#3#4[#5]%
  {\fourthargumenttrue
   \doifnextoptionalelse
     {\syst_helpers_seventuple_empty_five_yes#1{#2}{#3}{#4}{#5}}%
     {\syst_helpers_seventuple_empty_five_nop#1{#2}{#3}{#4}{#5}}}

%\def\syst_helpers_seventuple_empty_five#1#2#3#4#5[#6]%
\def\syst_helpers_seventuple_empty_five_yes#1#2#3#4#5[#6]%
  {\fifthargumenttrue
   \doifnextoptionalelse
     {\syst_helpers_seventuple_empty_six_yes#1{#2}{#3}{#4}{#5}{#6}}%
     {\syst_helpers_seventuple_empty_six_nop#1{#2}{#3}{#4}{#5}{#6}}}

%\def\syst_helpers_seventuple_empty_six#1#2#3#4#5#6[#7]%
\def\syst_helpers_seventuple_empty_six_yes#1#2#3#4#5#6[#7]%
  {\sixthargumenttrue
   \doifnextoptionalelse
     {\seventhargumenttrue#1[{#2}][{#3}][{#4}][{#5}][{#6}][{#7}]}%
     {\syst_helpers_seventuple_empty_seven_nop#1{#2}{#3}{#4}{#5}{#6}{#7}}}


% the “spaced” and “normal” string should be at the end of the command name

%\def\syst_helpers_seventuple_empty_spaced_two            #1#2{#1[{#2}][][][][][][] }
%\def\syst_helpers_seventuple_empty_normal_two            #1#2{#1[{#2}][][][][][][]}
%\def\syst_helpers_seventuple_empty_spaced_three        #1#2#3{#1[{#2}][{#3}][][][][][] }
%\def\syst_helpers_seventuple_empty_normal_three        #1#2#3{#1[{#2}][{#3}][][][][][]}
%\def\syst_helpers_seventuple_empty_spaced_four       #1#2#3#4{#1[{#2}][{#3}][{#4}][][][][] }
%\def\syst_helpers_seventuple_empty_normal_four       #1#2#3#4{#1[{#2}][{#3}][{#4}][][][][]}
%\def\syst_helpers_seventuple_empty_spaced_five     #1#2#3#4#5{#1[{#2}][{#3}][{#4}][{#5}][][][] }
%\def\syst_helpers_seventuple_empty_normal_five     #1#2#3#4#5{#1[{#2}][{#3}][{#4}][{#5}][][][]}
%\def\syst_helpers_seventuple_empty_spaced_six    #1#2#3#4#5#6{#1[{#2}][{#3}][{#4}][{#5}][{#6}][][] }
%\def\syst_helpers_seventuple_empty_normal_six    #1#2#3#4#5#6{#1[{#2}][{#3}][{#4}][{#5}][{#6}][][]}
%\def\syst_helpers_seventuple_empty_spaced_seven#1#2#3#4#5#6#7{#1[{#2}][{#3}][{#4}][{#5}][{#6}][{#7}][] }
%\def\syst_helpers_seventuple_empty_normal_seven#1#2#3#4#5#6#7{#1[{#2}][{#3}][{#4}][{#5}][{#6}][{#7}][]}
\def\syst_helpers_seventuple_empty_two_spaced            #1#2{#1[{#2}][][][][][][] }
\def\syst_helpers_seventuple_empty_two_normal            #1#2{#1[{#2}][][][][][][]}
\def\syst_helpers_seventuple_empty_three_spaced        #1#2#3{#1[{#2}][{#3}][][][][][] }
\def\syst_helpers_seventuple_empty_three_normal        #1#2#3{#1[{#2}][{#3}][][][][][]}
\def\syst_helpers_seventuple_empty_four_spaced       #1#2#3#4{#1[{#2}][{#3}][{#4}][][][][] }
\def\syst_helpers_seventuple_empty_four_normal       #1#2#3#4{#1[{#2}][{#3}][{#4}][][][][]}
\def\syst_helpers_seventuple_empty_five_spaced     #1#2#3#4#5{#1[{#2}][{#3}][{#4}][{#5}][][][] }
\def\syst_helpers_seventuple_empty_five_normal     #1#2#3#4#5{#1[{#2}][{#3}][{#4}][{#5}][][][]}
\def\syst_helpers_seventuple_empty_six_spaced    #1#2#3#4#5#6{#1[{#2}][{#3}][{#4}][{#5}][{#6}][][] }
\def\syst_helpers_seventuple_empty_six_normal    #1#2#3#4#5#6{#1[{#2}][{#3}][{#4}][{#5}][{#6}][][]}
\def\syst_helpers_seventuple_empty_seven_spaced#1#2#3#4#5#6#7{#1[{#2}][{#3}][{#4}][{#5}][{#6}][{#7}][] }
\def\syst_helpers_seventuple_empty_seven_normal#1#2#3#4#5#6#7{#1[{#2}][{#3}][{#4}][{#5}][{#6}][{#7}][]}

Wolfgang
___________________________________________________________________________________
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] 4+ messages in thread

* Re: latest beta problem?
  2012-07-01  7:47 ` Wolfgang Schuster
@ 2012-07-01 13:53   ` Hans Hagen
  2012-07-01 14:33     ` Alan Bowen
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2012-07-01 13:53 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users

On 1-7-2012 09:47, Wolfgang Schuster wrote:
>
> Am 30.06.2012 um 22:34 schrieb Alan Bowen:
>
>> A file that used to process without complaint now fails because \definetext is  not recognized .
>> Do I need to revise my macros or is there a problem in the latest beta?
>
> It’s a bug regarding commands with seven arguments.

ah .. indeed ... after six such renaming sets at seven my brain got 
overheated .. fixed in next (not yet done) upload

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] 4+ messages in thread

* Re: latest beta problem?
  2012-07-01 13:53   ` Hans Hagen
@ 2012-07-01 14:33     ` Alan Bowen
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Bowen @ 2012-07-01 14:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Wolfgang, Hans—many thanks.

Alan


On Sun, Jul 1, 2012 at 9:53 AM, Hans Hagen <pragma@wxs.nl> wrote:

> On 1-7-2012 09:47, Wolfgang Schuster wrote:
>
>>
>> Am 30.06.2012 um 22:34 schrieb Alan Bowen:
>>
>>  A file that used to process without complaint now fails because
>>> \definetext is  not recognized .
>>> Do I need to revise my macros or is there a problem in the latest beta?
>>>
>>
>> It’s a bug regarding commands with seven arguments.
>>
>
> ah .. indeed ... after six such renaming sets at seven my brain got
> overheated .. fixed in next (not yet done) upload
>
> 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 <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/<http://foundry.supelec.fr/projects/contextrev/>
> wiki     : http://contextgarden.net
> ______________________________**______________________________**
> _______________________
>

[-- Attachment #1.2: Type: text/html, Size: 2707 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] 4+ messages in thread

end of thread, other threads:[~2012-07-01 14:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-30 20:34 latest beta problem? Alan Bowen
2012-07-01  7:47 ` Wolfgang Schuster
2012-07-01 13:53   ` Hans Hagen
2012-07-01 14:33     ` Alan Bowen

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