Presentations and PostersBeamer Presentation

Beamer, Powerdot and KOMA-Script presentations, Conference posters (a0poster, baposter, tikzposter)
Post Reply
QwareeqMathematics
Posts: 68
Joined: Mon Jul 06, 2009 7:44 pm

Beamer Presentation

Post by QwareeqMathematics »

I have Beamer Presentation file for my friend and it was working fine in TeXshop ad Winedit. He made it using Scientific work and Winedit.


I tried a lot to fix the problem but no luck , I tried to a copy any frame into a different file and it was no problem with it .

I attached the whole file, when I tried to make a minimal example , no problem was with it .
Attachments
JSM.tex
Beamer
(38.24 KiB) Downloaded 381 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Beamer Presentation

Post by Johannes_B »

Your second to last frame, the one before the bibliography entiled $MSE$ of $\hat{\beta}_{(.)}$ when $(a,b)=(0.5,3.0)$. is lacking the closing brace for the scalebox.
Adding it, you get the next error, because the tabular environmant for the table is missing. Fixing this as well, all runs smoothly.

At the beginning of the file are a few comments, did you read them? That uppercased text is quite ... obvious.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
QwareeqMathematics
Posts: 68
Joined: Mon Jul 06, 2009 7:44 pm

Re: Beamer Presentation

Post by QwareeqMathematics »

Thank you .

For the UC comments ,I think my friend has a permission. :roll:
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Beamer Presentation

Post by Johannes_B »

It's more about

Code: Select all

% DO NOT USE THIS FILE AS A TEMPLATE FOR YOUR OWN TALKSḂ!!
%
% Use a file in the directory solutions instead.
% They are much better suited.
%
I guess i would have chosen another file to base my document on ;-)
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
QwareeqMathematics
Posts: 68
Joined: Mon Jul 06, 2009 7:44 pm

Re: Beamer Presentation

Post by QwareeqMathematics »

;)
Post Reply