ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bug in latest beta
@ 2012-07-05  2:28 JIN Xiao-Yong
  2012-07-05  8:02 ` Hans Hagen
  0 siblings, 1 reply; 14+ messages in thread
From: JIN Xiao-Yong @ 2012-07-05  2:28 UTC (permalink / raw)
  To: ntg-context


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

I got the following error in the minimal example (which is all shown in the
output below)

system          > tex > error on line 4 in file simpl.tex: Undefined
control sequence ...

1     \setuphead[section][before={\column}]
2     \starttext
3     \startcolumns[n=2]
4 >>  \section{this is a section}
5     \section{another section in a new column}
6     \stopcolumns
7     \stoptext
8


\208>multicolumn:yes ->\par {\testrulewidth
                                            \zeropoint \ruledvskip
\textheig...
\page_breaks_columns_process ...dle_direct \v!yes
                                                  \fi \relax \the
\everyafte...
<to be read again>
                   \relax
\dohandleheadpagebreakyes ...ter \c!before \relax
                                                  \doif {\headparameter
\c!a...
\docheckheadbefore ...se \continuoussectionhead #1
                                                  \fi
\doheadspacingbeforeyes ...handleheadpagebreakyes
                                                  \headparameter
\c!inbetwee...
...
l.4 \section{this is a section}

Basically, the first line in the file introduces the error.  It worked a
few weeks ago.

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

* Re: bug in latest beta
  2012-07-05  2:28 bug in latest beta JIN Xiao-Yong
@ 2012-07-05  8:02 ` Hans Hagen
  2012-07-05  8:44   ` Xiao-Yong Jin
  0 siblings, 1 reply; 14+ messages in thread
From: Hans Hagen @ 2012-07-05  8:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 5-7-2012 04:28, JIN Xiao-Yong wrote:
> I got the following error in the minimal example (which is all shown in the
> output below)
>
> system          > tex > error on line 4 in file simpl.tex: Undefined
> control sequence ...

you can try (in page-mul)

\installcolumnbreakmethod \s!multicolumn \v!yes
   {\par
    \begingroup
    \normaloffinterlineskip
    \normalpenalty\plustenthousand
    \vbox to \textheight{}%
    \endgroup
    \penalty-200
    \vskip-\textheight}



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

* Re: bug in latest beta
  2012-07-05  8:02 ` Hans Hagen
@ 2012-07-05  8:44   ` Xiao-Yong Jin
  0 siblings, 0 replies; 14+ messages in thread
From: Xiao-Yong Jin @ 2012-07-05  8:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen


On Jul 5, 2012, at 5:02 PM, Hans Hagen wrote:

> On 5-7-2012 04:28, JIN Xiao-Yong wrote:
>> I got the following error in the minimal example (which is all shown in the
>> output below)
>> 
>> system          > tex > error on line 4 in file simpl.tex: Undefined
>> control sequence ...
> 
> you can try (in page-mul)
> 
> \installcolumnbreakmethod \s!multicolumn \v!yes
>  {\par
>   \begingroup
>   \normaloffinterlineskip
>   \normalpenalty\plustenthousand
>   \vbox to \textheight{}%
>   \endgroup
>   \penalty-200
>   \vskip-\textheight}

It compiles then, but the first section is moved to the second column, which is not the intention.
___________________________________________________________________________________
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] 14+ messages in thread

* Re: Bug in latest beta
  2011-10-20  8:46 Bug " Andreas Harder
@ 2011-10-20 10:51 ` Hans Hagen
  0 siblings, 0 replies; 14+ messages in thread
From: Hans Hagen @ 2011-10-20 10:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 20-10-2011 10:46, Andreas Harder wrote:
> \starttext
> $f'(x)$
> \stoptext

Fixed (a definition order issue).

The prime handling is somewhat weird as it does some look ahead for 
superscripts (1) because there can b emultiple primes and (2) because 
traditional tex fonts have large prime that needs to be superscripts. 
The current setup works ok with proper opentype math fonts as well as 
virtual lm (which has the big prime). Multiple primes are collapsed onto 
\doubleprime and \tripleprime.

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

* Bug in latest beta
@ 2011-10-20  8:46 Andreas Harder
  2011-10-20 10:51 ` Hans Hagen
  0 siblings, 1 reply; 14+ messages in thread
From: Andreas Harder @ 2011-10-20  8:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Hans,

something is wrong with the \mathprime definition in math-pln.mkiv. The compilation of

\starttext
$f'(x)$
\stoptext

Stopps with:

\dodomathprime ->\normalprime 
                              \futurelet \nexttoken \dododomathprime 


Regards

	Andreas
___________________________________________________________________________________
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] 14+ messages in thread

* Re: bug in latest beta
  2011-10-14 10:26   ` Andreas Harder
@ 2011-10-14 13:36     ` Hans Hagen
  0 siblings, 0 replies; 14+ messages in thread
From: Hans Hagen @ 2011-10-14 13:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 14-10-2011 12:26, Andreas Harder wrote:
> \startMPpage[offset=1ex]
>    draw function (1,"x","sin(x)",0,2*pi,.001) scaled 20 ;
> \stopMPpage

fixed in next beta

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

* Re: bug in latest beta
  2011-10-13 19:46 ` Hans Hagen
  2011-10-14  9:20   ` luigi scarso
@ 2011-10-14 10:26   ` Andreas Harder
  2011-10-14 13:36     ` Hans Hagen
  1 sibling, 1 reply; 14+ messages in thread
From: Andreas Harder @ 2011-10-14 10:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On 13.10.2011, at 21:46, Hans Hagen wrote:

> On 13-10-2011 09:37, luigi scarso wrote:
> 
>> Please type another input file name:
> 
> A new beta ... better check mp code as I've split all mkii/mkiv mp related code (i.e. metafun ii is frozen and metafun iv will be mainstream). I might have messed when cleaning up the code.


The compilation of

\startMPpage[offset=1ex]
  draw function (1,"x","sin(x)",0,2*pi,.001) scaled 20 ;
\stopMPpage

ends with "! Improper `addto'." …

Greeting
	Andreas
___________________________________________________________________________________
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] 14+ messages in thread

* Re: bug in latest beta
  2011-10-13 19:46 ` Hans Hagen
@ 2011-10-14  9:20   ` luigi scarso
  2011-10-14 10:26   ` Andreas Harder
  1 sibling, 0 replies; 14+ messages in thread
From: luigi scarso @ 2011-10-14  9:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Thu, Oct 13, 2011 at 9:46 PM, Hans Hagen <pragma@wxs.nl> wrote:

> On 13-10-2011 09:37, luigi scarso wrote:
>
>  Please type another input file name:
>>
>
> A new beta ... better check mp code as I've split all mkii/mkiv mp related
> code (i.e. metafun ii is frozen and metafun iv will be mainstream). I might
> have messed when cleaning up the code.
>
> it's ok
-- 
luigi

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

* Re: bug in latest beta
  2011-10-13  7:37 bug " luigi scarso
  2011-10-13 10:49 ` Hans Hagen
@ 2011-10-13 19:46 ` Hans Hagen
  2011-10-14  9:20   ` luigi scarso
  2011-10-14 10:26   ` Andreas Harder
  1 sibling, 2 replies; 14+ messages in thread
From: Hans Hagen @ 2011-10-13 19:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 13-10-2011 09:37, luigi scarso wrote:

> Please type another input file name:

A new beta ... better check mp code as I've split all mkii/mkiv mp 
related code (i.e. metafun ii is frozen and metafun iv will be 
mainstream). I might have messed when cleaning up the code.

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

* Re: bug in latest beta
  2011-10-13 10:49 ` Hans Hagen
@ 2011-10-13 11:01   ` luigi scarso
  0 siblings, 0 replies; 14+ messages in thread
From: luigi scarso @ 2011-10-13 11:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Thu, Oct 13, 2011 at 12:49 PM, Hans Hagen <pragma@wxs.nl> wrote:

> On 13-10-2011 09:37, luigi scarso wrote:
>
>  l.40 input mp-char.mpii
>>                         ;
>> Please type another input file name:
>>
>
> you can rename mp-flow to mp-char ... I'll do a new upload later today
>
> hm, there is not *mp-flow* in my suite


-- 
luigi

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

* Re: bug in latest beta
  2011-10-13  7:37 bug " luigi scarso
@ 2011-10-13 10:49 ` Hans Hagen
  2011-10-13 11:01   ` luigi scarso
  2011-10-13 19:46 ` Hans Hagen
  1 sibling, 1 reply; 14+ messages in thread
From: Hans Hagen @ 2011-10-13 10:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 13-10-2011 09:37, luigi scarso wrote:

> l.40 input mp-char.mpii
>                          ;
> Please type another input file name:

you can rename mp-flow to mp-char ... I'll do a new upload later today

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

* bug in latest beta
@ 2011-10-13  7:37 luigi scarso
  2011-10-13 10:49 ` Hans Hagen
  2011-10-13 19:46 ` Hans Hagen
  0 siblings, 2 replies; 14+ messages in thread
From: luigi scarso @ 2011-10-13  7:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Wed, Oct 12, 2011 at 7:49 PM, Hans Hagen <pragma@wxs.nl> wrote:

> Hi,
>
> I uploaded a new beta. There are a few new things and some changes:
>
> Error
This is MetaPost, version 1.504 (kpathsea version 6.0.0)
(/opt/luatex/standalone-2011/tex/texmf-context/metapost/context/base/
metafun.mp(/opt/luatex/standalone-2011/tex/texmf-context/metapost/context/base/metafun.mpii
(/opt/luatex/standalone-2011/tex/texmf-context/metapost/context/base/mp-base.mpii
Preloading the plain mem file, version 0.63)
(/opt/luatex/standalone-2011/tex/texmf-context/metapost/context/base/
mp-tool.mp)
(/opt/luatex/standalone-2011/tex/texmf-context/metapost/context/base/mp-spec.mpii)
(/opt/luatex/standalone-2011/tex/texmf-context/metapost/context/base/mp-core.mpii)
(/opt/luatex/standalone-2011/tex/texmf-context/metapost/context/base/
mp-page.mp)
(/opt/luatex/standalone-2011/tex/texmf-context/metapost/context/base/
mp-text.mp)
(/opt/luatex/standalone-2011/tex/texmf-context/metapost/context/base/
mp-txts.mp)
(/opt/luatex/standalone-2011/tex/texmf-context/metapost/context/base/
mp-shap.mp)
(/opt/luatex/standalone-2011/tex/texmf-context/metapost/context/base/
mp-butt.mp)
! I can't open file `mp-char.mpii'.
l.40 input mp-char.mpii
                        ;
Please type another input file name:

-- 
luigi

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

* Re: Bug in latest beta
  2003-03-17 12:10 Bug " Giuseppe Bilotta
@ 2003-03-17 13:11 ` Hans Hagen
  0 siblings, 0 replies; 14+ messages in thread
From: Hans Hagen @ 2003-03-17 13:11 UTC (permalink / raw)


At 01:10 PM 3/17/2003 +0100, you wrote:
>Hello,
>
>just got 2003.03.17 and found a small bug: the "auto" keyword is
>put among constants, while it should go among variables ...

ok, made it a variable as well

Hans

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------

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

* Bug in latest beta
@ 2003-03-17 12:10 Giuseppe Bilotta
  2003-03-17 13:11 ` Hans Hagen
  0 siblings, 1 reply; 14+ messages in thread
From: Giuseppe Bilotta @ 2003-03-17 12:10 UTC (permalink / raw)


Hello,

just got 2003.03.17 and found a small bug: the "auto" keyword is
put among constants, while it should go among variables ...

-- 
Giuseppe "Oblomov" Bilotta

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

end of thread, other threads:[~2012-07-05  8:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-05  2:28 bug in latest beta JIN Xiao-Yong
2012-07-05  8:02 ` Hans Hagen
2012-07-05  8:44   ` Xiao-Yong Jin
  -- strict thread matches above, loose matches on Subject: below --
2011-10-20  8:46 Bug " Andreas Harder
2011-10-20 10:51 ` Hans Hagen
2011-10-13  7:37 bug " luigi scarso
2011-10-13 10:49 ` Hans Hagen
2011-10-13 11:01   ` luigi scarso
2011-10-13 19:46 ` Hans Hagen
2011-10-14  9:20   ` luigi scarso
2011-10-14 10:26   ` Andreas Harder
2011-10-14 13:36     ` Hans Hagen
2003-03-17 12:10 Bug " Giuseppe Bilotta
2003-03-17 13:11 ` 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).