aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.latex
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-15 03:21:10 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-15 03:21:10 +0000
commita487bbb5a94ccf7639aa98d7490e580d988ac721 (patch)
tree732fe360aa9476420d55ecab7c2d2555db19d7a5 /tests/writer.latex
parentea5e945470d61c09b4373de91545f83f025551d4 (diff)
downloadpandoc-a487bbb5a94ccf7639aa98d7490e580d988ac721.tar.gz
Updated tests for changes in LaTeX and ConTeXt writers.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1073 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.latex')
-rw-r--r--tests/writer.latex11
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/writer.latex b/tests/writer.latex
index 0e7f7c165..0d19d6296 100644
--- a/tests/writer.latex
+++ b/tests/writer.latex
@@ -791,12 +791,10 @@ Here is a movie \includegraphics{movie.jpg} icon.
\section{Footnotes}
-Here is a footnote
-reference,%
+Here is a footnote reference,%
\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.%
+and another.%
\footnote{Here's the long note. This one contains multiple blocks.
Subsequent blocks are indented to show that they belong to the
@@ -808,8 +806,7 @@ footnote (as with list items).
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.%
+a space.[\^{}my note] Here is an inline note.%
\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].}
@@ -822,7 +819,7 @@ Notes can go in quotes.%
\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.