Search found 7 matches

by afinko
Tue Mar 17, 2009 12:27 am
Forum: Page Layout
Topic: Aligment of double column text at last page (balance column)
Replies: 2
Views: 34052

Aligment of double column text at last page (balance column)

kaiserkarl13:

Thank you very much, it works great :D
Exactly what I was looking for.
Thumbs Up :P
by afinko
Fri Mar 13, 2009 2:12 am
Forum: Page Layout
Topic: Aligment of double column text at last page (balance column)
Replies: 2
Views: 34052

Aligment of double column text at last page (balance column)

Hi,

I am writing a paper in IEEE double column format.
Is there a way how to align the both column in last page?
It means that references will be divided in both columns uniformly, so the both column will end at the same high from bottom of the page.

example1.JPG is as it is in default in IEEE ...
by afinko
Wed Sep 03, 2008 5:28 pm
Forum: General
Topic: Add picture on first page of presentation
Replies: 4
Views: 9878

Add picture on first page of presentation

Stefan_K wrote:Just \includegraphics should work, but not standalone, it will work as argument to a title-command, for example:

Code: Select all

Code, edit and compile here:
\title{My Presentation}
\subtitle{\includegraphics{logo}}
\author{Tester}
...
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Stefan
This is exactly what I was looking for.
Thank you very much :lol: ;)
by afinko
Wed Sep 03, 2008 4:45 pm
Forum: General
Topic: Add picture on first page of presentation
Replies: 4
Views: 9878

Add picture on first page of presentation

Hi afinko,
don't use the figure environment there. It's intended for floating pictures, you don't need it. Use just \includegraphics instead.
Or alternatively use \pgfdeclareimage and the \logo command, see beamer user guide .
Stefan

When I use \includegraphics withouth \begin{figure} and \end ...
by afinko
Wed Sep 03, 2008 12:55 pm
Forum: General
Topic: Add picture on first page of presentation
Replies: 4
Views: 9878

Add picture on first page of presentation

How can I add a picture on first page of the presentation (title page)?
When I put the :
\begin{figure}[!h]
\includegraphics[..]
\end{figure}

before \begin{document} document it will make an error:
! LaTeX Error: Missing \begin{document}

But I want to add logo at the first page, right after ...
by afinko
Mon Jun 30, 2008 8:38 am
Forum: General
Topic: Actual time during presentation
Replies: 8
Views: 8940

Re: Actual time during presentation

Juanjo Tnx, this is exactly what i need :D
by afinko
Sun Jun 29, 2008 11:50 pm
Forum: General
Topic: Actual time during presentation
Replies: 8
Views: 8940

Actual time during presentation

I am using LaTeX Beamer presentation.
I want to see what time it is during presentation in full screen mode adobe reader.
Are there any possibilities ?