Text FormattingFile ended while scanning use of \@citex

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

File ended while scanning use of \@citex

Post by Stefan Kottwitz »

Hi Nadja,

there's a heading with elsarticle, and also with your code. It required that bibliography entries exist, otherwise there's no bibliography and no heading.

So ensure that there are entries.

If there are still problems, post a real Infominimal working example together with bib entries.

Stefan
LaTeX.org admin

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

godfreyndlovu
Posts: 1
Joined: Mon Oct 05, 2015 8:51 am

File ended while scanning use of \@citex

Post by godfreyndlovu »

I have the same problem.

Below is my document, please help

Code: Select all

\documentclass[12pt,a4paper,titlepage]{article}
\usepackage{amsmath}
\usepackage{amscd}
\usepackage{amsfonts}
\usepackage{inputenc}
\usepackage{amssymb}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage{lmodern}
\usepackage[english]{babel}
\usepackage{apacite}
\usepackage[round]{natbib}
\usepackage{hyperref}
\usepackage[all]{hypcap}
\hypersetup{
    colorlinks=false,
    linkcolor=blue,
    filecolor=magenta,      
    urlcolor=cyan,
}
\urlstyle{same}
\begin{document}
		\title{}
	\author{,\footnote{}}
	\maketitle
	\begin{abstract}
		
		\textbf{Key Words:} 
	\end{abstract}
\section{Introduction}

\section{Conclusion}

\bibliographystyle{apacite}
	\bibliography{stability}
	\end{document}
Last edited by Stefan Kottwitz on Mon Oct 05, 2015 10:24 am, edited 1 time in total.
Post Reply