aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.latex
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-12-04 04:14:27 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-12-04 04:14:27 +0000
commit6cfe6c250a836b7de7349f931ecb6520681a6af7 (patch)
treecec44ce08a8c1162fef743b9ed8334aedc3e7864 /tests/writer.latex
parent13b1b87efcebaa6c6a41ad95d591f1b1da063725 (diff)
downloadpandoc-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/writer.latex')
-rw-r--r--tests/writer.latex10
1 files changed, 5 insertions, 5 deletions
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.