BibTeX, biblatex and biberbiblatex-chicago not showing date field

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
sinuhet
Posts: 4
Joined: Sat Feb 05, 2011 12:44 am

biblatex-chicago not showing date field

Post by sinuhet »

Hello, I have a weird problem, and I don't know how to solve it.

I am using MacTeX together with BibDesk and TextMate, usually all of my files are in UTF-8. I am calling in the preamble the biblatex-chicago (precisely [notes]) package, I am making some necessary changes in the formatting of the fields (but not with the year or date!) - see the preamble, and in the final PDF the date/year just doesn’t appear, the brackets are just empty. Can somebody help me? I am lost with this problem.

My preamble and body of the TeX file:

Code: Select all

\documentclass[12pt,a4paper]{article}
% Use utf-8 encoding for foreign characters
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}                         
\usepackage[bgreek,english,american]{babel}
\usepackage{url}
\usepackage{textcomp}
\usepackage[babel]{microtype}          % better looking PDF 
\usepackage[%
	pdftitle={title},%
	pdfauthor={author},%
	hyperindex=true,colorlinks=false,hyperfootnotes=false,linkcolor=black]{hyperref}
\usepackage{csquotes}
\usepackage[notes,strict,babel=other,mincrossrefs=2,citepages=omit,printnoterefs=false,doi=false,eprint=false]{biblatex-chicago}
\bibliography{alldocuments}

% Lastname, Firstname initials
\DeclareNameFormat{labelname}{%
 \ifuseprefix
  {\usebibmacro{name:last-first}{#1}{#4}{#5}{#8}}
  {\usebibmacro{name:last-first}{#1}{#4}{#6}{#8}}%
 \usebibmacro{name:andothers}}

% Get rid of default page prefix strings ``p.'' or ``pp.'' in pages field and postnote
\DeclareFieldFormat{pages}{\iffieldundef{bookpagination}{#1\isdot}{\mkpageprefix[bookpagination{#1\isdot}}}%
\DeclareFieldFormat{postnote}{\iffieldundef{pagination}{#1\isdot}{\mkpageprefix[pagination]{#1\isdot}}}%

\DeclareNameAlias{default}{labelname}
\DeclareNameAlias{author}{default}
\DeclareNameAlias{editor}{default} 
\DeclareNameAlias{translator}{default}

% names of author, editor, translator in SmallCaps
\def\mkbibnamelast#1{{\hyphenrules{nohyphenation}\textsc{#1}}}
	
\DefineBibliographyStrings{american}{namedash={\underline{\qquad}}} 
\DeclareFieldFormat[article,book]{title}{\emph{#1}}
\DeclareFieldFormat[inbook]{booktitle}{\emph{#1}}
\DeclareFieldFormat[inbook]{title}{``{#1}''}
\DeclareFieldFormat[inproceedings]{title}{``{#1}''}
\DeclareFieldFormat[inproceedings]{booktitle}{\emph{#1}}
\DeclareFieldFormat[proceedings]{title}{\emph{#1}}
\DeclareFieldFormat[proceedings]{booktitle}{\emph{#1}}
\DeclareFieldFormat[article,proceedings,inproceedings,book]{shorttitle}{\emph{#1}}

\begin{document}

... text\footnote{\Cite[Cf.][173-174]{Dupre}, which article was originally published as \Cite{Dupre:1993}}

... some other text with footnotes ...

... text\footnote{\cite[Cf.][180]{Dupre}, who is quoting the article of \fullcite[595.]{Fortin:1982}}

\printbibliography
\end{document}
The part of my bib file:

Code: Select all

@inproceedings{Dupre,
	Author = {Dupré, Louis},
	Booktitle = {Catholicism and Liberalism - Contributions to American Public Philosophy},
	Chapter = {7},
	Crossref = {Hollenbach:1994},
	Date-Added = {2011-01-29 12:05:03 +0100},
	Date-Modified = {2011-02-08 17:51:51 +0100},
	Keywords = {Catholicism liberalism American public philosophy ethics CST common good open society},
	Pages = {172-195},
	Rating = {4},
	Read = {1},
	Title = {The common good and the open society},
	Xref = {Hollenbach:1994}}

@proceedings{Hollenbach:1994,
	Address = {Cambridge, MA},
	Date-Added = {2011-01-29 12:02:13 +0100},
	Date-Modified = {2011-02-08 23:04:25 +0100},
	Doi = {10.1017/CBO9780511627965.007},
	Editor = {Douglass, {Bruce R.} and Hollenbach, David},
	Isbn = {9780521892452},
	Keywords = {Catholicism liberalism American public philosophy ethics CST},
	Publisher = {Cambridge University Press},
	Title = {Catholicism and Liberalism - Contributions to American Public Philosophy},
	Year = {1994},
	Bdsk-Url-1 = {http://dx.doi.org/10.1017/CBO9780511627965.007}}

@article{Fortin:1982,
	Author = {Fortin, {Ernest L.}},
	Date = {1982},
	Date-Added = {2011-01-25 21:21:34 +0100},
	Date-Modified = {2011-02-08 20:56:35 +0100},
	Doi = {0.1017/S0034670500041504},
	Journal = {The Review of Politics},
	Keywords = {natural law rights theory},
	Number = {4},
	Pages = {590-612},
	Title = {The New Rights Theory and the Natural Law},
	Volume = {44},
	Year = {1982}}


As you can see, the affected inputs are various, from books to articles or proceedings.

I tried to convert the cms-notes-sample.tex file, published together with the biblatex-chicago package, and it works, everything is ok. I tried to remove all my style formatting commands, but without any result. The same problem still (converted with LaTeX and BibTeX minimum 20x). Then I checked the notes-test.bib file (also provided by biblatex-chicago package and called by cms-notes-sample.tex), where I found, that my BibDesk software is saving the Year field in the bib file as

Year = {1994},

while the notes-test.bib saves it as

year = 1994,

So I tried to change it, but it had no different result, everything was the same.

Example:
sample from my PDF - date is missing
sample from my PDF - date is missing
biblatex-chicago.jpg (176.87 KiB) Viewed 6190 times



Can I kindly ask for help? I will really really appreciate it! :cry: :cry: :cry:


My log file

Code: Select all

This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010) (format=pdflatex 2011.2.3)  8 FEB 2011 23:11
entering extended mode
 restricted \write18 enabled.
 file:line:error style messages enabled.
 %&-line parsing enabled.
**"Bonum commune and TJ.tex"
(./Bonum commune and TJ.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman-x-2009-06-19, ngerman-x-2009-06-19, 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, galician, german, ngerman, swissgerman, monogreek, greek, hungarian,
 icelandic, assamese, bengali, gujarati, hindi, kannada, malayalam, marathi, or
iya, panjabi, tamil, telugu, indonesian, interlingua, irish, italian, kurmanji,
 lao, latin, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk, pol
ish, portuguese, romanian, russian, sanskrit, serbian, slovak, slovenian, spani
sh, swedish, turkish, turkmen, ukrainian, uppersorbian, welsh, loaded.
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2010/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/2010/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2008/03/30 v1.1d Input encoding file
\inpenc@prehook=\toks14
\inpenc@posthook=\toks15

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/utf8.def
File: utf8.def 2008/04/05 v1.1m UTF-8 support for inputenc
Now handling font encoding OML ...
... no UTF-8 mapping file for font encoding OML
Now handling font encoding T1 ...
... processing UTF-8 mapping file for font encoding T1

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/t1enc.dfu
File: t1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
   defining Unicode char U+00A1 (decimal 161)
   defining Unicode char U+00A3 (decimal 163)
   defining Unicode char U+00AB (decimal 171)
   defining Unicode char U+00BB (decimal 187)
   defining Unicode char U+00BF (decimal 191)
   defining Unicode char U+00C0 (decimal 192)
   defining Unicode char U+00C1 (decimal 193)
   defining Unicode char U+00C2 (decimal 194)
   defining Unicode char U+00C3 (decimal 195)
   defining Unicode char U+00C4 (decimal 196)
   defining Unicode char U+00C5 (decimal 197)
   defining Unicode char U+00C6 (decimal 198)
   defining Unicode char U+00C7 (decimal 199)
   defining Unicode char U+00C8 (decimal 200)
   defining Unicode char U+00C9 (decimal 201)
   defining Unicode char U+00CA (decimal 202)
   defining Unicode char U+00CB (decimal 203)
   defining Unicode char U+00CC (decimal 204)
   defining Unicode char U+00CD (decimal 205)
   defining Unicode char U+00CE (decimal 206)
   defining Unicode char U+00CF (decimal 207)
   defining Unicode char U+00D0 (decimal 208)
   defining Unicode char U+00D1 (decimal 209)
   defining Unicode char U+00D2 (decimal 210)
   defining Unicode char U+00D3 (decimal 211)
   defining Unicode char U+00D4 (decimal 212)
   defining Unicode char U+00D5 (decimal 213)
   defining Unicode char U+00D6 (decimal 214)
   defining Unicode char U+00D8 (decimal 216)
   defining Unicode char U+00D9 (decimal 217)
   defining Unicode char U+00DA (decimal 218)
   defining Unicode char U+00DB (decimal 219)
   defining Unicode char U+00DC (decimal 220)
   defining Unicode char U+00DD (decimal 221)
   defining Unicode char U+00DE (decimal 222)
   defining Unicode char U+00DF (decimal 223)
   defining Unicode char U+00E0 (decimal 224)
   defining Unicode char U+00E1 (decimal 225)
   defining Unicode char U+00E2 (decimal 226)
   defining Unicode char U+00E3 (decimal 227)
   defining Unicode char U+00E4 (decimal 228)
   defining Unicode char U+00E5 (decimal 229)
   defining Unicode char U+00E6 (decimal 230)
   defining Unicode char U+00E7 (decimal 231)
   defining Unicode char U+00E8 (decimal 232)
   defining Unicode char U+00E9 (decimal 233)
   defining Unicode char U+00EA (decimal 234)
   defining Unicode char U+00EB (decimal 235)
   defining Unicode char U+00EC (decimal 236)
   defining Unicode char U+00ED (decimal 237)
   defining Unicode char U+00EE (decimal 238)
   defining Unicode char U+00EF (decimal 239)
   defining Unicode char U+00F0 (decimal 240)
   defining Unicode char U+00F1 (decimal 241)
   defining Unicode char U+00F2 (decimal 242)
   defining Unicode char U+00F3 (decimal 243)
   defining Unicode char U+00F4 (decimal 244)
   defining Unicode char U+00F5 (decimal 245)
   defining Unicode char U+00F6 (decimal 246)
   defining Unicode char U+00F8 (decimal 248)
   defining Unicode char U+00F9 (decimal 249)
   defining Unicode char U+00FA (decimal 250)
   defining Unicode char U+00FB (decimal 251)
   defining Unicode char U+00FC (decimal 252)
   defining Unicode char U+00FD (decimal 253)
   defining Unicode char U+00FE (decimal 254)
   defining Unicode char U+00FF (decimal 255)
   defining Unicode char U+0102 (decimal 258)
   defining Unicode char U+0103 (decimal 259)
   defining Unicode char U+0104 (decimal 260)
   defining Unicode char U+0105 (decimal 261)
   defining Unicode char U+0106 (decimal 262)
   defining Unicode char U+0107 (decimal 263)
   defining Unicode char U+010C (decimal 268)
   defining Unicode char U+010D (decimal 269)
   defining Unicode char U+010E (decimal 270)
   defining Unicode char U+010F (decimal 271)
   defining Unicode char U+0110 (decimal 272)
   defining Unicode char U+0111 (decimal 273)
   defining Unicode char U+0118 (decimal 280)
   defining Unicode char U+0119 (decimal 281)
   defining Unicode char U+011A (decimal 282)
   defining Unicode char U+011B (decimal 283)
   defining Unicode char U+011E (decimal 286)
   defining Unicode char U+011F (decimal 287)
   defining Unicode char U+0130 (decimal 304)
   defining Unicode char U+0131 (decimal 305)
   defining Unicode char U+0132 (decimal 306)
   defining Unicode char U+0133 (decimal 307)
   defining Unicode char U+0139 (decimal 313)
   defining Unicode char U+013A (decimal 314)
   defining Unicode char U+013D (decimal 317)
   defining Unicode char U+013E (decimal 318)
   defining Unicode char U+0141 (decimal 321)
   defining Unicode char U+0142 (decimal 322)
   defining Unicode char U+0143 (decimal 323)
   defining Unicode char U+0144 (decimal 324)
   defining Unicode char U+0147 (decimal 327)
   defining Unicode char U+0148 (decimal 328)
   defining Unicode char U+014A (decimal 330)
   defining Unicode char U+014B (decimal 331)
   defining Unicode char U+0150 (decimal 336)
   defining Unicode char U+0151 (decimal 337)
   defining Unicode char U+0152 (decimal 338)
   defining Unicode char U+0153 (decimal 339)
   defining Unicode char U+0154 (decimal 340)
   defining Unicode char U+0155 (decimal 341)
   defining Unicode char U+0158 (decimal 344)
   defining Unicode char U+0159 (decimal 345)
   defining Unicode char U+015A (decimal 346)
   defining Unicode char U+015B (decimal 347)
   defining Unicode char U+015E (decimal 350)
   defining Unicode char U+015F (decimal 351)
   defining Unicode char U+0160 (decimal 352)
   defining Unicode char U+0161 (decimal 353)
   defining Unicode char U+0162 (decimal 354)
   defining Unicode char U+0163 (decimal 355)
   defining Unicode char U+0164 (decimal 356)
   defining Unicode char U+0165 (decimal 357)
   defining Unicode char U+016E (decimal 366)
   defining Unicode char U+016F (decimal 367)
   defining Unicode char U+0170 (decimal 368)
   defining Unicode char U+0171 (decimal 369)
   defining Unicode char U+0178 (decimal 376)
   defining Unicode char U+0179 (decimal 377)
   defining Unicode char U+017A (decimal 378)
   defining Unicode char U+017B (decimal 379)
   defining Unicode char U+017C (decimal 380)
   defining Unicode char U+017D (decimal 381)
   defining Unicode char U+017E (decimal 382)
   defining Unicode char U+200C (decimal 8204)
   defining Unicode char U+2013 (decimal 8211)
   defining Unicode char U+2014 (decimal 8212)
   defining Unicode char U+2018 (decimal 8216)
   defining Unicode char U+2019 (decimal 8217)
   defining Unicode char U+201A (decimal 8218)
   defining Unicode char U+201C (decimal 8220)
   defining Unicode char U+201D (decimal 8221)
   defining Unicode char U+201E (decimal 8222)
   defining Unicode char U+2030 (decimal 8240)
   defining Unicode char U+2031 (decimal 8241)
   defining Unicode char U+2039 (decimal 8249)
   defining Unicode char U+203A (decimal 8250)
   defining Unicode char U+2423 (decimal 9251)
)
Now handling font encoding OT1 ...
... processing UTF-8 mapping file for font encoding OT1

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/ot1enc.dfu
File: ot1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
   defining Unicode char U+00A1 (decimal 161)
   defining Unicode char U+00A3 (decimal 163)
   defining Unicode char U+00B8 (decimal 184)
   defining Unicode char U+00BF (decimal 191)
   defining Unicode char U+00C5 (decimal 197)
   defining Unicode char U+00C6 (decimal 198)
   defining Unicode char U+00D8 (decimal 216)
   defining Unicode char U+00DF (decimal 223)
   defining Unicode char U+00E6 (decimal 230)
   defining Unicode char U+00EC (decimal 236)
   defining Unicode char U+00ED (decimal 237)
   defining Unicode char U+00EE (decimal 238)
   defining Unicode char U+00EF (decimal 239)
   defining Unicode char U+00F8 (decimal 248)
   defining Unicode char U+0131 (decimal 305)
   defining Unicode char U+0141 (decimal 321)
   defining Unicode char U+0142 (decimal 322)
   defining Unicode char U+0152 (decimal 338)
   defining Unicode char U+0153 (decimal 339)
   defining Unicode char U+2013 (decimal 8211)
   defining Unicode char U+2014 (decimal 8212)
   defining Unicode char U+2018 (decimal 8216)
   defining Unicode char U+2019 (decimal 8217)
   defining Unicode char U+201C (decimal 8220)
   defining Unicode char U+201D (decimal 8221)
)
Now handling font encoding OMS ...
... processing UTF-8 mapping file for font encoding OMS

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/omsenc.dfu
File: omsenc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
   defining Unicode char U+00A7 (decimal 167)
   defining Unicode char U+00B6 (decimal 182)
   defining Unicode char U+00B7 (decimal 183)
   defining Unicode char U+2020 (decimal 8224)
   defining Unicode char U+2021 (decimal 8225)
   defining Unicode char U+2022 (decimal 8226)
)
Now handling font encoding OMX ...
... no UTF-8 mapping file for font encoding OMX
Now handling font encoding U ...
... no UTF-8 mapping file for font encoding U
   defining Unicode char U+00A9 (decimal 169)
   defining Unicode char U+00AA (decimal 170)
   defining Unicode char U+00AE (decimal 174)
   defining Unicode char U+00BA (decimal 186)
   defining Unicode char U+02C6 (decimal 710)
   defining Unicode char U+02DC (decimal 732)
   defining Unicode char U+200C (decimal 8204)
   defining Unicode char U+2026 (decimal 8230)
   defining Unicode char U+2122 (decimal 8482)
   defining Unicode char U+2423 (decimal 9251)
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/t1enc.def
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info:    Redeclaring font encoding T1 on input line 43.
))
(/usr/local/texlive/2010/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2008/07/06 v3.8l The Babel package

(/usr/local/texlive/2010/texmf-dist/tex/latex/bgreek/bgreek.ldf
Language: bgreek 2009/02/13 v0.3 bgreek support from the babel system

(/usr/local/texlive/2010/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2008/07/06 v3.8l Babel common definitions
\babel@savecnt=\count87
\U@D=\dimen103
)

Package babel Warning: No hyphenation patterns were loaded for
(babel)                the language `bgreek'
(babel)                I will use the patterns loaded for \language=0 instead.

\l@bgreek = a dialect from \language0
Loading the definitions for the Beta Code Greek font encoding
(/usr/local/texlive/2010/texmf-dist/tex/latex/bgreek/bcgenc.def
File: BCGenc.def 2001/01/30 v2.2e Beta Code Greek Encoding
Now handling font encoding BCG ...
... no UTF-8 mapping file for font encoding BCG
)
Package babel Info: Making ! an active character on input line 39.
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/babel/english.ldf
Language: english 2005/03/30 v3.3o English support from the babel system
\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/2010/texmf-dist/tex/generic/babel/english.ldf
Language: english 2005/03/30 v3.3o English support from the babel system
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip10
Package: url 2006/04/12  ver 3.3  Verb mode for urls, etc.
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/textcomp.sty
Package: textcomp 2005/09/27 v1.99g Standard LaTeX package
Package textcomp Info: Sub-encoding information:
(textcomp)               5 = only ISO-Adobe without \textcurrency
(textcomp)               4 = 5 + \texteuro
(textcomp)               3 = 4 + \textohm
(textcomp)               2 = 3 + \textestimated + \textcurrency
(textcomp)               1 = TS1 - \textcircled - \t
(textcomp)               0 = TS1 (full)
(textcomp)             Font families with sub-encoding setting implement
(textcomp)             only a restricted character set as indicated.
(textcomp)             Family '?' is the default used for unknown fonts.
(textcomp)             See the documentation for details.
Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 71.

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/ts1enc.def
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
Now handling font encoding TS1 ...
... processing UTF-8 mapping file for font encoding TS1

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/ts1enc.dfu
File: ts1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
   defining Unicode char U+00A2 (decimal 162)
   defining Unicode char U+00A3 (decimal 163)
   defining Unicode char U+00A4 (decimal 164)
   defining Unicode char U+00A5 (decimal 165)
   defining Unicode char U+00A6 (decimal 166)
   defining Unicode char U+00A7 (decimal 167)
   defining Unicode char U+00A8 (decimal 168)
   defining Unicode char U+00A9 (decimal 169)
   defining Unicode char U+00AA (decimal 170)
   defining Unicode char U+00AC (decimal 172)
   defining Unicode char U+00AE (decimal 174)
   defining Unicode char U+00AF (decimal 175)
   defining Unicode char U+00B0 (decimal 176)
   defining Unicode char U+00B1 (decimal 177)
   defining Unicode char U+00B2 (decimal 178)
   defining Unicode char U+00B3 (decimal 179)
   defining Unicode char U+00B4 (decimal 180)
   defining Unicode char U+00B5 (decimal 181)
   defining Unicode char U+00B6 (decimal 182)
   defining Unicode char U+00B7 (decimal 183)
   defining Unicode char U+00B9 (decimal 185)
   defining Unicode char U+00BA (decimal 186)
   defining Unicode char U+00BC (decimal 188)
   defining Unicode char U+00BD (decimal 189)
   defining Unicode char U+00BE (decimal 190)
   defining Unicode char U+00D7 (decimal 215)
   defining Unicode char U+00F7 (decimal 247)
   defining Unicode char U+0192 (decimal 402)
   defining Unicode char U+02C7 (decimal 711)
   defining Unicode char U+02D8 (decimal 728)
   defining Unicode char U+02DD (decimal 733)
   defining Unicode char U+0E3F (decimal 3647)
   defining Unicode char U+2016 (decimal 8214)
   defining Unicode char U+2020 (decimal 8224)
   defining Unicode char U+2021 (decimal 8225)
   defining Unicode char U+2022 (decimal 8226)
   defining Unicode char U+2030 (decimal 8240)
   defining Unicode char U+2031 (decimal 8241)
   defining Unicode char U+203B (decimal 8251)
   defining Unicode char U+203D (decimal 8253)
   defining Unicode char U+2044 (decimal 8260)
   defining Unicode char U+204E (decimal 8270)
   defining Unicode char U+2052 (decimal 8274)
   defining Unicode char U+20A1 (decimal 8353)
   defining Unicode char U+20A4 (decimal 8356)
   defining Unicode char U+20A6 (decimal 8358)
   defining Unicode char U+20A9 (decimal 8361)
   defining Unicode char U+20AB (decimal 8363)
   defining Unicode char U+20AC (decimal 8364)
   defining Unicode char U+20B1 (decimal 8369)
   defining Unicode char U+2103 (decimal 8451)
   defining Unicode char U+2116 (decimal 8470)
   defining Unicode char U+2117 (decimal 8471)
   defining Unicode char U+211E (decimal 8478)
   defining Unicode char U+2120 (decimal 8480)
   defining Unicode char U+2122 (decimal 8482)
   defining Unicode char U+2126 (decimal 8486)
   defining Unicode char U+2127 (decimal 8487)
   defining Unicode char U+212E (decimal 8494)
   defining Unicode char U+2190 (decimal 8592)
   defining Unicode char U+2191 (decimal 8593)
   defining Unicode char U+2192 (decimal 8594)
   defining Unicode char U+2193 (decimal 8595)
   defining Unicode char U+2329 (decimal 9001)
   defining Unicode char U+232A (decimal 9002)
   defining Unicode char U+2422 (decimal 9250)
   defining Unicode char U+25E6 (decimal 9702)
   defining Unicode char U+25EF (decimal 9711)
   defining Unicode char U+266A (decimal 9834)
))
LaTeX Info: Redefining \oldstylenums on input line 266.
Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 281.
Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 282.
Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 283.
Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 284.
Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 285.
Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 286.
Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 287.
Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 288.
Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 289.
Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 290.
Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 291.
Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 292.
Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 293.
Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 294.
Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 295.
Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 296.
Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 297.
Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 298.
Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 299.
Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 300.
Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 301.
Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 302.
Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 303.
Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 304.

Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 305.
Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 306.
Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 307.
Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 308.
Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 309.
Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 310.
Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 311.
Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 312.
Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 313.
Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 314.
Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 315.
Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 316.
Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 317.
Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 318.
Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 319.
Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 320.
Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 321.
Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 322.
Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 323.
Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 324.
Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 325.
Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 326.
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/microtype/microtype.sty
Package: microtype 2010/01/10 v2.4 Micro-typography with pdfTeX (RS)

(/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks16
)
\MT@toks=\toks17
\MT@count=\count88
LaTeX Info: Redefining \lsstyle on input line 1597.
LaTeX Info: Redefining \lslig on input line 1597.
\MT@outer@space=\skip43
LaTeX Info: Redefining \textls on input line 1605.
\MT@outer@kern=\dimen104
LaTeX Info: Redefining \textmicrotypecontext on input line 2156.
Package microtype Info: Loading configuration file microtype.cfg.

(/usr/local/texlive/2010/texmf-dist/tex/latex/microtype/microtype.cfg
File: microtype.cfg 2010/01/10 v2.4 microtype main configuration file (RS)
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2010/12/16 v6.81z Hypertext links for LaTeX

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2010/04/26 v1.7 LaTeX kernel commands for general use (HO)
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2010/01/28 v2.1 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in pdf mode detected.
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
Package: pdftexcmds 2010/04/01 v0.9 Utility functions of pdfTeX for LuaTeX (HO)


(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/message (HO)
)
(/usr/local/texlive/2010/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 pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2010/03/01 v1.9 Key value parser (HO)

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2010/01/28 v1.3 Prefix for e-TeX command names (HO)
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/2010/texmf-dist/tex/generic/oberdiek/pdfescape.sty
Package: pdfescape 2010/03/01 v1.9 Provides hex, PDF name and string conversion
s (HO)
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2010/03/01 v1.5 Switches for detecting VTeX and its modes (HO)
Package ifvtex Info: VTeX not detected.
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/hycolor.sty
Package: hycolor 2009/12/12 v1.6 Color options of hyperref/bookmark (HO)

(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/xcolor-patch.sty
Package: xcolor-patch 2009/12/12 xcolor patch
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/letltxmacro.sty
Package: letltxmacro 2008/06/24 v1.3 Let assignment for LaTeX macros (HO)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2010/02/22 v3.7 Keyval support for LaTeX options (HO)
)
\@linkdim=\dimen105
\Hy@linkcounter=\count89
\Hy@pagecounter=\count90

(/usr/local/texlive/2010/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2010/12/16 v6.81z Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/intcalc.sty
Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
)
\Hy@SavedSpaceFactor=\count91

(/usr/local/texlive/2010/texmf-dist/tex/latex/latexconfig/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
Package hyperref Info: Option `hyperindex' set `true' on input line 3889.
Package hyperref Info: Option `colorlinks' set `false' on input line 3889.
Package hyperref Info: Option `hyperfootnotes' set `false' on input line 3889.
Package hyperref Info: Hyper figures OFF on input line 3993.
Package hyperref Info: Link nesting OFF on input line 3998.
Package hyperref Info: Hyper index ON on input line 4001.
Package hyperref Info: Plain pages OFF on input line 4008.
Package hyperref Info: Backreferencing OFF on input line 4013.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4231.
\c@Hy@tempcnt=\count92
LaTeX Info: Redefining \url on input line 4584.

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/bitset.sty
Package: bitset 2007/09/28 v1.0 Data type bit set (HO)

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/bigintcalc.sty
Package: bigintcalc 2007/11/11 v1.1 Expandable big integer calculations (HO)
))
\Fld@menulength=\count93
\Field@Width=\dimen106
\Fld@charsize=\dimen107
Package hyperref Info: Hyper figures OFF on input line 5668.
Package hyperref Info: Link nesting OFF on input line 5673.
Package hyperref Info: Hyper index ON on input line 5676.
Package hyperref Info: backreferencing OFF on input line 5683.
Package hyperref Info: Link coloring OFF on input line 5688.
Package hyperref Info: Link coloring with OCG OFF on input line 5693.
Package hyperref Info: PDF/A mode OFF on input line 5698.
LaTeX Info: Redefining \ref on input line 5738.
LaTeX Info: Redefining \pageref on input line 5742.

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/atbegshi.sty
Package: atbegshi 2010/03/25 v1.12 At begin shipout hook (HO)
)
\Hy@abspage=\count94
\c@Item=\count95
)

Package hyperref Message: Driver (autodetected): hpdftex.

(/usr/local/texlive/2010/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2010/12/16 v6.81z Hyperref driver for pdfTeX

(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/atveryend.sty
Package: atveryend 2010/03/24 v1.5 Hooks at very end of document (HO)
Package atveryend Info: \enddocument detected (standard).
)
\Fld@listcount=\count96
\c@bookmark@seq@number=\count97

(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
Package: rerunfilecheck 2010/03/16 v1.6 Rerun checks for auxiliary files (HO)

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/uniquecounter.sty
Package: uniquecounter 2009/12/18 v1.1 Provides unlimited unique counter (HO)
)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
71.
)
\Hy@SectionHShift=\skip44
)
(/Users/Novitzky/Library/texmf/tex/latex/csquotes/csquotes.sty
Package: csquotes 2009/07/04 v4.4a context-sensitive quotations

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

(/usr/local/texlive/2010/texmf-dist/tex/latex/etex-pkg/etex.sty
Package: etex 1998/03/26 v2.0 eTeX basic definition package (PEB)
\et@xins=\count98
)
\etb@tempcnta=\count99
)
\csq@reset=\count100
\csq@gtype=\count101
\csq@glevel=\count102
\csq@qlevel=\count103
\csq@maxlvl=\count104
\csq@tshold=\count105
\csq@ltx@everypar=\toks18

(/Users/Novitzky/Library/texmf/tex/latex/csquotes/csquotes.def
File: csquotes.def 2009/07/04 v4.4a csquotes generic definitions
)
Package csquotes Info: Trying to load configuration file 'csquotes.cfg'...
Package csquotes Info: ... configuration file loaded successfully.

(/usr/local/texlive/2010/texmf-dist/tex/latex/csquotes/csquotes.cfg
File: csquotes.cfg 
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago
.sty
Package: biblatex-chicago 2010/09/07 v.0.9d biblatex style
 (/Users/Novitzky/Library/texmf/tex/latex/biblatex/biblatex.sty
Package: biblatex 2011/02/04 v1.1b programmable bibliographies

(/usr/local/texlive/2010/texmf-dist/tex/latex/logreq/logreq.sty
Package: logreq 2010/08/04 v1.0 xml request logger
\lrq@indent=\count106

(/usr/local/texlive/2010/texmf-dist/tex/latex/logreq/logreq.def
File: logreq.def 2010/08/04 v1.0 logreq spec v1.0
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
\c@listtotal=\count107
\c@listcount=\count108
\c@liststart=\count109
\c@liststop=\count110
\c@citecount=\count111
\c@citetotal=\count112
\c@multicitecount=\count113
\c@multicitetotal=\count114
\c@instcount=\count115
\c@maxnames=\count116
\c@minnames=\count117
\c@maxitems=\count118
\c@minitems=\count119
\c@uniquename=\count120
\c@saveduniquename=\count121
\c@refsection=\count122
\c@refsegment=\count123
\c@maxextrayear=\count124
\c@maxextraalpha=\count125
\c@abbrvpenalty=\count126
\c@highnamepenalty=\count127
\c@lownamepenalty=\count128
\c@maxparens=\count129
\c@parenlevel=\count130
\blx@tempcnta=\count131
\blx@tempcntb=\count132
\blx@maxsection=\count133
\blx@maxsegment=\count134
\blx@notetype=\count135
\blx@parenlevel@text=\count136
\blx@parenlevel@foot=\count137
\labelnumberwidth=\skip45
\labelalphawidth=\skip46
\shorthandwidth=\skip47
\biblabelsep=\skip48
\bibitemsep=\skip49
\bibnamesep=\skip50
\bibinitsep=\skip51
\bibparsep=\skip52
\bibhang=\skip53
\blx@auxin=\read1
\blx@auxout=\write3
\c@labelname=\count138
\c@savedlabelname=\count139
\c@author=\count140
\c@savedauthor=\count141
\c@shortauthor=\count142
\c@savedshortauthor=\count143
\c@editor=\count144
\c@savededitor=\count145
\c@editora=\count146
\c@savededitora=\count147
\c@editorb=\count148
\c@savededitorb=\count149
\c@editorc=\count150
\c@savededitorc=\count151
\c@shorteditor=\count152
\c@savedshorteditor=\count153
\c@bookauthor=\count154
\c@savedbookauthor=\count155
\c@translator=\count156
\c@savedtranslator=\count157
\c@annotator=\count158
\c@savedannotator=\count159
\c@commentator=\count160
\c@savedcommentator=\count161
\c@introduction=\count162
\c@savedintroduction=\count163
\c@foreword=\count164
\c@savedforeword=\count165
\c@afterword=\count166
\c@savedafterword=\count167
\c@holder=\count168
\c@savedholder=\count169
\c@namea=\count170
\c@savednamea=\count171
\c@nameb=\count172
\c@savednameb=\count173
\c@namec=\count174
\c@savednamec=\count175
\c@institution=\count176
\c@savedinstitution=\count177
\c@language=\count178
\c@savedlanguage=\count179
\c@location=\count180
\c@savedlocation=\count181
\c@organization=\count182
\c@savedorganization=\count183
\c@origlocation=\count184
\c@savedoriglocation=\count185
\c@origpublisher=\count186
\c@savedorigpublisher=\count187
\c@pageref=\count188
\c@savedpageref=\count189
\c@publisher=\count190
\c@savedpublisher=\count191
\c@lista=\count192
\c@savedlista=\count193
\c@listb=\count194
\c@savedlistb=\count195
\c@listc=\count196
\c@savedlistc=\count197
\c@listd=\count198
\c@savedlistd=\count199
\c@liste=\count200
\c@savedliste=\count201
\c@listf=\count202
\c@savedlistf=\count203
Package biblatex Info: Trying to load compatibility code...
Package biblatex Info: ... file 'blx-compat.def' found.

(/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex/blx-compat.def
File: blx-compat.def 2011/02/04 v1.1b biblatex generic compatibility
)
Package biblatex Info: Trying to load generic definitions...
Package biblatex Info: ... file 'biblatex.def' found.

(/Users/Novitzky/Library/texmf/tex/latex/biblatex/biblatex.def
File: biblatex.def 2011/02/04 v1.1b biblatex generic definitions
\c@smartand=\count204
)
Package biblatex Info: Trying to load bibliography style 'chicago-notes'...
Package biblatex Info: ... file 'chicago-notes.bbx' found.

(/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bb
x
File: chicago-notes.bbx 2010/09/03 v0.9c biblatex bibliography style
\lositemsep=\skip54
)
Package biblatex Info: Trying to load citation style 'chicago-notes'...
Package biblatex Info: ... file 'chicago-notes.cbx' found.

(/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cb
x
File: chicago-notes.cbx 2010/09/03 v0.9c biblatex citation style
Package biblatex Info: Redefining '\cite'.
Package biblatex Info: Redefining '\parencite'.
Package biblatex Info: Redefining '\footcite'.
Package biblatex Info: Redefining '\footfullcite'.
Package biblatex Info: Redefining '\fullcite'.
)
Package biblatex Info: Trying to load configuration file...
Package biblatex Info: ... file 'biblatex.cfg' found.
 (/Users/Novitzky/Library/texmf/tex/latex/biblatex/biblatex.cfg
File: biblatex.cfg 
))

/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.
sty:52: Package keyval Error: citepages undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.52 ...liographyOptions\expandafter{\cms@options}
                                                  
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.
sty:52: Package keyval Error: printnoterefs undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.52 ...liographyOptions\expandafter{\cms@options}
                                                  
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.
sty:52: Package keyval Error: doi undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.52 ...liographyOptions\expandafter{\cms@options}
                                                  
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.
sty:52: Package keyval Error: eprint undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.52 ...liographyOptions\expandafter{\cms@options}
                                                  
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

) (/usr/local/texlive/2010/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/t1enc.def
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info:    Redeclaring font encoding T1 on input line 43.
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/boxedminipage/boxedminipage.sty)
(/usr/local/texlive/2010/texmf-dist/tex/latex/listings/listings.sty
\lst@mode=\count205
\lst@gtempboxa=\box26
\lst@token=\toks19
\lst@length=\count206
\lst@currlwidth=\dimen108
\lst@column=\count207
\lst@pos=\count208
\lst@lostspace=\dimen109
\lst@width=\dimen110
\lst@newlines=\count209
\lst@lineno=\count210
\lst@maxwidth=\dimen111

(/usr/local/texlive/2010/texmf-dist/tex/latex/listings/lstmisc.sty
File: lstmisc.sty 2007/02/22 1.4 (Carsten Heinz)
\c@lstnumber=\count211
\lst@skipnumbers=\count212
\lst@framebox=\box27
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/listings/listings.cfg
File: listings.cfg 2007/02/22 1.4 listings configuration
))
Package: listings 2007/02/22 1.4 (Carsten Heinz)

(/usr/local/texlive/2010/texmf-dist/tex/latex/minitoc/minitoc.sty
Package: minitoc 2008/07/16 v60 Package minitoc (JPFD)

(/usr/local/texlive/2010/texmf-dist/tex/latex/minitoc/mtcmess.sty
Package: mtcmess 2006/03/14
)
Package minitoc Info: I0001
(minitoc)             *** minitoc package, version 60 ***.
\tf@mtc=\write4
\mtcindent=\skip55
\mtcskipamount=\skip56
Package minitoc Info: I0005
(minitoc)             compatible with hyperref.
Package minitoc Info: I0023
(minitoc)             part level macros available.
Package minitoc Info: I0004
(minitoc)             chapter level macros NOT available.
Package minitoc Info: I0028
(minitoc)             section level macros available.
\mtc@toks=\toks20
\mtc@strutbox=\box28
\mtc@hstrutbox=\box29
Package minitoc Info: I0002
(minitoc)             Autoconfiguration of extensions.
\openout4 = `"Bonum commune and TJ.mtc0"'.

\openout4 = `"Bonum commune and TJ.mtc"'.


(./Bonum commune and TJ.mtc0)
Package minitoc Info: I0012
(minitoc)             Long extensions (Unix-like) will be used.
Package minitoc Info: I0031
(minitoc)             ==> this version is configured for UNIX-like 
(minitoc)                 (long extensions) file names.
\openout4 = `"Bonum commune and TJ.mtc"'.

\openout4 = `"Bonum commune and TJ.mtc0"'.

\c@ptc=\count213
\c@parttocdepth=\count214
\ptcindent=\skip57
\c@stc=\count215
\c@secttocdepth=\count216
\stcindent=\skip58
Package minitoc Info: I0010
(minitoc)             The english language is selected.
(minitoc)              on input line 4910.

(/usr/local/texlive/2010/texmf-dist/tex/latex/minitoc/english.mld
File: english.mld 2006/01/13
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/minitoc/english.mld
File: english.mld 2006/01/13
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

(/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)

(/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/latexconfig/graphics.cfg
File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
)
Package graphics Info: Driver file: pdftex.def on input line 91.

(/usr/local/texlive/2010/texmf-dist/tex/latex/pdftex-def/pdftex.def
File: pdftex.def 2011/01/28 v0.05d Graphics/color for pdfTeX
\Gread@gobject=\count217
))
\Gin@req@height=\dimen112
\Gin@req@width=\dimen113
)
Package csquotes Info: Adjusting default style on input line 119.
Package csquotes Info: Redefining alias 'default' -> 'american' on input line 1
19.
Package biblatex Info: Trying to load language 'american' -> 'cms-american'...
Package biblatex Info: ... file 'cms-american.lbx' found.

(/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx
File: cms-american.lbx 2010/09/03 v0.9c biblatex localization
Package biblatex Info: Trying to load language 'american'...
Package biblatex Info: ... file 'american.lbx' found.
(/Users/Novitzky/Library/texmf/tex/latex/biblatex/lbx/american.lbx
File: american.lbx 2011/02/04 v1.1b biblatex localization
Package biblatex Info: Trying to load language 'english'...
Package biblatex Info: ... file 'english.lbx' found.

(./english.lbx
./english.lbx:4: Undefined control sequence.
<write> File: english.lbx \blx@lbxid 
                                     $Id: english.lbx,v 0.8d 2009/05/30 14:4...
l.4 ...x,v 0.8d 2009/05/30 14:43:06 lehman beta $]
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

File: english.lbx $Id: english.lbx,v 0.8d 2009/05/30 14:43:06 lehman beta $
./english.lbx:4: Undefined control sequence.
<argument> \blx@lbxid 
                      $Id: english.lbx,v 0.8d 2009/05/30 14:43:06 lehman beta $
l.4 ...x,v 0.8d 2009/05/30 14:43:06 lehman beta $]
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.


./english.lbx:278: Package keyval Error: typeeditor undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: typeeditors undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: typecompiler undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: typecompilers undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: bytypeauthor undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: bytypeeditor undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: bytypecompiler undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: bytypeeditor undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: bytypecompiler undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: countryca undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: countrydk undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: countryes undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: countryit undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: countryno undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: countryse undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: countrywo undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patentca undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patentdk undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patentes undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patentit undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patentno undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patentse undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patreqca undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patreqdk undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patreqes undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patreqit undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patreqno undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patreqse undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

))

/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx:
5: Package keyval Error: namedash undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.5 \InheritBibliographyExtras{american}
                                        
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx:
5: Package keyval Error: namedash undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.5 \InheritBibliographyExtras{american}
                                        
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

)

./Bonum commune and TJ.tex:119: Package keyval Error: namedash undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.119 \begin{document}
                      
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

\@quotereset=\count218
Package biblatex Info: Input encoding 'utf8' detected.
Package biblatex Info: Automatic encoding selection.
(biblatex)             Assuming data encoding 'utf8'.

Package biblatex Warning: Data encoding is 'utf8'.
(biblatex)                Use backend=biber.

(./Bonum commune and TJ.aux)
\openout1 = `"Bonum commune and TJ.aux"'.

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


(/usr/local/texlive/2010/texmf-dist/tex/latex/bgreek/bcgcmr.fd
File: bcgcmr.fd 2004/10/23 Fontinst v1.801 font definitions for BCG/cmr.
)
LaTeX Font Info:    ... okay on input line 119.
LaTeX Font Info:    Checking defaults for TS1/cmr/m/n on input line 119.
LaTeX Font Info:    Try loading font information for TS1+cmr on input line 119.


(/usr/local/texlive/2010/texmf-dist/tex/latex/base/ts1cmr.fd
File: ts1cmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
)
LaTeX Font Info:    ... okay on input line 119.
LaTeX Font Info:    Checking defaults for PD1/pdf/m/n on input line 119.
LaTeX Font Info:    ... okay on input line 119.
LaTeX Info: Redefining \microtypecontext on input line 119.
Package microtype Info: Generating PDF output.
Package microtype Info: Character protrusion enabled (level 2).
Package microtype Info: Using default protrusion set `alltext'.
Package microtype Info: Automatic font expansion enabled (level 2),
(microtype)             stretch: 20, shrink: 20, step: 1, non-selected.
Package microtype Info: Using default expansion set `basictext'.
Package microtype Info: No tracking.
Package microtype Info: No adjustment of interword spacing.
Package microtype Info: No adjustment of character kerning.
Package microtype Info: Redefining babel's language switching commands.

(/usr/local/texlive/2010/texmf-dist/tex/latex/microtype/mt-cmr.cfg
File: mt-cmr.cfg 2009/11/09 v2.0 microtype config. file: Computer Modern Roman 
(RS)
)
\AtBeginShipoutBox=\box30
Package hyperref Info: Link coloring OFF on input line 119.

(/usr/local/texlive/2010/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2010/04/30 v2.40 Cross-referencing by name of section

(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/refcount.sty
Package: refcount 2008/08/11 v3.1 Data extraction from references (HO)
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
Package: gettitlestring 2009/12/18 v1.3 Cleanup title references (HO)
)
\c@section@level=\count219
)
LaTeX Info: Redefining \ref on input line 119.
LaTeX Info: Redefining \pageref on input line 119.
LaTeX Info: Redefining \nameref on input line 119.

(./Bonum commune and TJ.out) (./Bonum commune and TJ.out)
\@outlinefile=\write5
\openout5 = `"Bonum commune and TJ.out"'.

\openout3 = `Bonum_commune_and_TJ-blx.bib'.

Package biblatex Info: Trying to load bibliographic data...


Package biblatex Warning: File '"Bonum commune and TJ".bbl' created by wrong ve
rsion.

Package biblatex Info: ... file '"Bonum commune and TJ".bbl' found.
(./Bonum commune and TJ.bbl)
Package biblatex Info: Reference section=0 on input line 119.
Package biblatex Info: Reference segment=0 on input line 119.
\c@lstlisting=\count220
Package minitoc(hints) Info: I0049
(minitoc(hints))             ==> You requested the hints option. 
(minitoc(hints))             Some hints are eventually given below.


Package minitoc(hints) Warning: W0030
(minitoc(hints))                --- The \part command is altered 
(minitoc(hints))                after minitoc.


Package minitoc(hints) Warning: W0023
(minitoc(hints))                --- It may be the consequence 
(minitoc(hints))                of loading the ``hyperref'' package.


Package minitoc(hints) Warning: W0039
(minitoc(hints))                --- The \section command is altered 
(minitoc(hints))                after minitoc.


Package minitoc(hints) Warning: W0023
(minitoc(hints))                --- It may be the consequence 
(minitoc(hints))                of loading the ``hyperref'' package.

(/usr/local/texlive/2010/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count221
\scratchdimen=\dimen114
\scratchbox=\box31
\nofMPsegments=\count222
\nofMParguments=\count223
\everyMPshowfont=\toks21
\MPscratchCnt=\count224
\MPscratchDim=\dimen115
\MPnumerator=\count225
\everyMPtoPDFconversion=\toks22
) (/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf

(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/grfext.sty
Package: grfext 2007/09/30 v1.0 Managing graphics extensions (HO)
)
Package grfext Info: Graphics extension search list:
(grfext)             [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE
G,.JBIG2,.JB2,.eps]
(grfext)             \AppendGraphicsExtensions on input line 436.

(/usr/local/texlive/2010/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
e
))
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <14.4> on input line 128.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <7> on input line 128.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\\' on input line 138.

LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <12> on input line 140.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <8> on input line 140.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <6> on input line 140.
./Bonum commune and TJ.tex:140: Undefined control sequence.
<to be read again> ...ek {[1DIO/TI DE\ POLITIKO\n 
                                                  O( A)/NQRWPOS ZW=|ON PA/SH...
l.140 ...|ou ma=llon, dh=lon.]1}]{Aristotle:1959} 
                                                  The fundamental source for...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:140: Undefined control sequence.
<to be read again> .../SHS MELI/TTHS KAI\ PANTO\s 
                                                  A)GELAI/OU ZW/|OU MA=LLON,...
l.140 ...|ou ma=llon, dh=lon.]1}]{Aristotle:1959} 
                                                  The fundamental source for...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:140: Undefined control sequence.
l.1 ...AR%}''%\textbgreek {[%%%O%T%%%E\ PO%%T%KO\n
                                                   O(%A)%NQRWPOS%ZW=|ON%PA%S...
l.140 ...|ou ma=llon, dh=lon.]1}]{Aristotle:1959} 
                                                  The fundamental source for...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:140: Undefined control sequence.
l.1 ...QRWPOS%ZW=|ON%PA%SHS%%E%%%TTHS%KA%\ PANTO\s
                                                   A)GE%A%%OU%ZW%|OU%%A=%%ON...
l.140 ...|ou ma=llon, dh=lon.]1}]{Aristotle:1959} 
                                                  The fundamental source for...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

[1

{/Users/Novitzky/Library/texlive/2010/texmf-var/fonts/map/pdftex/updmap/pdftex.
map}]
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <5> on input line 145.

./Bonum commune and TJ.tex:145: Undefined control sequence.
<to be read again> ...= O(/LOU OU)K E)/STAI POU\s 
                                                  OU)DE\ XEI/R, EI) MH\ O(MW...
l.145 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
<to be read again> ...(/SPER EI)/ TIS LE/GOI TH\n 
                                                  LIQI/NHN [1DIAFQAREI=SA GA...
l.145 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
<to be read again> ...A)LL' O(MW/NUMA. O(/TI ME\n 
                                                  OU)=N H( PO/LIS KAI\ FU/SE...
l.145 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
<to be read again> ...LLOIS ME/RESIN E(/CEI PRO\s 
                                                  TO\ O(/LON, O( DE\ MH\ DUN...
l.145 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
<to be read again> ...MENOS KOINWNEI=N H)\ MHDE\n 
                                                  DEO/MENOS DI' AU)TA/RKEIAN...
l.145 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
<to be read again> ...OS DI' AU)TA/RKEIAN OU)QE\n 
                                                  ME/ROS PO/LEWS, W(/STE H)\...
l.145 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
l.1 ...U%E%NOU%GA\r TOU=%O(%%OU%OU)K%E)%STA%%POU\s
                                                   OU)%E\ %E%%R%%E%)%%H\ O(%...
l.145 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
l.1 ...H\ O(%WNU%%WS%%W(%SPER%E%)%%T%S%%E%GO%%TH\n
                                                   %%Q%%NHN%[%%%AFQARE%=SA%G...
l.145 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
l.1 ... AU)TA\ E%)=NA%%A)%%'%O(%W%NU%A%%O(%T%%%E\n
                                                   OU)=N%H(%PO%%%S%KA%\ FU%S...
l.145 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
l.1 ...%O%%WS%TO%=S%A)%%%O%S%%E%RES%N%E(%%E%%PRO\s
                                                   TO\ O(%%ON%%O(%%E\ %H\ %U...
l.145 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
l.1 ...O(%%E\ %H\ %UNA%%ENOS%KO%NWNE%=N%H)\ %H%E\n
                                                   %EO%%ENOS%%%'%AU)TA%RKE%A...
l.145 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
l.1 ...\ %H%E\n %EO%%ENOS%%%'%AU)TA%RKE%AN%OU)QE\n
                                                   %E%ROS%PO%%EWS%%W(%STE%H)...
l.145 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
<to be read again> ...= O(/LOU OU)K E)/STAI POU\s 
                                                  OU)DE\ XEI/R, EI) MH\ O(MW...
l.145 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
<to be read again> ...(/SPER EI)/ TIS LE/GOI TH\n 
                                                  LIQI/NHN [1DIAFQAREI=SA GA...
l.145 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
<to be read again> ...A)LL' O(MW/NUMA. O(/TI ME\n 
                                                  OU)=N H( PO/LIS KAI\ FU/SE...
l.145 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
<to be read again> ...LLOIS ME/RESIN E(/CEI PRO\s 
                                                  TO\ O(/LON, O( DE\ MH\ DUN...
l.145 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
<to be read again> ...MENOS KOINWNEI=N H)\ MHDE\n 
                                                  DEO/MENOS DI' AU)TA/RKEIAN...
l.145 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
<to be read again> ...OS DI' AU)TA/RKEIAN OU)QE\n 
                                                  ME/ROS PO/LEWS, W(/STE H)\...
l.145 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
l.1 ...U%E%NOU%GA\r TOU=%O(%%OU%OU)K%E)%STA%%POU\s
                                                   OU)%E\ %E%%R%%E%)%%H\ O(%...
l.145 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
l.1 ...H\ O(%WNU%%WS%%W(%SPER%E%)%%T%S%%E%GO%%TH\n
                                                   %%Q%%NHN%[%%%AFQARE%=SA%G...
l.145 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
l.1 ... AU)TA\ E%)=NA%%A)%%'%O(%W%NU%A%%O(%T%%%E\n
                                                   OU)=N%H(%PO%%%S%KA%\ FU%S...
l.145 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
l.1 ...%O%%WS%TO%=S%A)%%%O%S%%E%RES%N%E(%%E%%PRO\s
                                                   TO\ O(%%ON%%O(%%E\ %H\ %U...
l.145 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
l.1 ...O(%%E\ %H\ %UNA%%ENOS%KO%NWNE%=N%H)\ %H%E\n
                                                   %EO%%ENOS%%%'%AU)TA%RKE%A...
l.145 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:145: Undefined control sequence.
l.1 ...\ %H%E\n %EO%%ENOS%%%'%AU)TA%RKE%AN%OU)QE\n
                                                   %E%ROS%PO%%EWS%%W(%STE%H)...
l.145 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
<to be read again> ...{E)PEI\ D' E)N PA/SAIS ME\n 
                                                  TAI=S E)PISTH/MAIS KAI\ TE...
l.153 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
<to be read again> ...MAIS KAI\ TE/XNAIS A)GAQO\n 
                                                  TO\ TE/LOS, ME/GISTON DE\ ...
l.153 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
<to be read again> ...H| PASW=N, AU(/TH D'E)STI\n 
                                                  H( POLITIKH\ DU/NAMIS, E)/...
l.153 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
<to be read again> ..., E)/STI DE\ TO\ POLITIKO\n 
                                                  A)GAQO\n TO\ DI/KAION, TOU...
l.153 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
<to be read again> ...DE\ TO\ POLITIKO\n A)GAQO\n 
                                                  TO\ DI/KAION, TOU=TO D' E)...
l.153 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
l.1 ...A%%%\textbgreek {E)PE%\ %'%E)N%PA%SA%S%%E\n
                                                   TA%=S%E)P%STH%%A%S%KA%\ T...
l.153 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
l.1 ...n TA%=S%E)P%STH%%A%S%KA%\ TE%%NA%S%A)GAQO\n
                                                   TO\ TE%%OS%%%E%G%STON%%E\...
l.153 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
l.1 ...N%TH=|%KUR%WTA%TH|%PASW=N%%AU(%TH%%'E)ST%\n
                                                   H(%PO%%T%KH\ %U%NA%%S%%E)...
l.153 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
l.1 ...%%T%KH\ %U%NA%%S%%E)%ST%%%E\ TO\ PO%%T%KO\n
                                                   A)GAQO\n TO\ %%%KA%ON%%TO...
l.153 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
l.1 ...U%NA%%S%%E)%ST%%%E\ TO\ PO%%T%KO\n A)GAQO\n
                                                   TO\ %%%KA%ON%%TOU=TO%%'%E...
l.153 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
<to be read again> ...{E)PEI\ D' E)N PA/SAIS ME\n 
                                                  TAI=S E)PISTH/MAIS KAI\ TE...
l.153 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
<to be read again> ...MAIS KAI\ TE/XNAIS A)GAQO\n 
                                                  TO\ TE/LOS, ME/GISTON DE\ ...
l.153 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
<to be read again> ...H| PASW=N, AU(/TH D'E)STI\n 
                                                  H( POLITIKH\ DU/NAMIS, E)/...
l.153 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
<to be read again> ..., E)/STI DE\ TO\ POLITIKO\n 
                                                  A)GAQO\n TO\ DI/KAION, TOU...
l.153 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
<to be read again> ...DE\ TO\ POLITIKO\n A)GAQO\n 
                                                  TO\ DI/KAION, TOU=TO D' E)...
l.153 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
l.1 ...A%%%\textbgreek {E)PE%\ %'%E)N%PA%SA%S%%E\n
                                                   TA%=S%E)P%STH%%A%S%KA%\ T...
l.153 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
l.1 ...n TA%=S%E)P%STH%%A%S%KA%\ TE%%NA%S%A)GAQO\n
                                                   TO\ TE%%OS%%%E%G%STON%%E\...
l.153 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
l.1 ...N%TH=|%KUR%WTA%TH|%PASW=N%%AU(%TH%%'E)ST%\n
                                                   H(%PO%%T%KH\ %U%NA%%S%%E)...
l.153 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
l.1 ...%%T%KH\ %U%NA%%S%%E)%ST%%%E\ TO\ PO%%T%KO\n
                                                   A)GAQO\n TO\ %%%KA%ON%%TO...
l.153 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:153: Undefined control sequence.
l.1 ...U%NA%%S%%E)%ST%%%E\ TO\ PO%%T%KO\n A)GAQO\n
                                                   TO\ %%%KA%ON%%TOU=TO%%'%E...
l.153 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

LaTeX Font Info:    Try loading font information for T1+cmtt on input line 157.

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/t1cmtt.fd
File: t1cmtt.fd 1999/05/25 v2.5h Standard LaTeX font definitions
) [2] [3] [4]
[5] [6] [7] [8]
Overfull \hbox (6.95844pt too wide) in paragraph at lines 203--203
[]\T1/cmr/bx/n/17.28 Systematic pre-sen-ta-tion of the con-cept of com-
 []

[9] [10] [11]
./Bonum commune and TJ.tex:230: Undefined control sequence.
<recently read> \toomit 
                        
l.230 ...\footcite[Cf. Gemeinwohl in:][439.]{LThK}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

[12] [13pdfTeX warning (ext4): destination with the same identifier (name{cite.
0:PL}) has been already used, duplicate ignored

\AtBegShi@Output ...ipout \box \AtBeginShipoutBox 
                                                  \fi \fi 
l.253 
      ] [14] [15] [16] [17] [18]
./Bonum commune and TJ.tex:292: Undefined control sequence.
<recently read> \toomit 
                        
l.292 \end
          {document}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

Package minitoc Info: I0009
(minitoc)             Listing minitoc auxiliary files. 
(minitoc)             Creating the "Bonum commune and TJ".maf file.
\openout4 = `"Bonum commune and TJ.maf"'.


Package minitoc(hints) Warning: W0024
(minitoc(hints))                Some hints have been written 
(minitoc(hints))                in the "Bonum commune and TJ".log file.

Package atveryend Info: Empty hook `BeforeClearDocument' on input line 292.
[19]
Package atveryend Info: Empty hook `AfterLastShipout' on input line 292.
 (./Bonum commune and TJ.aux)
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 292.
Package rerunfilecheck Info: File `"Bonum commune and TJ".out' has not changed.

(rerunfilecheck)             Checksum: 74734D8AB37D7CEEBD083A9EC6FC56E7;325.


Package biblatex Warning: Please rerun LaTeX.

Package logreq Info: Writing requests to '"Bonum commune and TJ".run.xml'.
\openout1 = `"Bonum commune and TJ.run.xml"'.

 ) 
Here is how much of TeX's memory you used:
 16546 strings out of 493763
 264231 string characters out of 3144955
 529457 words of memory out of 3000000
 19030 multiletter control sequences out of 15000+200000
 36187 words of font info for 199 fonts, out of 3000000 for 9000
 715 hyphenation exceptions out of 8191
 53i,6n,64p,2703b,1923s stack positions out of 5000i,500n,10000p,200000b,50000s
{/usr/local/texlive/2010/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc}
{/usr/local/texlive/2010/texmf-dist/fonts/enc/dvips/cm-super/cm-super-ts1.enc}<
/usr/local/texlive/2010/texmf-dist/fonts/type1/public/cbfonts/grmn1000.pfb></us
r/local/texlive/2010/texmf-dist/fonts/type1/public/cbfonts/grmn1200.pfb></usr/l
ocal/texlive/2010/texmf-dist/fonts/type1/public/cm-super/sfbx1095.pfb></usr/loc
al/texlive/2010/texmf-dist/fonts/type1/public/cm-super/sfbx1728.pfb></usr/local
/texlive/2010/texmf-dist/fonts/type1/public/cm-super/sfcc1000.pfb></usr/local/t
exlive/2010/texmf-dist/fonts/type1/public/cm-super/sfcc1200.pfb></usr/local/tex
live/2010/texmf-dist/fonts/type1/public/cm-super/sfrm0700.pfb></usr/local/texli
ve/2010/texmf-dist/fonts/type1/public/cm-super/sfrm0800.pfb></usr/local/texlive
/2010/texmf-dist/fonts/type1/public/cm-super/sfrm1000.pfb></usr/local/texlive/2
010/texmf-dist/fonts/type1/public/cm-super/sfrm1095.pfb></usr/local/texlive/201
0/texmf-dist/fonts/type1/public/cm-super/sfrm1200.pfb></usr/local/texlive/2010/
texmf-dist/fonts/type1/public/cm-super/sfrm1440.pfb></usr/local/texlive/2010/te
xmf-dist/fonts/type1/public/cm-super/sfrm2074.pfb></usr/local/texlive/2010/texm
f-dist/fonts/type1/public/cm-super/sfti1000.pfb></usr/local/texlive/2010/texmf-
dist/fonts/type1/public/cm-super/sfti1095.pfb></usr/local/texlive/2010/texmf-di
st/fonts/type1/public/cm-super/sfti1200.pfb></usr/local/texlive/2010/texmf-dist
/fonts/type1/public/cm-super/sfti2074.pfb></usr/local/texlive/2010/texmf-dist/f
onts/type1/public/cm-super/sftt1000.pfb></usr/local/texlive/2010/texmf-dist/fon
ts/type1/public/cm-super/sftt1200.pfb>
Output written on "Bonum commune and TJ.pdf" (19 pages, 454163 bytes).
PDF statistics:
 303 PDF objects out of 1000 (max. 8388607)
 260 compressed objects within 3 object streams
 65 named destinations out of 1000 (max. 500000)
 31777 words of extra memory for PDF output out of 35830 (max. 10000000)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

sinuhet
Posts: 4
Joined: Sat Feb 05, 2011 12:44 am

biblatex-chicago not showing date field

Post by sinuhet »

I just checked the

Code: Select all

\usepackage[authordate]{biblatex-chicago}
style, and everywhere appears next to the names the "n.d." shortcut, which means "no date". This is absolutely not true, everywhere I have the dates in my bib file. Please help me where is the problem, what I am doing wrong?
Frits
Posts: 169
Joined: Wed Feb 02, 2011 6:02 pm

biblatex-chicago not showing date field

Post by Frits »

I read that the date entry in the .bib file can only be of the format:

Code: Select all

Date = {yyyy-mm-dd}
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
sinuhet
Posts: 4
Joined: Sat Feb 05, 2011 12:44 am

biblatex-chicago not showing date field

Post by sinuhet »

Hello, thanks for your reply.

I tried to change it as well (I read the manual), but without success. Everything is like before. I tried to change to biblatex-historian style, and the year/date fields in proceedings appears, but not in the case of articles ... :(

My log file (from biblatex-chicago):

Code: Select all

This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010) (format=pdflatex 2011.2.9)  9 FEB 2011 23:36
entering extended mode
 restricted \write18 enabled.
 file:line:error style messages enabled.
 %&-line parsing enabled.
**"Bonum commune and TJ.tex"
(./Bonum commune and TJ.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman-x-2009-06-19, ngerman-x-2009-06-19, 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, galician, german, ngerman, swissgerman, monogreek, greek, hungarian,
 icelandic, assamese, bengali, gujarati, hindi, kannada, malayalam, marathi, or
iya, panjabi, tamil, telugu, indonesian, interlingua, irish, italian, kurmanji,
 lao, latin, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk, pol
ish, portuguese, romanian, russian, sanskrit, serbian, slovak, slovenian, spani
sh, swedish, turkish, turkmen, ukrainian, uppersorbian, welsh, loaded.
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2010/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/2010/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2008/03/30 v1.1d Input encoding file
\inpenc@prehook=\toks14
\inpenc@posthook=\toks15

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/utf8.def
File: utf8.def 2008/04/05 v1.1m UTF-8 support for inputenc
Now handling font encoding OML ...
... no UTF-8 mapping file for font encoding OML
Now handling font encoding T1 ...
... processing UTF-8 mapping file for font encoding T1

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/t1enc.dfu
File: t1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
   defining Unicode char U+00A1 (decimal 161)
   defining Unicode char U+00A3 (decimal 163)
   defining Unicode char U+00AB (decimal 171)
   defining Unicode char U+00BB (decimal 187)
   defining Unicode char U+00BF (decimal 191)
   defining Unicode char U+00C0 (decimal 192)
   defining Unicode char U+00C1 (decimal 193)
   defining Unicode char U+00C2 (decimal 194)
   defining Unicode char U+00C3 (decimal 195)
   defining Unicode char U+00C4 (decimal 196)
   defining Unicode char U+00C5 (decimal 197)
   defining Unicode char U+00C6 (decimal 198)
   defining Unicode char U+00C7 (decimal 199)
   defining Unicode char U+00C8 (decimal 200)
   defining Unicode char U+00C9 (decimal 201)
   defining Unicode char U+00CA (decimal 202)
   defining Unicode char U+00CB (decimal 203)
   defining Unicode char U+00CC (decimal 204)
   defining Unicode char U+00CD (decimal 205)
   defining Unicode char U+00CE (decimal 206)
   defining Unicode char U+00CF (decimal 207)
   defining Unicode char U+00D0 (decimal 208)
   defining Unicode char U+00D1 (decimal 209)
   defining Unicode char U+00D2 (decimal 210)
   defining Unicode char U+00D3 (decimal 211)
   defining Unicode char U+00D4 (decimal 212)
   defining Unicode char U+00D5 (decimal 213)
   defining Unicode char U+00D6 (decimal 214)
   defining Unicode char U+00D8 (decimal 216)
   defining Unicode char U+00D9 (decimal 217)
   defining Unicode char U+00DA (decimal 218)
   defining Unicode char U+00DB (decimal 219)
   defining Unicode char U+00DC (decimal 220)
   defining Unicode char U+00DD (decimal 221)
   defining Unicode char U+00DE (decimal 222)
   defining Unicode char U+00DF (decimal 223)
   defining Unicode char U+00E0 (decimal 224)
   defining Unicode char U+00E1 (decimal 225)
   defining Unicode char U+00E2 (decimal 226)
   defining Unicode char U+00E3 (decimal 227)
   defining Unicode char U+00E4 (decimal 228)
   defining Unicode char U+00E5 (decimal 229)
   defining Unicode char U+00E6 (decimal 230)
   defining Unicode char U+00E7 (decimal 231)
   defining Unicode char U+00E8 (decimal 232)
   defining Unicode char U+00E9 (decimal 233)
   defining Unicode char U+00EA (decimal 234)
   defining Unicode char U+00EB (decimal 235)
   defining Unicode char U+00EC (decimal 236)
   defining Unicode char U+00ED (decimal 237)
   defining Unicode char U+00EE (decimal 238)
   defining Unicode char U+00EF (decimal 239)
   defining Unicode char U+00F0 (decimal 240)
   defining Unicode char U+00F1 (decimal 241)
   defining Unicode char U+00F2 (decimal 242)
   defining Unicode char U+00F3 (decimal 243)
   defining Unicode char U+00F4 (decimal 244)
   defining Unicode char U+00F5 (decimal 245)
   defining Unicode char U+00F6 (decimal 246)
   defining Unicode char U+00F8 (decimal 248)
   defining Unicode char U+00F9 (decimal 249)
   defining Unicode char U+00FA (decimal 250)
   defining Unicode char U+00FB (decimal 251)
   defining Unicode char U+00FC (decimal 252)
   defining Unicode char U+00FD (decimal 253)
   defining Unicode char U+00FE (decimal 254)
   defining Unicode char U+00FF (decimal 255)
   defining Unicode char U+0102 (decimal 258)
   defining Unicode char U+0103 (decimal 259)
   defining Unicode char U+0104 (decimal 260)
   defining Unicode char U+0105 (decimal 261)
   defining Unicode char U+0106 (decimal 262)
   defining Unicode char U+0107 (decimal 263)
   defining Unicode char U+010C (decimal 268)
   defining Unicode char U+010D (decimal 269)
   defining Unicode char U+010E (decimal 270)
   defining Unicode char U+010F (decimal 271)
   defining Unicode char U+0110 (decimal 272)
   defining Unicode char U+0111 (decimal 273)
   defining Unicode char U+0118 (decimal 280)
   defining Unicode char U+0119 (decimal 281)
   defining Unicode char U+011A (decimal 282)
   defining Unicode char U+011B (decimal 283)
   defining Unicode char U+011E (decimal 286)
   defining Unicode char U+011F (decimal 287)
   defining Unicode char U+0130 (decimal 304)
   defining Unicode char U+0131 (decimal 305)
   defining Unicode char U+0132 (decimal 306)
   defining Unicode char U+0133 (decimal 307)
   defining Unicode char U+0139 (decimal 313)
   defining Unicode char U+013A (decimal 314)
   defining Unicode char U+013D (decimal 317)
   defining Unicode char U+013E (decimal 318)
   defining Unicode char U+0141 (decimal 321)
   defining Unicode char U+0142 (decimal 322)
   defining Unicode char U+0143 (decimal 323)
   defining Unicode char U+0144 (decimal 324)
   defining Unicode char U+0147 (decimal 327)
   defining Unicode char U+0148 (decimal 328)
   defining Unicode char U+014A (decimal 330)
   defining Unicode char U+014B (decimal 331)
   defining Unicode char U+0150 (decimal 336)
   defining Unicode char U+0151 (decimal 337)
   defining Unicode char U+0152 (decimal 338)
   defining Unicode char U+0153 (decimal 339)
   defining Unicode char U+0154 (decimal 340)
   defining Unicode char U+0155 (decimal 341)
   defining Unicode char U+0158 (decimal 344)
   defining Unicode char U+0159 (decimal 345)
   defining Unicode char U+015A (decimal 346)
   defining Unicode char U+015B (decimal 347)
   defining Unicode char U+015E (decimal 350)
   defining Unicode char U+015F (decimal 351)
   defining Unicode char U+0160 (decimal 352)
   defining Unicode char U+0161 (decimal 353)
   defining Unicode char U+0162 (decimal 354)
   defining Unicode char U+0163 (decimal 355)
   defining Unicode char U+0164 (decimal 356)
   defining Unicode char U+0165 (decimal 357)
   defining Unicode char U+016E (decimal 366)
   defining Unicode char U+016F (decimal 367)
   defining Unicode char U+0170 (decimal 368)
   defining Unicode char U+0171 (decimal 369)
   defining Unicode char U+0178 (decimal 376)
   defining Unicode char U+0179 (decimal 377)
   defining Unicode char U+017A (decimal 378)
   defining Unicode char U+017B (decimal 379)
   defining Unicode char U+017C (decimal 380)
   defining Unicode char U+017D (decimal 381)
   defining Unicode char U+017E (decimal 382)
   defining Unicode char U+200C (decimal 8204)
   defining Unicode char U+2013 (decimal 8211)
   defining Unicode char U+2014 (decimal 8212)
   defining Unicode char U+2018 (decimal 8216)
   defining Unicode char U+2019 (decimal 8217)
   defining Unicode char U+201A (decimal 8218)
   defining Unicode char U+201C (decimal 8220)
   defining Unicode char U+201D (decimal 8221)
   defining Unicode char U+201E (decimal 8222)
   defining Unicode char U+2030 (decimal 8240)
   defining Unicode char U+2031 (decimal 8241)
   defining Unicode char U+2039 (decimal 8249)
   defining Unicode char U+203A (decimal 8250)
   defining Unicode char U+2423 (decimal 9251)
)
Now handling font encoding OT1 ...
... processing UTF-8 mapping file for font encoding OT1

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/ot1enc.dfu
File: ot1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
   defining Unicode char U+00A1 (decimal 161)
   defining Unicode char U+00A3 (decimal 163)
   defining Unicode char U+00B8 (decimal 184)
   defining Unicode char U+00BF (decimal 191)
   defining Unicode char U+00C5 (decimal 197)
   defining Unicode char U+00C6 (decimal 198)
   defining Unicode char U+00D8 (decimal 216)
   defining Unicode char U+00DF (decimal 223)
   defining Unicode char U+00E6 (decimal 230)
   defining Unicode char U+00EC (decimal 236)
   defining Unicode char U+00ED (decimal 237)
   defining Unicode char U+00EE (decimal 238)
   defining Unicode char U+00EF (decimal 239)
   defining Unicode char U+00F8 (decimal 248)
   defining Unicode char U+0131 (decimal 305)
   defining Unicode char U+0141 (decimal 321)
   defining Unicode char U+0142 (decimal 322)
   defining Unicode char U+0152 (decimal 338)
   defining Unicode char U+0153 (decimal 339)
   defining Unicode char U+2013 (decimal 8211)
   defining Unicode char U+2014 (decimal 8212)
   defining Unicode char U+2018 (decimal 8216)
   defining Unicode char U+2019 (decimal 8217)
   defining Unicode char U+201C (decimal 8220)
   defining Unicode char U+201D (decimal 8221)
)
Now handling font encoding OMS ...
... processing UTF-8 mapping file for font encoding OMS

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/omsenc.dfu
File: omsenc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
   defining Unicode char U+00A7 (decimal 167)
   defining Unicode char U+00B6 (decimal 182)
   defining Unicode char U+00B7 (decimal 183)
   defining Unicode char U+2020 (decimal 8224)
   defining Unicode char U+2021 (decimal 8225)
   defining Unicode char U+2022 (decimal 8226)
)
Now handling font encoding OMX ...
... no UTF-8 mapping file for font encoding OMX
Now handling font encoding U ...
... no UTF-8 mapping file for font encoding U
   defining Unicode char U+00A9 (decimal 169)
   defining Unicode char U+00AA (decimal 170)
   defining Unicode char U+00AE (decimal 174)
   defining Unicode char U+00BA (decimal 186)
   defining Unicode char U+02C6 (decimal 710)
   defining Unicode char U+02DC (decimal 732)
   defining Unicode char U+200C (decimal 8204)
   defining Unicode char U+2026 (decimal 8230)
   defining Unicode char U+2122 (decimal 8482)
   defining Unicode char U+2423 (decimal 9251)
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/t1enc.def
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info:    Redeclaring font encoding T1 on input line 43.
))
(/usr/local/texlive/2010/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2008/07/06 v3.8l The Babel package

(/usr/local/texlive/2010/texmf-dist/tex/latex/bgreek/bgreek.ldf
Language: bgreek 2009/02/13 v0.3 bgreek support from the babel system

(/usr/local/texlive/2010/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2008/07/06 v3.8l Babel common definitions
\babel@savecnt=\count87
\U@D=\dimen103
)

Package babel Warning: No hyphenation patterns were loaded for
(babel)                the language `bgreek'
(babel)                I will use the patterns loaded for \language=0 instead.

\l@bgreek = a dialect from \language0
Loading the definitions for the Beta Code Greek font encoding
(/usr/local/texlive/2010/texmf-dist/tex/latex/bgreek/bcgenc.def
File: BCGenc.def 2001/01/30 v2.2e Beta Code Greek Encoding
Now handling font encoding BCG ...
... no UTF-8 mapping file for font encoding BCG
)
Package babel Info: Making ! an active character on input line 39.
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/babel/english.ldf
Language: english 2005/03/30 v3.3o English support from the babel system
\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/2010/texmf-dist/tex/generic/babel/english.ldf
Language: english 2005/03/30 v3.3o English support from the babel system
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/isodate/isodate.sty
Package: isodate 2010/01/03 v2.30 Print dates with different formats (HH)

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/substr/substr.sty
Package: substr 2009/10/20 v1.2 Handle substrings
\c@su@anzahl=\count88
)

/usr/local/texlive/2010/texmf-dist/tex/latex/isodate/isodate.sty:90: Package is
odate Error: You haven't specified a language option.

See the isodate package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.90 ...try to proceed from here, type x to quit.}
                                                  
You need to specify a language, either as a global option
or as an optional argument to the \usepackage command.
If you have used the old isodate package (version <=1.06) you can change the
usepackage command to \usepackage{isodate}.
You shouldn't try to proceed from here, type x to quit.

\c@iso@tmpmonth=\count89
\c@iso@yeartwo=\count90
\c@iso@slash=\count91
\c@iso@minus=\count92
\c@iso@dot=\count93
\c@iso@@slash=\count94
\c@iso@@minus=\count95
\c@iso@@dot=\count96
) (/usr/local/texlive/2010/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip10
Package: url 2006/04/12  ver 3.3  Verb mode for urls, etc.
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/textcomp.sty
Package: textcomp 2005/09/27 v1.99g Standard LaTeX package
Package textcomp Info: Sub-encoding information:
(textcomp)               5 = only ISO-Adobe without \textcurrency
(textcomp)               4 = 5 + \texteuro
(textcomp)               3 = 4 + \textohm
(textcomp)               2 = 3 + \textestimated + \textcurrency
(textcomp)               1 = TS1 - \textcircled - \t
(textcomp)               0 = TS1 (full)
(textcomp)             Font families with sub-encoding setting implement
(textcomp)             only a restricted character set as indicated.
(textcomp)             Family '?' is the default used for unknown fonts.
(textcomp)             See the documentation for details.
Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 71.

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/ts1enc.def
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
Now handling font encoding TS1 ...
... processing UTF-8 mapping file for font encoding TS1

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/ts1enc.dfu
File: ts1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
   defining Unicode char U+00A2 (decimal 162)
   defining Unicode char U+00A3 (decimal 163)
   defining Unicode char U+00A4 (decimal 164)
   defining Unicode char U+00A5 (decimal 165)
   defining Unicode char U+00A6 (decimal 166)
   defining Unicode char U+00A7 (decimal 167)
   defining Unicode char U+00A8 (decimal 168)
   defining Unicode char U+00A9 (decimal 169)
   defining Unicode char U+00AA (decimal 170)
   defining Unicode char U+00AC (decimal 172)
   defining Unicode char U+00AE (decimal 174)
   defining Unicode char U+00AF (decimal 175)
   defining Unicode char U+00B0 (decimal 176)
   defining Unicode char U+00B1 (decimal 177)
   defining Unicode char U+00B2 (decimal 178)
   defining Unicode char U+00B3 (decimal 179)
   defining Unicode char U+00B4 (decimal 180)
   defining Unicode char U+00B5 (decimal 181)
   defining Unicode char U+00B6 (decimal 182)
   defining Unicode char U+00B7 (decimal 183)
   defining Unicode char U+00B9 (decimal 185)
   defining Unicode char U+00BA (decimal 186)
   defining Unicode char U+00BC (decimal 188)
   defining Unicode char U+00BD (decimal 189)
   defining Unicode char U+00BE (decimal 190)
   defining Unicode char U+00D7 (decimal 215)
   defining Unicode char U+00F7 (decimal 247)
   defining Unicode char U+0192 (decimal 402)
   defining Unicode char U+02C7 (decimal 711)
   defining Unicode char U+02D8 (decimal 728)
   defining Unicode char U+02DD (decimal 733)
   defining Unicode char U+0E3F (decimal 3647)
   defining Unicode char U+2016 (decimal 8214)
   defining Unicode char U+2020 (decimal 8224)
   defining Unicode char U+2021 (decimal 8225)
   defining Unicode char U+2022 (decimal 8226)
   defining Unicode char U+2030 (decimal 8240)
   defining Unicode char U+2031 (decimal 8241)
   defining Unicode char U+203B (decimal 8251)
   defining Unicode char U+203D (decimal 8253)
   defining Unicode char U+2044 (decimal 8260)
   defining Unicode char U+204E (decimal 8270)
   defining Unicode char U+2052 (decimal 8274)
   defining Unicode char U+20A1 (decimal 8353)
   defining Unicode char U+20A4 (decimal 8356)
   defining Unicode char U+20A6 (decimal 8358)
   defining Unicode char U+20A9 (decimal 8361)
   defining Unicode char U+20AB (decimal 8363)
   defining Unicode char U+20AC (decimal 8364)
   defining Unicode char U+20B1 (decimal 8369)
   defining Unicode char U+2103 (decimal 8451)
   defining Unicode char U+2116 (decimal 8470)
   defining Unicode char U+2117 (decimal 8471)
   defining Unicode char U+211E (decimal 8478)
   defining Unicode char U+2120 (decimal 8480)
   defining Unicode char U+2122 (decimal 8482)
   defining Unicode char U+2126 (decimal 8486)
   defining Unicode char U+2127 (decimal 8487)
   defining Unicode char U+212E (decimal 8494)
   defining Unicode char U+2190 (decimal 8592)
   defining Unicode char U+2191 (decimal 8593)
   defining Unicode char U+2192 (decimal 8594)
   defining Unicode char U+2193 (decimal 8595)
   defining Unicode char U+2329 (decimal 9001)
   defining Unicode char U+232A (decimal 9002)
   defining Unicode char U+2422 (decimal 9250)
   defining Unicode char U+25E6 (decimal 9702)
   defining Unicode char U+25EF (decimal 9711)
   defining Unicode char U+266A (decimal 9834)
))
LaTeX Info: Redefining \oldstylenums on input line 266.
Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 281.
Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 282.
Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 283.
Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 284.
Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 285.
Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 286.
Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 287.
Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 288.
Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 289.
Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 290.
Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 291.
Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 292.
Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 293.
Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 294.
Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 295.
Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 296.
Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 297.
Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 298.
Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 299.
Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 300.
Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 301.
Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 302.
Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 303.
Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 304.

Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 305.
Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 306.
Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 307.
Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 308.
Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 309.
Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 310.
Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 311.
Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 312.
Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 313.
Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 314.
Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 315.
Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 316.
Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 317.
Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 318.
Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 319.
Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 320.
Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 321.
Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 322.
Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 323.
Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 324.
Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 325.
Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 326.
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/microtype/microtype.sty
Package: microtype 2010/01/10 v2.4 Micro-typography with pdfTeX (RS)

(/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks16
)
\MT@toks=\toks17
\MT@count=\count97
LaTeX Info: Redefining \lsstyle on input line 1597.
LaTeX Info: Redefining \lslig on input line 1597.
\MT@outer@space=\skip43
LaTeX Info: Redefining \textls on input line 1605.
\MT@outer@kern=\dimen104
LaTeX Info: Redefining \textmicrotypecontext on input line 2156.
Package microtype Info: Loading configuration file microtype.cfg.

(/usr/local/texlive/2010/texmf-dist/tex/latex/microtype/microtype.cfg
File: microtype.cfg 2010/01/10 v2.4 microtype main configuration file (RS)
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2011/02/07 v6.82b Hypertext links for LaTeX

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2010/04/26 v1.7 LaTeX kernel commands for general use (HO)
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2010/01/28 v2.1 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in pdf mode detected.
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
Package: pdftexcmds 2010/04/01 v0.9 Utility functions of pdfTeX for LuaTeX (HO)


(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/message (HO)
)
(/usr/local/texlive/2010/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 pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2010/03/01 v1.9 Key value parser (HO)

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2010/01/28 v1.3 Prefix for e-TeX command names (HO)
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/2010/texmf-dist/tex/generic/oberdiek/pdfescape.sty
Package: pdfescape 2010/03/01 v1.9 Provides hex, PDF name and string conversion
s (HO)
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2010/03/01 v1.5 Switches for detecting VTeX and its modes (HO)
Package ifvtex Info: VTeX not detected.
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/hycolor.sty
Package: hycolor 2009/12/12 v1.6 Color options of hyperref/bookmark (HO)

(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/xcolor-patch.sty
Package: xcolor-patch 2009/12/12 xcolor patch
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/letltxmacro.sty
Package: letltxmacro 2008/06/24 v1.3 Let assignment for LaTeX macros (HO)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2010/02/22 v3.7 Keyval support for LaTeX options (HO)
)
\@linkdim=\dimen105
\Hy@linkcounter=\count98
\Hy@pagecounter=\count99

(/usr/local/texlive/2010/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2011/02/07 v6.82b Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/intcalc.sty
Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
)
\Hy@SavedSpaceFactor=\count100

(/usr/local/texlive/2010/texmf-dist/tex/latex/latexconfig/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
Package hyperref Info: Option `hyperindex' set `true' on input line 3921.
Package hyperref Info: Option `colorlinks' set `false' on input line 3921.
Package hyperref Info: Option `hyperfootnotes' set `false' on input line 3921.
Package hyperref Info: Hyper figures OFF on input line 4025.
Package hyperref Info: Link nesting OFF on input line 4030.
Package hyperref Info: Hyper index ON on input line 4033.
Package hyperref Info: Plain pages OFF on input line 4040.
Package hyperref Info: Backreferencing OFF on input line 4045.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4263.
\c@Hy@tempcnt=\count101
LaTeX Info: Redefining \url on input line 4616.

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/bitset.sty
Package: bitset 2007/09/28 v1.0 Data type bit set (HO)

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/bigintcalc.sty
Package: bigintcalc 2007/11/11 v1.1 Expandable big integer calculations (HO)
))
\Fld@menulength=\count102
\Field@Width=\dimen106
\Fld@charsize=\dimen107
Package hyperref Info: Hyper figures OFF on input line 5700.
Package hyperref Info: Link nesting OFF on input line 5705.
Package hyperref Info: Hyper index ON on input line 5708.
Package hyperref Info: backreferencing OFF on input line 5715.
Package hyperref Info: Link coloring OFF on input line 5720.
Package hyperref Info: Link coloring with OCG OFF on input line 5725.
Package hyperref Info: PDF/A mode OFF on input line 5730.
LaTeX Info: Redefining \ref on input line 5770.
LaTeX Info: Redefining \pageref on input line 5774.

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/atbegshi.sty
Package: atbegshi 2010/03/25 v1.12 At begin shipout hook (HO)
)
\Hy@abspage=\count103
\c@Item=\count104
)

Package hyperref Message: Driver (autodetected): hpdftex.

(/usr/local/texlive/2010/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2011/02/07 v6.82b Hyperref driver for pdfTeX

(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/atveryend.sty
Package: atveryend 2010/03/24 v1.5 Hooks at very end of document (HO)
Package atveryend Info: \enddocument detected (standard).
)
\Fld@listcount=\count105
\c@bookmark@seq@number=\count106

(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
Package: rerunfilecheck 2010/03/16 v1.6 Rerun checks for auxiliary files (HO)

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/uniquecounter.sty
Package: uniquecounter 2009/12/18 v1.1 Provides unlimited unique counter (HO)
)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
71.
)
\Hy@SectionHShift=\skip44
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago
.sty
Package: biblatex-chicago 2010/09/07 v.0.9d biblatex style
 (/usr/local/texlive/2010/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2011/01/03 v2.1 e-TeX tools for LaTeX

(/usr/local/texlive/2010/texmf-dist/tex/latex/etex-pkg/etex.sty
Package: etex 1998/03/26 v2.0 eTeX basic definition package (PEB)
\et@xins=\count107
)
\etb@tempcnta=\count108
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex/biblatex.sty
Package: biblatex 2011/02/04 v1.1b programmable bibliographies

(/usr/local/texlive/2010/texmf-dist/tex/latex/logreq/logreq.sty
Package: logreq 2010/08/04 v1.0 xml request logger
\lrq@indent=\count109

(/usr/local/texlive/2010/texmf-dist/tex/latex/logreq/logreq.def
File: logreq.def 2010/08/04 v1.0 logreq spec v1.0
))
\c@listtotal=\count110
\c@listcount=\count111
\c@liststart=\count112
\c@liststop=\count113
\c@citecount=\count114
\c@citetotal=\count115
\c@multicitecount=\count116
\c@multicitetotal=\count117
\c@instcount=\count118
\c@maxnames=\count119
\c@minnames=\count120
\c@maxitems=\count121
\c@minitems=\count122
\c@uniquename=\count123
\c@saveduniquename=\count124
\c@refsection=\count125
\c@refsegment=\count126
\c@maxextrayear=\count127
\c@maxextraalpha=\count128
\c@abbrvpenalty=\count129
\c@highnamepenalty=\count130
\c@lownamepenalty=\count131
\c@maxparens=\count132
\c@parenlevel=\count133
\blx@tempcnta=\count134
\blx@tempcntb=\count135
\blx@maxsection=\count136
\blx@maxsegment=\count137
\blx@notetype=\count138
\blx@parenlevel@text=\count139
\blx@parenlevel@foot=\count140
\labelnumberwidth=\skip45
\labelalphawidth=\skip46
\shorthandwidth=\skip47
\biblabelsep=\skip48
\bibitemsep=\skip49
\bibnamesep=\skip50
\bibinitsep=\skip51
\bibparsep=\skip52
\bibhang=\skip53
\blx@auxin=\read1
\blx@auxout=\write3
\c@labelname=\count141
\c@savedlabelname=\count142
\c@author=\count143
\c@savedauthor=\count144
\c@shortauthor=\count145
\c@savedshortauthor=\count146
\c@editor=\count147
\c@savededitor=\count148
\c@editora=\count149
\c@savededitora=\count150
\c@editorb=\count151
\c@savededitorb=\count152
\c@editorc=\count153
\c@savededitorc=\count154
\c@shorteditor=\count155
\c@savedshorteditor=\count156
\c@bookauthor=\count157
\c@savedbookauthor=\count158
\c@translator=\count159
\c@savedtranslator=\count160
\c@annotator=\count161
\c@savedannotator=\count162
\c@commentator=\count163
\c@savedcommentator=\count164
\c@introduction=\count165
\c@savedintroduction=\count166
\c@foreword=\count167
\c@savedforeword=\count168
\c@afterword=\count169
\c@savedafterword=\count170
\c@holder=\count171
\c@savedholder=\count172
\c@namea=\count173
\c@savednamea=\count174
\c@nameb=\count175
\c@savednameb=\count176
\c@namec=\count177
\c@savednamec=\count178
\c@institution=\count179
\c@savedinstitution=\count180
\c@language=\count181
\c@savedlanguage=\count182
\c@location=\count183
\c@savedlocation=\count184
\c@organization=\count185
\c@savedorganization=\count186
\c@origlocation=\count187
\c@savedoriglocation=\count188
\c@origpublisher=\count189
\c@savedorigpublisher=\count190
\c@pageref=\count191
\c@savedpageref=\count192
\c@publisher=\count193
\c@savedpublisher=\count194
\c@lista=\count195
\c@savedlista=\count196
\c@listb=\count197
\c@savedlistb=\count198
\c@listc=\count199
\c@savedlistc=\count200
\c@listd=\count201
\c@savedlistd=\count202
\c@liste=\count203
\c@savedliste=\count204
\c@listf=\count205
\c@savedlistf=\count206
Package biblatex Info: Trying to load compatibility code...
Package biblatex Info: ... file 'blx-compat.def' found.

(/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex/blx-compat.def
File: blx-compat.def 2011/02/04 v1.1b biblatex generic compatibility
)
Package biblatex Info: Trying to load generic definitions...
Package biblatex Info: ... file 'biblatex.def' found.

(/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex/biblatex.def
File: biblatex.def 2011/02/04 v1.1b biblatex generic definitions
\c@smartand=\count207
)
Package biblatex Info: Trying to load bibliography style 'chicago-notes'...
Package biblatex Info: ... file 'chicago-notes.bbx' found.

(/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bb
x
File: chicago-notes.bbx 2010/09/03 v0.9c biblatex bibliography style
\lositemsep=\skip54
)
Package biblatex Info: Trying to load citation style 'chicago-notes'...
Package biblatex Info: ... file 'chicago-notes.cbx' found.

(/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cb
x
File: chicago-notes.cbx 2010/09/03 v0.9c biblatex citation style
Package biblatex Info: Redefining '\cite'.
Package biblatex Info: Redefining '\parencite'.
Package biblatex Info: Redefining '\footcite'.
Package biblatex Info: Redefining '\footfullcite'.
Package biblatex Info: Redefining '\fullcite'.
)
Package biblatex Info: Trying to load configuration file...
Package biblatex Info: ... file 'biblatex.cfg' found.
 (/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex/biblatex.cfg
File: biblatex.cfg 
))

/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.
sty:52: Package keyval Error: citepages undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.52 ...liographyOptions\expandafter{\cms@options}
                                                  
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.
sty:52: Package keyval Error: printnoterefs undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.52 ...liographyOptions\expandafter{\cms@options}
                                                  
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.
sty:52: Package keyval Error: doi undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.52 ...liographyOptions\expandafter{\cms@options}
                                                  
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.
sty:52: Package keyval Error: eprint undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.52 ...liographyOptions\expandafter{\cms@options}
                                                  
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

) (/usr/local/texlive/2010/texmf-dist/tex/latex/setspace/setspace.sty
Package: setspace 2000/12/01 6.7 Contributed and Supported LaTeX2e package

Package: `setspace' 6.7 <2000/12/01>
) (/usr/local/texlive/2010/texmf-dist/tex/latex/csquotes/csquotes.sty
Package: csquotes 2011/01/20 v5.1b context-sensitive quotations
\csq@reset=\count208
\csq@gtype=\count209
\csq@glevel=\count210
\csq@qlevel=\count211
\csq@maxlvl=\count212
\csq@tshold=\count213
\csq@ltx@everypar=\toks18

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

(/usr/local/texlive/2010/texmf-dist/tex/latex/csquotes/csquotes.cfg
File: csquotes.cfg 
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/t1enc.def
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info:    Redeclaring font encoding T1 on input line 43.
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/boxedminipage/boxedminipage.sty)
(/usr/local/texlive/2010/texmf-dist/tex/latex/listings/listings.sty
\lst@mode=\count214
\lst@gtempboxa=\box26
\lst@token=\toks19
\lst@length=\count215
\lst@currlwidth=\dimen108
\lst@column=\count216
\lst@pos=\count217
\lst@lostspace=\dimen109
\lst@width=\dimen110
\lst@newlines=\count218
\lst@lineno=\count219
\lst@maxwidth=\dimen111

(/usr/local/texlive/2010/texmf-dist/tex/latex/listings/lstmisc.sty
File: lstmisc.sty 2007/02/22 1.4 (Carsten Heinz)
\c@lstnumber=\count220
\lst@skipnumbers=\count221
\lst@framebox=\box27
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/listings/listings.cfg
File: listings.cfg 2007/02/22 1.4 listings configuration
))
Package: listings 2007/02/22 1.4 (Carsten Heinz)

(/usr/local/texlive/2010/texmf-dist/tex/latex/minitoc/minitoc.sty
Package: minitoc 2008/07/16 v60 Package minitoc (JPFD)

(/usr/local/texlive/2010/texmf-dist/tex/latex/minitoc/mtcmess.sty
Package: mtcmess 2006/03/14
)
Package minitoc Info: I0001
(minitoc)             *** minitoc package, version 60 ***.
\tf@mtc=\write4
\mtcindent=\skip55
\mtcskipamount=\skip56
Package minitoc Info: I0005
(minitoc)             compatible with hyperref.
Package minitoc Info: I0023
(minitoc)             part level macros available.
Package minitoc Info: I0004
(minitoc)             chapter level macros NOT available.
Package minitoc Info: I0028
(minitoc)             section level macros available.
\mtc@toks=\toks20
\mtc@strutbox=\box28
\mtc@hstrutbox=\box29
Package minitoc Info: I0002
(minitoc)             Autoconfiguration of extensions.
\openout4 = `"Bonum commune and TJ.mtc0"'.

\openout4 = `"Bonum commune and TJ.mtc"'.


(./Bonum commune and TJ.mtc0)
Package minitoc Info: I0012
(minitoc)             Long extensions (Unix-like) will be used.
Package minitoc Info: I0031
(minitoc)             ==> this version is configured for UNIX-like 
(minitoc)                 (long extensions) file names.
\openout4 = `"Bonum commune and TJ.mtc"'.

\openout4 = `"Bonum commune and TJ.mtc0"'.

\c@ptc=\count222
\c@parttocdepth=\count223
\ptcindent=\skip57
\c@stc=\count224
\c@secttocdepth=\count225
\stcindent=\skip58
Package minitoc Info: I0010
(minitoc)             The english language is selected.
(minitoc)              on input line 4910.

(/usr/local/texlive/2010/texmf-dist/tex/latex/minitoc/english.mld
File: english.mld 2006/01/13
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/minitoc/english.mld
File: english.mld 2006/01/13
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

(/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)

(/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/latexconfig/graphics.cfg
File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
)
Package graphics Info: Driver file: pdftex.def on input line 91.

(/usr/local/texlive/2010/texmf-dist/tex/latex/pdftex-def/pdftex.def
File: pdftex.def 2011/01/28 v0.05d Graphics/color for pdfTeX
\Gread@gobject=\count226
))
\Gin@req@height=\dimen112
\Gin@req@width=\dimen113
)
Package biblatex Info: Trying to load language 'american' -> 'cms-american'...
Package biblatex Info: ... file 'cms-american.lbx' found.

(/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx
File: cms-american.lbx 2010/09/03 v0.9c biblatex localization
Package biblatex Info: Trying to load language 'american'...
Package biblatex Info: ... file 'american.lbx' found.
(/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex/lbx/american.lbx
File: american.lbx 2011/02/04 v1.1b biblatex localization
Package biblatex Info: Trying to load language 'english'...
Package biblatex Info: ... file 'english.lbx' found.

(./english.lbx
./english.lbx:4: Undefined control sequence.
<write> File: english.lbx \blx@lbxid 
                                     $Id: english.lbx,v 0.8d 2009/05/30 14:4...
l.4 ...x,v 0.8d 2009/05/30 14:43:06 lehman beta $]
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

File: english.lbx $Id: english.lbx,v 0.8d 2009/05/30 14:43:06 lehman beta $
./english.lbx:4: Undefined control sequence.
<argument> \blx@lbxid 
                      $Id: english.lbx,v 0.8d 2009/05/30 14:43:06 lehman beta $
l.4 ...x,v 0.8d 2009/05/30 14:43:06 lehman beta $]
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.


./english.lbx:278: Package keyval Error: typeeditor undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: typeeditors undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: typecompiler undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: typecompilers undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: bytypeauthor undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: bytypeeditor undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: bytypecompiler undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: bytypeeditor undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: bytypecompiler undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: countryca undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: countrydk undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: countryes undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: countryit undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: countryno undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: countryse undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: countrywo undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patentca undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patentdk undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patentes undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patentit undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patentno undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patentse undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patreqca undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patreqdk undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patreqes undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patreqit undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patreqno undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


./english.lbx:278: Package keyval Error: patreqse undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.278 }
       
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

))

/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx:
5: Package keyval Error: namedash undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.5 \InheritBibliographyExtras{american}
                                        
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.


/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx:
5: Package keyval Error: namedash undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.5 \InheritBibliographyExtras{american}
                                        
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

)

./Bonum commune and TJ.tex:126: Package keyval Error: namedash undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.126 \begin{document}
                      
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

Package biblatex Info: Input encoding 'utf8' detected.
Package biblatex Info: Automatic encoding selection.
(biblatex)             Assuming data encoding 'utf8'.

Package biblatex Warning: Data encoding is 'utf8'.
(biblatex)                Use backend=biber.

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'.
(./Bonum commune and TJ.aux)
\openout1 = `"Bonum commune and TJ.aux"'.

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


(/usr/local/texlive/2010/texmf-dist/tex/latex/bgreek/bcgcmr.fd
File: bcgcmr.fd 2004/10/23 Fontinst v1.801 font definitions for BCG/cmr.
)
LaTeX Font Info:    ... okay on input line 126.
LaTeX Font Info:    Checking defaults for TS1/cmr/m/n on input line 126.
LaTeX Font Info:    Try loading font information for TS1+cmr on input line 126.


(/usr/local/texlive/2010/texmf-dist/tex/latex/base/ts1cmr.fd
File: ts1cmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
)
LaTeX Font Info:    ... okay on input line 126.
LaTeX Font Info:    Checking defaults for PD1/pdf/m/n on input line 126.
LaTeX Font Info:    ... okay on input line 126.

isodate: babel.sty has been loaded
LaTeX Info: Redefining \microtypecontext on input line 126.
Package microtype Info: Generating PDF output.
Package microtype Info: Character protrusion enabled (level 2).
Package microtype Info: Using default protrusion set `alltext'.
Package microtype Info: Automatic font expansion enabled (level 2),
(microtype)             stretch: 20, shrink: 20, step: 1, non-selected.
Package microtype Info: Using default expansion set `basictext'.
Package microtype Info: No tracking.
Package microtype Info: No adjustment of interword spacing.
Package microtype Info: No adjustment of character kerning.
Package microtype Info: Redefining babel's language switching commands.
(/usr/local/texlive/2010/texmf-dist/tex/latex/microtype/mt-cmr.cfg
File: mt-cmr.cfg 2009/11/09 v2.0 microtype config. file: Computer Modern Roman 
(RS)
)
\AtBeginShipoutBox=\box30
Package hyperref Info: Link coloring OFF on input line 126.

(/usr/local/texlive/2010/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2010/04/30 v2.40 Cross-referencing by name of section

(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/refcount.sty
Package: refcount 2008/08/11 v3.1 Data extraction from references (HO)
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
Package: gettitlestring 2009/12/18 v1.3 Cleanup title references (HO)
)
\c@section@level=\count227
)
LaTeX Info: Redefining \ref on input line 126.
LaTeX Info: Redefining \pageref on input line 126.
LaTeX Info: Redefining \nameref on input line 126.

(./Bonum commune and TJ.out) (./Bonum commune and TJ.out)
\@outlinefile=\write5
\openout5 = `"Bonum commune and TJ.out"'.

\openout3 = `Bonum_commune_and_TJ-blx.bib'.

Package biblatex Info: Trying to load bibliographic data...
Package biblatex Info: ... file '"Bonum commune and TJ".bbl' found.

(./Bonum commune and TJ.bbl)
Package biblatex Info: Reference section=0 on input line 126.
Package biblatex Info: Reference segment=0 on input line 126.
\c@lstlisting=\count228
Package minitoc(hints) Info: I0049
(minitoc(hints))             ==> You requested the hints option. 
(minitoc(hints))             Some hints are eventually given below.


Package minitoc(hints) Warning: W0030
(minitoc(hints))                --- The \part command is altered 
(minitoc(hints))                after minitoc.


Package minitoc(hints) Warning: W0023
(minitoc(hints))                --- It may be the consequence 
(minitoc(hints))                of loading the ``hyperref'' package.


Package minitoc(hints) Warning: W0039
(minitoc(hints))                --- The \section command is altered 
(minitoc(hints))                after minitoc.


Package minitoc(hints) Warning: W0023
(minitoc(hints))                --- It may be the consequence 
(minitoc(hints))                of loading the ``hyperref'' package.

(/usr/local/texlive/2010/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count229
\scratchdimen=\dimen114
\scratchbox=\box31
\nofMPsegments=\count230
\nofMParguments=\count231
\everyMPshowfont=\toks21
\MPscratchCnt=\count232
\MPscratchDim=\dimen115
\MPnumerator=\count233
\everyMPtoPDFconversion=\toks22
) (/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf

(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/grfext.sty
Package: grfext 2007/09/30 v1.0 Managing graphics extensions (HO)
)
Package grfext Info: Graphics extension search list:
(grfext)             [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE
G,.JBIG2,.JB2,.eps]
(grfext)             \AppendGraphicsExtensions on input line 436.

(/usr/local/texlive/2010/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
e
))
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <14.4> on input line 135.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <7> on input line 135.


Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\\' on input line 145.

LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <12> on input line 147.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <8> on input line 147.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <6> on input line 147.
./Bonum commune and TJ.tex:147: Undefined control sequence.
<to be read again> ...ek {[1DIO/TI DE\ POLITIKO\n 
                                                  O( A)/NQRWPOS ZW=|ON PA/SH...
l.147 ...|ou ma=llon, dh=lon.]1}]{Aristotle:1959} 
                                                  The fundamental source for...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:147: Undefined control sequence.
<to be read again> .../SHS MELI/TTHS KAI\ PANTO\s 
                                                  A)GELAI/OU ZW/|OU MA=LLON,...
l.147 ...|ou ma=llon, dh=lon.]1}]{Aristotle:1959} 
                                                  The fundamental source for...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:147: Undefined control sequence.
l.1 ...AR%}''%\textbgreek {[%%%O%T%%%E\ PO%%T%KO\n
                                                   O(%A)%NQRWPOS%ZW=|ON%PA%S...
l.147 ...|ou ma=llon, dh=lon.]1}]{Aristotle:1959} 
                                                  The fundamental source for...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:147: Undefined control sequence.
l.1 ...QRWPOS%ZW=|ON%PA%SHS%%E%%%TTHS%KA%\ PANTO\s
                                                   A)GE%A%%OU%ZW%|OU%%A=%%ON...
l.147 ...|ou ma=llon, dh=lon.]1}]{Aristotle:1959} 
                                                  The fundamental source for...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

[1

{/Users/N/Library/texlive/2010/texmf-var/fonts/map/pdftex/updmap/pdftex.
map}]
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <5> on input line 152.

./Bonum commune and TJ.tex:152: Undefined control sequence.
<to be read again> ...= O(/LOU OU)K E)/STAI POU\s 
                                                  OU)DE\ XEI/R, EI) MH\ O(MW...
l.152 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
<to be read again> ...(/SPER EI)/ TIS LE/GOI TH\n 
                                                  LIQI/NHN [1DIAFQAREI=SA GA...
l.152 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
<to be read again> ...A)LL' O(MW/NUMA. O(/TI ME\n 
                                                  OU)=N H( PO/LIS KAI\ FU/SE...
l.152 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
<to be read again> ...LLOIS ME/RESIN E(/CEI PRO\s 
                                                  TO\ O(/LON, O( DE\ MH\ DUN...
l.152 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
<to be read again> ...MENOS KOINWNEI=N H)\ MHDE\n 
                                                  DEO/MENOS DI' AU)TA/RKEIAN...
l.152 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
<to be read again> ...OS DI' AU)TA/RKEIAN OU)QE\n 
                                                  ME/ROS PO/LEWS, W(/STE H)\...
l.152 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
l.1 ...U%E%NOU%GA\r TOU=%O(%%OU%OU)K%E)%STA%%POU\s
                                                   OU)%E\ %E%%R%%E%)%%H\ O(%...
l.152 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
l.1 ...H\ O(%WNU%%WS%%W(%SPER%E%)%%T%S%%E%GO%%TH\n
                                                   %%Q%%NHN%[%%%AFQARE%=SA%G...
l.152 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
l.1 ... AU)TA\ E%)=NA%%A)%%'%O(%W%NU%A%%O(%T%%%E\n
                                                   OU)=N%H(%PO%%%S%KA%\ FU%S...
l.152 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
l.1 ...%O%%WS%TO%=S%A)%%%O%S%%E%RES%N%E(%%E%%PRO\s
                                                   TO\ O(%%ON%%O(%%E\ %H\ %U...
l.152 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
l.1 ...O(%%E\ %H\ %UNA%%ENOS%KO%NWNE%=N%H)\ %H%E\n
                                                   %EO%%ENOS%%%'%AU)TA%RKE%A...
l.152 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
l.1 ...\ %H%E\n %EO%%ENOS%%%'%AU)TA%RKE%AN%OU)QE\n
                                                   %E%ROS%PO%%EWS%%W(%STE%H)...
l.152 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
<to be read again> ...= O(/LOU OU)K E)/STAI POU\s 
                                                  OU)DE\ XEI/R, EI) MH\ O(MW...
l.152 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
<to be read again> ...(/SPER EI)/ TIS LE/GOI TH\n 
                                                  LIQI/NHN [1DIAFQAREI=SA GA...
l.152 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
<to be read again> ...A)LL' O(MW/NUMA. O(/TI ME\n 
                                                  OU)=N H( PO/LIS KAI\ FU/SE...
l.152 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
<to be read again> ...LLOIS ME/RESIN E(/CEI PRO\s 
                                                  TO\ O(/LON, O( DE\ MH\ DUN...
l.152 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
<to be read again> ...MENOS KOINWNEI=N H)\ MHDE\n 
                                                  DEO/MENOS DI' AU)TA/RKEIAN...
l.152 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
<to be read again> ...OS DI' AU)TA/RKEIAN OU)QE\n 
                                                  ME/ROS PO/LEWS, W(/STE H)\...
l.152 ... h)\ qhri/on h)\ qeo/s.}]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
l.1 ...U%E%NOU%GA\r TOU=%O(%%OU%OU)K%E)%STA%%POU\s
                                                   OU)%E\ %E%%R%%E%)%%H\ O(%...
l.152 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
l.1 ...H\ O(%WNU%%WS%%W(%SPER%E%)%%T%S%%E%GO%%TH\n
                                                   %%Q%%NHN%[%%%AFQARE%=SA%G...
l.152 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
l.1 ... AU)TA\ E%)=NA%%A)%%'%O(%W%NU%A%%O(%T%%%E\n
                                                   OU)=N%H(%PO%%%S%KA%\ FU%S...
l.152 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
l.1 ...%O%%WS%TO%=S%A)%%%O%S%%E%RES%N%E(%%E%%PRO\s
                                                   TO\ O(%%ON%%O(%%E\ %H\ %U...
l.152 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
l.1 ...O(%%E\ %H\ %UNA%%ENOS%KO%NWNE%=N%H)\ %H%E\n
                                                   %EO%%ENOS%%%'%AU)TA%RKE%A...
l.152 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:152: Undefined control sequence.
l.1 ...\ %H%E\n %EO%%ENOS%%%'%AU)TA%RKE%AN%OU)QE\n
                                                   %E%ROS%PO%%EWS%%W(%STE%H)...
l.152 ...\ qhri/on h)\ qeo/s.}]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
<to be read again> ...{E)PEI\ D' E)N PA/SAIS ME\n 
                                                  TAI=S E)PISTH/MAIS KAI\ TE...
l.160 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
<to be read again> ...MAIS KAI\ TE/XNAIS A)GAQO\n 
                                                  TO\ TE/LOS, ME/GISTON DE\ ...
l.160 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
<to be read again> ...H| PASW=N, AU(/TH D'E)STI\n 
                                                  H( POLITIKH\ DU/NAMIS, E)/...
l.160 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
<to be read again> ..., E)/STI DE\ TO\ POLITIKO\n 
                                                  A)GAQO\n TO\ DI/KAION, TOU...
l.160 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
<to be read again> ...DE\ TO\ POLITIKO\n A)GAQO\n 
                                                  TO\ DI/KAION, TOU=TO D' E)...
l.160 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
l.1 ...A%%%\textbgreek {E)PE%\ %'%E)N%PA%SA%S%%E\n
                                                   TA%=S%E)P%STH%%A%S%KA%\ T...
l.160 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
l.1 ...n TA%=S%E)P%STH%%A%S%KA%\ TE%%NA%S%A)GAQO\n
                                                   TO\ TE%%OS%%%E%G%STON%%E\...
l.160 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
l.1 ...N%TH=|%KUR%WTA%TH|%PASW=N%%AU(%TH%%'E)ST%\n
                                                   H(%PO%%T%KH\ %U%NA%%S%%E)...
l.160 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
l.1 ...%%T%KH\ %U%NA%%S%%E)%ST%%%E\ TO\ PO%%T%KO\n
                                                   A)GAQO\n TO\ %%%KA%ON%%TO...
l.160 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
l.1 ...U%NA%%S%%E)%ST%%%E\ TO\ PO%%T%KO\n A)GAQO\n
                                                   TO\ %%%KA%ON%%TOU=TO%%'%E...
l.160 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
<to be read again> ...{E)PEI\ D' E)N PA/SAIS ME\n 
                                                  TAI=S E)PISTH/MAIS KAI\ TE...
l.160 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
<to be read again> ...MAIS KAI\ TE/XNAIS A)GAQO\n 
                                                  TO\ TE/LOS, ME/GISTON DE\ ...
l.160 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
<to be read again> ...H| PASW=N, AU(/TH D'E)STI\n 
                                                  H( POLITIKH\ DU/NAMIS, E)/...
l.160 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
<to be read again> ..., E)/STI DE\ TO\ POLITIKO\n 
                                                  A)GAQO\n TO\ DI/KAION, TOU...
l.160 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
<to be read again> ...DE\ TO\ POLITIKO\n A)GAQO\n 
                                                  TO\ DI/KAION, TOU=TO D' E)...
l.160 ...\ to koinh=| sumfe/ron}.]{Aristotle:1959}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
l.1 ...A%%%\textbgreek {E)PE%\ %'%E)N%PA%SA%S%%E\n
                                                   TA%=S%E)P%STH%%A%S%KA%\ T...
l.160 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
l.1 ...n TA%=S%E)P%STH%%A%S%KA%\ TE%%NA%S%A)GAQO\n
                                                   TO\ TE%%OS%%%E%G%STON%%E\...
l.160 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
l.1 ...N%TH=|%KUR%WTA%TH|%PASW=N%%AU(%TH%%'E)ST%\n
                                                   H(%PO%%T%KH\ %U%NA%%S%%E)...
l.160 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
l.1 ...%%T%KH\ %U%NA%%S%%E)%ST%%%E\ TO\ PO%%T%KO\n
                                                   A)GAQO\n TO\ %%%KA%ON%%TO...
l.160 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

./Bonum commune and TJ.tex:160: Undefined control sequence.
l.1 ...U%NA%%S%%E)%ST%%%E\ TO\ PO%%T%KO\n A)GAQO\n
                                                   TO\ %%%KA%ON%%TOU=TO%%'%E...
l.160 ...o koinh=| sumfe/ron}.]{Aristotle:1959}^^M
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

LaTeX Font Info:    Try loading font information for T1+cmtt on input line 164.

(/usr/local/texlive/2010/texmf-dist/tex/latex/base/t1cmtt.fd
File: t1cmtt.fd 1999/05/25 v2.5h Standard LaTeX font definitions
) [2] [3] [4]
[5] [6] [7] [8]
Overfull \hbox (6.95844pt too wide) in paragraph at lines 210--210
[]\T1/cmr/bx/n/17.28 Systematic pre-sen-ta-tion of the con-cept of com-
 []

[9] [10] [11]
./Bonum commune and TJ.tex:237: Undefined control sequence.
<recently read> \toomit 
                        
l.237 ...\footcite[Cf. Gemeinwohl in:][439.]{LThK}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

[12] [13pdfTeX warning (ext4): destination with the same identifier (name{cite.
0:PL}) has been already used, duplicate ignored

\AtBegShi@Output ...ipout \box \AtBeginShipoutBox 
                                                  \fi \fi 
l.260 
      ] [14] [15] [16] [17] [18]
./Bonum commune and TJ.tex:299: Undefined control sequence.
<recently read> \toomit 
                        
l.299 \end
          {document}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

Package minitoc Info: I0009
(minitoc)             Listing minitoc auxiliary files. 
(minitoc)             Creating the "Bonum commune and TJ".maf file.
\openout4 = `"Bonum commune and TJ.maf"'.


Package minitoc(hints) Warning: W0024
(minitoc(hints))                Some hints have been written 
(minitoc(hints))                in the "Bonum commune and TJ".log file.

Package atveryend Info: Empty hook `BeforeClearDocument' on input line 299.
[19]
Package atveryend Info: Empty hook `AfterLastShipout' on input line 299.
 (./Bonum commune and TJ.aux)
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 299.
Package rerunfilecheck Info: File `"Bonum commune and TJ".out' has not changed.

(rerunfilecheck)             Checksum: 74734D8AB37D7CEEBD083A9EC6FC56E7;325.


Package biblatex Warning: Please rerun LaTeX.

Package logreq Info: Writing requests to '"Bonum commune and TJ".run.xml'.
\openout1 = `"Bonum commune and TJ.run.xml"'.

 ) 
Here is how much of TeX's memory you used:
 16930 strings out of 493763
 269906 string characters out of 3144955
 537463 words of memory out of 3000000
 19408 multiletter control sequences out of 15000+200000
 35955 words of font info for 197 fonts, out of 3000000 for 9000
 715 hyphenation exceptions out of 8191
 53i,6n,64p,2703b,1937s stack positions out of 5000i,500n,10000p,200000b,50000s
{/usr/local/texlive/2010/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc}
{/usr/local/texlive/2010/texmf-dist/fonts/enc/dvips/cm-super/cm-super-ts1.enc}<
/usr/local/texlive/2010/texmf-dist/fonts/type1/public/cbfonts/grmn1000.pfb></us
r/local/texlive/2010/texmf-dist/fonts/type1/public/cbfonts/grmn1200.pfb></usr/l
ocal/texlive/2010/texmf-dist/fonts/type1/public/cm-super/sfbx1095.pfb></usr/loc
al/texlive/2010/texmf-dist/fonts/type1/public/cm-super/sfbx1728.pfb></usr/local
/texlive/2010/texmf-dist/fonts/type1/public/cm-super/sfcc1000.pfb></usr/local/t
exlive/2010/texmf-dist/fonts/type1/public/cm-super/sfcc1200.pfb></usr/local/tex
live/2010/texmf-dist/fonts/type1/public/cm-super/sfrm0700.pfb></usr/local/texli
ve/2010/texmf-dist/fonts/type1/public/cm-super/sfrm0800.pfb></usr/local/texlive
/2010/texmf-dist/fonts/type1/public/cm-super/sfrm1000.pfb></usr/local/texlive/2
010/texmf-dist/fonts/type1/public/cm-super/sfrm1095.pfb></usr/local/texlive/201
0/texmf-dist/fonts/type1/public/cm-super/sfrm1200.pfb></usr/local/texlive/2010/
texmf-dist/fonts/type1/public/cm-super/sfrm1440.pfb></usr/local/texlive/2010/te
xmf-dist/fonts/type1/public/cm-super/sfrm2074.pfb></usr/local/texlive/2010/texm
f-dist/fonts/type1/public/cm-super/sfti1000.pfb></usr/local/texlive/2010/texmf-
dist/fonts/type1/public/cm-super/sfti1095.pfb></usr/local/texlive/2010/texmf-di
st/fonts/type1/public/cm-super/sfti1200.pfb></usr/local/texlive/2010/texmf-dist
/fonts/type1/public/cm-super/sfti2074.pfb></usr/local/texlive/2010/texmf-dist/f
onts/type1/public/cm-super/sftt1000.pfb></usr/local/texlive/2010/texmf-dist/fon
ts/type1/public/cm-super/sftt1200.pfb>
Output written on "Bonum commune and TJ.pdf" (19 pages, 454601 bytes).
PDF statistics:
 303 PDF objects out of 1000 (max. 8388607)
 260 compressed objects within 3 object streams
 65 named destinations out of 1000 (max. 500000)
 31777 words of extra memory for PDF output out of 35830 (max. 10000000)
sinuhet
Posts: 4
Joined: Sat Feb 05, 2011 12:44 am

Re: biblatex-chicago not showing date field

Post by sinuhet »

I think the problem can be with bib file. But hard to say what exactly. Any ideas? Is there anybody, who is using biblatex-chicago, can he/she post a custom bib file, the best will be from BibDesk, which works?
Post Reply