Re: [NTG-context] [overstrike] with different color?

2020-06-05 Thread Wolfgang Schuster

Henning Hraban Ramm schrieb am 03.06.2020 um 16:30:




Am 03.06.2020 um 16:19 schrieb Floris van Manen :

What is the preferred way to overstrike a text with a different color?
This does not work:
One \overstrike[color=red]{Two} Three


\setupbar[color=red,rulethickness=1.4] % measurement in pt


\setupbar [overstrike] [..,..=..,..]

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] [overstrike] with different color?

2020-06-05 Thread Henning Hraban Ramm

> Am 04.06.2020 um 20:00 schrieb Floris van Manen :
> 
>> \setupbar[color=red,rulethickness=1.4] % measurement in pt
> 
> the command also takes a parameter offset as well as dy.
> I assume the offset will position the line higher / lower .
> But I see no effect.
> 
> \setupbar[color=red,rulethickness=.3,offset=0.5]

According to https://wiki.contextgarden.net/Command/underbar, offset should 
work.

Maybe \definebar behaves different to \setupbar

Hraban

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] [overstrike] with different color?

2020-06-04 Thread Floris van Manen


On 03/06/2020 16:30, Henning Hraban Ramm wrote:
> \setupbar[color=red,rulethickness=1.4] % measurement in pt

the command also takes a parameter offset as well as dy.
I assume the offset will position the line higher / lower .
But I see no effect.

\setupbar[color=red,rulethickness=.3,offset=0.5]


pEpkey.asc
Description: application/pgp-keys
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] [overstrike] with different color?

2020-06-03 Thread Henning Hraban Ramm


> Am 03.06.2020 um 16:19 schrieb Floris van Manen :
> 
> What is the preferred way to overstrike a text with a different color?
> This does not work:
> One \overstrike[color=red]{Two} Three

\setupbar[color=red,rulethickness=1.4] % measurement in pt

See also rules-mkiv.pdf

Hraban
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] [overstrike] with different color?

2020-06-03 Thread Floris van Manen
What is the preferred way to overstrike a text with a different color?
This does not work:
One \overstrike[color=red]{Two} Three


.F


pEpkey.asc
Description: application/pgp-keys
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] microtype + \overstrike + libertine problem

2010-11-22 Thread Marco Pessotto

Hello there.

I'm experience the following problem: with microtypography \overstrike
plays weird. See the following minimal. I can't reproduce it with the
latin modern fonts, so maybe it's a font specific issue.

I've found a workaround and documented it on the wiki (just in case)
http://wiki.contextgarden.net/Overstriking

%%% start minimal example, problems start a the 2nd recurse, p.2 %%%
\definefontfeature[default][default]
  [protrusion=quality,
expansion=quality,
script=latn] 
\usetypescript[libertine]
\setupbodyfont[10pt,libertine]
\setupalign[hz,hanging]
\setuppapersize[A6][A6]
\starttext
\dorecurse{20}{\input tufte \overstrike{test} \input tufte}
\stoptext
%%% stop minimal example%%% 

Best regards

-- 
Marco


___
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
___