yatex

view install @ 556:fbb636ff0fe3

Update version string for RELEASE version
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 24 Dec 2018 20:56:58 +0900
parents e009c4f86ede
children
line source
1 # (This file is encoded with MS-KANJI(Shift JIS) coding system)
3 Installation of YaTeX / 野鳥のインストール
4 ******************************************
6 First, take a look at makefile to confirm or modify EMACS= and PREFIX=
7 lines and exec the next command.
8 このディレクトリにある makefile の EMACS= と PREFIX= の行を確認し、
9 必要なら修正した後に以下のコマンドを起動してください。
11 % make install
12 (or "sudo make install")
14 Then, type `make show-init' on the shell in this directory as below
15 and ou will get elisp expressions. Add the expressions to your ~/.emacs.
16 続いて以下のようにコマンドを起動し、得られた結果出力を ~/.emacs
17 に足してください。
19 % make show-init
21 After copying output from make command to your ~/.emacs, you will be able to
22 use yatex-mode for *.tex files.
23 以上で、初期設定は終わりです。
26 Without installing to default-dir, you can use yatex by adding the elisp
27 obtained by below to ~/.emacs.
28 インストールしなくても以下のコマンド出力を ~/.emacs に追加すれば
29 普通に使えます。
31 % make show-init2
34 About yahtml / yahtmlについて
35 *****************************
37 Yahtml is a different package for writing HTML files with Emacs. It is
38 very far from html-mode, html-helper-mode or other existing HTML modes.
39 It is a good successor of YaTeX in HTML world. Do not want it to behave
40 as modes you used. Yahtml doesn't lessen the number of initial typing
41 not so much. But it lessens your effort of polishing/debugging your
42 source, tracing links between file or URL, and browsing the result with
43 browsers. If you had not used YaTeX, the concept of `C-c g', `C-c k',
44 and `C-c c' are very new to you. If you are interested in the
45 philosophy of YaTeX, please take a look at the info file of YaTeX.
47 yahtml.el は html-mode とか html-helper-mode とかとはじぇえ〜〜んじぇん
48 違います。「html-helper-mode でいうところのあの機能はないの〜」とかそう
49 いう気持で使うと、すげー調子悪いです。逆に、野鳥のインタフェースを知って
50 使っているとかなり調子良いです。
52 Installation of yahtml / yahtmlのインストール
53 *********************************************
55 Follow the guidance in the beginning of yahtml.el.
56 yahtml.el の先頭部分にある [Installation] にしたがって下さい。
58 Then the set some variables correctly. Here are the major of them.
59 Parenthesized values are default.
60 以下の変数を環境に合わせて設定して下さい(括弧内はデフォルト値)。
62 * yahtml-kanji-code HTML文書のデフォルト漢字コード
63 1=SJIS, 2=JIS, 3=EUC, 4=UTF-8
64 * yahtml-image-viewer Image viewer / 画像ヴューア
65 * yahtml-www-browser WWW browser / WWWブラウザ
66 * yahtml-path-url-alist List of unix path name vs. its URL name
67 within the WWW world. See the definition
68 of it (in yahtml.el) as an example.
69 UNIXパス名と、そのWWWでのURL名の対応リス
70 ト。yahtml.el のこの変数の定義を参考にあ
71 なた自身のサイトの対応リストを設定して下
72 さい。
73 * yahtml-directory-index Directory index file, which is a file
74 to be opened when URL is ended with
75 directory name. If you're not sure of
76 this, ask it to WWW administrator.
77 Typically `index.html' if your site is
78 running apache, or `Welcome.html' if
79 CERN httpd.
80 URLでファイル名を省略した時にオープンさ
81 れるファイル。WWW管理者に聞いて下さい。
82 たいてい index.html でしょう。