yatex

diff docs/yahtmle @ 566:2ef9f21dd13b

Add note on YaTeX::usepackage-alist-default
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 24 Jan 2019 15:19:32 +0900
parents d69fd7b1ac4d
children
line diff
     1.1 --- a/docs/yahtmle	Fri Dec 26 01:02:52 2014 +0900
     1.2 +++ b/docs/yahtmle	Thu Jan 24 15:19:32 2019 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  Info file: yahtmle,    -*-Text-*-
     1.5  produced by `texinfo-format-buffer'
     1.6  from file `yahtmle.tex'
     1.7 -using `texinfmt.el' version 2.38 of 3 July 1998.
     1.8 +using `texinfmt.el' version 2.42 of  7 Jul 2006.
     1.9  
    1.10  START-INFO-DIR-ENTRY
    1.11  * yahtml-e: (yahtmle).  Yet Another html-mode for Emacs (English).
    1.12 @@ -49,9 +49,9 @@
    1.13  *****************
    1.14  * Menu:
    1.15  
    1.16 -* Setting up yahtml::           
    1.17 -* Setting environments for weblint browsers and image viewers::  
    1.18 -* Setting environment variables for WWW pages::  
    1.19 +* Setting up yahtml::
    1.20 +* Setting environments for weblint browsers and image viewers::
    1.21 +* Setting environment variables for WWW pages::
    1.22  
    1.23  
    1.24  
    1.25 @@ -110,7 +110,8 @@
    1.26               ... list of matching path name on file system and URLs
    1.27  `yahtml-directory-index'
    1.28               ... index file displayed when none is given in URL.  Usually
    1.29 -     `index.html' on NCSA type httpd and `Welcome.html' on CERN types.
    1.30 +             `index.html' on NCSA type httpd and `Welcome.html' on CERN
    1.31 +             types.
    1.32  
    1.33  Examples for `yahtml-path-url-alist'.  If `/home/yuuji/http/' is
    1.34  `http://localhost/~yuuji' at home and `/usr/home/yuuji/www/' is
    1.35 @@ -213,10 +214,10 @@
    1.36  
    1.37  * Menu:
    1.38  
    1.39 -* Changing tags in pairs::      
    1.40 -* Changing entities::           
    1.41 -* URLencoding of strings within region::  
    1.42 -* td-enclosure/tr-enclosure::   
    1.43 +* Changing tags in pairs::
    1.44 +* Changing entities::
    1.45 +* URLencoding of strings within region::
    1.46 +* td-enclosure/tr-enclosure::
    1.47  
    1.48  
    1.49  
    1.50 @@ -252,7 +253,7 @@
    1.51               ... convert char to special entity in marked region
    1.52  `[prefix] :'
    1.53               ... convert special entity to original char in marked region
    1.54 -     (reverse of [prefix] ;)
    1.55 +             (reverse of [prefix] ;)
    1.56  
    1.57  
    1.58  
    1.59 @@ -263,7 +264,7 @@
    1.60  ====================================
    1.61  
    1.62  `[prefix] #'
    1.63 -     	... encode chars that needs to be URLencoded within region
    1.64 +        ... encode chars that needs to be URLencoded within region
    1.65  
    1.66  
    1.67  
    1.68 @@ -275,15 +276,16 @@
    1.69  table element, td-enclosure or tr-enclosure is convenient.
    1.70  
    1.71        `[prefix] }'
    1.72 -     
    1.73 -     	... Enclose each field in a region into <td>...</td>'s.
    1.74 +
    1.75 +        ... Enclose each field in a region into <td>...</td>'s.
    1.76        `[prefix] ]'
    1.77 -     
    1.78 -     	... Enclose each line in a region into <tr>...</tr>'s, with every
    1.79 -line converted to <td>...</td> repetition.  They presume white space as
    1.80 -field separator by default.  To change this, enter other delimiting
    1.81 -character for a query.  You can convert CSV, for example, into table by
    1.82 -specifying comma(,) as a delimiter.
    1.83 +
    1.84 +        ... Enclose each line in a region into <tr>...</tr>'s, with every
    1.85 +             line converted to <td>...</td> repetition.  They presume
    1.86 +             white space as field separator by default.  To change this,
    1.87 +             enter other delimiting character for a query.  You can
    1.88 +             convert CSV, for example, into table by specifying comma(,)
    1.89 +             as a delimiter.
    1.90  
    1.91  If you want to enclose fields with th, call with universal-argument
    1.92  (`C-u').  Enter `th' to enclose fields with <th>...</th>.  The special
    1.93 @@ -299,8 +301,8 @@
    1.94  
    1.95  * Menu:
    1.96  
    1.97 -* CSS-class completion::        
    1.98 -* Reread CSS definition::       
    1.99 +* CSS-class completion::
   1.100 +* Reread CSS definition::
   1.101  
   1.102  
   1.103  
   1.104 @@ -322,8 +324,8 @@
   1.105        .caution { font-size: 120%; background-color: 0xc00000;}
   1.106  
   1.107  when you input any tags via completing-read, yahtml prompts you to input
   1.108 -class name.  If this is bothering, typing `C-j' instead of `RET' (or
   1.109 -`C-m') cancels the next prompt to class name completion.
   1.110 +class name.  If this is bothering, typing `C-j' instead of
   1.111 +`RET' (or `C-m') cancels the next prompt to class name completion.
   1.112  
   1.113  
   1.114  
   1.115 @@ -366,8 +368,8 @@
   1.116  
   1.117   -- Variable: yahtml-kanji-code
   1.118       Default kanji code. 1=sjis, 2=jis, 3=euc, 4=utf-8 (2) If AddType
   1.119 -     "text/html; charset=xxx" .html is written in .htaccess, this will
   1.120 -     override yahtml-kanji-code.
   1.121 +           "text/html; charset=xxx" .html is written in .htaccess, this
   1.122 +           will override yahtml-kanji-code.
   1.123  
   1.124   -- Variable: yahtml-fill-column
   1.125       Columns to auto-fill (72)
   1.126 @@ -498,39 +500,35 @@
   1.127  
   1.128  * Menu:
   1.129  
   1.130 -* Customize:                    Customizations.         4.
   1.131 -* Demacs:                       Intro.                  4.
   1.132 -* Key Assign:                   Customizations.         4.
   1.133 -* LaTeX:                        Intro.                  4.
   1.134 -* Mule:                         Intro.                  4.
   1.135 -* yahtml:                       Intro.                  4.
   1.136 -
   1.137 -
   1.138 -
   1.139 -
   1.140 +* Customize:                    Customizations.         (line   5)
   1.141 +* Demacs:                       Intro.                  (line   5)
   1.142 +* Key Assign:                   Customizations.         (line   5)
   1.143 +* LaTeX:                        Intro.                  (line   5)
   1.144 +* Mule:                         Intro.                  (line   5)
   1.145 +* yahtml:                       Intro.                  (line   5)
   1.146  
   1.147  Tag table:
   1.148 -Node: Top256
   1.149 -Node: Intro833
   1.150 -Node: Installation1231
   1.151 -Node: Setting up yahtml1512
   1.152 -Node: Setting environments for weblint browsers and image viewers2303
   1.153 -Node: Setting environment variables for WWW pages2999
   1.154 -Node: Command Invocation3970
   1.155 -Node: Completion4398
   1.156 -Node: Jump5914
   1.157 -Node: Changing and Deleting6394
   1.158 -Node: Changing tags in pairs6678
   1.159 -Node: Changing entities7173
   1.160 -Node: URLencoding of strings within region7709
   1.161 -Node: td-enclosure/tr-enclosure8010
   1.162 -Node: CSS Support8976
   1.163 -Node: CSS-class completion9202
   1.164 -Node: Reread CSS definition10055
   1.165 -Node: Customizations10330
   1.166 -Node: All customizable variables10606
   1.167 -Node: Hook variables14374
   1.168 -Node: Copying14500
   1.169 -Node: Concept Index15291
   1.170 +Node: Top259
   1.171 +Node: Intro836
   1.172 +Node: Installation1234
   1.173 +Node: Setting up yahtml1500
   1.174 +Node: Setting environments for weblint browsers and image viewers2291
   1.175 +Node: Setting environment variables for WWW pages2987
   1.176 +Node: Command Invocation3979
   1.177 +Node: Completion4407
   1.178 +Node: Jump5923
   1.179 +Node: Changing and Deleting6403
   1.180 +Node: Changing tags in pairs6665
   1.181 +Node: Changing entities7160
   1.182 +Node: URLencoding of strings within region7704
   1.183 +Node: td-enclosure/tr-enclosure8007
   1.184 +Node: CSS Support9032
   1.185 +Node: CSS-class completion9243
   1.186 +Node: Reread CSS definition10096
   1.187 +Node: Customizations10371
   1.188 +Node: All customizable variables10647
   1.189 +Node: Hook variables14427
   1.190 +Node: Copying14553
   1.191 +Node: Concept Index15344
   1.192  
   1.193  End tag table