Sha256: a47a171ba756c10192e2ba6ab6bf1a5655f119bf047fba5c34e307627dd4d382

Contents?: true

Size: 766 Bytes

Versions: 7

Compression:

Stored size: 766 Bytes

Contents

\input{mmd-article-header}
\def\mytitle{MultiMarkdown Footer Test}
\def\latexmode{memoir}
\input{mmd-article-begin-doc}
Here is some text containing a footnote.\footnote{Here is the text of the footnote itself. It also has a \href{http://somelink.com}{link}\footnote{\href{http://somelink.com}{http:/\slash somelink.com}}.}

\begin{quote}

And here is a footnote within a blockquote, should be labelled \#2.\footnote{Note \# 2.}
\end{quote}

And this is a codeblock, that should not be a footnote:

\begin{adjustwidth}{2.5em}{2.5em}
\begin{verbatim}

This is code.[^somesamplefootnote]

\end{verbatim}
\end{adjustwidth}

And this is a short footnote for testing.\footnote{Finis}

And now, reuse a footnote.\footnote{Finis}

\input{mmd-memoir-footer}

\end{document}

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
rpeg-multimarkdown-0.2.2 test/MultiMarkdownTest/MemoirTests/Footnotes.tex
rpeg-multimarkdown-0.2.1 test/MultiMarkdownTest/MemoirTests/Footnotes.tex
rpeg-multimarkdown-0.2 test/MultiMarkdownTest/MemoirTests/Footnotes.tex
rpeg-multimarkdown2-2.0.3 test/MultiMarkdownTest/MemoirTests/Footnotes.tex
rpeg-multimarkdown2-2.0.2 test/MultiMarkdownTest/MemoirTests/Footnotes.tex
rpeg-multimarkdown2-2.0.1 test/MultiMarkdownTest/MemoirTests/Footnotes.tex
rpeg-multimarkdown-0.1.1 test/MultiMarkdownTest/MemoirTests/Footnotes.tex