texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo update (Thu Sep 9 14:22:01 EDT 2004)


From: Karl Berry
Subject: texinfo update (Thu Sep 9 14:22:01 EDT 2004)
Date: Thu, 09 Sep 2004 14:22:14 -0400

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.388
retrieving revision 1.389
diff -c -r1.388 -r1.389
*** ChangeLog   6 Sep 2004 23:24:02 -0000       1.388
--- ChangeLog   9 Sep 2004 17:50:27 -0000       1.389
***************
*** 1,3 ****
--- 1,7 ----
+ 2004-09-09  Karl Berry  <address@hidden>
+ 
+       * doc/texinfo.txi (Image Syntax): mention @noindent, @center.
+ 
  2004-09-06  Stepan Kasal  <address@hidden>
  
        * doc/texinfo.tex (\Efloat): Take care to run \scantokens on
Index: doc/texinfo.txi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.111
retrieving revision 1.112
diff -c -r1.111 -r1.112
*** doc/texinfo.txi     28 Aug 2004 13:10:30 -0000      1.111
--- doc/texinfo.txi     9 Sep 2004 17:50:27 -0000       1.112
***************
*** 1,5 ****
  \input texinfo.tex    @c -*-texinfo-*-
! @c $Id: texinfo.txi,v 1.111 2004/08/28 13:10:30 karl Exp $
  @c Ordinarily, Texinfo files have the extension .texi.  But texinfo.texi
  @c clashes with texinfo.tex on 8.3 filesystems, so we use texinfo.txi.
  
--- 1,5 ----
  \input texinfo.tex    @c -*-texinfo-*-
! @c $Id: texinfo.txi,v 1.112 2004/09/09 17:50:27 karl Exp $
  @c Ordinarily, Texinfo files have the extension .texi.  But texinfo.texi
  @c clashes with texinfo.tex on 8.3 filesystems, so we use texinfo.txi.
  
***************
*** 9300,9305 ****
--- 9300,9312 ----
  The @var{width} and @var{height} arguments are described in the next
  section.
  
+ For @TeX{} output, if an image is the first thing in a paragraph, for
+ example if you want two images side-by-side, you must precede it with
+ @code{@@noindent} (@pxref{noindent,,@code{@@noindent}}).  Otherwise it
+ will be displayed on a line by itself.  If you want it centered, 
+ use @code{@@center} (@pxref{titlefont center sp,,@code{@@titlefont
+ @@center @@sp}}).
+ 
  @cindex Alt attribute for images
  @cindex Images, alternate text for
  When producing html, @code{makeinfo} sets the @dfn{alt attribute} for
***************
*** 18343,18349 ****
  Concurrent Versions System}) or RCS (see rcsintro(1)) version control
  systems, which expand it into a string such as:
  @example
! $Id: texinfo.txi,v 1.111 2004/08/28 13:10:30 karl Exp $
  @end example
  (This is useful in all sources that use version control, not just manuals.)
  You may wish to include the @samp{$Id:} comment in the @code{@@copying}
--- 18350,18356 ----
  Concurrent Versions System}) or RCS (see rcsintro(1)) version control
  systems, which expand it into a string such as:
  @example
! $Id: texinfo.txi,v 1.112 2004/09/09 17:50:27 karl Exp $
  @end example
  (This is useful in all sources that use version control, not just manuals.)
  You may wish to include the @samp{$Id:} comment in the @code{@@copying}
***************
*** 18409,18415 ****
  
  @verbatim
  \input texinfo   @c -*-texinfo-*-
! @comment $Id: texinfo.txi,v 1.111 2004/08/28 13:10:30 karl Exp $
  @comment %**start of header
  @setfilename sample.info
  @include version.texi
--- 18416,18422 ----
  
  @verbatim
  \input texinfo   @c -*-texinfo-*-
! @comment $Id: texinfo.txi,v 1.112 2004/09/09 17:50:27 karl Exp $
  @comment %**start of header
  @setfilename sample.info
  @include version.texi
P ChangeLog
P doc/texinfo.txi


reply via email to

[Prev in Thread] Current Thread [Next in Thread]