source: trunk/documents/UserDoc/DocBookUsersGuides/ForToolkitDeveloper/xml/BookForToolDev.xml @ 1208

Last change on this file since 1208 was 1208, checked in by garnier, 15 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 % bookForToolDevEntityDef SYSTEM "./BookForToolDevEntityDef.dtd">
6%bookForToolDevEntityDef;
7
8]>
9
10<!-- ******************************************************** -->
11<!--                                                          -->
12<!--  [History]                                               -->
13<!--    Created by:   Katsuya Amako, Nov-2006                 -->
14<!--                                                          -->
15<!-- ******************************************************** -->
16
17<!-- ******************* Top of the Book ******************** --> 
18<book id="geant4_users_guide_for_toolkit_developers">
19
20
21<!-- ******************* Book Information ******************* --> 
22<bookinfo>
23  <title>
24  Geant4 User's Guide for Toolkit Developers
25  </title>
26
27  <authorgroup>
28  <author>
29  <firstname></firstname>
30  <surname>Geant4 Collaboration</surname>
31  </author>
32  </authorgroup>
33
34  <pubdate>2 June, 2009</pubdate>
35  <releaseinfo>Version: geant4 9.2 Revision01</releaseinfo>
36
37</bookinfo>
38
39<!-- *************** Inclusion of Chapters ****************** --> 
40&chapIntroduction;
41&chapDsgnFunc;
42&chapExtdFunc;
43
44&bibliography;
45</book>
Note: See TracBrowser for help on using the repository browser.