diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.context | 10 | ||||
-rw-r--r-- | tests/writer.latex | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/tests/writer.context b/tests/writer.context index 7a5e53b1c..306143f14 100644 --- a/tests/writer.context +++ b/tests/writer.context @@ -871,10 +871,10 @@ Here is a movie \subject{Footnotes} Here is a footnote reference, - \footnote{Here is the footnote. It can go anywhere after the footnote +\footnote{Here is the footnote. It can go anywhere after the footnote reference. It need not be placed at the end of the document.} and another. - \footnote{Here's the long note. This one contains multiple blocks. +\footnote{Here's the long note. This one contains multiple blocks. Subsequent blocks are indented to show that they belong to the footnote (as with list items). @@ -887,20 +887,20 @@ 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 {\em not} be a footnote reference, because it contains a space.[\letterhat{}my note] Here is an inline note. - \footnote{This is {\em easier} to type. Inline notes may contain +\footnote{This is {\em easier} to type. Inline notes may contain \useURL[31][http://google.com][][links]\from[31] and \type{]} verbatim characters, as well as [bracketed text].} \startblockquote Notes can go in quotes. - \footnote{In quote.} +\footnote{In quote.} \stopblockquote \startitemize[n][stopper=.] \item And in list items. - \footnote{In list.} + \footnote{In list.} \stopitemize This paragraph should not be part of the note, as it is not diff --git a/tests/writer.latex b/tests/writer.latex index bbb430809..0d19d6296 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -792,10 +792,10 @@ Here is a movie \includegraphics{movie.jpg} icon. \section{Footnotes} Here is a footnote reference,% - \footnote{Here is the footnote. It can go anywhere after the footnote +\footnote{Here is the footnote. It can go anywhere after the footnote reference. It need not be placed at the end of the document.} and another.% - \footnote{Here's the long note. This one contains multiple blocks. +\footnote{Here's the long note. This one contains multiple blocks. Subsequent blocks are indented to show that they belong to the footnote (as with list items). @@ -807,19 +807,19 @@ 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] Here is an inline note.% - \footnote{This is \emph{easier} to type. Inline notes may contain +\footnote{This is \emph{easier} to type. Inline notes may contain \href{http://google.com}{links} and \verb!]! verbatim characters, as well as [bracketed text].} \begin{quote} Notes can go in quotes.% - \footnote{In quote.} +\footnote{In quote.} \end{quote} \begin{enumerate}[1.] \item And in list items.% - \footnote{In list.} + \footnote{In list.} \end{enumerate} This paragraph should not be part of the note, as it is not indented. |