Update of /cvsroot/boost/boost/tools/quickbook/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11108/doc

Modified Files:
        quickbook.qbk 
Log Message:
allow escaped space (The escaped space is removed from the output.)

Index: quickbook.qbk
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/doc/quickbook.qbk,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- quickbook.qbk       28 Oct 2006 01:30:09 -0000      1.52
+++ quickbook.qbk       16 Nov 2006 04:14:11 -0000      1.53
@@ -143,6 +143,8 @@
 * Various code cleanup/maintenance
 * Templates!
 * \[conceptref\] for referencing BoostBook <concept> entities.
+* Allow escape of spaces. The escaped space is removed from the output. 
Syntax: 
+  `\ `.
 
 [endsect]
 
@@ -257,6 +259,7 @@
 the context sensitivity and ambiguity.].
 
 * Simple markups cannot nest. You can combine a simple markup with a nestable 
markup.
+* Simple markups cannot contain any other form of quickbook markup.
 * A non-space character must follow the leading markup
 * A non-space character must precede the trailing markup
 * A space or a punctuation must follow the trailing markup
@@ -283,6 +286,7 @@
     [[[^'''*This is bold*.''']]                         [*This is bold*.]]
     [[[^'''*B*. (bold B)''']]                           [*B*. (bold B)]]
     [[[^'''['*Bold-Italic*]''']]                        [['*Bold-Italic*]]]
+    [[[^'''*side-by*/-side/''']]                        [*side-by*/-side/]]
 ]
 
 [endsect]
@@ -512,6 +516,9 @@
 `\n` has a special meaning. It is used to generate line breaks. Note that `\n`
 is now preferred over `[br]`.
 
+The escaped space: `\ ` also has a special meaning. The escaped space is 
removed 
+from the output. 
+
 [endsect]
 [section Images]
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to