comparison docs/yahtmle @ 299:d0c09133ced7 yatex-1.77

Rebuild info.
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 01 Apr 2013 23:03:29 +0900
parents 784b25b062cc
children d69fd7b1ac4d
comparison
equal deleted inserted replaced
298:c5052c0354f6 299:d0c09133ced7
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.42 of 7 Jul 2006. 4 using `texinfmt.el' version 2.38 of 3 July 1998.
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
211 Changing and Deleting 211 Changing and Deleting
212 ********************* 212 *********************
213 213
214 * Menu: 214 * Menu:
215 215
216 * Changing tags in pairs:: 216 * Changing tags in pairs::
217 * Changing entities:: 217 * Changing entities::
218 * URLencoding of strings within region:: 218 * URLencoding of strings within region::
219 * td-enclosure/tr-enclosure:: 219 * td-enclosure/tr-enclosure::
220 220
221 221
222  222 
223 File: yahtmle, Node: Changing tags in pairs, Next: Changing entities, Prev: Changing and Deleting, Up: Changing and Deleting 223 File: yahtmle, Node: Changing tags in pairs, Next: Changing entities, Prev: Changing and Deleting, Up: Changing and Deleting
224 224
261 261
262 URLencoding of strings within region 262 URLencoding of strings within region
263 ==================================== 263 ====================================
264 264
265 `[prefix] #' 265 `[prefix] #'
266 ... encode chars that needs to be URLencoded within region 266 ... encode chars that needs to be URLencoded within region
267 267
268 268
269  269 
270 File: yahtmle, Node: td-enclosure/tr-enclosure, Prev: URLencoding of strings within region, Up: Changing and Deleting 270 File: yahtmle, Node: td-enclosure/tr-enclosure, Prev: URLencoding of strings within region, Up: Changing and Deleting
271 271
273 ========================= 273 =========================
274 If you wan to convert series of field into <td>...</td> repetitions for 274 If you wan to convert series of field into <td>...</td> repetitions for
275 table element, td-enclosure or tr-enclosure is convenient. 275 table element, td-enclosure or tr-enclosure is convenient.
276 276
277 `[prefix] }' 277 `[prefix] }'
278 278
279 ... Enclose each field in a region into <td>...</td>'s. 279 ... Enclose each field in a region into <td>...</td>'s.
280 `[prefix] ]' 280 `[prefix] ]'
281 281
282 ... Enclose each line in a region into <tr>...</tr>'s, with every 282 ... Enclose each line in a region into <tr>...</tr>'s, with every
283 line converted to <td>...</td> repetition. They presume white space as 283 line converted to <td>...</td> repetition. They presume white space as
284 field separator by default. To change this, enter other delimiting 284 field separator by default. To change this, enter other delimiting
285 character for a query. You can convert CSV, for example, into table by 285 character for a query. You can convert CSV, for example, into table by
286 specifying comma(,) as a delimiter. 286 specifying comma(,) as a delimiter.
287 287
297 CSS(Style Sheets) Support 297 CSS(Style Sheets) Support
298 ************************* 298 *************************
299 299
300 * Menu: 300 * Menu:
301 301
302 * CSS-class completion:: 302 * CSS-class completion::
303 * Reread CSS definition:: 303 * Reread CSS definition::
304 304
305 305
306  306 
307 File: yahtmle, Node: CSS-class completion, Next: Reread CSS definition, Prev: CSS Support, Up: CSS Support 307 File: yahtmle, Node: CSS-class completion, Next: Reread CSS definition, Prev: CSS Support, Up: CSS Support
308 308
320 class like this; 320 class like this;
321 321
322 .caution { font-size: 120%; background-color: 0xc00000;} 322 .caution { font-size: 120%; background-color: 0xc00000;}
323 323
324 when you input any tags via completing-read, yahtml prompts you to input 324 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 325 class name. If this is bothering, typing `C-j' instead of `RET' (or
326 `RET' (or `C-m') cancels the next prompt to class name completion. 326 `C-m') cancels the next prompt to class name completion.
327 327
328 328
329  329 
330 File: yahtmle, Node: Reread CSS definition, Prev: CSS-class completion, Up: CSS Support 330 File: yahtmle, Node: Reread CSS definition, Prev: CSS-class completion, Up: CSS Support
331 331
364 -- Variable: yahtml-www-browser 364 -- Variable: yahtml-www-browser
365 Browser to view external pages with `[prefix]g'. (netscape) 365 Browser to view external pages with `[prefix]g'. (netscape)
366 366
367 -- Variable: yahtml-kanji-code 367 -- Variable: yahtml-kanji-code
368 Default kanji code. 1=sjis, 2=jis, 3=euc, 4=utf-8 (2) If AddType 368 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 369 "text/html; charset=xxx" .html is written in .htaccess, this will
370 override yahtml-kanji-code. 370 override yahtml-kanji-code.
371 371
372 -- Variable: yahtml-fill-column 372 -- Variable: yahtml-fill-column
373 Columns to auto-fill (72) 373 Columns to auto-fill (72)
374 374
496 Index 496 Index
497 ***** 497 *****
498 498
499 * Menu: 499 * Menu:
500 500
501 * Customize: Customizations. (line 5) 501 * Customize: Customizations. 4.
502 * Demacs: Intro. (line 5) 502 * Demacs: Intro. 4.
503 * Key Assign: Customizations. (line 5) 503 * Key Assign: Customizations. 4.
504 * LaTeX: Intro. (line 5) 504 * LaTeX: Intro. 4.
505 * Mule: Intro. (line 5) 505 * Mule: Intro. 4.
506 * yahtml: Intro. (line 5) 506 * yahtml: Intro. 4.
507
508
509
507  510 
508 Tag table: 511 Tag table:
509 Node: Top259 512 Node: Top259
510 Node: Intro836 513 Node: Intro836
511 Node: Installation1234 514 Node: Installation1234
512 Node: Setting up yahtml1500 515 Node: Setting up yahtml1515
513 Node: Setting environments for weblint browsers and image viewers2291 516 Node: Setting environments for weblint browsers and image viewers2306
514 Node: Setting environment variables for WWW pages2987 517 Node: Setting environment variables for WWW pages3002
515 Node: Command Invocation3958 518 Node: Command Invocation3973
516 Node: Completion4386 519 Node: Completion4401
517 Node: Jump5902 520 Node: Jump5917
518 Node: Changing and Deleting6382 521 Node: Changing and Deleting6397
519 Node: Changing tags in pairs6644 522 Node: Changing tags in pairs6681
520 Node: Changing entities7139 523 Node: Changing entities7176
521 Node: URLencoding of strings within region7675 524 Node: URLencoding of strings within region7712
522 Node: td-enclosure/tr-enclosure7978 525 Node: td-enclosure/tr-enclosure8013
523 Node: CSS Support8938 526 Node: CSS Support8979
524 Node: CSS-class completion9149 527 Node: CSS-class completion9205
525 Node: Reread CSS definition10002 528 Node: Reread CSS definition10058
526 Node: Customizations10277 529 Node: Customizations10333
527 Node: All customizable variables10553 530 Node: All customizable variables10609
528 Node: Hook variables14320 531 Node: Hook variables14377
529 Node: Copying14446 532 Node: Copying14503
530 Node: Concept Index15237 533 Node: Concept Index15294
531  534 
532 End tag table 535 End tag table

yatex.org