
Manued (Quick start up)
   $Id: README,v 1.5 2002/08/12 18:46:40 yamauchi Exp $
			Copyright 1998-2002 (C) YAMAUCHI Hitoshi 
					   <yamauchi@mpi-sb.mpg.de>

This document shows how to startup manued. According to this document,
you can install `manued.el' and test it. More descriptions are under
doc/ directory. 

1. About Manued 

   Manued is a method for proofreading of manuscripts, proposed by
   Ikuo TAKEUCHI in No.39 Programming symposium of Japan. Manued is a
   media independent proofreading method, however, it is especially
   effective for exchanging electric texts via E-mail. I wish this
   method and manued.el will be a help for the people who feels
   complicated to exchange a manuscript via E-mail with their editor
   or colleagues. 

   Manued web pages are as follows. 

      http://www.mpi-sb.mpg.de/~hitoshi/otherprojects/manued/index.shtml
      http://www.archi.is.tohoku.ac.jp/~yamauchi/otherprojects/manued/index.shtml
      http://ne.cs.uec.ac.jp/


2. Installation

   manued.el depends on after Emacs Version 20.Please use Emacs
   after version 20. The author build the manued.el on GNU
   XEmacs 21.4 (patch 6) and GNU Emacs 20.7.2. I think after Emacs
   19.34 is OK but not sure.

   (1) Put the manued.el file on your emacs `load-path'.
   (2) Add the next line to your .emacs file.
       (autoload 'manued-minor-mode "manued" "manuscript editing mode" t) 

3. Starting Manued

   Read tutorial file or just type M-x manued-minor-mode.

   (1) tutorial

	There is the tutorial/English/manued.tut in the
	archive. Please read it to an emacs buffer.

    (2) Directly enter to the manued-minor-mode

	(a) To enter manued-minor-mode, please type "M-x
	    manued-minor-mode". 

	(b) Type some texts in the buffer.

        (c) To insert manued swap command, put a mark and type M-x
	    manued:insert-swap-command (or type C-c C-m C-s).

	(d) To extract revised document in another buffer, Type
	    manued:show-newer-in-manued-buffer. 

	(e) Others: please select a menu item. Type M-n or M-p, this
	    is the search command for manued command.

4. Documentations 

    More detail is in the doc/ directory. Have fun!.


COPYING 

Copyright (C) 1998-2002 YAMAUCHI Hitoshi <yamauchi@mpi-sb.mpg.de>

This software is free software. There is absolutely no warranty about
this program. This software can be redistributed only under GNU
copyleft (most recently version of GNU General Public License). See 
doc/manued-j/manued-j.html (In Japanese) or doc/manued-e/manued-e.html
(In English).   
