source: trunk/documents/UserDoc/DocBookUsersGuides/ForApplicationDeveloper/xml/BookForAppliDevEntityDef.dtd @ 905

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

ajout de la doc

File size: 2.1 KB
Line 
1<!-- ******************************************************** -->
2<!--                                                          -->
3<!--  In this file you need to define entities of all         -->
4<!--  chpater-dtd files you want to include into the          -->
5<!--  G4 DocBook manual.                                      -->
6<!--                                                          -->
7<!--  [History]                                               -->
8<!--    Creation:  Katsuya Amako,  August 2006                -->
9<!--                                                          -->
10<!-- ******************************************************** -->
11
12<!ENTITY % chapIntroductionEntityDef SYSTEM 
13           "Introduction/ChapIntroductionEntityDef.dtd"> 
14<!ENTITY % chapGettingStartedEntityDef SYSTEM 
15           "GettingStarted/ChapGettingStartedEntityDef.dtd"> 
16<!ENTITY % chapFundamentalsEntityDef SYSTEM 
17           "Fundamentals/ChapFundamentalsEntityDef.dtd"> 
18<!ENTITY % chapDetectorEntityDef SYSTEM 
19           "Detector/ChapDetectorEntityDef.dtd"> 
20<!ENTITY % chapTrackingAndPhysicsEntityDef SYSTEM 
21           "TrackingAndPhysics/ChapTrackingAndPhysicsEntityDef.dtd"> 
22<!ENTITY % chapUserActionsEntityDef SYSTEM 
23           "UserActions/ChapUserActionsEntityDef.dtd"> 
24<!ENTITY % chapControlEntityDef SYSTEM 
25           "Control/ChapControlEntityDef.dtd"> 
26<!ENTITY % chapVisualizationEntityDef SYSTEM 
27           "Visualization/ChapVisualizationEntityDef.dtd"> 
28<!ENTITY % chapExamplesEntityDef SYSTEM 
29           "Examples/ChapExamplesEntityDef.dtd"> 
30
31<!ENTITY % appendixEntityDef  SYSTEM 
32           "Appendix/AppendixEntityDef.dtd"> 
33<!ENTITY % faqEntityDef       SYSTEM 
34           "FAQ/FaqEntityDef.dtd"> 
35<!ENTITY % bibliographyEntityDef SYSTEM 
36           "Bibliography/BibliographyEntityDef.dtd"> 
37
38
39%chapIntroductionEntityDef;
40%chapGettingStartedEntityDef;
41%chapFundamentalsEntityDef;
42%chapDetectorEntityDef;
43%chapTrackingAndPhysicsEntityDef;
44%chapUserActionsEntityDef;
45%chapControlEntityDef;
46%chapVisualizationEntityDef;
47%chapExamplesEntityDef;
48
49%appendixEntityDef;
50%faqEntityDef;
51%bibliographyEntityDef;
Note: See TracBrowser for help on using the repository browser.