diff options
| author | David Aspinall | 1998-11-04 13:27:43 +0000 |
|---|---|---|
| committer | David Aspinall | 1998-11-04 13:27:43 +0000 |
| commit | 072b18a32a45984af854453ccfbd96f9682244dd (patch) | |
| tree | 75cd96e0b2226a81461f41e705458cab9d6d20ef /doc | |
| parent | adef137ed74f4dd5577a32def2c9492496b0dffc (diff) | |
Minor fixes
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/NewDoc.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/NewDoc.texi b/doc/NewDoc.texi index dd7af391..08cb225a 100644 --- a/doc/NewDoc.texi +++ b/doc/NewDoc.texi @@ -857,7 +857,7 @@ Edinburgh. Visit this page for the latest news! @menu * Obtaining Proof General:: -* Installing Proof General from .tar.gz:: +* Installing Proof General from tarball:: * Installing Proof General from RPM package:: * Notes for syssies:: @end menu @@ -886,8 +886,8 @@ code for LEGO, Coq, and Isabelle, installation instructions (reproduced below) and this documentation. @c was Installing Proof General from @file{.tar.gz} -@node Installing Proof General from .tar.gz -@section Installing Proof General from @file{.tar.gz} +@node Installing Proof General from tarball +@section Installing Proof General from tarball Copy the distribution to some directory @var{mydir}. Unpack it there. For example: @@ -901,8 +901,8 @@ unpacks to a numeric version number. Proof General will now be in some subdirectory of @var{mydir}. The name of the subdirectory will depend on the version number of Proof General. -For example, it might be ProofGeneral-2.0. It's convenient to link it -to a fixed name: +For example, it might be @file{ProofGeneral-2.0}. It's convenient to +link it to a fixed name: @example # ln -sf ProofGeneral-2.0 ProofGeneral @end example @@ -915,7 +915,7 @@ This command will load @file{proof-site} which sets the Emacs load path for Proof General and add auto-loads and modes for the assistants below: @multitable @columnfractions .3 .3 .4 -@item Prover @tab Extensions @tab Modes +@item @b{Prover} @tab @b{Extensions} @tab @b{Modes} @item Coq @tab @file{.v} @tab @code{coq-mode} @item LEGO @tab @file{.l} @tab @code{lego-mode} @item Isabelle @tab @file{.thy},@file{.ML} @tab @code{isa-mode} @@ -929,7 +929,7 @@ If not, you will need to set the appropriate variables. The easiest way to do this (and most other customization of Proof General) is via the Customize mechanism, see the menu item: @example - Proof-General -> Customize -> <Name of Assistant> -> Prog Name + Proof-General -> Customize -> @var{Name of Assistant} -> Prog Name @end example The Proof-General menu is available from script buffers after Proof General is loaded. To load it manually, type |
