yatex

diff docs/yahtmle.tex @ 158:2638644ff9a0

update info
author yuuji@gentei.org
date Thu, 09 Dec 2010 16:19:44 +0900
parents e1693ffc64cc
children 265da12ff3b6
line diff
     1.1 --- a/docs/yahtmle.tex	Fri Nov 20 07:22:01 2009 +0900
     1.2 +++ b/docs/yahtmle.tex	Thu Dec 09 16:19:44 2010 +0900
     1.3 @@ -5,7 +5,7 @@
     1.4  
     1.5  @iftex
     1.6  @c @syncodeindex fn cp
     1.7 -@c Last modified Fri Nov 20 07:20:56 2009 on firestorm
     1.8 +@c Last modified Thu Dec  9 16:12:43 2010 on firestorm
     1.9  @syncodeindex vr cp
    1.10  @end iftex
    1.11  
    1.12 @@ -270,7 +270,7 @@
    1.13  @end table
    1.14  
    1.15  
    1.16 -@node URLencoding of strings within region,  , Changing entities, Changing and Deleting
    1.17 +@node URLencoding of strings within region, td-enclosure/tr-enclosure, Changing entities, Changing and Deleting
    1.18  @comment  node-name,  next,  previous,  up
    1.19  @section URLencoding of strings within region
    1.20  
    1.21 @@ -279,6 +279,29 @@
    1.22  	@dots{} encode chars that needs to be URLencoded within region
    1.23  @end table
    1.24  
    1.25 +@node  td-enclosure/tr-enclosure,  , URLencoding of strings within region, Changing and Deleting
    1.26 +@comment  node-name,  next,  previous,  up
    1.27 +@section td-enclosure/tr-enclosure
    1.28 +If you wan to convert series of field into <td>...</td> repetitions for
    1.29 +table element, td-enclosure or tr-enclosure is convenient.
    1.30 +
    1.31 +@table @kbd
    1.32 + @item [prefix] }
    1.33 +	@dots{} Enclose each field in a region into <td>...</td>'s.
    1.34 + @item [prefix] ]
    1.35 +	@dots{} Enclose each line in a region into <tr>...</tr>'s, with
    1.36 +        every line converted to <td>...</td> repetition.
    1.37 +@end table
    1.38 +They presume white space as field separator by default.
    1.39 +To change this, enter other delimiting character for a query.
    1.40 +You can convert CSV, for example, into table by specifying
    1.41 +comma(,) as a delimiter.
    1.42 +
    1.43 +If you want to enclose fields with th, call with
    1.44 +universal-argument (@kbd{C-u}).  Enter `th' to enclose fields
    1.45 +with <th>...</th>.  The special answer `thd' means that
    1.46 +enclose the only first column with th, and the rest with td.
    1.47 +
    1.48  @node CSS Support, Customizations, Changing and Deleting, Top
    1.49  @comment  node-name,  next,  previous,  up
    1.50  @chapter CSS(Style Sheets) Support