Presentations and Posters[Runaway Error] Could you help me to remove this error?

Beamer, Powerdot and KOMA-Script presentations, Conference posters (a0poster, baposter, tikzposter)
Post Reply
Ashley Jang
Posts: 1
Joined: Mon Mar 14, 2016 1:58 am

[Runaway Error] Could you help me to remove this error?

Post by Ashley Jang »

Hello, everyone.
I kept receiving this error message but I cannot find what is wrong with my beamer.
I checked every page by removing one by one but this message keeps coming out.

"Runaway argument?
{\hea
File ended while scanning use of \@writefile.
<inserted text>
\par
l.25 \begin{document}"

My log file is as below. (I edited with Overleaf)

Code: Select all

Code, edit and compile here:
\documentclass{beamer}
\mode<presentation>
{
\usetheme{default} % or try Darmstadt, Madrid, Warsaw, ...
\usecolortheme{beaver} % or try albatross, beaver, crane, ...
\usefonttheme{default} % or try serif, structurebold, ...
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{caption}[numbered]
}
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\title{The Supply of Birth Control Methods, Education and Fertility: Evidence from Romania}
\author{Yunjeong Jang}
\institute{MDP of KDI School}
\date{March 19th, 2016}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Table of Contents}
\tableofcontents
\end{frame}
\section{I.Introduction}
\begin{frame}{I.Introduction}
\begin{itemize}
\item Objective: To investigate the effect of the supply of birth control methods on fertility behavior by examining Romania's 23-year period of pronatalist policies
\item Whether family planning programs have an effect on female fertility
\end{itemize}
\begin{block}{\textbf{Romania's Distinctive History of Changes in access to Birth Control Method}}
i) 1957-1966, Very liberal abortion policy and abortion was the main method of contraception.
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

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
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

[Runaway Error] Could you help me to remove this error?

Post by Johannes_B »

Apart from the missing figures, your code does not show any error. Try yourself by clicking on open in writelatex just above your posted code and adding the demo option.

Code: Select all

\documentclass[demo]{beamer}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply