source: trunk/documents/UserDoc/DocBookUsersGuides/InstallationGuide/xml/BookInstalGuide.xml@ 1332

Last change on this file since 1332 was 1211, checked in by garnier, 16 years ago

CVS update

File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4
5<!ENTITY % bookInstalGuideEntityDef SYSTEM "./BookInstalGuideEntityDef.dtd">
6%bookInstalGuideEntityDef;
7
8]>
9
10<!-- ******************************************************** -->
11<!-- -->
12<!-- [History] -->
13<!-- Created by: Katsuya Amako, Aug-2006 -->
14<!-- -->
15<!-- ******************************************************** -->
16
17<!-- ******************* Top of the Book ******************** -->
18<book id="geant4_installation_guide">
19
20
21<!-- ******************* Book Information ******************* -->
22<bookinfo>
23 <title>
24 Geant4 Installation Guide
25 </title>
26 <subtitle>
27 For setting up Geant4 in your computing environment
28 </subtitle>
29
30 <authorgroup>
31 <author>
32 <firstname></firstname>
33 <surname>Geant4 Collaboration</surname>
34 </author>
35 </authorgroup>
36
37 <pubdate>18 December, 2009</pubdate>
38 <releaseinfo>Version: geant4 9.3</releaseinfo>
39
40</bookinfo>
41
42<!-- *************** Inclusion of Chapters ****************** -->
43&chapIntroduction;
44&chapUnixMachines;
45&chapPCMachines;
46
47</book>
Note: See TracBrowser for help on using the repository browser.