1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> 4<title>Blurbs</title> 5<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> 6<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> 7<link rel="home" href="../index.html" title="Document To Test Formatting"> 8<link rel="up" href="../index.html" title="Document To Test Formatting"> 9<link rel="prev" href="basic_formatting.html" title="Basic Formatting"> 10<link rel="next" href="lists_and_tables.html" title="Lists and Tables"> 11</head> 12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 13<table cellpadding="2" width="100%"><tr> 14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> 15<td align="center"><a href="../../../../index.html">Home</a></td> 16<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> 17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 19<td align="center"><a href="../../../../more/index.htm">More</a></td> 20</tr></table> 21<hr> 22<div class="spirit-nav"> 23<a accesskey="p" href="basic_formatting.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="lists_and_tables.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> 24</div> 25<div class="section"> 26<div class="titlepage"><div><div><h2 class="title" style="clear: both"> 27<a name="document_to_test_formatting.blurbs"></a><a class="link" href="blurbs.html" title="Blurbs">Blurbs</a> 28</h2></div></div></div> 29<div class="toc"><dl> 30<dt><span class="section"><a href="blurbs.html#document_to_test_formatting.blurbs.preformatted_text">Preformatted 31 text</a></span></dt> 32<dt><span class="section"><a href="blurbs.html#document_to_test_formatting.blurbs.admonishments">Admonishments</a></span></dt> 33<dt><span class="section"><a href="blurbs.html#document_to_test_formatting.blurbs.blurbs">Blurbs</a></span></dt> 34</dl></div> 35<div class="section"> 36<div class="titlepage"><div><div><h3 class="title"> 37<a name="document_to_test_formatting.blurbs.preformatted_text"></a><a class="link" href="blurbs.html#document_to_test_formatting.blurbs.preformatted_text" title="Preformatted text">Preformatted 38 text</a> 39</h3></div></div></div> 40<p> 41 Here's some sample program output: 42 </p> 43<pre class="programlisting">F test for equal standard deviations 44____________________________________ 45 46Sample 1: 47Number of Observations = 240 48Sample Standard Deviation = 65.549 49 50Sample 2: 51Number of Observations = 240 52Sample Standard Deviation = 61.854 53 54Test Statistic = 1.123 55 56CDF of test statistic: = 8.148e-001 57Upper Critical Value at alpha: = 1.238e+000 58Upper Critical Value at alpha/2: = 1.289e+000 59Lower Critical Value at alpha: = 8.080e-001 60Lower Critical Value at alpha/2: = 7.756e-001 61 62Results for Alternative Hypothesis and alpha = 0.0500 63 64Alternative Hypothesis Conclusion 65Standard deviations are unequal (two sided test) REJECTED 66Standard deviation 1 is less than standard deviation 2 REJECTED 67Standard deviation 1 is greater than standard deviation 2 REJECTED 68</pre> 69</div> 70<div class="section"> 71<div class="titlepage"><div><div><h3 class="title"> 72<a name="document_to_test_formatting.blurbs.admonishments"></a><a class="link" href="blurbs.html#document_to_test_formatting.blurbs.admonishments" title="Admonishments">Admonishments</a> 73</h3></div></div></div> 74<p> 75 There are four admonishments supported by Docbook XML: 76 </p> 77<div class="note"><table border="0" summary="Note"> 78<tr> 79<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../doc/src/images/note.png"></td> 80<th align="left">Note</th> 81</tr> 82<tr><td align="left" valign="top"><p> 83 This is a note 84 </p></td></tr> 85</table></div> 86<div class="tip"><table border="0" summary="Tip"> 87<tr> 88<td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="../../../../doc/src/images/tip.png"></td> 89<th align="left">Tip</th> 90</tr> 91<tr><td align="left" valign="top"><p> 92 This is a tip 93 </p></td></tr> 94</table></div> 95<div class="important"><table border="0" summary="Important"> 96<tr> 97<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../doc/src/images/important.png"></td> 98<th align="left">Important</th> 99</tr> 100<tr><td align="left" valign="top"><p> 101 This is important 102 </p></td></tr> 103</table></div> 104<div class="caution"><table border="0" summary="Caution"> 105<tr> 106<td rowspan="2" align="center" valign="top" width="25"><img alt="[Caution]" src="../../../../doc/src/images/caution.png"></td> 107<th align="left">Caution</th> 108</tr> 109<tr><td align="left" valign="top"><p> 110 This is a caution 111 </p></td></tr> 112</table></div> 113<div class="warning"><table border="0" summary="Warning"> 114<tr> 115<td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../../../../doc/src/images/warning.png"></td> 116<th align="left">Warning</th> 117</tr> 118<tr><td align="left" valign="top"> 119<p> 120 This is a warning 121 </p> 122<p> 123 They can contain more than one paragraph. 124 </p> 125</td></tr> 126</table></div> 127</div> 128<div class="section"> 129<div class="titlepage"><div><div><h3 class="title"> 130<a name="document_to_test_formatting.blurbs.blurbs"></a><a class="link" href="blurbs.html#document_to_test_formatting.blurbs.blurbs" title="Blurbs">Blurbs</a> 131</h3></div></div></div> 132<div class="sidebar"> 133<p class="title"><b></b></p> 134<p> 135 <span class="bold"><strong>An eye catching advertisement or note...</strong></span> 136 </p> 137<p> 138 These should be rendered in a manner similar to admonishments. 139 </p> 140<p> 141 They can contain more than one paragraph. 142 </p> 143</div> 144</div> 145</div> 146<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 147<td align="left"></td> 148<td align="right"><div class="copyright-footer">Copyright © 2007 John Maddock, Joel de Guzman, Eric Niebler and Matias 149 Capeletto<p> 150 Distributed under the Boost Software License, Version 1.0. (See accompanying 151 file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 152 </p> 153</div></td> 154</tr></table> 155<hr> 156<div class="spirit-nav"> 157<a accesskey="p" href="basic_formatting.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="lists_and_tables.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> 158</div> 159</body> 160</html> 161