Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

MLA-style citations and bibliographies using Biblatex

NotificationsYou must be signed in to change notification settings

jmclawson/biblatex-mla

Repository files navigation

Description:Biblatex-mla provides Biblatex support for references and citations in thestyle defined by the Modern Language Association (MLA). The style is a commonstandard for writers in the humanities and is outlined in the MLA Style Manualand the MLA Handbook for Writers of Research Papers. These files followdefinitions for the 9th, 8th, and 7th editions of the MLA Handbook.  Before using biblatex-mla, you will need to install Biblatex. Biblatex is commonly included with most installations of LaTeX, but it can also be found athttp://www.ctan.org/pkg/biblatexManaged Installation (recommended):1. Use whatever provided installer is packaged with your installation of LaTeX.- For instance, use the TeX Live Utility program or tlmgr from the command line.Manual Installation:1. Locate your latex installation folder- In OS X, it can probably be found at ~/Library/texmf/tex/latex/2. Create a new folder called "biblatex-mla" if there isn't already one there3. Place the biblatex-mla files into this folderUsage:1. Call the MLA style in your Latex document using the following four lines inyour Latex preface:\usepackage[american]{babel} \usepackage{csquotes} \usepackage[style=mla]{biblatex}\addbibresource{<bibfile>}- (replace "style=mla" with "style=mla7" if you'd prefer to use the   style described in the older 7th edition of the handbook)- (replace "style=mla" with "style=mla-strict" if you'd prefer to avoid some    attempted cleverness to apply transformations to entries, including   publishers, URLs and eprint fields)- (replace "<bibfile>" with the name of your .bib bibliography file)- to use MLA-style footnotes (no longer well supported), use the "autocite=footnote" package option2. Cite a text with \autocite{<key>}, cite a page with\autocite[<page>]{<key>}, and include a citational prenote---"'To be or not tobe,' he wrote (Shakespeare qtd. in Brown 34)"---with\autocite[<prenote>][<page>]{<key>}.- (replace <key>, <page>, and <prenote> with their respective elements)3. Before the end of your document, include the following line where you wantyour bibliography to appear:\printbibliographyThis material is subject to the LaTeX Project Public License, version 1.3. See<https://ctan.org/license/lppl1.3> for the details of that license.

[8]ページ先頭

©2009-2025 Movatter.jp