| | 49 | === Common HTML Quickbook source stylesheet version === |
| | 50 | |
| | 51 | Not Docbook based Html translations can be made it in two ways: |
| | 52 | |
| | 53 | * Use a version of this CSS that lets as see HTML as Quickbook. You |
| | 54 | can see the results in a [http://tinyurl.com/2jh25t Boost.Bind page]. |
| | 55 | [[Br]]To use it you must add a CSS link in the header of your HTML: |
| | 56 | {{{ |
| | 57 | <link rel="stylesheet" href="{BOOST_ROOT}/doc/style/html/conversion/html_to_quickbook.css" type="text/css" /> |
| | 58 | }}} |
| | 59 | The results are not so good as before, no navigation support, no |
| | 60 | admonitions rendering... |
| | 61 | |
| | 62 | * A better option will be to first use the results of the |
| | 63 | [HtmlToDockbookProject HTML to docbook project]. |
| | 64 | |
| | 65 | |
| | 66 | http://svn.boost.org/trac/boost/browser/sandbox/boost_docs/trunk/doc/style/html/conversion |
| | 67 | |