Sha256: 2744f949a49a27c77ee0a6b2e504244fb60fc5fe50423483d983edddb772fdfd
Contents?: true
Size: 1.13 KB
Versions: 7
Compression:
Stored size: 1.13 KB
Contents
\input{mmd-article-header} \def\mytitle{MultiMarkdown Citation Test} \def\bibliocommand{\bibliography{fake}} \def\latexmode{memoir} \input{mmd-article-begin-doc} This is a test of citations~\citep{first} for\footnote{A footnote for good measure.} MultiMarkdown~\citep{second}. And an unlisted citation.~\citep{Author:1988}. And now some repeats{\ldots}\footnote{And another footnote} This is a test of citations~\citep[p. 123]{first} for MultiMarkdown~\citep{second}. And an unlisted citation~\citep{Author:1988}. Unlisted with locator.~\citep[test]{Author:1988} Empty locator.~\citep{first} Consecutive citations.~\citep{first}~\citep{second} Consecutive citations.~\citep{first}~\citep{second} An ``improperly'' formed citation.~\citep{second} And an ``improper'' sequence.~\citep{first}~\citep{second} ~\nocite{third} \begin{thebibliography}{0} \bibitem{first} John Doe. \emph{A Totally Fake Book}. Vanity Press, 2006. \bibitem{second} Jane Doe. \emph{Another Totally Fake Book}. Vanity Press, 2008. \bibitem{third} Jim Doe. \emph{Yet Another Fake Book}. Vanity Press, 2010. \end{thebibliography} \input{mmd-memoir-footer} \end{document}
Version data entries
7 entries across 7 versions & 2 rubygems