diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-11-17 18:42:11 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-11-17 18:42:11 +0000 |
commit | 09b57fcf9ca4deab5fd7d8979863b36922edf6c3 (patch) | |
tree | f5d71e92b481163cbbf46b9dfe38dd9dfd7ffcc5 /tests/writer.context | |
parent | 780b77c14790f8053f7b2c8239bb4a5d6a22c8d7 (diff) | |
download | pandoc-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.context')
-rw-r--r-- | tests/writer.context | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/writer.context b/tests/writer.context index 98cbe8a98..ae417a051 100644 --- a/tests/writer.context +++ b/tests/writer.context @@ -821,11 +821,11 @@ Here is a movie \subject{Footnotes} -Here is a footnote reference,% -\footnote{Here is the footnote. It can go anywhere after the footnote +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.% -\footnote{Here's the long note. This one contains multiple blocks. +and another. + \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). @@ -837,20 +837,20 @@ 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 {\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 +a space.[\letterhat{}my note] Here is an inline note. + \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.} +Notes can go in quotes. + \footnote{In quote.} \stopblockquote \startitemize \sym{1.} - And in list items.% - \footnote{In list.} + And in list items. + \footnote{In list.} \stopitemize This paragraph should not be part of the note, as it is not indented. |