diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-12-04 04:14:27 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-12-04 04:14:27 +0000 |
commit | 6cfe6c250a836b7de7349f931ecb6520681a6af7 (patch) | |
tree | cec44ce08a8c1162fef743b9ed8334aedc3e7864 /tests | |
parent | 13b1b87efcebaa6c6a41ad95d591f1b1da063725 (diff) | |
download | pandoc-6cfe6c250a836b7de7349f931ecb6520681a6af7.tar.gz |
Adjusted test suite for footnote changes in LaTeX and ConTeXt writers.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1138 788f1e2b-df1e-0410-8736-df70ead52e1b
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. |