13 lines
316 B
XML
13 lines
316 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<chapter xml:id="ch-Probability" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Probability Theory</title>
|
|
|
|
<introduction>
|
|
<p> Text before the first section. </p>
|
|
</introduction>
|
|
|
|
<!-- include sections -->
|
|
<xi:include href="sec-Set-Theory.ptx" />
|
|
|
|
</chapter> |