ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* beta: \vi (mkiv)
@ 2009-03-09 13:53 Peter Rolf
  2009-03-09 14:43 ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Rolf @ 2009-03-09 13:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

currently trying the latest(?) beta from 08.03.2009. No problems with 
colors so far...
But a simple font size switch like '\vi' has no effect here.

\starttext
Regular size and {\vi six point}?
\stoptext

Also the 'lazy' \z@ has vanished (too many sideeffects?). RIP.


Best wishes,  Peter

-- 
  "Es ist doch ein Trost,
   das Geldgier manchmal blöd macht."

             - Kottan in "Kottan ermittelt", Folge 9: "Die Einteilung" -



___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: beta: \vi (mkiv)
  2009-03-09 13:53 beta: \vi (mkiv) Peter Rolf
@ 2009-03-09 14:43 ` Hans Hagen
  2009-03-09 16:38   ` Aditya Mahajan
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2009-03-09 14:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Peter Rolf wrote:
> Hi,
> 
> currently trying the latest(?) beta from 08.03.2009. No problems with 
> colors so far...
> But a simple font size switch like '\vi' has no effect here.
> 
> \starttext
> Regular size and {\vi six point}?
> \stoptext
> 
> Also the 'lazy' \z@ has vanished (too many sideeffects?). RIP.

indeed. \z@ and \p@ are gone as are \@ne and \m@ne

also, the \v \vi \vii and sich are gone as they were artefacts form the 
previous century

feel free to make a compaibility module ...

\let\p@\onepoint

and such

plain tabs are still there but isolated in a core module

also some low level math stuff goes away like m@th as it does not help 
readability

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.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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: beta: \vi (mkiv)
  2009-03-09 14:43 ` Hans Hagen
@ 2009-03-09 16:38   ` Aditya Mahajan
  2009-03-09 16:53     ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Aditya Mahajan @ 2009-03-09 16:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, 9 Mar 2009, Hans Hagen wrote:

> Peter Rolf wrote:
>> Hi,
>> 
>> currently trying the latest(?) beta from 08.03.2009. No problems with 
>> colors so far...
>> But a simple font size switch like '\vi' has no effect here.
>> 
>> \starttext
>> Regular size and {\vi six point}?
>> \stoptext
>> 
>> Also the 'lazy' \z@ has vanished (too many sideeffects?). RIP.
>
> indeed. \z@ and \p@ are gone as are \@ne and \m@ne
>
> also, the \v \vi \vii and sich are gone as they were artefacts form the 
> previous century
>
> feel free to make a compaibility module ...
>
> \let\p@\onepoint

We will definitely need this, at least for getting tikz to work with 
ConTeXt.

Aditya
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: beta: \vi (mkiv)
  2009-03-09 16:38   ` Aditya Mahajan
@ 2009-03-09 16:53     ` Hans Hagen
  2009-03-09 16:57       ` Aditya Mahajan
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2009-03-09 16:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Aditya Mahajan wrote:
> On Mon, 9 Mar 2009, Hans Hagen wrote:
> 
>> Peter Rolf wrote:
>>> Hi,
>>>
>>> currently trying the latest(?) beta from 08.03.2009. No problems with 
>>> colors so far...
>>> But a simple font size switch like '\vi' has no effect here.
>>>
>>> \starttext
>>> Regular size and {\vi six point}?
>>> \stoptext
>>>
>>> Also the 'lazy' \z@ has vanished (too many sideeffects?). RIP.
>>
>> indeed. \z@ and \p@ are gone as are \@ne and \m@ne
>>
>> also, the \v \vi \vii and sich are gone as they were artefacts form 
>> the previous century
>>
>> feel free to make a compaibility module ...
>>
>> \let\p@\onepoint
> 
> We will definitely need this, at least for getting tikz to work with 
> ConTeXt.

ok, but separated from the code; it's no problem to load it by default, 
but context internally will not use them

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.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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: beta: \vi (mkiv)
  2009-03-09 16:53     ` Hans Hagen
@ 2009-03-09 16:57       ` Aditya Mahajan
  2009-03-09 17:06         ` Hans Hagen
  2009-03-09 17:07         ` Hans Hagen
  0 siblings, 2 replies; 7+ messages in thread
From: Aditya Mahajan @ 2009-03-09 16:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, 9 Mar 2009, Hans Hagen wrote:

> Aditya Mahajan wrote:
>> On Mon, 9 Mar 2009, Hans Hagen wrote:
>> 
>>> Peter Rolf wrote:
>>>> Hi,
>>>> 
>>>> currently trying the latest(?) beta from 08.03.2009. No problems with 
>>>> colors so far...
>>>> But a simple font size switch like '\vi' has no effect here.
>>>> 
>>>> \starttext
>>>> Regular size and {\vi six point}?
>>>> \stoptext
>>>> 
>>>> Also the 'lazy' \z@ has vanished (too many sideeffects?). RIP.
>>> 
>>> indeed. \z@ and \p@ are gone as are \@ne and \m@ne
>>> 
>>> also, the \v \vi \vii and sich are gone as they were artefacts form the 
>>> previous century
>>> 
>>> feel free to make a compaibility module ...
>>> 
>>> \let\p@\onepoint
>> 
>> We will definitely need this, at least for getting tikz to work with 
>> ConTeXt.
>
> ok, but separated from the code; it's no problem to load it by default, but 
> context internally will not use them

definitely. It should be part of the distribution, so that someone writing 
a module that works with both ConTeXt and LaTeX does not need to know both 
systems inside out.

And a similar package for LaTeX, having most programming features present 
in ConTeXt, will be nice :)

Aditya
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: beta: \vi (mkiv)
  2009-03-09 16:57       ` Aditya Mahajan
@ 2009-03-09 17:06         ` Hans Hagen
  2009-03-09 17:07         ` Hans Hagen
  1 sibling, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2009-03-09 17:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Aditya Mahajan wrote:

> And a similar package for LaTeX, having most programming features 
> present in ConTeXt, will be nice :)

to some extend, writing a latex compatibilty layer for context should be 
doable ... a bunch of commands (begin/end ..) and some lua expresions 
... but we let others define the reasonable subset

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.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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: beta: \vi (mkiv)
  2009-03-09 16:57       ` Aditya Mahajan
  2009-03-09 17:06         ` Hans Hagen
@ 2009-03-09 17:07         ` Hans Hagen
  1 sibling, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2009-03-09 17:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Aditya Mahajan wrote:
> On Mon, 9 Mar 2009, Hans Hagen wrote:

> definitely. It should be part of the distribution, so that someone 
> writing a module that works with both ConTeXt and LaTeX does not need to 
> know both systems inside out.

this is probably all we need:

\unprotect

\let \p@   \onepoint
\let \z@   \zeropoint
\let \@ne  \plusone
\let \m@ne \minusone

\protect \endinput


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


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

end of thread, other threads:[~2009-03-09 17:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-09 13:53 beta: \vi (mkiv) Peter Rolf
2009-03-09 14:43 ` Hans Hagen
2009-03-09 16:38   ` Aditya Mahajan
2009-03-09 16:53     ` Hans Hagen
2009-03-09 16:57       ` Aditya Mahajan
2009-03-09 17:06         ` Hans Hagen
2009-03-09 17:07         ` 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).