aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.latex
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-17 18:42:11 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-17 18:42:11 +0000
commit09b57fcf9ca4deab5fd7d8979863b36922edf6c3 (patch)
treef5d71e92b481163cbbf46b9dfe38dd9dfd7ffcc5 /tests/writer.latex
parent780b77c14790f8053f7b2c8239bb4a5d6a22c8d7 (diff)
downloadpandoc-09b57fcf9ca4deab5fd7d8979863b36922edf6c3.tar.gz
Adjusted formatting of LaTeX and ConTeXt footnotes:
- in ConTeXt, % is not needed at end of line before note, since space is gobbled. - beginning of footnote indented four spaces. - this required an additional parameter in wrappedTeX and wrapTeXIfNeeded, in Text.Pandoc.Shared. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1080 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 0d19d6296..bbb430809 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.