[OS X TeX] \cite woes

Oliver Hardt oliver.hardt at mac.com
Mon Jun 20 23:41:55 CEST 2005


below are two codes (a .tex and a .bib) that were supposed to lead
to the same error, but they actually lead to a different error,
albeit at the same position in the run (latex/bibtex/latex/latex) --
that is, during the last latex.  thanks!

On 20-Jun-05, at 5:24 PM, Aaron Jackson wrote:

> On Jun 20, 2005, at 4:21 PM, Oliver Hardt wrote:
>
>
>> hi herb:  i tried with deleting all .aux files (and everything  
>> else that was created during the runs) -- no luck.  in the text,  
>> the \cite command looks ok -- balanced parentheses, no spaces,  
>> etc.  and there is no \par command i use ... or are you talking  
>> about how the code looks in the .aux file?
>>
>
> It would be a good idea to send a minimum example that causes the  
> error.  It would help people to debug your particular error.
>
> Aaron


1) the latex code

--------------- BEGIN LATEX
\documentclass[man,fignum,nobf]{apa}

\usepackage[pdftex]{graphicx}
\usepackage{apacite}
\usepackage{amsmath}
\usepackage[american]{babel}
\usepackage{booktabs}
\usepackage{varioref}
\usepackage{xspace}
\usepackage{tabularx}
\usepackage[applemac]{inputenc}
\usepackage{xspace}

\title{bla}

\shorttitle{bla}
\twoauthors{bla}{bla}

\twoaffiliations{bla}{bla}

\rightheader{bla}
\leftheader{bla}

\abstract{blabla}

% APA headings:
% === =========
\headinglevels{four}


\begin{document}
\maketitle

bla bla \cite{okeefe:1978} bla bla bla bla bla bla
bla bla bla bla bla bla bla bla bla bla bla bla
bla bla bla bla bla bla bla bla bla bla bla bla
bla bla bla bla bla bla bla bla bla bla bla bla
bla bla bla bla bla bla bla bla bla bla bla bla
bla bla bla bla bla bla bla bla bla bla bla bla
bla bla bla bla bla bl

\bibliographystyle{apacite}
\bibliography{testbib}

\end{document}
--------------- BEGIN LATEX


2) the bib code

--------------- BEGIN BIB
@article{newcomer:1994,
     Author = {J. W. Newcomer and S. Craft and T. Hershey and K.  
Askins and M.
               E. Bardgett},
     Journal = {Journal of Neuroscience},
     Pages = {2047-2053},
     Title = {Glucocorticoid-induced impairment in declarative memory
               performance in adult humans},
     Volume = 14,
     Year = 1994}
@book{okeefe:1978,
     Address = {Oxford},
     Author = {John O Keefe and Lynn Nadel},
     Publisher = {Clarendon Press},
     Title = {The Hippocampus as a Cognitive Map},
     Year = 1978}
@article{witmer:1998,
     Author = {B. G. Witmer and P. B. Klein},
     Journal = {Presence},
     Pages = {144-167},
     Title = {Judging perceived and traversed distance in virtual  
environments},
     Volume = 7,
     Year = 1998}
--------------- END BIB
--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
           & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>





More information about the macostex-archives mailing list