BibTeX, biblatex and biberStrange problem with BibTeX with TeXShop.

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
dkaplan
Posts: 6
Joined: Tue May 19, 2009 4:18 pm

Strange problem with BibTeX with TeXShop.

Post by dkaplan »

Greetings all. I have been trying to format my references for a book. I am receiving the following error message:
---
This is BibTeX, Version 0.99c (TeX Live 2009)
The top-level auxiliary file: Bayes book first draft.aux
I found no \bibstyle command---while reading file Bayes book first draft.aux
(There was 1 error message)
----

Other documents such as articles are not having any problem. Here is the preamble:

\documentclass [12pt] {book}
\usepackage{graphicx}
\usepackage{apacite}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{setspace}
\onehalfspacing
\raggedbottom
\newcommand{\mb}[1]{\mbox{\boldmath $\bf#1$}}
\newcommand{\mbi}[1]{\mbox{\mathit{\boldmath $\bf#1$}}}
\newcommand{\bibnodot}[1]{} \DeclareSymbolFont{symbolsC}{U}{txsyc}{m}{n}
\DeclareMathSymbol{\boxright}{\mathrel}{symbolsC}{128}
\numberwithin{equation}{chapter}
\nopagebreak[4]

Note that apacite is loaded, and I am calling in the correct bibtex file using \bibliography{}

Any help would be greatly appreciated.

David

Recommended reading 2024:

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

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

User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Strange problem with BibTeX with TeXShop.

Post by frabjous »

Most likely even with the apacite package (.sty file) loaded, you should still load the apacite bibliography style (.bst file):

Put

\bibliographystyle{apacite}

...or perhaps...
\bibliographystyle{apacitex}

somewhere before the \bibliography command.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Strange problem with BibTeX with TeXShop.

Post by localghost »

Source code is formatted by means of the code environment. This keeps a post clear and legible (see Board Rules).

Your code snippet is absolutely useless [1]. There is no hint for a \cite command. Note that you have to run BibTeX and twice again (pdf)latex to get the references right. Details can be read in the BibTeX manual.

[1] View topic: Avoidable mistakes


Best regards
Thorsten
Post Reply