source: trunk/documents/UserDoc/DocBookUsersGuides/IntroductionToGeant4/xml/BookIntroToGeant4.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.2 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 chapIntroduction SYSTEM "./Introduction/ChapIntroduction.xml"> 
6
7]>
8
9<!-- ******************************************************** -->
10<!--                                                          -->
11<!--  [History]                                               -->
12<!--    Created by:   Katsuya Amako, Aug-2006                 -->
13<!--                                                          -->
14<!-- ******************************************************** -->
15
16<!-- ******************* Top of the Book ******************** --> 
17<book id="geant4_introduction_to_geant4">
18
19
20<!-- ******************* Book Information ******************* --> 
21<bookinfo>
22  <title>
23  Introduction to Geant4
24  </title>
25
26  <authorgroup>
27  <author>
28  <firstname></firstname>
29  <surname>Geant4 Collaboration</surname>
30  </author>
31  </authorgroup>
32
33  <pubdate>14 December, 2007</pubdate>
34  <releaseinfo>Version: geant4 9.1</releaseinfo>
35
36</bookinfo>
37
38<!-- *************** Inclusion of Chapters ****************** --> 
39&chapIntroduction;
40
41</book>
Note: See TracBrowser for help on using the repository browser.