Search found 9 matches

by std00088
Thu Apr 17, 2008 4:19 pm
Forum: General
Topic: Change the presentation in latex
Replies: 2
Views: 2625

Re: Change the presentation in latex

Thanks, I was trying beamer and it's really fantastic. Specifically, I used the conference talk and I am satisfied with the format and the programming environment!


Thanks again !
by std00088
Thu Apr 17, 2008 10:42 am
Forum: General
Topic: Remove space after figure and before text
Replies: 6
Views: 232820

Re: Remove space after figure and before text

Thanks. It works perfect!
by std00088
Thu Apr 17, 2008 10:40 am
Forum: General
Topic: Change the presentation in latex
Replies: 2
Views: 2625

Change the presentation in latex

Hi,

I am working out a presentation in latex (prosper) and I need to change the alignment from center to left .
Any suggestions, about that ? I am an amateur in latex presentations!
by std00088
Thu Apr 17, 2008 7:56 am
Forum: General
Topic: Remove space after figure and before text
Replies: 6
Views: 232820

Re: Remove space after figure and before text

This is my code:

\begin{figure}[!t]
\centering
\includegraphics[scale=0.25]{.....}
\caption{\footnotesize ....}
\label{fig_....}
\end{figure}

I need to reduce the space after whole the figure, not between figure and caption. Between figure/caption and following text !
by std00088
Wed Apr 16, 2008 11:01 pm
Forum: General
Topic: How to make Table captions bold?
Replies: 19
Views: 55523

Re: How to make Table captions bold?

Have you tried this:

\renewcommand{\tablename}{\textbf TABLE}

and to write \textbf inside the caption of the table ?

I am not sure but this may work! Let me know if it does!
by std00088
Wed Apr 16, 2008 10:39 pm
Forum: General
Topic: Remove space after figure and before text
Replies: 6
Views: 232820

Remove space after figure and before text

Hi,

I have a figure in my latex paper (I am using IEEE tran package). After this figure there exists a space between the figure and the text. How can I reduce the size of this white space. To be specific the space is between the caption of the figure and the text of my paper. Any suggestions ...
by std00088
Mon Apr 14, 2008 7:11 pm
Forum: General
Topic: Page numbering
Replies: 1
Views: 2067

Page numbering

Hi,

I am writing a paper using IEEE tran and I am facing the following problem:

I cannot see pagenumebring in the top right position as in a normal case. This problem appeared when I use the command
\thispagestyle{empty}. I discard this command but the numbering did not restore.
What can I do ? I ...
by std00088
Wed Apr 09, 2008 12:15 am
Forum: General
Topic: Help with References
Replies: 2
Views: 2382

Re: Help with References

Great Thanks !

It works perfect !
by std00088
Mon Apr 07, 2008 12:08 pm
Forum: General
Topic: Help with References
Replies: 2
Views: 2382

Help with References

Hi,

I am writing a paper using the IEEE tran package according to, http://www.ieee.org/web/publications/authors/transjnl/index.html

I face the following problem:

My references are mixed with my figures. Namely the section of references includes tables and figures from the file.
cannot ...