From: Tim Pope Date: Sun, 16 Nov 2003 06:20:24 +0000 (+0000) Subject: Embedded bibliography X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=commitdiff_plain;h=885902a5184cdb79f6b255093279a45cbc5e95d6;hp=5d6faff63dd2c388870da79e443afa588398b89b Embedded bibliography --- diff --git a/mlastyle.dtx b/mlastyle.dtx index e455785..8d84354 100644 --- a/mlastyle.dtx +++ b/mlastyle.dtx @@ -21,6 +21,25 @@ % [2003/11/09 v0.9 MLA format and documentation style] % %<*driver> +\begin{filecontents}{mlastyle.bib} +@BOOK{handbook, + AUTHOR = "Joseph Gibaldi", + TITLE = "MLA Handbook for Writers of Research Papers", + TITLE = "MLA Handbook", + EDITION = "Sixth", + ADDRESS = "New York", + PUBLISHER = "MLA", + YEAR = "2003"} + +@BOOK{latex, + AUTHOR = "Leslie Lamport", + TITLE = "\LaTeX: A Document Preparation System", + KEY = "\LaTeX", + EDITION = "Second", + ADDRESS = "Reading", + PUBLISHER = "Addison-Wesley", + YEAR = "1994"} +\end{filecontents} \documentclass[draft]{ltxdoc} \iffalse \usepackage[mla]{mlastyle}