BibTeX, biblatex and biberaux file truncated

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
latex phd
Posts: 2
Joined: Sat Jul 06, 2013 11:37 am

aux file truncated

Post by latex phd »

Hi, I am new to Latex and I am trying to use it to write my phd thesis.

I have a large document linked to a jabref bibliography and I am using natbib.
The preamble is

Code: Select all

\documentclass[oneside,12pt]{scrbook}
\usepackage[onehalfspacing]{setspace}
\usepackage[round]{natbib}
\begin{document}
\chapter{INTRODUCTION}
The error I get has just started, even though I have been working on this document for weeks. When I first open the tex file I can run pdflatex and get the pdf with no refs, but when I run bibtex I get the following error

Code: Select all

Runaway argument?
{Maraia19 
! File ended while scanning use of \bibcite.
<inserted text> 
                \par 
l.6 \begin{document}
When I open up the aux file and go to the very end it is truncated and ends with Maraia19, even though the full reference is in the tex file.

Any ideas on why it is truncated would be great.
Last edited by Stefan Kottwitz on Sat Jul 06, 2013 3:42 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

aux file truncated

Post by cgnieder »

Hi and welcome to the LaTeX community!

I assume you have checked that the entry for Maraia19 in the bib file is correct (no missing comma, brace, ...)?

Can you please post a Infominimal working example that let's us reproduce the issue?

Regards
site moderator & package author
latex phd
Posts: 2
Joined: Sat Jul 06, 2013 11:37 am

Re: aux file truncated

Post by latex phd »

I'm posting this in case it will help anyone else.

I created the minimal example, but I was rather desperate to get the problem fixed so I did two things which seemed to solve the problem.

Firstly, there was a problem with two of the references having the same author year, which meant that the index key in jabref didn't work.

I think what actually solved the problem though, was deleting the presence of '{\textquoteright}' in one of the references in my jabref bibliography.

I'm not really sure of this, but I changed these two things and now it works.

Just to highlight that it wasn't anything to do with the particular reference at the end of the aux file, the file just seemed to be truncated because the action timed out somehow.
Post Reply