Couple of extra points: forgot about the \i\cw special case, and
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 27 Mar 2004 17:09:13 +0000 (17:09 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 27 Mar 2004 17:09:13 +0000 (17:09 +0000)
Jacob points out that I didn't specify whether inline formatting
commands can surround line breaks (they can).

git-svn-id: svn://svn.tartarus.org/sgt/halibut@3994 cda61777-01e9-0310-a592-d414129be87e

doc/input.but

index 31c9f8d..a52735e 100644 (file)
@@ -65,6 +65,17 @@ commands, which means you can use them in the middle of a paragraph.
 \K{input-para} describes some \e{paragraph} commands, which affect a
 whole paragraph at a time.
 
+Many of these commands are followed by a pair of braces surrounding
+some text. In all cases, it is perfectly safe to have a line break
+(in the input file) within those braces; Halibut will treat that
+exactly the same as a space. For example, these two paragraphs will
+be treated identically:
+
+\c Here is some \e{emphasised
+\c text}.
+\c
+\c Here is some \e{emphasised text}.
+
 \S{input-emph} \c{\\e}: Emphasising text
 
 Possibly the most obvious piece of formatting you might want to use
@@ -1016,7 +1027,7 @@ You can wrap more than one word in \c{\\i} as well:
 \S{input-index-special} Special cases of indexing
 
 If you need to index a computer-related term, you can use the
-special case \c{\\i\\c}:
+special case \c{\\i\\c} (or \c{\\i\\cw} if you prefer):
 
 \c The \i\c{grep} command is what you want here.