diff options
Diffstat (limited to 'tests/writer.latex')
-rw-r--r-- | tests/writer.latex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/writer.latex b/tests/writer.latex index 30ea0f54f..e892e12e6 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -569,12 +569,12 @@ Here is a movie \includegraphics{movie.jpg} icon. Here is a footnote reference\footnote{Here is the footnote. It can go anywhere in the document, not just at the end.}, and another\footnote{Here's the other note. This one contains multiple blocks. -Caret characters are used to indicate that the blocks all belong to a single footnote (as with block quotes). +Subsequent blocks are indented to show that they belong to the footnote (as with list items). \begin{verbatim} { <code> } \end{verbatim} -If you want, you can use a caret at the beginning of every line, as with blockquotes, but all that you need is a caret at the beginning of the first line of the block and any preceding blank lines.}. This should \emph{not} be a footnote reference, because it contains a space\^{}(my note). +If you want, you can indent every line, but you can also be lazy and just indent the first line of each block.}. This should \emph{not} be a footnote reference, because it contains a space[\^{}my note]. \end{document} |