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: 10335
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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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