Search found 19 matches

by erotavlas
Wed Sep 07, 2011 12:50 pm
Forum: Text Formatting
Topic: beamer | Vertical Space above Frame Title
Replies: 0
Views: 2834

beamer | Vertical Space above Frame Title

Hi,

how can I set the vertical space above the title in a beamer presentation?

Code: Select all

Code, edit and compile here:
\newenvironment{myframe}[1]
{\begin{frame}[fragile,environment=myframe] \vskip{5pt} \frametitle{#1} }
{\end{frame}}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Thank you
by erotavlas
Wed Sep 07, 2011 11:20 am
Forum: Document Classes
Topic: beamer | Frame Redefinition
Replies: 5
Views: 4956

Re: beamer | Frame Redefinition

Thank you for your tips, but my presentation is for an exam not for an audience. So I need to be clear on what I'm talking about.
Do you have any suggestions about the structure?

Thank
by erotavlas
Wed Sep 07, 2011 10:16 am
Forum: Document Classes
Topic: beamer | Frame Redefinition
Replies: 5
Views: 4956

Re: beamer | Frame Redefinition

Can somebody help me? Essentially, I would like to have more space on the slide. I need to write a lot of text.

Thank
by erotavlas
Wed Sep 07, 2011 9:31 am
Forum: BibTeX, biblatex and biber
Topic: beamer | Bibliography over several Frames
Replies: 6
Views: 29035

beamer | Bibliography over several Frames

Thank you for your suggestions but I have already solved with this code

Code: Select all

Code, edit and compile here:
\begin{frame}[allowframebreaks] {References}
\bibliographystyle{plain}
\bibliography{bibliography/bibliography}
\end{frame}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
by erotavlas
Tue Sep 06, 2011 5:25 pm
Forum: Page Layout
Topic: Beamer and hyperlink
Replies: 3
Views: 8694

Re: Beamer and hyperlink

Hi,

I have tried to open the pdf file with acrobat reader and all works well. So the internal viewer of Texmaker and the Document viewer of Ubuntu probably have some bugs.

Thank you
by erotavlas
Sun Sep 04, 2011 10:14 am
Forum: Page Layout
Topic: Beamer and hyperlink
Replies: 3
Views: 8694

Re: Beamer and hyperlink

How? I don't know why, but my pdf file is not correct.
When I click to the Summary it goes on Theorems while if I click Theorems it goes to References.

It's very strange...

P.S. I'm under Ubuntu 11.04 64 bit with Texmaker 3.1
by erotavlas
Sun Sep 04, 2011 10:07 am
Forum: Document Classes
Topic: beamer | Frame Redefinition
Replies: 5
Views: 4956

beamer | Frame Redefinition

Ok, now it more clear. Another question: if I would like to modify the margin (top, bottom, left, right) of the slide to allow more text, how can I do?
It's better to change the newenvironment of the slide or to use \setbeamersize{text margin left=0.15cm,text margin right=0.15cm} that works only for ...
by erotavlas
Sat Sep 03, 2011 4:34 pm
Forum: Document Classes
Topic: beamer | Frame Redefinition
Replies: 5
Views: 4956

beamer | Frame Redefinition

Hi,

I have found an example of presentation made with beamer on the web that redefines the environment for the frame. The code is

\newenvironment{lslide}[1]
{\begin{frame}
{\begin{center}#1
\end{center}}}
{\end{frame}}

I have read the beamer documentation, but I don't understand well some ...
by erotavlas
Sat Sep 03, 2011 4:25 pm
Forum: Page Layout
Topic: Beamer and hyperlink
Replies: 3
Views: 8694

Beamer and hyperlink

Hi,

I have a problem with the hyperlink inside a presentation made with beamer.
In few words, in the pdf file, if I try to open an hyperlink it corresponds to the wrong page.
For instance in the following code, the hyperlink summary refers to theorem. What do I wrong?

Thank you in advance ...
by erotavlas
Sat Sep 03, 2011 4:18 pm
Forum: BibTeX, biblatex and biber
Topic: beamer | Bibliography over several Frames
Replies: 6
Views: 29035

Re: beamer | Bibliography over several Frames

I'm sorry for the example. I didn't tried it. Thank you very much for your suggestion. Now all work well.
:D