Certainly. The attached files currently compile, but with Natbib chosen,
a "something is missing" error occurs. If an incompatible bst is chosen
(like humannat), "control sequence" errors are produced.
On 9/2/11 1:35 PM, Richard Heck wrote:
On 09/02/2011 12:30 PM, Alan Greene wrote:
Hi All,
I'm trying to adapt a University of Chicago LyX dissertation template
to my particular citation needs and have found that it only compiles
when all citations are (1) in 'default (numerical)' citation style and
(2) 'plain' or 'ieeetr' bst (but not 'humannat,' which I'd like to
use). When I attempt to employ Natbib and/or a bst file such as
humannat, I receive numerous errors like these:
! Paragraph ended before \org@@citex was complete
and
! Paragraph ended before \NAT@@citetp was complete
Here's the master file preamble for your reference, as I really don't
know which aspects may be causing the problem. (The 'slave' chapter
preambles are almost identical except that they lack the bibliographic
and appendix portions).
FYI: If these are child documents, then their preambles aren't actually
used during compilation of the whole document. They'd only be used if
you try to compile the chapters as standalone documents.
I first posted this on the latex-community forum, but then realized
that their LyX thread seems to have very low activity. Thanks in
advance for your help and expertise!
I don't really see anything in the preamble that would be likely to
cause this problem. Could you create a simple test document that
exhibits this issue?
Richard
--
Alan Greene
Ph.D. Candidate
Department of Anthropology
University of Chicago
#LyX 2.0 created this file. For more info see http://www.lyx.org/
\lyxformat 413
\begin_document
\begin_header
\textclass report
\begin_preamble
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Craig Wiegert's modifications to johnchithesis.cls
% (updated 2 Jul 2003)
% Send comments/changes/questions to <cwieg...@alumni.uchicago.edu>.
%
% NOTE: Be sure to check your margins carefully on your hardcopy!
% The top/left/right margins specified in lines 462--469 are
% exactly what the Dissertation Office specifies, but your printer
% may print documents offset or stretched by a bit. One tip is to
% increase the margins by a fudge factor of 0.05-0.1in; another is
% to redefine TeX's default \hoffset and \voffset to something
% other than 1in (e.g., \hoffset=0.95in). If you do either of
% these, PLEASE DON'T PROPAGATE YOUR CHANGES IN THIS FILE. This
% class should remain as general-purpose as possible.
%
% A more elegant solution for offset pages is to use the results
% of testpage.tex to specify the printer offsets, either in the
% config.ps in your TeX distribution, or in ~/.dvipsrc. See the
% dvips man page for details.
%
% Changes:
% 1) Moved Astronomy-specific modifications to their own package.
% 2) Fixed the bug wherein multipage lists of tables and figures were
% listed in the TOC with the last page instead of the first.
% 3) Added space between multiple footnotes on a page, as per
% requirements. Also made footnote continuation separator the
% width of text.
% 4) Merged some changes from Martin Pergler's modifications of
% easychithesis.cls, namely: respace title page a bit, make
% footnote numbers full size, resize math subscripts, add leader
% dots to TOC chapters.
% 5) Tweaked margins just slightly to give footer more room.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% John's modifications to Luisa's myeasychithesis2.cls and new hints
% for formatting the document file.(last updated 5-JUL-2001, JEV)
% 1) The acknowledgment environment (as in aastex) has
% been changed to invoke \topmatter.
% 2) (moved to astroextras)
% 3) If you want '\\' to force a new line in title then
% comment out line 356 and uncomment line 355. Note
% however, that this then requires entering the title
% in all caps in the document file.
% 4) (moved to astroextras)
% 5) Added \makecopyright command from Steve Martin's
% thesis macros (lines 283--295).
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This is a modification of the
%
% easychithesis.cls Version 1.5 April 5, 1999
%
% I (Brad Holden, bph herein) used this for my thesis. I encountered a
% few problems when dealing with the Office of Academic
% Publications so I fixed those in this version. In the future,
% new policies will be enacted so this version will no doubt become
% obselete as well.
%
% myeasychithesis.cls March 13, 2000
%
%
% I added a whole bunch of things from aastex.cls file to
% enable things like deluxetable to work. --L. Rebull
%
% myeasychithesis2.cls July, 2000
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Original Instructions And Hints
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% This file provides the LaTeX2e style myeasychithesis for formating
% graduate thesis at the University of Chicago. It was written by
% Bryan Clair and Nathan Dunfield. For an example of its use see the
% file: template.tex, and the instructions below.
%
% Comments or problems should be sent to hol...@oddjob.uchicago.edu
%
%
% Invoking this style: Start your document with (this is 1.5 spaced)
%
% \documentclass{myeasychithesis2}
%
% You should submit a double-spaced thesis. So, start with
%
% \documentclass[truedoublespace]{myeasychithesis2}
%
% When printing drafts, you may not want your thesis doublespaced.
% If you use instead:
%
% \documentclass[singlespace]{myeasychithesis2}
%
% or
%
% \documentclass[onehalfspace]{myeasychithesis2}
%
% your thesis will come out single or 3/2 spaced respectively.
% myeasychithesis2 also understands all options understood by report.
% Also the ``double spacing'' provided by this style is not ``true''
% doublespacing as defined by setspace.sty. Instead, it is the same
% as on the old LaTeX 2.09 thesis style ``chithesis''. If you want
% ``true'' double spacing, give the option truedoublespace.
%
% Title Page Information Commands
% Example Usage:
% \title{Stones And L^2 Invariants}
% \author{Fred D. Belitnikoff}
% \department{Mathematics}
% \division{Physical Sciences} (Sciences with an s!)
% \degree{Doctor of Philosophy}
% \date{July 1998} (Your grad. date, formatted like the example)
% \maketitle
%
% \dedication : Use for a dedication, copyright, or epigraph.
% Produces a page with no number for the text which follows
% If you want centering, do it yourself with
% \begin{center} and \end{center}.
% Usage:
% \dedication
% To blah.
%
% \topmatter : Things like Abstract, Acknowledgments.
% Usage:
% \topmatter{Title Of Matter}
%
% Use like \chapter, once for each page of matter you want. Don't
% use numbered sections within these. Use \section* instead.
%
% The abstract environment has been changed to invoke \topmatter.
% The acknowledgment environment has been changed to invoke
% \topmatter, use it like the aastex acknowledgment command but put
% it at beginning of document for a Chicago Thesis
%
% \mainmatter : Signals the start of the document's body.
% Usage:
% \mainmatter
%
% Use once before the first numbered \chapter.
%
% HINTS:
%
% 1. To get appendices, you don't do anything different from a normal
% report document. That means, put the command \appendix before
% you begin your first appendix, then do each appendix with a
% \chapter command. Note that if you have only one appendix, it is
% customary to leave it unnumbered. Do this with \chapter*.
%
% 2. If you are having page break problems (which are much more
% likely in double spacing), use the \pagebreak[n] and
% \nopagebreak[n] commands to tell LaTeX good and bad
% places for page breaks. n=1,2,3 for gradually more
% emphatic suggestion to LaTeX. n=4 is almost always
% break page or almost never break page.
%
% 3. If you are in a rush and don't have time to go through and
% rework places which generate overfull hboxes (stuff sticking
% out from right margin), put the command \sloppy before your
% \begin{document}. LaTeX will not generate overfull hboxes but will
% stretch spaces more, beyond its usual aesthetic preferences.
%
% KNOWN PROBLEMS
%
% 1. No support for multi-volume theses.
%
% 2. Doesn't work with older versions of setspace.sty
%
% 3. Problems with math formulas in chapter headings:
%
% a. Any lowercase letters in the formula are converted to
% uppercase, e.g. f(x) becomes F(X). If you really need
% lowercase math letters in your chapter titles, use the
% option plainchapterheads (and, if you want, type your
% chapter titles in ALL CAPS so that the appearance doesn't
% change). Note there is no problem
% for section or subsection headings in either case.
%
% b. Some perfectly reasonable math commands when used in
% \chapter give the error
% ``LATEX ERROR: \command ALLOWED ONLY IN MATH MODE.''
% The solution to this is to do
%
% \newcommand{\mymath}{problem math goes here}
%
% and then
%
% \chapter{All about \protect\mymath}
%
% also, the option plainchapterheads will fix this too.
%
% Improvements over older versions:
%
% Added in 1.4: Name of the bibiography is now References, to please the
% thesis office. If you want to change it back, put
%
% \renewcommand{\bibname}{Bibliography}
%
% in your TeX file prior to \begin{document}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\NeedsTeXFormat{LaTeX2e}[1995/06/01]
%\ProvidesClass{ccw_chithesis}[2003/07/02 Chicago Thesis Class for LaTex2e]
\RequirePackage{setspace}[1998/04/8]
\newcommand{\etptsize}{12pt}
\DeclareOption{10pt}{\renewcommand{\etptsize}{10pt}}
\DeclareOption{11pt}{\renewcommand{\etptsize}{11pt}}
\DeclareOption{12pt}{\renewcommand{\etptsize}{12pt}}
\DeclareOption{letterpaper}{\PassOptionsToClass{letterpaper}{report}}
% The following options set the global amount of spacing
\newcommand{\etspacing}{\setstretch{1.37}}
\DeclareOption{truedoublespace}{\renewcommand{\etspacing}{\doublespacing}}
\DeclareOption{doublespace}{\renewcommand{\etspacing}{\setstretch{1.37}}}
\DeclareOption{onehalfspace}{\renewcommand{\etspacing}{\onehalfspacing}}
\DeclareOption{singlespace}{\renewcommand{\etspacing}{\singlespacing}}
% Normally, the chapter heads are all uppercase, but sometimes
% this causes problems. The following option changes
% the chapter heads to small caps instead.
\newcommand{\etchapterheadstyle}[1]{\MakeUppercase{#1}}
\DeclareOption{plainchapterheads}{\renewcommand{\etchapterheadstyle}[1]{#1}}
% Pass all other options to report.cls.
\DeclareOption*{%
\PassOptionsToClass{\CurrentOption}{report}
}
% It would be better to have the following line next,
% rather than setting the defaults manually, but
% this would break early versions of LaTeX2e
%
%\ExecuteOptions{12pt,letterpaper,doublespace}
\ProcessOptions\relax
%\LoadClass[\etptsize]{report}
% CCW: Footnote modifications
% Lengthen continuation rule line for footnotes
\RequirePackage[splitrule]{footmisc}%
% Add spacing between multiple footnotes, but make sure space isn't
% added between rule and notes. This is a bit of a kludge.
\setlength{\footnotesep}{\baselineskip}
\let\oldfootnoterule = \footnoterule
\renewcommand{\footnoterule}{\kern
0.4\footnotesep\oldfootnoterule\kern-0.4\footnotesep}
% Make footnote numbers in footnotes regular size, as per ``modern practice''
\renewcommand{\@makefntext}[1]{\noindent\makebox[2.5em][r]{\@thefnmark.\ }#1}
% CCW: font size modifications, from Martin Pergler
% Put it at document start, else some packages may clobber it.
% Thesis Office says minimum should be 9pt for microfilming, but they
% didn't actually complain about the standard LaTeX sizes (12/8/6) that
% I used previously. So 8pt isn't too much of a cheat.
\AtBeginDocument{\DeclareMathSizes{12}{12}{10}{8}}
% Adjust spacing of document
\etspacing
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Commands Defined For Use By Thesis Author
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% \dedication : Use for a dedication, copyright, or epigraph.
% Produces a page with no number for the text which follows
% If you want centering, do it yourself with
% \begin{center} and \end{center}.
%
\newcommand{\dedication}{
\chapter*{}
\thispagestyle{empty}
}
% copyright page (if used, should appear directly after title page)
% usage: \makecopyright
\def\makecopyright{\@restonecolfalse
\if@twocolumn\@restonecoltrue\onecolumn
\else \newpage \fi
\thispagestyle{empty}%\setcounter{page}{2}%
% \addtocounter{page}{1}
\null\vfill
\centerline{ Copyright \copyright\ \number\year\ by \@author }
\centerline{ All rights reserved }
\vskip 15pt\relax
\if@restonecol\twocolumn \else \newpage \fi
\let\makecopyright=\relax}
%
% \topmatter : Things like Abstract, Acknowledgments.
% Usage:
% \topmatter{Title Of Matter}
%
% Use like \chapter, once for each page of matter you want. Don't
% use numbered sections within these. Use \section* instead.
%
\newcommand{\topmatter}[1]{
\chapter*{#1}
\addcontentsline{toc}{chapter}{#1}
}
%
% redefinition of abstract environment
%
\renewenvironment{abstract}{\topmatter{Abstract}}{}
\newenvironment{acknowledgments}{\topmatter{Acknowledgments}}{}
%
% \mainmatter : Signals the start of the document's body.
% Usage:
% \mainmatter
%
% Use once before the first numbered \chapter.
%
\newcommand{\mainmatter}{
\clearpage
\pagenumbering{arabic}
}
%
% Title Page Information Commands
% Example Usage:
% \title{Stones And L^2 Invariants}
% \author{Fred D. Belitnikoff}
% \department{Mathematics}
% \division{Physical Sciences} (Sciences with an s!)
% \date{July 1998} (Your grad. date, formatted like the example)
%
%
\renewcommand{\title}[1]{\gdef\@title{#1}}
\renewcommand{\author}[1]{\gdef\@author{#1}}
\newcommand{\department}[1]{\gdef\@department{#1}}
\newcommand{\division}[1]{\gdef\@division{#1}}
\newcommand{\degree}[1]{\gdef\@degree{#1}}
\renewcommand{\date}[1]{\gdef\@date{#1}}
%
% \maketitle : Makes the U. of Chicago dissertation title page.
%
\renewcommand{\maketitle}{
\begin{titlepage}
\begin{center}
\rule{0in}{0.25in}
THE UNIVERSITY OF CHICAGO\\
\vfill
% \@title\\
\MakeUppercase{\@title}\\
\vfill
A DISSERTATION SUBMITTED TO\\
THE FACULTY OF THE DIVISION OF THE \MakeUppercase{\@division}\\
IN CANDIDACY FOR THE DEGREE OF\\
\MakeUppercase{\@degree}\\
\ \\
COMMITTEE ON \MakeUppercase{\@department}\\
\vfill
BY\\
\MakeUppercase{\@author}\\
\vfill
CHICAGO, ILLINOIS\\
\MakeUppercase{\@date}
\vspace*{0.45in}
\end{center}
\end{titlepage}
\pagenumbering{roman}
\addtocounter{page}{1}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Internal Formatting Commands For This Thesis Style
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Redo commands that make chapter & section headers
%
\renewcommand{\@makechapterhead}[1]{{
\setlength{\topmargin}{0.5in} % really 1.5in, added by bph
% to meet OAP standards
\normalfont\large\bfseries
\begin{center}
\etchapterheadstyle{\@chapapp{ \thechapter}} % CHAPTER 1 or APPENDIX
\etchapterheadstyle{#1} % TITLE OF CHAPTER
\end{center}
\setlength{\topmargin}{0in} % back to 1in
}}
\renewcommand{\@makeschapterhead}[1]{{
\setlength{\topmargin}{0.5in} % really 1.5in, added by bph
% to meet OAP standards
\normalfont\large\bfseries
\begin{center}
\etchapterheadstyle{#1} % TITLE OF CHAPTER
\end{center}
\setlength{\topmargin}{0in} % back to 1in
}}
\renewcommand\section{\@startsection {section}{1}{\z@}%
{-3.5ex \@plus -1ex \@minus -.2ex}%
{2.3ex \@plus.2ex}%
{\normalfont\large\bfseries\centering}}
\renewcommand\subsection{\@startsection{subsection}{2}{\z@}%
{-3.25ex\@plus -1ex \@minus -.2ex}%
{1.5ex \@plus .2ex}%
{\normalfont\large\itshape\centering}}
\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}%
{-3.25ex\@plus -1ex \@minus -.2ex}%
{1.5ex \@plus .2ex}%
{\normalfont\large}}
\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
{3.25ex \@plus1ex \@minus.2ex}%
{-1em}%
{\normalfont\normalsize\bfseries}}
\renewcommand\subparagraph{\@startsection{subparagraph}{5}{\parindent}%
{3.25ex \@plus1ex \@minus .2ex}%
{-1em}%
{\normalfont\normalsize\itshape}}
% Change style of printing chapters in TOC to match chapter headings.
\renewcommand*\l@chapter[2]{%
\ifnum \c@tocdepth >\m@ne
\addpenalty{-\@highpenalty}%
\vskip 1.0em \@plus\p@
\setlength\@tempdima{1.5em}%
\begingroup
\parindent \z@ \rightskip \@pnumwidth
\parfillskip -\@pnumwidth
\leavevmode
\advance\leftskip\@tempdima
\hskip -\leftskip
\etchapterheadstyle{#1}\nobreak
% CCW: The following 3 lines add dots to the chapter TOC listings
\leaders\hbox{$\m@th
\mkern \@dotsep mu\hbox{.}\mkern \@dotsep
mu$}\hfill
\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par
\penalty\@highpenalty
\endgroup
\fi}
% Change name of table of contents
\renewcommand{\contentsname}{Table of contents}
% Change name of bibliography
\renewcommand{\bibname}{References}
% Change the margins to fit requirements
\setlength{\oddsidemargin}{0.5in} % really 1.5in
\setlength{\evensidemargin}{0.5in} % really 1.5in
\setlength{\textwidth}{6in}
\setlength{\topmargin}{0in} % really 1in
\setlength{\headheight}{0.2in}
\setlength{\headsep}{0.2in}
\setlength{\textheight}{8.5in}
\setlength{\footskip}{0.3in}
% Changing where the page numbers go on pages that aren't the first
% page of a chapter.
\pagestyle{myheadings}
\markright{}
% Make the table of contents, etc., single spaced
%
% bph added lists of tables/figures to table of contents.
% CCW fixed bug where multipage LOT/LOF were listed in TOC with wrong
% page number.
\let\oldtableofcontents = \tableofcontents
\renewcommand{\tableofcontents}{
\begin{singlespace}
\oldtableofcontents
\end{singlespace}
}
\let\oldlistoftables = \listoftables
\renewcommand{\listoftables}{
\begin{singlespace}
% This works b/c multiple \newpage's are treated as one
\newpage
\addcontentsline{toc}{chapter}{List of Tables}
\oldlistoftables
\end{singlespace}
}
\let\oldlistoffigures = \listoffigures
\renewcommand{\listoffigures}{
\begin{singlespace}
% This works b/c multiple \newpage's are treated as one
\newpage
\addcontentsline{toc}{chapter}{List of Figures}
\oldlistoffigures
\end{singlespace}
}
% End of File
\end_preamble
\use_default_options true
\maintain_unincluded_children false
\language english
\language_package default
\inputencoding auto
\fontencoding global
\font_roman times
\font_sans default
\font_typewriter default
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100
\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize default
\spacing double
\use_hyperref false
\papersize default
\use_geometry false
\use_amsmath 1
\use_esint 0
\use_mhchem 1
\use_mathdots 1
\cite_engine basic
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\use_refstyle 0
\index Index
\shortcut idx
\color #008000
\end_index
\leftmargin 1in
\topmargin 1in
\rightmargin 1in
\bottommargin 1in
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header
\begin_body
\begin_layout Chapter
Chapter 1
\end_layout
\begin_layout Section
Introduction
\end_layout
\begin_layout Standard
Here's an example paragraph with some references in order to demonstrate
the problem
\begin_inset CommandInset citation
LatexCommand citep
key "Schliemann1875"
\end_inset
with the both the bibliography and the in-text citations
\begin_inset CommandInset citation
LatexCommand citep
key "Hodder1999,Hodder1996"
\end_inset
.
This sentence includes some more references to serve as an example
\begin_inset CommandInset citation
LatexCommand citep
key
"Kidder1924,Childe1929,Binford1962,Binford1965,Clarke1968,Hodder1986,Kohl1993,Shanks1987,Tilley1989a,Kohl1992"
\end_inset
.
With Natbib chosen, a ``something is missing'' error occurs.
If an incompatible bst is chosen (like humannat), ``control sequence errors''
are produced.
\end_layout
\end_body
\end_document
#LyX 2.0 created this file. For more info see http://www.lyx.org/
\lyxformat 413
\begin_document
\begin_header
\textclass report
\begin_preamble
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Craig Wiegert's modifications to johnchithesis.cls
% (updated 2 Jul 2003)
% Send comments/changes/questions to <cwieg...@alumni.uchicago.edu>.
%
% NOTE: Be sure to check your margins carefully on your hardcopy!
% The top/left/right margins specified in lines 462--469 are
% exactly what the Dissertation Office specifies, but your printer
% may print documents offset or stretched by a bit. One tip is to
% increase the margins by a fudge factor of 0.05-0.1in; another is
% to redefine TeX's default \hoffset and \voffset to something
% other than 1in (e.g., \hoffset=0.95in). If you do either of
% these, PLEASE DON'T PROPAGATE YOUR CHANGES IN THIS FILE. This
% class should remain as general-purpose as possible.
%
% A more elegant solution for offset pages is to use the results
% of testpage.tex to specify the printer offsets, either in the
% config.ps in your TeX distribution, or in ~/.dvipsrc. See the
% dvips man page for details.
%
% Changes:
% 1) Moved Astronomy-specific modifications to their own package.
% 2) Fixed the bug wherein multipage lists of tables and figures were
% listed in the TOC with the last page instead of the first.
% 3) Added space between multiple footnotes on a page, as per
% requirements. Also made footnote continuation separator the
% width of text.
% 4) Merged some changes from Martin Pergler's modifications of
% easychithesis.cls, namely: respace title page a bit, make
% footnote numbers full size, resize math subscripts, add leader
% dots to TOC chapters.
% 5) Tweaked margins just slightly to give footer more room.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% John's modifications to Luisa's myeasychithesis2.cls and new hints
% for formatting the document file.(last updated 5-JUL-2001, JEV)
% 1) The acknowledgment environment (as in aastex) has
% been changed to invoke \topmatter.
% 2) (moved to astroextras)
% 3) If you want '\\' to force a new line in title then
% comment out line 356 and uncomment line 355. Note
% however, that this then requires entering the title
% in all caps in the document file.
% 4) (moved to astroextras)
% 5) Added \makecopyright command from Steve Martin's
% thesis macros (lines 283--295).
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This is a modification of the
%
% easychithesis.cls Version 1.5 April 5, 1999
%
% I (Brad Holden, bph herein) used this for my thesis. I encountered a
% few problems when dealing with the Office of Academic
% Publications so I fixed those in this version. In the future,
% new policies will be enacted so this version will no doubt become
% obselete as well.
%
% myeasychithesis.cls March 13, 2000
%
%
% I added a whole bunch of things from aastex.cls file to
% enable things like deluxetable to work. --L. Rebull
%
% myeasychithesis2.cls July, 2000
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Original Instructions And Hints
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% This file provides the LaTeX2e style myeasychithesis for formating
% graduate thesis at the University of Chicago. It was written by
% Bryan Clair and Nathan Dunfield. For an example of its use see the
% file: template.tex, and the instructions below.
%
% Comments or problems should be sent to hol...@oddjob.uchicago.edu
%
%
% Invoking this style: Start your document with (this is 1.5 spaced)
%
% \documentclass{myeasychithesis2}
%
% You should submit a double-spaced thesis. So, start with
%
% \documentclass[truedoublespace]{myeasychithesis2}
%
% When printing drafts, you may not want your thesis doublespaced.
% If you use instead:
%
% \documentclass[singlespace]{myeasychithesis2}
%
% or
%
% \documentclass[onehalfspace]{myeasychithesis2}
%
% your thesis will come out single or 3/2 spaced respectively.
% myeasychithesis2 also understands all options understood by report.
% Also the ``double spacing'' provided by this style is not ``true''
% doublespacing as defined by setspace.sty. Instead, it is the same
% as on the old LaTeX 2.09 thesis style ``chithesis''. If you want
% ``true'' double spacing, give the option truedoublespace.
%
% Title Page Information Commands
% Example Usage:
% \title{Stones And L^2 Invariants}
% \author{Fred D. Belitnikoff}
% \department{Mathematics}
% \division{Physical Sciences} (Sciences with an s!)
% \degree{Doctor of Philosophy}
% \date{July 1998} (Your grad. date, formatted like the example)
% \maketitle
%
% \dedication : Use for a dedication, copyright, or epigraph.
% Produces a page with no number for the text which follows
% If you want centering, do it yourself with
% \begin{center} and \end{center}.
% Usage:
% \dedication
% To blah.
%
% \topmatter : Things like Abstract, Acknowledgments.
% Usage:
% \topmatter{Title Of Matter}
%
% Use like \chapter, once for each page of matter you want. Don't
% use numbered sections within these. Use \section* instead.
%
% The abstract environment has been changed to invoke \topmatter.
% The acknowledgment environment has been changed to invoke
% \topmatter, use it like the aastex acknowledgment command but put
% it at beginning of document for a Chicago Thesis
%
% \mainmatter : Signals the start of the document's body.
% Usage:
% \mainmatter
%
% Use once before the first numbered \chapter.
%
% HINTS:
%
% 1. To get appendices, you don't do anything different from a normal
% report document. That means, put the command \appendix before
% you begin your first appendix, then do each appendix with a
% \chapter command. Note that if you have only one appendix, it is
% customary to leave it unnumbered. Do this with \chapter*.
%
% 2. If you are having page break problems (which are much more
% likely in double spacing), use the \pagebreak[n] and
% \nopagebreak[n] commands to tell LaTeX good and bad
% places for page breaks. n=1,2,3 for gradually more
% emphatic suggestion to LaTeX. n=4 is almost always
% break page or almost never break page.
%
% 3. If you are in a rush and don't have time to go through and
% rework places which generate overfull hboxes (stuff sticking
% out from right margin), put the command \sloppy before your
% \begin{document}. LaTeX will not generate overfull hboxes but will
% stretch spaces more, beyond its usual aesthetic preferences.
%
% KNOWN PROBLEMS
%
% 1. No support for multi-volume theses.
%
% 2. Doesn't work with older versions of setspace.sty
%
% 3. Problems with math formulas in chapter headings:
%
% a. Any lowercase letters in the formula are converted to
% uppercase, e.g. f(x) becomes F(X). If you really need
% lowercase math letters in your chapter titles, use the
% option plainchapterheads (and, if you want, type your
% chapter titles in ALL CAPS so that the appearance doesn't
% change). Note there is no problem
% for section or subsection headings in either case.
%
% b. Some perfectly reasonable math commands when used in
% \chapter give the error
% ``LATEX ERROR: \command ALLOWED ONLY IN MATH MODE.''
% The solution to this is to do
%
% \newcommand{\mymath}{problem math goes here}
%
% and then
%
% \chapter{All about \protect\mymath}
%
% also, the option plainchapterheads will fix this too.
%
% Improvements over older versions:
%
% Added in 1.4: Name of the bibiography is now References, to please the
% thesis office. If you want to change it back, put
%
% \renewcommand{\bibname}{Bibliography}
%
% in your TeX file prior to \begin{document}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\NeedsTeXFormat{LaTeX2e}[1995/06/01]
%\ProvidesClass{ccw_chithesis}[2003/07/02 Chicago Thesis Class for LaTex2e]
\RequirePackage{setspace}[1998/04/8]
\newcommand{\etptsize}{12pt}
\DeclareOption{10pt}{\renewcommand{\etptsize}{10pt}}
\DeclareOption{11pt}{\renewcommand{\etptsize}{11pt}}
\DeclareOption{12pt}{\renewcommand{\etptsize}{12pt}}
\DeclareOption{letterpaper}{\PassOptionsToClass{letterpaper}{report}}
% The following options set the global amount of spacing
\newcommand{\etspacing}{\setstretch{1.37}}
\DeclareOption{truedoublespace}{\renewcommand{\etspacing}{\doublespacing}}
\DeclareOption{doublespace}{\renewcommand{\etspacing}{\setstretch{1.37}}}
\DeclareOption{onehalfspace}{\renewcommand{\etspacing}{\onehalfspacing}}
\DeclareOption{singlespace}{\renewcommand{\etspacing}{\singlespacing}}
% Normally, the chapter heads are all uppercase, but sometimes
% this causes problems. The following option changes
% the chapter heads to small caps instead.
\newcommand{\etchapterheadstyle}[1]{\MakeUppercase{#1}}
\DeclareOption{plainchapterheads}{\renewcommand{\etchapterheadstyle}[1]{#1}}
% Pass all other options to report.cls.
\DeclareOption*{%
\PassOptionsToClass{\CurrentOption}{report}
}
% It would be better to have the following line next,
% rather than setting the defaults manually, but
% this would break early versions of LaTeX2e
%
%\ExecuteOptions{12pt,letterpaper,doublespace}
\ProcessOptions\relax
%\LoadClass[\etptsize]{report}
% CCW: Footnote modifications
% Lengthen continuation rule line for footnotes
\RequirePackage[splitrule]{footmisc}%
% Add spacing between multiple footnotes, but make sure space isn't
% added between rule and notes. This is a bit of a kludge.
\setlength{\footnotesep}{\baselineskip}
\let\oldfootnoterule = \footnoterule
\renewcommand{\footnoterule}{\kern
0.4\footnotesep\oldfootnoterule\kern-0.4\footnotesep}
% Make footnote numbers in footnotes regular size, as per ``modern practice''
\renewcommand{\@makefntext}[1]{\noindent\makebox[2.5em][r]{\@thefnmark.\ }#1}
% CCW: font size modifications, from Martin Pergler
% Put it at document start, else some packages may clobber it.
% Thesis Office says minimum should be 9pt for microfilming, but they
% didn't actually complain about the standard LaTeX sizes (12/8/6) that
% I used previously. So 8pt isn't too much of a cheat.
\AtBeginDocument{\DeclareMathSizes{12}{12}{10}{8}}
% Adjust spacing of document
\etspacing
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Commands Defined For Use By Thesis Author
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% \dedication : Use for a dedication, copyright, or epigraph.
% Produces a page with no number for the text which follows
% If you want centering, do it yourself with
% \begin{center} and \end{center}.
%
\newcommand{\dedication}{
\chapter*{}
\thispagestyle{empty}
}
% copyright page (if used, should appear directly after title page)
% usage: \makecopyright
\def\makecopyright{\@restonecolfalse
\if@twocolumn\@restonecoltrue\onecolumn
\else \newpage \fi
\thispagestyle{empty}%\setcounter{page}{2}%
% \addtocounter{page}{1}
\null\vfill
\centerline{ Copyright \copyright\ \number\year\ by \@author }
\centerline{ All rights reserved }
\vskip 15pt\relax
\if@restonecol\twocolumn \else \newpage \fi
\let\makecopyright=\relax}
%
% \topmatter : Things like Abstract, Acknowledgments.
% Usage:
% \topmatter{Title Of Matter}
%
% Use like \chapter, once for each page of matter you want. Don't
% use numbered sections within these. Use \section* instead.
%
\newcommand{\topmatter}[1]{
\chapter*{#1}
\addcontentsline{toc}{chapter}{#1}
}
%
% redefinition of abstract environment
%
\renewenvironment{abstract}{\topmatter{Abstract}}{}
\newenvironment{acknowledgments}{\topmatter{Acknowledgments}}{}
%
% \mainmatter : Signals the start of the document's body.
% Usage:
% \mainmatter
%
% Use once before the first numbered \chapter.
%
\newcommand{\mainmatter}{
\clearpage
\pagenumbering{arabic}
}
%
% Title Page Information Commands
% Example Usage:
% \title{Stones And L^2 Invariants}
% \author{Fred D. Belitnikoff}
% \department{Mathematics}
% \division{Physical Sciences} (Sciences with an s!)
% \date{July 1998} (Your grad. date, formatted like the example)
%
%
\renewcommand{\title}[1]{\gdef\@title{#1}}
\renewcommand{\author}[1]{\gdef\@author{#1}}
\newcommand{\department}[1]{\gdef\@department{#1}}
\newcommand{\division}[1]{\gdef\@division{#1}}
\newcommand{\degree}[1]{\gdef\@degree{#1}}
\renewcommand{\date}[1]{\gdef\@date{#1}}
%
% \maketitle : Makes the U. of Chicago dissertation title page.
%
\renewcommand{\maketitle}{
\begin{titlepage}
\begin{center}
\rule{0in}{0.25in}
THE UNIVERSITY OF CHICAGO\\
\vfill
% \@title\\
\MakeUppercase{\@title}\\
\vfill
A DISSERTATION SUBMITTED TO\\
THE FACULTY OF THE DIVISION OF THE \MakeUppercase{\@division}\\
IN CANDIDACY FOR THE DEGREE OF\\
\MakeUppercase{\@degree}\\
\ \\
COMMITTEE ON \MakeUppercase{\@department}\\
\vfill
BY\\
\MakeUppercase{\@author}\\
\vfill
CHICAGO, ILLINOIS\\
\MakeUppercase{\@date}
\vspace*{0.45in}
\end{center}
\end{titlepage}
\pagenumbering{roman}
\addtocounter{page}{1}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Internal Formatting Commands For This Thesis Style
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Redo commands that make chapter & section headers
%
\renewcommand{\@makechapterhead}[1]{{
\setlength{\topmargin}{0.5in} % really 1.5in, added by bph
% to meet OAP standards
\normalfont\large\bfseries
\begin{center}
\etchapterheadstyle{\@chapapp{ \thechapter}} % CHAPTER 1 or APPENDIX
\etchapterheadstyle{#1} % TITLE OF CHAPTER
\end{center}
\setlength{\topmargin}{0in} % back to 1in
}}
\renewcommand{\@makeschapterhead}[1]{{
\setlength{\topmargin}{0.5in} % really 1.5in, added by bph
% to meet OAP standards
\normalfont\large\bfseries
\begin{center}
\etchapterheadstyle{#1} % TITLE OF CHAPTER
\end{center}
\setlength{\topmargin}{0in} % back to 1in
}}
\renewcommand\section{\@startsection {section}{1}{\z@}%
{-3.5ex \@plus -1ex \@minus -.2ex}%
{2.3ex \@plus.2ex}%
{\normalfont\large\bfseries\centering}}
\renewcommand\subsection{\@startsection{subsection}{2}{\z@}%
{-3.25ex\@plus -1ex \@minus -.2ex}%
{1.5ex \@plus .2ex}%
{\normalfont\large\itshape\centering}}
\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}%
{-3.25ex\@plus -1ex \@minus -.2ex}%
{1.5ex \@plus .2ex}%
{\normalfont\large}}
\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
{3.25ex \@plus1ex \@minus.2ex}%
{-1em}%
{\normalfont\normalsize\bfseries}}
\renewcommand\subparagraph{\@startsection{subparagraph}{5}{\parindent}%
{3.25ex \@plus1ex \@minus .2ex}%
{-1em}%
{\normalfont\normalsize\itshape}}
% Change style of printing chapters in TOC to match chapter headings.
\renewcommand*\l@chapter[2]{%
\ifnum \c@tocdepth >\m@ne
\addpenalty{-\@highpenalty}%
\vskip 1.0em \@plus\p@
\setlength\@tempdima{1.5em}%
\begingroup
\parindent \z@ \rightskip \@pnumwidth
\parfillskip -\@pnumwidth
\leavevmode
\advance\leftskip\@tempdima
\hskip -\leftskip
\etchapterheadstyle{#1}\nobreak
% CCW: The following 3 lines add dots to the chapter TOC listings
\leaders\hbox{$\m@th
\mkern \@dotsep mu\hbox{.}\mkern \@dotsep
mu$}\hfill
\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par
\penalty\@highpenalty
\endgroup
\fi}
% Change name of table of contents
\renewcommand{\contentsname}{Table of contents}
% Change name of bibliography
% \renewcommand{\bibname}{References}
\def\thebibliography#1{\chapter*{REFERENCES}\markboth
{}{}\list
{[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}\leftmargin\labelwidth
\advance\leftmargin\labelsep
\usecounter{enumi}
\itemsep 0pt
\parsep 0pt
\parskip 0pt}
\def\newblock{\hskip .11em plus .33em minus .07em}
\sloppy\clubpenalty4000\widowpenalty4000
\sfcode`\.=1000\relax}
\let\endthebibliography=\endlist
% Change the margins to fit requirements
\setlength{\oddsidemargin}{0.2in} % really 1.5in
\setlength{\evensidemargin}{0.2in} % really 1.5in
\setlength{\textwidth}{6in}
\setlength{\topmargin}{0in} % really 1in
\setlength{\headheight}{0.2in}
%\setlength{\headheight}{0.in}
%\setlength{\headsep}{0.2in}
\setlength{\headsep}{0.in}
\setlength{\textheight}{8.5in}
%\setlength{\footskip}{0.3in}
\setlength{\footskip}{0.2in}
% Changing where the page numbers go on pages that aren't the first
% page of a chapter.
%chaged by Yahui Peng 2/1/10
%\pagestyle{myheadings}
%\markright{}
\pagestyle{plain}
%\usepackage{fancyhdr}
%\pagestyle{fancy}
%\fancyhead{}
%\fancyfoot{}
%\cfoot{\thepage}
% Make the table of contents, etc., single spaced
%
% bph added lists of tables/figures to table of contents.
% CCW fixed bug where multipage LOT/LOF were listed in TOC with wrong
% page number.
\let\oldtableofcontents = \tableofcontents
\renewcommand{\tableofcontents}{
\begin{singlespace}
\oldtableofcontents
\end{singlespace}
}
\let\oldlistoftables = \listoftables
\renewcommand{\listoftables}{
\begin{singlespace}
% This works b/c multiple \newpage's are treated as one
\newpage
\addcontentsline{toc}{chapter}{List of Tables}
\oldlistoftables
\end{singlespace}
}
\let\oldlistoffigures = \listoffigures
\renewcommand{\listoffigures}{
\begin{singlespace}
% This works b/c multiple \newpage's are treated as one
\newpage
\addcontentsline{toc}{chapter}{List of Figures}
\oldlistoffigures
\end{singlespace}
}
\renewcommand{\figurename}{Figure}
\renewcommand{\fnum@figure}[1]{\textbf{\figurename~\thefigure}.}
% End of File
\usepackage{psfrag}
\usepackage[nospace]{cite}
\usepackage{url}
\usepackage{multirow}
\renewcommand{\multirowsetup}{\centering}
\widowpenalty=10000
\clubpenalty=10000
\raggedbottom
\usepackage[titletoc]{appendix}
\renewcommand{\appendixname}{Appendix}
\end_preamble
\options truedoublespace
\use_default_options false
\maintain_unincluded_children false
\language english
\language_package default
\inputencoding latin1
\fontencoding global
\font_roman times
\font_sans default
\font_typewriter default
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100
\graphics default
\default_output_format default
\output_sync 0
\bibtex_command bibtex
\index_command default
\paperfontsize 12
\spacing double
\use_hyperref false
\papersize letterpaper
\use_geometry false
\use_amsmath 1
\use_esint 0
\use_mhchem 1
\use_mathdots 1
\cite_engine basic
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\use_refstyle 0
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header
\begin_body
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
title{The something}
\end_layout
\begin_layout Plain Layout
\end_layout
\begin_layout Plain Layout
\backslash
author{Author}
\end_layout
\begin_layout Plain Layout
\end_layout
\begin_layout Plain Layout
\backslash
department{Example}
\end_layout
\begin_layout Plain Layout
\end_layout
\begin_layout Plain Layout
\backslash
division{Example}
\end_layout
\begin_layout Plain Layout
\end_layout
\begin_layout Plain Layout
\backslash
degree{Degree}
\end_layout
\begin_layout Plain Layout
\end_layout
\begin_layout Plain Layout
\backslash
date{September}
\end_layout
\begin_layout Plain Layout
\end_layout
\begin_layout Plain Layout
\backslash
maketitle
\end_layout
\begin_layout Plain Layout
\end_layout
\begin_layout Plain Layout
\backslash
makecopyright
\end_layout
\begin_layout Plain Layout
\end_layout
\begin_layout Plain Layout
\backslash
dedication
\backslash
begin{center}
\backslash
emph{To the}
\backslash
\backslash
\backslash
emph{}
\backslash
end{center}
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
tableofcontents
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
listoffigures
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
listoftables
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
topmatter{Acknowledgments}
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
topmatter{Abstract}
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
clearpage
\end_layout
\begin_layout Plain Layout
\end_layout
\begin_layout Plain Layout
\backslash
pagenumbering{arabic}
\end_layout
\begin_layout Plain Layout
\end_layout
\begin_layout Plain Layout
\backslash
setcounter{page}{1}
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset CommandInset include
LatexCommand input
filename "Ch1.lyx"
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
newpage
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
newpage
\backslash
addcontentsline{toc}{chapter}{References}
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
begin{singlespace}
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset CommandInset bibtex
LatexCommand bibtex
bibfiles "test2"
options "plain"
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
end{singlespace}
\end_layout
\end_inset
\end_layout
\end_body
\end_document
% This file was created with JabRef 2.6.
% Encoding: ISO8859_1
@ARTICLE{Binford1962,
author = {Binford, Lewis},
title = {Archaeology as Anthropology},
journal = {American Antiquity},
year = {1962},
volume = {28},
pages = {217-225},
number = {2},
keywords = {Archaeology; theory, Processualism},
owner = {alangreene},
timestamp = {2011.09.02}
}
@ARTICLE{Binford1965,
author = {Binford, L. R.},
title = {Archaeological Systematics and the Study of Cultural Process},
journal = {American Antiquity},
year = {1965},
volume = {31},
pages = {203-210},
keywords = {archaeology; theory},
owner = {alangreene},
timestamp = {2011.09.02}
}
@BOOK{Childe1929,
title = {The Danube in Prehistory},
publisher = {Clarendon},
year = {1929},
author = {Childe, V. Gordon},
address = {Oxford},
owner = {alangreene},
timestamp = {2011.09.02}
}
@BOOK{Clarke1968,
title = {Analytical Archaeology},
publisher = {Methuen},
year = {1968},
author = {Clarke, D. L.},
address = {London},
keywords = {archaeology theory; processual methodology},
owner = {alangreene},
timestamp = {2011.09.02}
}
@BOOK{Hodder1999,
title = {The Archaeological Process: An Introduction},
publisher = {Blackwell},
year = {1999},
author = {Hodder, Ian},
address = {Oxford},
keywords = {Archaeology Methodology. Archaeology Philosophy. theory
post-processual},
owner = {alangreene},
timestamp = {2011.09.02}
}
@BOOK{Hodder1996,
title = {On the Surface: \c{C}atalh\"{o}y\"{u}k 1993-95},
publisher = {McDonald Institute for Archaeological Research},
year = {1996},
author = {Hodder, Ian},
series = {McDonald Institute monographs,},
address = {Cambridge},
keywords = {Excavations (Archaeology) Turkey. \c{C}áatal Mound (Turkey)},
owner = {alangreene},
timestamp = {2011.09.02}
}
@BOOK{Hodder1986,
title = {Reading the Past},
publisher = {Cambridge University Press},
year = {1986},
author = {Hodder, Ian},
address = {Cambridge},
keywords = {Post-Processualism; Archaeology; Theory; ethnoarchaeology},
owner = {alangreene},
timestamp = {2011.09.02}
}
@BOOK{Kidder1924,
title = {An Introduction to the Study of Southwestern Archaeology with a
Preliminary
Account of the Excavations at Pecos},
publisher = {Yale University Press},
year = {1924},
author = {Kidder, Alfred Vincent},
series = {Phillips Academy, Andover, Mass. Dept. of Archaeology. Papers},
address = {New Haven},
keywords = {Pueblo Indians Antiquities Southwest, New Antiquities. Pecos
(N.M.)},
owner = {alangreene},
timestamp = {2011.09.02}
}
@INCOLLECTION{Kohl1993,
author = {Kohl, P.},
title = {Limits to a Post-Processual Archaeology (or, The Dangers of a New
Scholasticism)},
booktitle = {Archaeological Theory: Who Sets the Agenda?},
publisher = {Cambridge University Press},
year = {1993},
editor = {Yoffee, N. and Sherratt, A.},
pages = {13-19},
address = {Cambridge},
keywords = {archaeology; Theory},
owner = {alangreene},
timestamp = {2011.09.02}
}
@INCOLLECTION{Kohl1992,
author = {Kohl, P. L.},
title = {The Kura-Araxes "Chiefdom/State": The Problems of Evolutionary Labels
and Imperfect Analogies},
booktitle = {South Asian archaeology studies},
publisher = {Oxford \& IBH Pub. Co.},
year = {1992},
editor = {Possehl, Gregory L.},
pages = {223-232},
address = {New Delhi},
abstract = {Contributed articles.},
keywords = {Excavations (Archaeology) South Asia. South Asia Antiquities.},
owner = {alangreene},
timestamp = {2011.09.02}
}
@BOOK{Schliemann1875,
title = {Troy and its remains; a narrative of researches and discoveries made
on the site of Ilium, and in the Trojan plain},
publisher = {J. Murray},
year = {1875},
author = {Schliemann, Heinrich and Smith, Phillip and Schmitz, L. Dora},
address = {London},
keywords = {Troy (Extinct city) Turkey Antiquities},
owner = {alangreene},
timestamp = {2011.09.02}
}
@BOOK{Shanks1987,
title = {Social Theory and Archaeology},
publisher = {Polity Press},
year = {1987},
author = {Shanks, Michael and Tilley, Christopher},
address = {Cambridge},
abstract = {Archaeological theory},
keywords = {Archaeology; theory; post-processualism},
owner = {alangreene},
timestamp = {2011.09.02}
}
@INCOLLECTION{Tilley1989a,
author = {Tilley, Christopher Y.},
title = {Archaeology as Socio-Political Action in the Present},
booktitle = {Critical Traditions in Contemporary Archaeology},
publisher = {Cambridge University Press},
year = {1989},
editor = {Pinsky, V. and Wylie, A.},
pages = {104-116},
address = {Cambridge},
keywords = {archaeology; theory},
owner = {alangreene},
timestamp = {2011.09.02}
}
@comment{jabref-meta: selector_journal:}
@comment{jabref-meta: selector_author:}
@comment{jabref-meta: selector_keywords:}
@comment{jabref-meta: selector_publisher:}