GeneralFile ended while scanning use of \beamer

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
tarektarek
Posts: 30
Joined: Fri Nov 23, 2007 12:56 am

File ended while scanning use of \beamer

Post by tarektarek »

Hi all,
I am not sure if I am posting in the right place. I am new with beamer and I am getting "File ended while scanning use of beamer@howtotreatframe" so I am not sure how to solve it. See the attached file.


Thank you in advance
Attachments
Marcus_Presentation.tex
(32.5 KiB) Downloaded 1067 times

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

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

File ended while scanning use of \beamer

Post by Stefan Kottwitz »

Have a look at your line 120:

Code: Select all

\date{T
You forgot the closing brace.
Furthermore, one \\ in line 106 seems to be misused.

I suggest next time please post a more reduced example. Those more than 20 frames are not relevant to the problem. Reducing helps you and us.

Stefan
LaTeX.org admin
Post Reply