File: README.debian

package info (click to toggle)
yatex 1.71-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 1,164 kB
  • ctags: 871
  • sloc: lisp: 11,222; makefile: 209; sh: 88
file content (49 lines) | stat: -rw-r--r-- 1,549 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
YaTeX for Debian
-----------------

Here's some tips for configuring YaTeX / YaHTML.


* How to enable/disable YaTeX / YaHTML?

  After installing the yatex package, emacsen would automatically open
  TeX-related files (`*.tex', `*.ltx', `*.cls', `*.sty', `*.clo',
  `*.bbl') in yatex-mode.  This is done by the configuration file
  `/etc/emacs/site-start.d/50yatex-init.el' - if you want to revert
  the behavior, comment out the corresponding lines.

  To the contrary, HTML files won't be treated with yahtml-mode by
  default.  You can enable the association by removing the leading `;'
  from the line for `yahtml-mode' in the init file.


* How to read messages in English?

  By default, YaTeX / YaHTML shows Japanese messages if possible.

  If you (as a system administrator) want the system-wide default
  to be in English, enable the line:

    (setq YaTeX-japan nil)

  in `/etc/emacs/site-start.d/50yatex-init.el'.

  Otherwise if you (as a user) want your individual default setting,
  place the line in your `.emacs'.


* How to use `mendex' via YaTeX? ...

  So you want to change some of the external programs invoked by
  YaTeX/YaHTML?  Of course you can, though manually :-/

  For system-wide, edit `/etc/emacs/site-start.d/50yatex-init.el' -
  there is a template for each program.

  Per user/file/etc., there are so many ways; most likely, you'd find
  useful information in the `Customizations' section of the Info page.


--
INOUE Hiroyuki <dombly@kc4.so-net.ne.jp>
$Id: README.debian,v 1.2 2003/06/20 01:15:54 dombly Exp $