source: trunk/documents/UserDoc/DocBookUsersGuides/ForApplicationDeveloper/xml/BookForAppliDev.xml @ 904

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

ajout de la doc

File size: 1.4 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<!ENTITY % bookForAppliDevEntityDef SYSTEM "./BookForAppliDevEntityDef.dtd">
5%bookForAppliDevEntityDef;
6]>
7
8<!-- ******************************************************** -->
9<!--                                                          -->
10<!--  [History]                                               -->
11<!--    Created by:   Katsuya Amako, Aug-2006                 -->
12<!--                                                          -->
13<!-- ******************************************************** -->
14
15<!-- ******************* Top of the Book ******************** --> 
16<book id="geant4_users_guide_for_application_developers">
17
18
19<!-- ******************* Book Information ******************* --> 
20<bookinfo>
21  <title>
22  Geant4 User's Guide for Application Developers
23  </title>
24
25  <authorgroup>
26  <author>
27  <firstname></firstname>
28  <surname>Geant4 Collaboration</surname>
29  </author>
30  </authorgroup>
31
32  <pubdate>14 December, 2007</pubdate>
33  <releaseinfo>Version: geant4 9.1</releaseinfo>
34
35</bookinfo>
36
37<!-- *************** Inclusion of Chapters ****************** --> 
38&chapIntroduction;
39&chapGettingStarted;
40&chapFundamentals;
41&chapDetector;
42&chapTrackingAndPhysics;
43&chapUserActions;
44&chapControl;
45&chapVisualization;
46&chapExamples;
47
48&faq;
49&appendix;
50&bibliography;
51
52</book>
Note: See TracBrowser for help on using the repository browser.