ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* italic corrrection?
@ 2012-07-21 12:49 Meer, H. van der
  2012-07-21 12:55 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Meer, H. van der @ 2012-07-21 12:49 UTC (permalink / raw)
  To: ConTeXt NTG


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

I cannot see the italic correction. Neither in the default not, nor in lucidaot.

An explicit \/ (plain TeX material!) makes no difference.
Addition of \setupitaliccorrection[always] also did not make a difference.

What am I doing wrong?

Hans van der Meer


% italic correction
\setuppapersize[A6][A6]
%\setupbodyfont[lucidaot]
\starttext
{\it n}:{\it n}\crlf
{\it n\/}:{\it n}\crlf
\stoptext


[-- Attachment #1.2: Type: text/html, Size: 1606 bytes --]

[-- Attachment #2: italcor.pdf --]
[-- Type: application/pdf, Size: 6016 bytes --]

[-- Attachment #3: 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] 5+ messages in thread

* Re: italic corrrection?
  2012-07-21 12:49 italic corrrection? Meer, H. van der
@ 2012-07-21 12:55 ` Wolfgang Schuster
  2012-07-21 13:43   ` Meer, H. van der
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2012-07-21 12:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 21.07.2012 um 14:49 schrieb Meer, H. van der:

> I cannot see the italic correction. Neither in the default not, nor in lucidaot.
> 
> An explicit \/ (plain TeX material!) makes no difference.
> Addition of \setupitaliccorrection[always] also did not make a difference.
> 
> What am I doing wrong?

Add \definefontfeature[default][default][itlc=yes] before \setupbodyfont.

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

* Re: italic corrrection?
  2012-07-21 12:55 ` Wolfgang Schuster
@ 2012-07-21 13:43   ` Meer, H. van der
  2012-07-21 13:51     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Meer, H. van der @ 2012-07-21 13:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Add \definefontfeature[default][default][itlc=yes] before \setupbodyfont.
Thanks but allthough this has an effect on the default modern, it does not made a difference for lucidaot.
Is the TUG delivered lucidaot deficient with respect to the italic correction?
It is hard to believe!
I have two examples added, both modern and lucidaot to show the (tiny) difference.

I looked it up in the sources and found it in typo-itc.mkiv.
From there I deduced when should have something akin to:
\definefontfeature[default][default][itlc=yes,notextitalics=yes] what are notextitalics?
\setupitaliccorrection[global] (and other values)
Quite involved for a font layman, like me.

Hans van der Meer

Example was
% italic correction
\setuppapersize[A6][A6]
\definefontfeature[default][default][itlc=yes,notextitalics=yes]
\setupitaliccorrection[global]
\setupbodyfont[modern,24pt] % or with lucidaot
\starttext
{\it n}:{\it n}\crlf
{\it n\/}:{\it n}\crlf
\stoptext


On 21 jul. 2012, at 14:55, Wolfgang Schuster wrote:

>
> Am 21.07.2012 um 14:49 schrieb Meer, H. van der:
>
>> I cannot see the italic correction. Neither in the default not, nor in lucidaot.
>>
>> An explicit \/ (plain TeX material!) makes no difference.
>> Addition of \setupitaliccorrection[always] also did not make a difference.
>>
>> What am I doing wrong?
>
> Add \definefontfeature[default][default][itlc=yes] before \setupbodyfont.
>
> Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 2062 bytes --]

[-- Attachment #2: italcor.pdf --]
[-- Type: application/pdf, Size: 7210 bytes --]

[-- Attachment #3: italcor.pdf --]
[-- Type: application/pdf, Size: 7025 bytes --]

[-- Attachment #4: 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] 5+ messages in thread

* Re: italic corrrection?
  2012-07-21 13:43   ` Meer, H. van der
@ 2012-07-21 13:51     ` Wolfgang Schuster
  2012-07-21 14:09       ` Meer, H. van der
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2012-07-21 13:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


Am 21.07.2012 um 15:43 schrieb Meer, H. van der:

> > Add \definefontfeature[default][default][itlc=yes] before \setupbodyfont.
> Thanks but allthough this has an effect on the default modern, it does not made a difference for lucidaot.
> Is the TUG delivered lucidaot deficient with respect to the italic correction? 
> It is hard to believe!

I goes there is no correction for the “n” but try this example with/without the “itlc” feature and you can see a difference.

\setuppapersize[A6][A6]
\definefontfeature[default][default][itlc=yes]
\setupbodyfont[lucidaot]
\starttext
fl f\/l {\it fl f\/l}
\stoptext

Wolfgang

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

* Re: italic corrrection?
  2012-07-21 13:51     ` Wolfgang Schuster
@ 2012-07-21 14:09       ` Meer, H. van der
  0 siblings, 0 replies; 5+ messages in thread
From: Meer, H. van der @ 2012-07-21 14:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Thanks,
I see the difference appearing in lucidaot with your example.
A pity italic correction isn't available for the n (and some others, I fear). It makes {\it n}x{\it n} for n multiplied by n harder in the text, as I find $n\times n$ within running text to alien looking. That makes {\it n}\,x{\it n} perhaps the best solution.

Hans van der Meer



On 21 jul. 2012, at 15:51, Wolfgang Schuster wrote:


Am 21.07.2012 um 15:43 schrieb Meer, H. van der:

> Add \definefontfeature[default][default][itlc=yes] before \setupbodyfont.
Thanks but allthough this has an effect on the default modern, it does not made a difference for lucidaot.
Is the TUG delivered lucidaot deficient with respect to the italic correction?
It is hard to believe!

I goes there is no correction for the “n” but try this example with/without the “itlc” feature and you can see a difference.

\setuppapersize[A6][A6]
\definefontfeature[default][default][itlc=yes]
\setupbodyfont[lucidaot]
\starttext
fl f\/l {\it fl f\/l}
\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl<mailto: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
___________________________________________________________________________________


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-21 12:49 italic corrrection? Meer, H. van der
2012-07-21 12:55 ` Wolfgang Schuster
2012-07-21 13:43   ` Meer, H. van der
2012-07-21 13:51     ` Wolfgang Schuster
2012-07-21 14:09       ` Meer, H. van der

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