jmclawson / biblatex-mla

MLA-style citations and bibliographies using Biblatex
23 stars 9 forks source link

biblatex-mla isn't compatible with MLA 3rd Edition/Handbook 7th Edition style guidelines #5

Closed nathantypanski closed 11 years ago

nathantypanski commented 11 years ago

Hi,

I'm a user of both biblatex-mla and mla13 packages from your GitHub. One thing I've noticed with biblatex-mla is that journal sources don't have parentheses around the date, as specified in the An Article in a Scholarly Journal section at Purdue OWL.

You'll also notice that it includes a comma after the journal volume/issue number (it shouldn't).

Additionally, it expects a url field even though the latest edition of MLA style requests absence of URLs in most cases. One of the consequences of this is that even if I set a urldate (which MLA style still requests) and change the howpublished field to Web, it will not print my urldate at the end of my citation.

I'm an avid LaTeX user, although I have little experience writing Biblatex styles, but if you'd like any help in diagnosing and fixing these issues, I'll be glad to help. I have a 20-page MLA style paper due by the end of the month, and it is my goal to get proper MLA 3rd Edition citations working by then.

jmclawson commented 11 years ago

Thanks for contacting me on this issue. I should be clear, though, that mla13 is not my package; I've just forked it from the original author in order to suggest updates to it for compatibility with an upcoming release of biblatex-mla (which I'm very glad you find useful).

I am quite familiar with the MLA Handbook in its recent edition. For this reason, biblatex-mla will not print the URL by default (since, as you point out, "the MLA style requests absence of URLs in most cases"). Try adding an address in the url field. It will style everything for you without your having to use the howpublished field: biblatex-mla will, by default, omit the URL, add the word "Web," print the urldate, and (if you're using the hyperref package) turn the word "Web" into a hyperlink to the URL in your resulting PDF file. In those instances where you do require the URL to be printed, the noremoteinfo entry option and package option (both of which will be working more effectively in the next release) give you the flexibility to add the URL in an individual entry or to every entry in a bibliography, respectively.

As for your other issue with parenthesis around the date and a comma after the volume/number, I can't recreate this problem. On my machine, articles print in a way that looks exactly like that recommended by the MLA. Would you mind copying and pasting an entry from your .bib file that does the things you write about? It may be that there's an edge case I hadn't considered.

jmclawson commented 11 years ago

(As for your final paragraph, thank you for your keen eye and your offer of assistance! As I'm putting the finishing touches on a major update to biblatex-mla, due to be released within the next couple of weeks, I would be very grateful for another tester. I'll be updating the files on the biblatex-mla "Dev" tree (https://github.com/jmclawson/biblatex-mla/tree/dev) right now so you can give the latest updates a spin as you work. Things are a little messy, as I've not fully tidied from my trial-and-error method of coding, but I don't know of any significant bugs. If you do decide to download the updated mla.bbx, mla.cbx, american-mla.lbx, and english-mla.lbx files, you'll probably need to drop them into the same folder as your working document for LaTeX and Biber to find them as they work.)

kc9jud commented 11 years ago

I can report that I'm having the same problem -- dates are not wrapped in parentheses.

From my .bib file:

@article{Babich:2011dg,
author = {Babich, L P and Kudryavtsev, A Yu and Kudryavtseva, M L and Kutsyk, I M},
title = {{Atmospheric gamma-ray and neutron flashes}},
journal = {Journal of Experimental and Theoretical Physics},
year = {2011},
volume = {106},
number = {1},
pages = {65--76},
month = feb,
doi = {10.1134/S1063776108010056},
language = {English},
rating = {0},
date-added = {2013-04-05T17:23:14GMT},
date-modified = {2013-04-14T00:51:15GMT},
url = {http://link.springer.com/10.1134/S1063776108010056},
local-url = {file://localhost/Users/xxxxxxxx/Library/Application%20Support/Papers2/Articles/2011/Babich/J.%20Exp.%20Theor.%20Phys.%202011%20Babich.pdf},
file = {{J. Exp. Theor. Phys. 2011 Babich.pdf:/Users/xxxxxxxx/Library/Application Support/Papers2/Articles/2011/Babich/J. Exp. Theor. Phys. 2011 Babich.pdf:application/pdf}},
uri = {\url{papers2://publication/doi/10.1134/S1063776108010056}}
}

And the output:

Babich, L P, et al. “Atmospheric gamma-ray and neutron flashes.” Journal of Experimental and Theoretical Physics 106.1, Feb. 2011: 65–76. Web.

jmclawson commented 11 years ago

The development version of Biblatex-mla (in the "Dev" tree here on GitHub) does not have these problems. Here's the output using the newer version:

L P Babich, et al. “Atmospheric gamma-ray and neutron flashes.” Journal of Experimental and Theoretical Physics 106.1 (Feb. 2011): 65–76. Web.

According to MLA expectations, you should ideally define the urldate field. Additionally, your month field isn't compatible with Biblatex, which expects a number; in fact, instead of month and year fields, Biblatex prefers the use of a date field.

nathantypanski commented 11 years ago

Thanks for the reply. I'll be installing all these packages today and testing them out. I'll keep you updated.

On Mon, Apr 15, 2013 at 5:48 AM, jmclawson notifications@github.com wrote:

(As for your final paragraph, thank you for your keen eye and your offer of assistance! As I'm putting the finishing touches on a major update to biblatex-mla, due to be released within the next couple of weeks, I would be very grateful for another tester. I'll be updating the files on the biblatex-mla "Dev" tree ( https://github.com/jmclawson/biblatex-mla/tree/dev) right now so you can give the latest updates a spin as you work. Things are a little messy, as I've not fully tidied from my trial-and-error method of coding, but I don't know of any significant bugs. If you do decide to download the updated mla.bbx, mla.cbx, american-mla.lbx, and english-mla.lbx files, you'll probably need to drop them into the same folder as your working document for LaTeX and Biber to find them as they work.)

— Reply to this email directly or view it on GitHubhttps://github.com/jmclawson/biblatex-mla/issues/5#issuecomment-16375922 .

kc9jud commented 11 years ago

Hmm... I thought some of those fields looked suspect... unfortunately, this seems to be a result of outputting the .bib file from Papers2 (http://www.papersapp.com/papers/)... I can report it there, if it's really an error. I don't know enough about BibLaTeX to make that call, though. Haha

kc9jud commented 11 years ago

I'm still having this problem, even with the latest clone from the repository -- here's my log output:

This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012) (format=pdflatex 2013.4.4)  22 APR 2013 22:53
entering extended mode
 restricted \write18 enabled.
 file:line:error style messages enabled.
 %&-line parsing enabled.
**rebuttal_paper.tex
(./rebuttal_paper.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman-x-2012-05-30, ngerman-x-2012-05-30, afrikaans, ancientgreek, ibycus, arabi
c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danis
h, dutch, ukenglish, usenglishmax, esperanto, estonian, ethiopic, farsi, finnis
h, french, friulan, galician, german, ngerman, swissgerman, monogreek, greek, h
ungarian, icelandic, assamese, bengali, gujarati, hindi, kannada, malayalam, ma
rathi, oriya, panjabi, tamil, telugu, indonesian, interlingua, irish, italian, 
kurmanji, latin, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk,
 piedmontese, polish, portuguese, romanian, romansh, russian, sanskrit, serbian
, serbianc, slovak, slovenian, spanish, swedish, turkish, turkmen, ukrainian, u
ppersorbian, welsh, loaded.
(/usr/local/texlive/2012/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2012/texmf-dist/tex/latex/base/size12.clo
File: size12.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2013/01/14 v2.14 AMS math features
\@mathmargin=\skip43

For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2012/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01

(/usr/local/texlive/2012/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks14
\ex@=\dimen103
))
(/usr/local/texlive/2012/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen104
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count87
LaTeX Info: Redefining \frac on input line 210.
\uproot@=\count88
\leftroot@=\count89
LaTeX Info: Redefining \overline on input line 306.
\classnum@=\count90
\DOTSCASE@=\count91
LaTeX Info: Redefining \ldots on input line 378.
LaTeX Info: Redefining \dots on input line 381.
LaTeX Info: Redefining \cdots on input line 466.
\Mathstrutbox@=\box26
\strutbox@=\box27
\big@size=\dimen105
LaTeX Font Info:    Redeclaring font encoding OML on input line 566.
LaTeX Font Info:    Redeclaring font encoding OMS on input line 567.
\macc@depth=\count92
\c@MaxMatrixCols=\count93
\dotsspace@=\muskip10
\c@parentequation=\count94
\dspbrk@lvl=\count95
\tag@help=\toks15
\row@=\count96
\column@=\count97
\maxfields@=\count98
\andhelp@=\toks16
\eqnshift@=\dimen106
\alignsep@=\dimen107
\tagshift@=\dimen108
\tagwidth@=\dimen109
\totwidth@=\dimen110
\lineht@=\dimen111
\@envbody=\toks17
\multlinegap=\skip44
\multlinetaggap=\skip45
\mathdisplay@stack=\toks18
LaTeX Info: Redefining \[ on input line 2665.
LaTeX Info: Redefining \] on input line 2666.
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/amscls/amsthm.sty
Package: amsthm 2004/08/06 v2.20
\thm@style=\toks19
\thm@bodyfont=\toks20
\thm@headfont=\toks21
\thm@notefont=\toks22
\thm@headpunct=\toks23
\thm@preskip=\skip46
\thm@postskip=\skip47
\thm@headsep=\skip48
\dth@everypar=\toks24
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2013/01/14 v3.01 AMS font symbols

(/usr/local/texlive/2012/texmf-dist/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
LaTeX Font Info:    Overwriting math alphabet `\mathfrak' in version `bold'
(Font)                  U/euf/m/n --> U/euf/b/n on input line 106.
))
(/Users/kc9jud/Library/texmf/tex/mla13.sty
Package: mla13 

(/usr/local/texlive/2012/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2010/09/12 v5.6 Page Geometry

(/usr/local/texlive/2012/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks25
)
(/usr/local/texlive/2012/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in PDF mode is detected.
)
(/usr/local/texlive/2012/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO)
Package ifvtex Info: VTeX not detected.
)
(/usr/local/texlive/2012/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
\Gm@cnth=\count99
\Gm@cntv=\count100
\c@Gm@tempcnt=\count101
\Gm@bindingoffset=\dimen112
\Gm@wd@mp=\dimen113
\Gm@odd@mp=\dimen114
\Gm@even@mp=\dimen115
\Gm@layoutwidth=\dimen116
\Gm@layoutheight=\dimen117
\Gm@layouthoffset=\dimen118
\Gm@layoutvoffset=\dimen119
\Gm@dimlist=\toks26
)
(/usr/local/texlive/2012/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2008/07/08 v3.8m The Babel package

(/usr/local/texlive/2012/texmf-dist/tex/generic/babel/english.ldf
Language: english 2005/03/30 v3.3o English support from the babel system

(/usr/local/texlive/2012/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2008/07/08 v3.8m Babel common definitions
\babel@savecnt=\count102
\U@D=\dimen120
)
\l@canadian = a dialect from \language\l@american 
\l@australian = a dialect from \language\l@british 
\l@newzealand = a dialect from \language\l@british 
))
(/usr/local/texlive/2012/texmf-dist/tex/latex/csquotes/csquotes.sty
Package: csquotes 2011/10/22 v5.1d context-sensitive quotations

(/usr/local/texlive/2012/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2011/01/03 v2.1 e-TeX tools for LaTeX

(/usr/local/texlive/2012/texmf-dist/tex/latex/etex-pkg/etex.sty
Package: etex 1998/03/26 v2.0 eTeX basic definition package (PEB)
\et@xins=\count103
)
\etb@tempcnta=\count104
)
\csq@reset=\count105
\csq@gtype=\count106
\csq@glevel=\count107
\csq@qlevel=\count108
\csq@maxlvl=\count109
\csq@tshold=\count110
\csq@ltx@everypar=\toks27

(/usr/local/texlive/2012/texmf-dist/tex/latex/csquotes/csquotes.def
File: csquotes.def 2011/10/22 v5.1d csquotes generic definitions
)
Package csquotes Info: Trying to load configuration file 'csquotes.cfg'...
Package csquotes Info: ... configuration file loaded successfully.

(/usr/local/texlive/2012/texmf-dist/tex/latex/csquotes/csquotes.cfg
File: csquotes.cfg 
))
(/usr/local/texlive/2012/texmf-dist/tex/latex/setspace/setspace.sty
Package: setspace 2011/12/19 v6.7a set line spacing
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/biblatex/biblatex.sty
Package: biblatex 2013/01/10 v2.5 programmable bibliographies (PK/JW/AB)

Package biblatex Warning: No "backend" specified, using Biber backend.
(biblatex)                To use BibTeX, load biblatex with 
(biblatex)                the "backend=bibtex" option.

(/usr/local/texlive/2012/texmf-dist/tex/latex/biblatex/biblatex2.sty
Package: biblatex2 2013/01/10 v2.5 programmable bibliographies (biber) (PK/JW/A
B)

(/usr/local/texlive/2012/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO)

(/usr/local/texlive/2012/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
)
(/usr/local/texlive/2012/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO)

(/usr/local/texlive/2012/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO)
)
(/usr/local/texlive/2012/texmf-dist/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO)

(/usr/local/texlive/2012/texmf-dist/tex/generic/oberdiek/ifluatex.sty
Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
)
Package etexcmds Info: Could not find \expanded.
(etexcmds)             That can mean that you are not using pdfTeX 1.50 or
(etexcmds)             that some package has redefined \expanded.
(etexcmds)             In the latter case, load this package earlier.
)))
(/usr/local/texlive/2012/texmf-dist/tex/latex/logreq/logreq.sty
Package: logreq 2010/08/04 v1.0 xml request logger
\lrq@indent=\count111

(/usr/local/texlive/2012/texmf-dist/tex/latex/logreq/logreq.def
File: logreq.def 2010/08/04 v1.0 logreq spec v1.0
))
(/usr/local/texlive/2012/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip11
Package: url 2006/04/12  ver 3.3  Verb mode for urls, etc.
)
\c@tabx@nest=\count112
\c@listtotal=\count113
\c@listcount=\count114
\c@liststart=\count115
\c@liststop=\count116
\c@citecount=\count117
\c@citetotal=\count118
\c@multicitecount=\count119
\c@multicitetotal=\count120
\c@instcount=\count121
\c@maxnames=\count122
\c@minnames=\count123
\c@maxitems=\count124
\c@minitems=\count125
\c@citecounter=\count126
\c@savedcitecounter=\count127
\c@uniquelist=\count128
\c@uniquename=\count129
\c@refsection=\count130
\c@refsegment=\count131
\c@maxextratitle=\count132
\c@maxextratitleyear=\count133
\c@maxextrayear=\count134
\c@maxextraalpha=\count135
\c@abbrvpenalty=\count136
\c@highnamepenalty=\count137
\c@lownamepenalty=\count138
\c@maxparens=\count139
\c@parenlevel=\count140
\blx@tempcnta=\count141
\blx@tempcntb=\count142
\blx@tempcntc=\count143
\blx@maxsection=\count144
\blx@maxsegment@0=\count145
\blx@notetype=\count146
\blx@parenlevel@text=\count147
\blx@parenlevel@foot=\count148
\blx@sectionciteorder@0=\count149
\labelnumberwidth=\skip49
\labelalphawidth=\skip50
\shorthandwidth=\skip51
\biblabelsep=\skip52
\bibitemsep=\skip53
\bibnamesep=\skip54
\bibinitsep=\skip55
\bibparsep=\skip56
\bibhang=\skip57
\blx@bcfin=\read1
\blx@bcfout=\write3
\c@mincomprange=\count150
\c@maxcomprange=\count151
\c@mincompwidth=\count152
Package biblatex Info: Trying to load biblatex default data model...
Package biblatex Info: ... file 'blx-dm.def' found.

(/usr/local/texlive/2012/texmf-dist/tex/latex/biblatex/blx-dm.def)
Package biblatex Info: Trying to load biblatex style data model...
Package biblatex Info: ... file 'mla.dbx' not found.
Package biblatex Info: Trying to load biblatex custom data model...
Package biblatex Info: ... file 'biblatex-dm.cfg' not found.
\c@afterword=\count153
\c@savedafterword=\count154
\c@annotator=\count155
\c@savedannotator=\count156
\c@author=\count157
\c@savedauthor=\count158
\c@bookauthor=\count159
\c@savedbookauthor=\count160
\c@commentator=\count161
\c@savedcommentator=\count162
\c@editor=\count163
\c@savededitor=\count164
\c@editora=\count165
\c@savededitora=\count166
\c@editorb=\count167
\c@savededitorb=\count168
\c@editorc=\count169
\c@savededitorc=\count170
\c@foreword=\count171
\c@savedforeword=\count172
\c@holder=\count173
\c@savedholder=\count174
\c@introduction=\count175
\c@savedintroduction=\count176
\c@namea=\count177
\c@savednamea=\count178
\c@nameb=\count179
\c@savednameb=\count180
\c@namec=\count181
\c@savednamec=\count182
\c@shortauthor=\count183
\c@savedshortauthor=\count184
\c@shorteditor=\count185
\c@savedshorteditor=\count186
\c@translator=\count187
\c@savedtranslator=\count188
\c@labelname=\count189
\c@savedlabelname=\count190
\c@institution=\count191
\c@savedinstitution=\count192
\c@lista=\count193
\c@savedlista=\count194
\c@listb=\count195
\c@savedlistb=\count196
\c@listc=\count197
\c@savedlistc=\count198
\c@listd=\count199
\c@savedlistd=\count200
\c@liste=\count201
\c@savedliste=\count202
\c@listf=\count203
\c@savedlistf=\count204
\c@location=\count205
\c@savedlocation=\count206
\c@organization=\count207
\c@savedorganization=\count208
\c@origlocation=\count209
\c@savedoriglocation=\count210
\c@origpublisher=\count211
\c@savedorigpublisher=\count212
\c@publisher=\count213
\c@savedpublisher=\count214
\c@language=\count215
\c@savedlanguage=\count216
\c@pageref=\count217
\c@savedpageref=\count218
Package biblatex Info: Trying to load compatibility code...
Package biblatex Info: ... file 'blx-compat.def' found.

(/usr/local/texlive/2012/texmf-dist/tex/latex/biblatex/blx-compat.def
File: blx-compat.def 2013/01/10 v2.5 biblatex compatibility (PK/JW/AB)
)
Package biblatex Info: Trying to load generic definitions...
Package biblatex Info: ... file 'biblatex.def' found.

(/usr/local/texlive/2012/texmf-dist/tex/latex/biblatex/biblatex.def
File: biblatex.def 
\c@biburlnumpenalty=\count219
\c@biburlucpenalty=\count220
\c@biburllcpenalty=\count221
\c@smartand=\count222
)
Package biblatex Info: Trying to load bibliography style 'mla'...
Package biblatex Info: ... file 'mla.bbx' found.

(/Users/kc9jud/Library/texmf/tex/latex/biblatex-mla/mla.bbx
File: mla.bbx 2013/03/23 v1.4.9 biblatex bibliography style
Package biblatex Info: Trying to load bibliography style 'standard'...
Package biblatex Info: ... file 'standard.bbx' found.

(/usr/local/texlive/2012/texmf-dist/tex/latex/biblatex/bbx/standard.bbx
File: standard.bbx 2013/01/10 v2.5 biblatex bibliography style (PK/JW/AB)
\c@bbx:relatedcount=\count223
\c@bbx:relatedtotal=\count224
))
Package biblatex Info: Trying to load citation style 'mla'...
Package biblatex Info: ... file 'mla.cbx' found.

(/Users/kc9jud/Library/texmf/tex/latex/biblatex-mla/mla.cbx
File: mla.cbx 2013/03/23 v1.4.9 biblatex citation style
\mypkg@everypar=\toks28
Package biblatex Info: Redefining '\parencite'.
Package biblatex Info: Redefining '\cite'.
Package biblatex Info: Redefining '\footcite'.
Package biblatex Info: Redefining '\fullcite'.
Package biblatex Info: Redefining '\smartcite'.
)
Package biblatex Info: Trying to load configuration file...
Package biblatex Info: ... file 'biblatex.cfg' found.

(/usr/local/texlive/2012/texmf-dist/tex/latex/biblatex/biblatex.cfg
File: biblatex.cfg 
)))
(/usr/local/texlive/2012/texmf-dist/tex/latex/graphics/color.sty
Package: color 2005/11/14 v1.0j Standard LaTeX Color (DPC)

(/usr/local/texlive/2012/texmf-dist/tex/latex/latexconfig/color.cfg
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package color Info: Driver file: pdftex.def on input line 130.

(/usr/local/texlive/2012/texmf-dist/tex/latex/pdftex-def/pdftex.def
File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX
\Gread@gobject=\count225
))

Package biblatex Warning: Macro 'cite:idem' already defined.
(biblatex)                Using \renewbibmacro on input line 18.

Package biblatex Warning: Macro 'cite:mla:title:internal' already defined.
(biblatex)                Using \renewbibmacro on input line 24.

Package biblatex Warning: Macro 'cite:mla:title' already defined.
(biblatex)                Using \renewbibmacro on input line 39.

Package biblatex Info: Redefining '\cite' on input line 58.
(/usr/local/texlive/2012/texmf-dist/tex/latex/datetime/datetime.sty
Package: datetime 2010/09/21 v2.58 Date Time Package

(/usr/local/texlive/2012/texmf-dist/tex/latex/fmtcount/fmtcount.sty
Package: fmtcount 2012/10/24 v2.02

(/usr/local/texlive/2012/texmf-dist/tex/latex/fmtcount/fcprefix.sty
Package: fcprefix 2012/09/28

(/usr/local/texlive/2012/texmf-dist/tex/latex/fmtcount/fcnumparser.sty
Package: fcnumparser 2012/09/28
\fc@digit@counter=\count226
))
\c@padzeroesN=\count227
\fc@tmpcatcode=\count228

(/usr/local/texlive/2012/texmf-dist/tex/latex/fmtcount/fc-english.def
File: fc-english.def 2012/06/18
)
\@DT@modctr=\count229
\@ordinalctr=\count230
\@orgargctr=\count231
\@strctr=\count232
\@tmpstrctr=\count233
Normal \count register pool exhausted, switching to extended pool.
\@DT@loopN=\count277
\@DT@X=\count278
)
\@day=\count279
\@month=\count280
\@year=\count281
\c@HOUR=\count282
\c@HOURXII=\count283
\c@MINUTE=\count284
\c@TOHOUR=\count285
\c@TOMINUTE=\count286
\c@SECOND=\count287
\currenthour=\count288
\currentminute=\count289
\currentsecond=\count290
Package datetime Info: No datetime.cfg file found, using default settings on in
put line 292.
\@dtctr=\count291
\dayofyear=\count292
\dayofweek=\count293
LaTeX Info: Redefining \today on input line 724.

(/usr/local/texlive/2012/texmf-dist/tex/latex/datetime/dt-american.def
File: dt-american.def 2010/09/21
)
\dt@a=\toks29
\dt@b=\toks30
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
\fancy@headwidth=\skip58
\f@ncyO@elh=\skip59
\f@ncyO@erh=\skip60
\f@ncyO@olh=\skip61
\f@ncyO@orh=\skip62
\f@ncyO@elf=\skip63
\f@ncyO@erf=\skip64
\f@ncyO@olf=\skip65
\f@ncyO@orf=\skip66
))
(/usr/local/texlive/2012/texmf-dist/tex/latex/psnfss/times.sty
Package: times 2005/04/12 PSNFSS-v9.2a (SPQR) 
)
Package csquotes Info: Checking for multilingual support...
Package csquotes Info: ... found 'babel' package.
Package csquotes Info: Adjusting default style.
Package csquotes Info: Redefining alias 'default' -> 'american'.
Package biblatex Info: Trying to load language 'american' -> 'american-mla'...
Package biblatex Info: ... file 'american-mla.lbx' found.

(/Users/kc9jud/Library/texmf/tex/latex/biblatex-mla/american-mla.lbx
File: american-mla.lbx 2013/03/24 v0.2.5 biblatex style localization
Package biblatex Info: Trying to load language 'american'...
Package biblatex Info: ... file 'american.lbx' found.

(/usr/local/texlive/2012/texmf-dist/tex/latex/biblatex/lbx/american.lbx
File: american.lbx 2013/01/10 v2.5 biblatex localization (PK/JW/AB)
Package biblatex Info: Trying to load language 'english' -> 'english-mla'...
Package biblatex Info: ... file 'english-mla.lbx' found.

(/Users/kc9jud/Library/texmf/tex/latex/biblatex-mla/english-mla.lbx
File: english-mla.lbx 2013/03/24 v0.4.5 biblatex style localization
Package biblatex Info: Trying to load language 'english'...
Package biblatex Info: ... file 'english.lbx' found.

(/usr/local/texlive/2012/texmf-dist/tex/latex/biblatex/lbx/english.lbx
File: english.lbx 2013/01/10 v2.5 biblatex localization (PK/JW/AB)
))))

Package biblatex Warning: Missing 'hyperref' package.
(biblatex)                Setting hyperref=false.

(./rebuttal_paper.aux)
\openout1 = `rebuttal_paper.aux'.

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 15.
LaTeX Font Info:    ... okay on input line 15.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 15.
LaTeX Font Info:    ... okay on input line 15.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 15.
LaTeX Font Info:    ... okay on input line 15.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 15.
LaTeX Font Info:    ... okay on input line 15.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 15.
LaTeX Font Info:    ... okay on input line 15.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 15.
LaTeX Font Info:    ... okay on input line 15.
LaTeX Font Info:    Try loading font information for OT1+ptm on input line 15.

(/usr/local/texlive/2012/texmf-dist/tex/latex/psnfss/ot1ptm.fd
File: ot1ptm.fd 2001/06/04 font definitions for OT1/ptm.
)
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
*geometry* verbose mode - [ preamble ] result:
* driver: pdftex
* paper: letterpaper
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* modes: 
* h-part:(L,W,R)=(72.26999pt, 469.75502pt, 72.26999pt)
* v-part:(T,H,B)=(72.26999pt, 650.43001pt, 72.26999pt)
* \paperwidth=614.295pt
* \paperheight=794.96999pt
* \textwidth=469.75502pt
* \textheight=650.43001pt
* \oddsidemargin=0.0pt
* \evensidemargin=0.0pt
* \topmargin=-37.0pt
* \headheight=12.0pt
* \headsep=25.0pt
* \topskip=12.0pt
* \footskip=30.0pt
* \marginparwidth=44.0pt
* \marginparsep=10.0pt
* \columnsep=10.0pt
* \skip\footins=10.8pt plus 4.0pt minus 2.0pt
* \hoffset=0.0pt
* \voffset=0.0pt
* \mag=1000
* \@twocolumnfalse
* \@twosidefalse
* \@mparswitchfalse
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)

Package biblatex Info: No input encoding detected.
(biblatex)             Assuming 'ascii'.
Package biblatex Info: Automatic encoding selection.
(biblatex)             Assuming data encoding 'ascii'.
\openout3 = `rebuttal_paper.bcf'.

Package biblatex Info: Trying to load bibliographic data...
Package biblatex Info: ... file 'rebuttal_paper.bbl' found.
(./rebuttal_paper.bbl)
Package biblatex Info: Reference section=0 on input line 15.
Package biblatex Info: Reference segment=0 on input line 15.

(/usr/local/texlive/2012/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count294
\scratchdimen=\dimen121
\scratchbox=\box28
\nofMPsegments=\count295
\nofMParguments=\count296
\everyMPshowfont=\toks31
\MPscratchCnt=\count297
\MPscratchDim=\dimen122
\MPnumerator=\count298
\makeMPintoPDFobject=\count299
\everyMPtoPDFconversion=\toks32
)

Package Fancyhdr Warning: \headheight is too small (12.0pt): 
 Make it at least 14.49998pt.
 We now make it that large for the rest of the document.
 This may cause the page layout to be inconsistent, however.

[1{/usr/local/texlive/2012/texmf-var/fonts/map/pdftex/updmap/pdftex.map}

]
[2] [3] (./rebuttal_paper.aux)
Package logreq Info: Writing requests to 'rebuttal_paper.run.xml'.
\openout1 = `rebuttal_paper.run.xml'.

 ) 
Here is how much of TeX's memory you used:
 9526 strings out of 493481
 152564 string characters out of 3140966
 574798 words of memory out of 3000000
 12709 multiletter control sequences out of 15000+200000
 7207 words of font info for 19 fonts, out of 3000000 for 9000
 957 hyphenation exceptions out of 8191
 51i,11n,51p,990b,1684s stack positions out of 5000i,500n,10000p,200000b,50000s
{/usr/local/texlive/2012/texmf-dist/fonts/enc/dvips/base/8r.enc}</usr/local/t
exlive/2012/texmf-dist/fonts/type1/urw/times/utmr8a.pfb></usr/local/texlive/201
2/texmf-dist/fonts/type1/urw/times/utmri8a.pfb>
Output written on rebuttal_paper.pdf (3 pages, 28422 bytes).
PDF statistics:
 23 PDF objects out of 1000 (max. 8388607)
 15 compressed objects within 1 object stream
 0 named destinations out of 1000 (max. 500000)
 1 words of extra memory for PDF output out of 10000 (max. 10000000)
jmclawson commented 11 years ago

Can you provide me with a minimal working example? Things are working correctly for me, but if you show me a (single?) .bib file entry and a sample .tex file (as simple as possible), I should be able to see where things are going wrong. You can always email me these files if you'd prefer. My address is my last name (which starts with a C) at Gmail.

jmclawson commented 11 years ago

I think I figured out what's causing your troubles. For some reason, the MLA13 package redefines the issue+date macro to remove parenthesis on line 81, thereby making the resulting bibliography deviate from MLA expectations. I can request that redefinition be deleted from his package; if I were you, I would first check to see if things turn out correctly by dropping the MLA13 package from the .tex file.

kc9jud commented 11 years ago

Commenting out that definition in mla13.sty fixed it! Thanks!

I'll submit a pull request to fix this in mla13.

On Apr 24, 2013, at 11:53, jmclawson notifications@github.com wrote:

I think I figured out what's causing your troubles. For some reason, the MLA13 package redefines the issue+date macro to remove parenthesis on line 81, thereby making the resulting bibliography deviate from MLA expectations. I can request that redefinition be deleted from his package; if I were you, I would first check to see if things turn out correctly by dropping the MLA13 package from the .tex file.

— Reply to this email directly or view it on GitHub.

jmclawson commented 11 years ago

I'm glad you got it fixed!