1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
<!-- -*-jfw-sgml-*- -->
<!doctype book public "-//JFW//DTD Book//EN" [
<!ENTITY man SYSTEM "manpage.sgml" SUBDOC>
<!ENTITY intro SYSTEM "intro-en.sgml" SUBDOC>
<!ENTITY targets SYSTEM "targets.sgml" SUBDOC>
<!ENTITY install SYSTEM "INSTALL.sgml" SUBDOC>
<!ENTITY changes SYSTEM "Changes.sgml" SUBDOC>
<!ENTITY AWgreek SYSTEM "AWgreek.text" >
<!ENTITY AWmaths SYSTEM "AWmaths.text" >
<!ENTITY sdc "<code/sdc/" >
]>
<book
author="Jrg Wittenberger"
date="25. 6. 1996"
inst="TUD IBDR"
>
&sdc; -- SGML Document Compiler
<preface>
This document is meant to hold the user documentation of &sdc; in an
extensive way.
It is assembled from some subdocuments, which already share some text
parts. If you find something repeated -- you know why now.
Chapter <ref id=man// is simply the manual page of &sdc;.
For an short overview see the intro, which is Chapter <ref id=intro//
here.
</preface>
<InclDiv>&man;
<InclDiv>&intro;
<InclDiv>&targets;
<appendix>
<sect>Greek characters
Just to see what's about the ref's <ref id="man"// and <ref id="intro"//.
&AWgreek;
<sect>Math characters
&AWmaths;
</sect>
<InclDiv>&install;
<InclDiv>&changes;
|