[latexrefman-discuss] italic correction

Hefferon, James S. jhefferon at domain.hid
Fri Apr 10 02:13:39 CEST 2015


Here is a diff -c.  Let me know.

Jim


*** latex2e.texi	2015-04-09 05:55:42.334363736 -0400
--- latex2e.texi.jim	2015-04-09 20:08:53.422299918 -0400
***************
*** 2,8 ****
  @c $Id$
  @comment %**start of header (This is for running Texinfo on a region.)
  @setfilename latex2e.info
! @set UPDATED April 2014
  @settitle @LaTeX{}2e reference manual (@value{UPDATED})
  @comment %**end of header (This is for running Texinfo on a region.)
  
--- 2,8 ----
  @c $Id$
  @comment %**start of header (This is for running Texinfo on a region.)
  @setfilename latex2e.info
! @set UPDATED April 2015
  @settitle @LaTeX{}2e reference manual (@value{UPDATED})
  @comment %**end of header (This is for running Texinfo on a region.)
  
***************
*** 10,16 ****
  @c xx but latex2e stuff is missing.
  @c xx random list of a few of the missing items is at the end of this file
  @c
- @c xx mention \nocorr, \textit and ic
  @c
  @c xx merge http://mirror.ctan.org/info/latex-info/ (alt-latex-info)
  @c xx merge http://mirror.ctan.org/latex2e-reference.tar.gz
--- 10,15 ----
***************
*** 482,494 ****
  style command or the end of the current group.
  
  These commands, in both the argument form and the declaration form,
! are cumulative; e.g.,, you can say either @code{\sffamily\bfseries} or
  @code{\bfseries\sffamily} to get bold sans serif.
  
  You can alternatively use an environment form of the declarations; for
  instance, @code{\begin at domain.hid@}}.
  
! These commands automatically supply an italic correction if needed.
  
  @table @code
  @item \textrm (\rmfamily)
--- 481,504 ----
  style command or the end of the current group.
  
  These commands, in both the argument form and the declaration form,
! are cumulative; e.g., you can say either @code{\sffamily\bfseries} or
  @code{\bfseries\sffamily} to get bold sans serif.
  
  You can alternatively use an environment form of the declarations; for
  instance, @code{\begin at domain.hid@}}.
  
! These commands automatically handle italic corrections, 
! a small amount of space that is specified for each character by the 
! font designer to be inserted between different styles of text, such as if 
! roman text follows italics (@pxref{\/}).
! They will include this space unless the following character is in the 
! list @code{\nocorrlist}, which by default consists of a period and
! a comma.
! To suppress the automatic insertion of italic correction,
! use @code{\nocorr}
! at the start or end of the command argument, as with 
! @code{\textit at domain.hid text@}} or @code{\textsc at domain.hid \nocorr@}}.
! 
  
  @table @code
  @item \textrm (\rmfamily)
***************
*** 5477,5482 ****
--- 5487,5497 ----
  @end ifnottex
  with @i{f: f;}.
  
+ When changing fonts with commands such as
+ @code{\textit at domain.hid text@}} or @code{@{\itshape italic text@}},
+ the system will automatically insert an italic correction if appropriate
+ (@pxref{Font styles}).
+ 
  Despite the name, roman characters can also have an italic
  correction.  Compare
  @tex
***************
*** 5487,5492 ****
--- 5502,5509 ----
  @end ifnottex
  with pdf at domain.hid{}.
  
+ There is no iltalic correction in math mode.
+ 
  
  @node \hrulefill
  @section @code{\hrulefill}




More information about the latexrefman mailing list