Minor formatting fixes. (TeXs OK now.)

This commit is contained in:
Roland Pesch
1994-03-29 03:39:46 +00:00
parent 87462f1e05
commit 8d59d6db8d

View File

@ -1049,8 +1049,9 @@ One additional directive, @code{LOCAL}, is available. @xref{Macros,,
Defining your own directives}, for an explanation of how to use Defining your own directives}, for an explanation of how to use
@code{LOCAL}. @code{LOCAL}.
@need 2000
@item String delimiters @item String delimiters
You can write strings delimited in two other ways besides You can write strings delimited in these other ways besides
@code{"@var{string}"}: @code{"@var{string}"}:
@table @code @table @code
@ -1059,13 +1060,13 @@ You can delimit strings with single-quote charaters.
@item <@var{string}> @item <@var{string}>
You can delimit strings with matching angle brackets. You can delimit strings with matching angle brackets.
@end table
@item single-character string escape @item single-character string escape
To include any single character literally in a string (even if the To include any single character literally in a string (even if the
character would otherwise have some special meaning), you can prefix the character would otherwise have some special meaning), you can prefix the
character with @samp{!} (an exclamation mark). For example, you can character with @samp{!} (an exclamation mark). For example, you can
write @samp{<4.3 !> 5.4!!>} to get the literal text @samp{4.3 > 5.4!}. write @samp{<4.3 !> 5.4!!>} to get the literal text @samp{4.3 > 5.4!}.
@end table
@item Expression results as strings @item Expression results as strings
You can write @samp{%@var{expr}} to evaluate the expression @var{expr} You can write @samp{%@var{expr}} to evaluate the expression @var{expr}