ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] Bug between \definealternativestyle and makeup?
@ 2023-08-27 19:26 Alex Leray
  2023-08-27 19:42 ` [NTG-context] " Mikael Sundqvist
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Leray @ 2023-08-27 19:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I found that using \definealternativestyle in conjunction with Makeup 
insert a page before my Makeup page.

Any idea?

Thanks

* * *

\definecharacterkerning [mykerning] [factor=0.15]
\definealternativestyle[mystyle][{\setcharacterkerning[mykerning]}]. %%% 
BUG!!!

\definemakeup [title] [doublesided=empty, pagestate=start]
\starttext
\starttitlemakeup
Title
\stoptitlemakeup
\stoptext
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: Bug between \definealternativestyle and makeup?
  2023-08-27 19:26 [NTG-context] Bug between \definealternativestyle and makeup? Alex Leray
@ 2023-08-27 19:42 ` Mikael Sundqvist
  2023-08-27 20:26   ` Alex Leray
  0 siblings, 1 reply; 3+ messages in thread
From: Mikael Sundqvist @ 2023-08-27 19:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Remove the period:

\definecharacterkerning [mykerning] [factor=0.15]
\definealternativestyle[mystyle][{\setcharacterkerning[mykerning]}]

\definemakeup [title] [doublesided=empty, pagestate=start]
\starttext
\starttitlemakeup
Title
\stoptitlemakeup
\stoptext

/Mikael

On Sun, Aug 27, 2023 at 9:32 PM Alex Leray <alexandre@stdin.fr> wrote:
>
> Hi,
>
> I found that using \definealternativestyle in conjunction with Makeup
> insert a page before my Makeup page.
>
> Any idea?
>
> Thanks
>
> * * *
>
> \definecharacterkerning [mykerning] [factor=0.15]
> \definealternativestyle[mystyle][{\setcharacterkerning[mykerning]}]. %%%
> BUG!!!
>
> \definemakeup [title] [doublesided=empty, pagestate=start]
> \starttext
> \starttitlemakeup
> Title
> \stoptitlemakeup
> \stoptext
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : https://contextgarden.net
> ___________________________________________________________________________________
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: Bug between \definealternativestyle and makeup?
  2023-08-27 19:42 ` [NTG-context] " Mikael Sundqvist
@ 2023-08-27 20:26   ` Alex Leray
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Leray @ 2023-08-27 20:26 UTC (permalink / raw)
  To: ntg-context

Ouch, thanks for opening my eyes!

Le 27/08/23 à 21:42, Mikael Sundqvist a écrit :
> Remove the period:
> 
> \definecharacterkerning [mykerning] [factor=0.15]
> \definealternativestyle[mystyle][{\setcharacterkerning[mykerning]}]
> 
> \definemakeup [title] [doublesided=empty, pagestate=start]
> \starttext
> \starttitlemakeup
> Title
> \stoptitlemakeup
> \stoptext
> 
> /Mikael
> 
> On Sun, Aug 27, 2023 at 9:32 PM Alex Leray <alexandre@stdin.fr> wrote:
>>
>> Hi,
>>
>> I found that using \definealternativestyle in conjunction with Makeup
>> insert a page before my Makeup page.
>>
>> Any idea?
>>
>> Thanks
>>
>> * * *
>>
>> \definecharacterkerning [mykerning] [factor=0.15]
>> \definealternativestyle[mystyle][{\setcharacterkerning[mykerning]}]. %%%
>> BUG!!!
>>
>> \definemakeup [title] [doublesided=empty, pagestate=start]
>> \starttext
>> \starttitlemakeup
>> Title
>> \stoptitlemakeup
>> \stoptext
>> ___________________________________________________________________________________
>> If your question is of interest to others as well, please add an entry to the Wiki!
>>
>> maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
>> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>> wiki     : https://contextgarden.net
>> ___________________________________________________________________________________
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : https://contextgarden.net
> ___________________________________________________________________________________

-- 
Alexandre Leray
+32 487 947 030

Avez-vous pensé à (vous) offrir Médor ?
https://medor.coop/ideescadeau
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2023-08-27 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-27 19:26 [NTG-context] Bug between \definealternativestyle and makeup? Alex Leray
2023-08-27 19:42 ` [NTG-context] " Mikael Sundqvist
2023-08-27 20:26   ` Alex Leray

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