1# (This file is encoded with MS-KANJI(Shift JIS) coding system) 2 3Installation of YaTeX / �쒹�̃C���X�g�[�� 4****************************************** 5 6First, take a look at makefile to confirm or modify EMACS= and PREFIX= 7lines and exec the next command. 8���̃f�B���N�g���ɂ��� makefile �� EMACS= �� PREFIX= �̍s���m�F���A 9�K�v�Ȃ�C��������Ɉȉ��̃R�}���h���N�����Ă��������B 10 11 % make install 12 (or "sudo make install") 13 14Then, type `make show-init' on the shell in this directory as below 15and ou will get elisp expressions. Add the expressions to your ~/.emacs. 16�����Ĉȉ��̂悤�ɃR�}���h���N�����A����ꂽ���ʏo�͂� ~/.emacs 17�ɑ����Ă��������B 18 19 % make show-init 20 21After copying output from make command to your ~/.emacs, you will be able to 22use yatex-mode for *.tex files. 23�ȏ�ŁA�����ݒ�͏I���ł��B 24 25 26Without installing to default-dir, you can use yatex by adding the elisp 27obtained by below to ~/.emacs. 28�C���X�g�[�����Ȃ��Ă��ȉ��̃R�}���h�o�͂� ~/.emacs �ɒlj������ 29���ʂɎg���܂��B 30 31 % make show-init2 32 33 34About yahtml / yahtml�ɂ��� 35***************************** 36 37Yahtml is a different package for writing HTML files with Emacs. It is 38very far from html-mode, html-helper-mode or other existing HTML modes. 39It is a good successor of YaTeX in HTML world. Do not want it to behave 40as modes you used. Yahtml doesn't lessen the number of initial typing 41not so much. But it lessens your effort of polishing/debugging your 42source, tracing links between file or URL, and browsing the result with 43browsers. If you had not used YaTeX, the concept of `C-c g', `C-c k', 44and `C-c c' are very new to you. If you are interested in the 45philosophy of YaTeX, please take a look at the info file of YaTeX. 46 47yahtml.el �� html-mode �Ƃ� html-helper-mode �Ƃ��Ƃ͂������`�`���� 48�Ⴂ�܂��B�uhtml-helper-mode �ł����Ƃ���̂��̋@�\�͂Ȃ��́`�v�Ƃ����� 49�����C���Ŏg���ƁA�����[���q�����ł��B�t�ɁA�쒹�̃C���^�t�F�[�X��m���� 50�g���Ă���Ƃ��Ȃ蒲�q�ǂ��ł��B 51 52Installation of yahtml / yahtml�̃C���X�g�[�� 53********************************************* 54 55Follow the guidance in the beginning of yahtml.el. 56yahtml.el �̐擪�����ɂ��� [Installation] �ɂ��������ĉ������B 57 58Then the set some variables correctly. Here are the major of them. 59Parenthesized values are default. 60�ȉ��̕ϐ������ɍ��킹�Đݒ肵�ĉ�����(���ʓ��̓f�t�H���g�l)�B 61 62 * yahtml-kanji-code HTML�����̃f�t�H���g�����R�[�h 63 1=SJIS, 2=JIS, 3=EUC, 4=UTF-8 64 * yahtml-image-viewer Image viewer / �摜�����[�A 65 * yahtml-www-browser WWW browser / WWW�u���E�U 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�p�X���ƁA����WWW�ł�URL���̑Ή����X 70 �g�Byahtml.el �̂��̕ϐ��̒�`���Q�l�ɂ� 71 �Ȃ����g�̃T�C�g�̑Ή����X�g��ݒ肵�ĉ� 72 �����B 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�Ńt�@�C�������ȗ��������ɃI�[�v���� 81 ���t�@�C���BWWW�Ǘ��҂ɕ����ĉ������B 82 �����Ă� index.html �ł��傤�B 83