Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60287 - trunk/tools/quickbook/doc
From: daniel_james_at_[hidden]
Date: 2010-03-07 05:46:40


Author: danieljames
Date: 2010-03-07 05:46:39 EST (Sun, 07 Mar 2010)
New Revision: 60287
URL: http://svn.boost.org/trac/boost/changeset/60287

Log:
Quickbook changes.
Text files modified:
   trunk/tools/quickbook/doc/quickbook.qbk | 26 ++++++++++++++++++++++++++
   1 files changed, 26 insertions(+), 0 deletions(-)

Modified: trunk/tools/quickbook/doc/quickbook.qbk
==============================================================================
--- trunk/tools/quickbook/doc/quickbook.qbk (original)
+++ trunk/tools/quickbook/doc/quickbook.qbk 2010-03-07 05:46:39 EST (Sun, 07 Mar 2010)
@@ -180,6 +180,16 @@
 * Accept a space between `section:` and the section id.
 * Support table ids.
 
+[h3 Version 1.5.1]
+
+* Improve the post processor's list of block elements. `table`, `entry` and
+ `varlistentry` are treated as blocks. `replaceable` is treated as an inline
+ element.
+* Check that `[section]` and `[endsect]` tags are balanced in templates.
+* Add unicode escape characters, eg. `\u03B1` for \u03B1.
+* Support UTF-8 files with a unicode byte order mark.
+* Disallow `[` in simple markup. Fixes some errors with mismatched punctuation.
+
 [endsect]
 
 [section:syntax Syntax Summary]
@@ -622,6 +632,22 @@
 from the output.
 
 [endsect]
+[section Unicode escape]
+
+You can enter any 32-bit unicode character by using `\u` followed by its 4 digit
+hexadecimal code. eg.
+
+[pre'''
+\u03B1 + \u03B2
+''']
+
+will generate:
+
+[:
+\u03B1 + \u03B2
+]
+
+[endsect]
 [section Images]
 
 [pre'''


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk