How to put a big centered "Thank You" in a LaTeX slide

Amit Auddy picture Amit Auddy · Jun 4, 2015 · Viewed 42.4k times · Source

I want a "Thank you" to be displayed at the center of a slide in LaTeX with a big font size.

Answer

suvayu picture suvayu · Jun 17, 2015

I usually do something like this:

\begin{frame}{}
  \centering \Large
  \emph{Fin}
\end{frame}

If you want larger, you could try one of the \LARGE, \huge, or \Huge. Here is a sample of how it looks with the Montpellier theme in the orchid colour theme.

enter image description here