Generalbeamer | Unexpected Emergency Stop

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
LuaBB
Posts: 1
Joined: Mon Nov 26, 2012 11:41 pm

beamer | Unexpected Emergency Stop

Post by LuaBB »

I'm trying to finish a project on beamer, and until now it was working perfectly now I keep getting this error message.

Code: Select all

<*> new*controle.tex
I suspect you have forgotten a `}', causing me
to read past where you wanted me to stop.
I'll try to recover; but if the error is serious,
you'd better type `E' or `X' now and fix your file.
! Emergency stop.
<*> new*controle.tex
*** (job aborted, no legal \end found)
Here is how much of TeX's memory you used:
16190 strings out of 494045
298797 string characters out of 3148386
382784 words of memory out of 3000000
19072 multiletter control sequences out of 15000+200000
8863 words of font info for 22 fonts, out of 3000000 for 9000
715 hyphenation exceptions out of 8191
49i,16n,62p,429b,652s stack positions out of 5000i,500n,10000p,200000b,50000s
! ==> Fatal error occurred, no output PDF file produced!
Last edited by cgnieder on Mon Nov 26, 2012 11:46 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: beamer | Unexpected Emergency Stop

Post by frabjous »

It's probably just what it sounds like: you've forgotten a } somewhere.

But without any code, or a minimal working example, to look at, it's impossible to tell.
Post Reply