ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Italicized text trailing space too small
  2012-01-04 23:46 Italicized text trailing space too small Kip Warner
@ 2011-01-05  5:32 ` Aditya Mahajan
  2012-01-05 13:45   ` Andreas Harder
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Aditya Mahajan @ 2011-01-05  5:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, 4 Jan 2012, Kip Warner wrote:

> Text that I {\it have italicized} trails too tight with the first
> non-italicized word that is typeset next. I'm sure there is some ConTeXt
> command that adjusts this that I am unfamiliar with.

\italiccorrection or \/

Usage:

{\it text \italiccorrection}

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


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

* Italicized text trailing space too small
@ 2012-01-04 23:46 Kip Warner
  2011-01-05  5:32 ` Aditya Mahajan
  0 siblings, 1 reply; 5+ messages in thread
From: Kip Warner @ 2012-01-04 23:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hey list,

Text that I {\it have italicized} trails too tight with the first
non-italicized word that is typeset next. I'm sure there is some ConTeXt
command that adjusts this that I am unfamiliar with.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 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: Italicized text trailing space too small
  2011-01-05  5:32 ` Aditya Mahajan
@ 2012-01-05 13:45   ` Andreas Harder
  2012-01-05 16:54   ` Chris Lott
  2012-01-06  3:49   ` Kip Warner
  2 siblings, 0 replies; 5+ messages in thread
From: Andreas Harder @ 2012-01-05 13:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On 05.01.2011, at 06:32, Aditya Mahajan wrote:

> On Wed, 4 Jan 2012, Kip Warner wrote:
> 
>> Text that I {\it have italicized} trails too tight with the first
>> non-italicized word that is typeset next. I'm sure there is some ConTeXt
>> command that adjusts this that I am unfamiliar with.
> 
> \italiccorrection or \/
> 
> Usage:
> 
> {\it text \italiccorrection}

Or www.pragma-ade.com/preliminaries/hybrid-italics.pdf

\definefontfeature[default][default][itlc=yes]

\setupitaliccorrection[always] % none|text|always|always,global


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

* Re: Italicized text trailing space too small
  2011-01-05  5:32 ` Aditya Mahajan
  2012-01-05 13:45   ` Andreas Harder
@ 2012-01-05 16:54   ` Chris Lott
  2012-01-06  3:49   ` Kip Warner
  2 siblings, 0 replies; 5+ messages in thread
From: Chris Lott @ 2012-01-05 16:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Jan 4, 2011 at 8:32 PM, Aditya Mahajan <adityam@umich.edu> wrote:
> On Wed, 4 Jan 2012, Kip Warner wrote:
>
>> Text that I {\it have italicized} trails too tight with the first
>> non-italicized word that is typeset next. I'm sure there is some ConTeXt
>> command that adjusts this that I am unfamiliar with.
>
>
> \italiccorrection or \/

Or use \em which (as I understand it) automatically adds italic correction?

Although the hybrid-italics feature looks great (so many hidden
nuggets out there :).

c
--
Chris Lott <chris@chrislott.org>
___________________________________________________________________________________
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: Italicized text trailing space too small
  2011-01-05  5:32 ` Aditya Mahajan
  2012-01-05 13:45   ` Andreas Harder
  2012-01-05 16:54   ` Chris Lott
@ 2012-01-06  3:49   ` Kip Warner
  2 siblings, 0 replies; 5+ messages in thread
From: Kip Warner @ 2012-01-06  3:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Wed, 2011-01-05 at 00:32 -0500, Aditya Mahajan wrote:
> On Wed, 4 Jan 2012, Kip Warner wrote:
> 
> > Text that I {\it have italicized} trails too tight with the first
> > non-italicized word that is typeset next. I'm sure there is some ConTeXt
> > command that adjusts this that I am unfamiliar with.
> 
> \italiccorrection or \/
> 
> Usage:
> 
> {\it text \italiccorrection}
> 
> Aditya
> 

Hey Aditya. I tried both of those options, including altering \it to
\em, as well as putting the following in my environment.

\definefontfeature[default][default][itlc=yes]
\setupitaliccorrection[always]

All of the suggestions everyone kindly made appeared to have affected to
alteration in the final typesetting.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 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-01-06  3:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-04 23:46 Italicized text trailing space too small Kip Warner
2011-01-05  5:32 ` Aditya Mahajan
2012-01-05 13:45   ` Andreas Harder
2012-01-05 16:54   ` Chris Lott
2012-01-06  3:49   ` Kip Warner

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