yatex

view docs/htmlqa.eng @ 70:44e3a5e1e883

Fix makefile for Windows Brush up label completion \cite completion Support much more about LaTeX2e --- [yahtml] English Info (By Jun Ohya) Automatic pixel size detection for <img src="..."> Aware global-class of css definition & for char-entity reference
author yuuji
date Sun, 09 Apr 2000 03:37:47 +0000
parents
children 0aaebd07dad0
line source
1 %%
2 %% Q and A on yahtml
3 %%
4 %% C-u C-x $ shows only questions. C-x $ shows all.
5 %%
7 [Installation]
8 ==============
9 *Must I install YaTeX even if I don't use LaTeX?
11 No. Get the files starting with "yahtml" from
12 ftp://ftp.ae.keio.ac.jp/pub/emacs-lisp/text/yatex/
13 and that's all you will need.
15 [Customization]
16 ==============
17 *I usually use EUC, but need JIS coding on some files.
19 Write
20 (setq yahtml-kanji-code 3) ;3 for EUC
21 and your default kanji code for HTML files will be EUC.
22 Now to change codings foe selected files. If your server is
23 Apache, then prepare a file named ".htaccess" in the directory
24 and write
26 AddType "text/html; charset=iso-2020-jp" .html
28 Apache will now inform all your visitors that the html files
29 in this directory are in iso-2022-jp, aka JIS. yahtml will
30 also follow this and encode all files in this directory with JIS.
32 Not using Apache? Then adding the following to the end of your
33 html source will make this files coding system JIS.
35 <!-- Local Variables: -->
36 <!-- file-coding-system: *junet* -->
37 <!-- End: -->
39 Note that Emacs-20 and XEmacs do not need the "*" in the kanji
40 code symbol.
42 [What about...]
43 ==============
44 *Indentation for a large file is slow
46 Should be fixed.
48 *Inserting template.html
50 Use autoinsert.el that comes with Emacs19/Mule2. Another
51 option is to use auto-insert-tkld. The latter can be found at
52 ftp://ftp.ae.keio.ac.jp/pub/emacs-lisp/util/auto-inset-tkld.tar.Z
53 Examples in Japanese are at
54 http://www-nagao.kuee.kyoto-u.ac.jp/member/tsuchiya/elisp/yahtml-mode.html
56 [ETC]
57 ============
58 *How do I pronounce yahtml
60 A real FAQ. The author doesn't know either. Any ideas?
61 ... It hits on me! We define the official name of yahtml as;
63 HTML-Ya
65 "Ya" is the Japanese word whose meaning is `shop', and sometimes
66 `enthusiast' of something. With HTML-Ya, do the publishment of
67 your thought efficiently and beautifully!
69 *Mailing lists?
71 A question, so an answer. The mailing list for YaTeX (Wild
72 Bird) and it's implementation to Vz; Raicho (by KATSURAGAWA,
73 Naoki), implementation to Wz Editor; HackTeX (by TAKKENAKA,
74 Hiroshi), implementation to Hidemaru; HiTeX (by YASUDA,
75 Haruyuki) is "fj Wild Bird Society". Send a mail like
77 To: yatex@yatex.org
78 Subject: append
79 -----
80 Hi!
81 My name is yuuji.
82 See any birds fly by?
84 and you're in. Once you're in, you'll get a reply with lists of
85 commands used in the mailing list. Join along and help adding
86 new feathers to Wild Bird. BTW, if you haven't guessed it yet,
87 yes, this mailing list is in Japanese. But give us a try
88 anyway. You're always welcome.
90 *How to get the up-to-date information on yahtml?
92 If you can access WWW, try to see;
93 http://www.yatex.org/
94 And if you trace the link of `yatex-current', you can get the
95 really latest version of yahtml. Since it collects the elisps in
96 the author's source directory, what you'll get may contain some
97 errors. The author cannot respond to your query about
98 yatex-current.
100 *Help, help HELP!!
102 Ways of getting answers in fastest order.
104 *Look for someone near you who knows what's he/she's doing.
105 *Post a question to the mailing list.
106 *Send mail to yuuji@yatex.org
108 take a pick.
110 *Picking a question in this file with C-u C-x $ and hitting C-x $ takes
111 me to a weird world.
113 You too? Try marking the question before C-x $ and to C-x C-x
114 to take you back to it. (Mule2 doesn't seem to have the same
115 problem)
118 Local Variables:
119 mode: indented-text
120 fill-column: 72
121 fill-prefix: " "
122 End: