Re: How to remove Figure in caption when using beamer class for slides?

2005-03-13 Thread Juergen Spitzmueller
Wang Xiangqi wrote:
 Since package caption doesn't work under beamer class. Then how to
 remove (or change) the text Figure in the caption field of figures.

if you use babel:

\AtBeginDocument{%
\addto\captionsyour language{%
  \renewcommand{\figurename}{foo}%
  \renewcommand{\tablename}{bar}%
}
}

else

\AtBeginDocument{%
  \renewcommand{\figurename}{foo}%
  \renewcommand{\tablename}{bar}%
}

Jrgen



Re: How to remove Figure in caption when using beamer class for slides?

2005-03-13 Thread Juergen Spitzmueller
Wang Xiangqi wrote:
 Since package caption doesn't work under beamer class. Then how to
 remove (or change) the text Figure in the caption field of figures.

if you use babel:

\AtBeginDocument{%
\addto\captionsyour language{%
  \renewcommand{\figurename}{foo}%
  \renewcommand{\tablename}{bar}%
}
}

else

\AtBeginDocument{%
  \renewcommand{\figurename}{foo}%
  \renewcommand{\tablename}{bar}%
}

Jrgen



Re: How to remove "Figure" in caption when using beamer class for slides?

2005-03-13 Thread Juergen Spitzmueller
Wang Xiangqi wrote:
> Since package "caption" doesn't work under beamer class. Then how to
> remove (or change) the text "Figure" in the caption field of figures.

if you use babel:

\AtBeginDocument{%
\addto\captions{%
  \renewcommand{\figurename}{foo}%
  \renewcommand{\tablename}{bar}%
}
}

else

\AtBeginDocument{%
  \renewcommand{\figurename}{foo}%
  \renewcommand{\tablename}{bar}%
}

Jürgen



How to remove Figure in caption when using beamer class for slides?

2005-03-12 Thread Wang Xiangqi
Since package caption doesn't work under beamer class. Then how to
remove (or change) the text Figure in the caption field of figures.
More thanks.
Regards.
--Sunkey


How to remove Figure in caption when using beamer class for slides?

2005-03-12 Thread Wang Xiangqi
Since package caption doesn't work under beamer class. Then how to
remove (or change) the text Figure in the caption field of figures.
More thanks.
Regards.
--Sunkey


How to remove "Figure" in caption when using beamer class for slides?

2005-03-12 Thread Wang Xiangqi
Since package "caption" doesn't work under beamer class. Then how to
remove (or change) the text "Figure" in the caption field of figures.
More thanks.
Regards.
--Sunkey