Boost C++ Libraries Home Libraries People FAQ More

Next

Document To Test Formatting

John Maddock

Joel de Guzman

Eric Niebler

Matias Capeletto

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)


Table of Contents

Introduction
Code Blocks
Embedded code
Code With a Very Long Line
Imported code and callouts
Larger example
Basic Formatting
Font Styles
Replaceable Text
Quotations
Inline Code
Links
Footnotes
Blockquote
Headings
Blurbs
Preformatted text
Admonishments
Blurbs
Lists and Tables
Lists
Variable Lists
Tables
Images
test HTML4 symbols
test Greek and Math symbols
test Latin1 symbols
Sample Article (The Remez Method)
Array Example Boostbook XML Documentation
Introduction
Reference
Design Rationale
For more information...
Acknowledgements
Accumulators Example Doxygen Documentation
Statistics Library Reference

This document is purely a test case to test out HTML and PDF generation and style.

This is some body text.

int main()
{
    double d = 2.345;
    return d;
}

We can count in Greek too: α, β, γ.

Try some superscripts and subscripts: x2, xi3, α2, βα, ⌊x⌋, ⌊α⌋, ⌈a⌉.

Last revised: July 22, 2010 at 21:58:58 GMT


Next