Saturday, August 3, 2013

Text style in Latex

\documentclass{beamer}
\begin{document}
    \begin{frame}[t]
        \textbf{Bold Text} \\
        \textit{Italic Text} \\
        \color{orange} Orange color Text \\
    \end{frame}
\end{document}

No comments:

Post a Comment