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
|
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
<!ENTITY GimpPreview SYSTEM "sgml/gimppreview.sgml">
<!ENTITY refocus-bdclosure SYSTEM "sgml/bdclosure.sgml">
<!ENTITY refocus-conv SYSTEM "sgml/conv.sgml">
<!ENTITY refocus-fwlapack SYSTEM "sgml/fwlapack.sgml">
<!ENTITY refocus-matrix SYSTEM "sgml/matrix.sgml">
<!ENTITY refocus-prevman SYSTEM "sgml/prevman.sgml">
<!ENTITY refocus-refocus SYSTEM "sgml/refocus.sgml">
<!ENTITY refocus-tilebuf SYSTEM "sgml/tilebuf.sgml">
<!ENTITY refocus-util SYSTEM "sgml/util.sgml">
]>
<book id="index">
<bookinfo>
<title>[Insert name here] Reference Manual</title>
</bookinfo>
<chapter>
<title>[Insert title here]</title>
&GimpPreview;
&refocus-bdclosure;
&refocus-conv;
&refocus-fwlapack;
&refocus-matrix;
&refocus-prevman;
&refocus-refocus;
&refocus-tilebuf;
&refocus-util;
</chapter>
</book>
|