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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY intro SYSTEM "act_intro_chapter.sgml">
<!ENTITY start SYSTEM "act_start_chapter.sgml">
<!ENTITY mainwindow SYSTEM "act_main_window.sgml">
<!ENTITY ssh SYSTEM "ssh_chapter.sgml">
<!ENTITY options SYSTEM "options.sgml">
<!ENTITY act-filemenu SYSTEM "act_file_menu.sgml">
<!ENTITY menus SYSTEM "menus.sgml">
<!ENTITY act-displaymenu SYSTEM "act_display_menu.sgml">
<!ENTITY requirements SYSTEM "requirements.sgml">
<!ENTITY acknowledgments SYSTEM "acknowledgments.sgml">
<!ENTITY copyright SYSTEM "copyright.sgml">
<!ENTITY concepts SYSTEM "concepts.sgml">
<!ENTITY views-popup SYSTEM "views_popup.sgml">
<!ENTITY views-scrolling SYSTEM "views_scrolling.sgml">
<!ENTITY views-scale SYSTEM "views_scale.sgml">
<!ENTITY views-selection SYSTEM "views_selection.sgml">
<!ENTITY views-directedit SYSTEM "views_directedit.sgml">
<!ENTITY featurelist SYSTEM "feature_list.sgml">
<!ENTITY mousebuttons SYSTEM "mousebuttons.sgml">
<!ENTITY gettingjava SYSTEM "getting_java.sgml">
<!ENTITY unixargs SYSTEM "unix_args.sgml">
<!ENTITY jvmopts SYSTEM "jvm_options.sgml">
<!ENTITY options-menu SYSTEM "options_menu.sgml">
<!ENTITY nextgen SYSTEM "next_gen.sgml">
<!ENTITY % act-only "INCLUDE">
<!ENTITY % artemis-only "IGNORE">
<!ENTITY prog "ACT">
<!ENTITY art "Artemis">
<!ENTITY command-name "act">
<!ENTITY lt CDATA "<">
<!ENTITY gt CDATA ">">
]>
<!-- $Header: //tmp/pathsoft/artemis/docs/act_manual.sgml,v 1.8 2008-01-15 16:36:19 tjc Exp $ -->
<BOOK ID="index">
<TITLE> The &prog; Manual </TITLE>
<BOOKINFO>
<PRODUCTNAME>
<EMPHASIS>&prog;</EMPHASIS> - The Artemis Comparison Tool
</PRODUCTNAME>
<PUBDATE>16 May 2000</PUBDATE>
<COPYRIGHT>
<YEAR>2000-2014</YEAR>
<HOLDER>Genome Research Limited</HOLDER>
</COPYRIGHT>
<LEGALNOTICE>
<PARA>&prog; is free software; you can redistribute
it and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later
version.</PARA>
<PARA>This program is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the <ULINK URL="http://www.gnu.org/copyleft/gpl.html"
TYPE="external">GNU General Public License</ULINK> for more
details.</PARA>
<PARA>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
MA 02111-1307 USA</PARA>
<PARA>For the full text of the license see <XREF LINKEND="COPYRIGHT">.
</PARA>
</LEGALNOTICE>
<ABSTRACT>
<PARA>
This document describes release 13 of &prog; - a DNA sequence comparison
viewer.
</PARA>
</ABSTRACT>
</BOOKINFO>
<TOC></TOC>
&intro;
&start;
&mainwindow;
&ssh;
&options;
</BOOK>
|