comparison docs/yahtmle @ 445:a3ba09c1e8e9 dev yatex-1.79

yatex 1.79 release version
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 05 Jan 2017 20:44:41 +0900
parents d69fd7b1ac4d
children
comparison
equal deleted inserted replaced
444:9d5f2878d538 445:a3ba09c1e8e9
1 Info file: yahtmle, -*-Text-*- 1 Info file: yahtmle, -*-Text-*-
2 produced by `texinfo-format-buffer' 2 produced by `texinfo-format-buffer'
3 from file `yahtmle.tex' 3 from file `yahtmle.tex'
4 using `texinfmt.el' version 2.38 of 3 July 1998. 4 using `texinfmt.el' version 2.42 of 7 Jul 2006.
5 5
6 START-INFO-DIR-ENTRY 6 START-INFO-DIR-ENTRY
7 * yahtml-e: (yahtmle). Yet Another html-mode for Emacs (English). 7 * yahtml-e: (yahtmle). Yet Another html-mode for Emacs (English).
8 END-INFO-DIR-ENTRY 8 END-INFO-DIR-ENTRY
9 9
47 47
48 Installing yahtml 48 Installing yahtml
49 ***************** 49 *****************
50 * Menu: 50 * Menu:
51 51
52 * Setting up yahtml:: 52 * Setting up yahtml::
53 * Setting environments for weblint browsers and image viewers:: 53 * Setting environments for weblint browsers and image viewers::
54 * Setting environment variables for WWW pages:: 54 * Setting environment variables for WWW pages::
55 55
56 56
57  57 
58 File: yahtmle, Node: Setting up yahtml, Next: Setting environments for weblint browsers and image viewers, Prev: Installation, Up: Installation 58 File: yahtmle, Node: Setting up yahtml, Next: Setting environments for weblint browsers and image viewers, Prev: Installation, Up: Installation
59 59
108 Variables regarding path names for files that will be your home page. 108 Variables regarding path names for files that will be your home page.
109 `yahtml-path-url-alist' 109 `yahtml-path-url-alist'
110 ... list of matching path name on file system and URLs 110 ... list of matching path name on file system and URLs
111 `yahtml-directory-index' 111 `yahtml-directory-index'
112 ... index file displayed when none is given in URL. Usually 112 ... index file displayed when none is given in URL. Usually
113 `index.html' on NCSA type httpd and `Welcome.html' on CERN types. 113 `index.html' on NCSA type httpd and `Welcome.html' on CERN
114 types.
114 115
115 Examples for `yahtml-path-url-alist'. If `/home/yuuji/http/' is 116 Examples for `yahtml-path-url-alist'. If `/home/yuuji/http/' is
116 `http://localhost/~yuuji' at home and `/usr/home/yuuji/www/' is 117 `http://localhost/~yuuji' at home and `/usr/home/yuuji/www/' is
117 `http://www.keio.ac.jp/~yuuji/' at work, then 118 `http://www.keio.ac.jp/~yuuji/' at work, then
118 119
211 Changing and Deleting 212 Changing and Deleting
212 ********************* 213 *********************
213 214
214 * Menu: 215 * Menu:
215 216
216 * Changing tags in pairs:: 217 * Changing tags in pairs::
217 * Changing entities:: 218 * Changing entities::
218 * URLencoding of strings within region:: 219 * URLencoding of strings within region::
219 * td-enclosure/tr-enclosure:: 220 * td-enclosure/tr-enclosure::
220 221
221 222
222  223 
223 File: yahtmle, Node: Changing tags in pairs, Next: Changing entities, Prev: Changing and Deleting, Up: Changing and Deleting 224 File: yahtmle, Node: Changing tags in pairs, Next: Changing entities, Prev: Changing and Deleting, Up: Changing and Deleting
224 225
250 251
251 `[prefix] ;' 252 `[prefix] ;'
252 ... convert char to special entity in marked region 253 ... convert char to special entity in marked region
253 `[prefix] :' 254 `[prefix] :'
254 ... convert special entity to original char in marked region 255 ... convert special entity to original char in marked region
255 (reverse of [prefix] ;) 256 (reverse of [prefix] ;)
256 257
257 258
258 259
259  260 
260 File: yahtmle, Node: URLencoding of strings within region, Next: td-enclosure/tr-enclosure, Prev: Changing entities, Up: Changing and Deleting 261 File: yahtmle, Node: URLencoding of strings within region, Next: td-enclosure/tr-enclosure, Prev: Changing entities, Up: Changing and Deleting
261 262
262 URLencoding of strings within region 263 URLencoding of strings within region
263 ==================================== 264 ====================================
264 265
265 `[prefix] #' 266 `[prefix] #'
266 ... encode chars that needs to be URLencoded within region 267 ... encode chars that needs to be URLencoded within region
267 268
268 269
269  270 
270 File: yahtmle, Node: td-enclosure/tr-enclosure, Prev: URLencoding of strings within region, Up: Changing and Deleting 271 File: yahtmle, Node: td-enclosure/tr-enclosure, Prev: URLencoding of strings within region, Up: Changing and Deleting
271 272
273 ========================= 274 =========================
274 If you wan to convert series of field into <td>...</td> repetitions for 275 If you wan to convert series of field into <td>...</td> repetitions for
275 table element, td-enclosure or tr-enclosure is convenient. 276 table element, td-enclosure or tr-enclosure is convenient.
276 277
277 `[prefix] }' 278 `[prefix] }'
278 279
279 ... Enclose each field in a region into <td>...</td>'s. 280 ... Enclose each field in a region into <td>...</td>'s.
280 `[prefix] ]' 281 `[prefix] ]'
281 282
282 ... Enclose each line in a region into <tr>...</tr>'s, with every 283 ... Enclose each line in a region into <tr>...</tr>'s, with every
283 line converted to <td>...</td> repetition. They presume white space as 284 line converted to <td>...</td> repetition. They presume
284 field separator by default. To change this, enter other delimiting 285 white space as field separator by default. To change this,
285 character for a query. You can convert CSV, for example, into table by 286 enter other delimiting character for a query. You can
286 specifying comma(,) as a delimiter. 287 convert CSV, for example, into table by specifying comma(,)
288 as a delimiter.
287 289
288 If you want to enclose fields with th, call with universal-argument 290 If you want to enclose fields with th, call with universal-argument
289 (`C-u'). Enter `th' to enclose fields with <th>...</th>. The special 291 (`C-u'). Enter `th' to enclose fields with <th>...</th>. The special
290 answer `thd' means that enclose the only first column with th, and the 292 answer `thd' means that enclose the only first column with th, and the
291 rest with td. 293 rest with td.
297 CSS(Style Sheets) Support 299 CSS(Style Sheets) Support
298 ************************* 300 *************************
299 301
300 * Menu: 302 * Menu:
301 303
302 * CSS-class completion:: 304 * CSS-class completion::
303 * Reread CSS definition:: 305 * Reread CSS definition::
304 306
305 307
306  308 
307 File: yahtmle, Node: CSS-class completion, Next: Reread CSS definition, Prev: CSS Support, Up: CSS Support 309 File: yahtmle, Node: CSS-class completion, Next: Reread CSS definition, Prev: CSS Support, Up: CSS Support
308 310
320 class like this; 322 class like this;
321 323
322 .caution { font-size: 120%; background-color: 0xc00000;} 324 .caution { font-size: 120%; background-color: 0xc00000;}
323 325
324 when you input any tags via completing-read, yahtml prompts you to input 326 when you input any tags via completing-read, yahtml prompts you to input
325 class name. If this is bothering, typing `C-j' instead of `RET' (or 327 class name. If this is bothering, typing `C-j' instead of
326 `C-m') cancels the next prompt to class name completion. 328 `RET' (or `C-m') cancels the next prompt to class name completion.
327 329
328 330
329  331 
330 File: yahtmle, Node: Reread CSS definition, Prev: CSS-class completion, Up: CSS Support 332 File: yahtmle, Node: Reread CSS definition, Prev: CSS-class completion, Up: CSS Support
331 333
364 -- Variable: yahtml-www-browser 366 -- Variable: yahtml-www-browser
365 Browser to view external pages with `[prefix]g'. (netscape) 367 Browser to view external pages with `[prefix]g'. (netscape)
366 368
367 -- Variable: yahtml-kanji-code 369 -- Variable: yahtml-kanji-code
368 Default kanji code. 1=sjis, 2=jis, 3=euc, 4=utf-8 (2) If AddType 370 Default kanji code. 1=sjis, 2=jis, 3=euc, 4=utf-8 (2) If AddType
369 "text/html; charset=xxx" .html is written in .htaccess, this will 371 "text/html; charset=xxx" .html is written in .htaccess, this
370 override yahtml-kanji-code. 372 will override yahtml-kanji-code.
371 373
372 -- Variable: yahtml-fill-column 374 -- Variable: yahtml-fill-column
373 Columns to auto-fill (72) 375 Columns to auto-fill (72)
374 376
375 -- Variable: yahtml-fill-prefix 377 -- Variable: yahtml-fill-prefix
496 Index 498 Index
497 ***** 499 *****
498 500
499 * Menu: 501 * Menu:
500 502
501 * Customize: Customizations. 4. 503 * Customize: Customizations. (line 5)
502 * Demacs: Intro. 4. 504 * Demacs: Intro. (line 5)
503 * Key Assign: Customizations. 4. 505 * Key Assign: Customizations. (line 5)
504 * LaTeX: Intro. 4. 506 * LaTeX: Intro. (line 5)
505 * Mule: Intro. 4. 507 * Mule: Intro. (line 5)
506 * yahtml: Intro. 4. 508 * yahtml: Intro. (line 5)
507
508
509
510
511  509 
512 Tag table: 510 Tag table:
513 Node: Top256 511 Node: Top259
514 Node: Intro833 512 Node: Intro836
515 Node: Installation1231 513 Node: Installation1234
516 Node: Setting up yahtml1512 514 Node: Setting up yahtml1500
517 Node: Setting environments for weblint browsers and image viewers2303 515 Node: Setting environments for weblint browsers and image viewers2291
518 Node: Setting environment variables for WWW pages2999 516 Node: Setting environment variables for WWW pages2987
519 Node: Command Invocation3970 517 Node: Command Invocation3979
520 Node: Completion4398 518 Node: Completion4407
521 Node: Jump5914 519 Node: Jump5923
522 Node: Changing and Deleting6394 520 Node: Changing and Deleting6403
523 Node: Changing tags in pairs6678 521 Node: Changing tags in pairs6665
524 Node: Changing entities7173 522 Node: Changing entities7160
525 Node: URLencoding of strings within region7709 523 Node: URLencoding of strings within region7704
526 Node: td-enclosure/tr-enclosure8010 524 Node: td-enclosure/tr-enclosure8007
527 Node: CSS Support8976 525 Node: CSS Support9032
528 Node: CSS-class completion9202 526 Node: CSS-class completion9243
529 Node: Reread CSS definition10055 527 Node: Reread CSS definition10096
530 Node: Customizations10330 528 Node: Customizations10371
531 Node: All customizable variables10606 529 Node: All customizable variables10647
532 Node: Hook variables14374 530 Node: Hook variables14427
533 Node: Copying14500 531 Node: Copying14553
534 Node: Concept Index15291 532 Node: Concept Index15344
535  533 
536 End tag table 534 End tag table

yatex.org