答案1
使用torino
主题你可以足够接近地解决你的问题的模糊性。
\documentclass{beamer}
\usetheme[titleline]{Torino}
\definecolor{chameleongreen3}{named}{gray}
\setbeamertemplate{headline}{}
\setbeamertemplate{footline}{}
\author{Marco Barisione}
\title{Torino, a pretty theme for \LaTeX{} Beamer}
\institute{Politecnico di Torino}
\date{September 18, 2007}
\begin{document}
\begin{frame}[t,fragile]{How to use the theme}
\begin{itemize}
\item Install Beamer
\begin{itemize}
\item Some distros have a \verb!latex-beamer! \fcolorbox{red}{white}{\alert{package}} \rotatebox{30}{\tiny \alert{some text}}
\end{itemize}
\item Read the Beamer documentation
\begin{itemize}
\item \verb!/usr/share/doc/latex-beamer/beameruserguide.pdf.gz! if you are
using Debian
\item \verb!doc/beameruserguide.pdf! in the source package
\end{itemize}
\item Install the theme
\begin{itemize}
\item \verb!mkdir -p ~/texmf/tex/latex/beamer!\\
\item \verb!cp *.sty ~/texmf/tex/latex/beamer!
\end{itemize}
\item Read the example files
\begin{itemize}
\item \verb!chameleon.tex!: green theme, watermark and circles for bullet
lists
\item \verb!nouvelle.tex!: green and red theme, watermark and squares for
bullet lists
\item \verb!freewilly.tex!: blue theme, a logo and squares for bullet lists
\end{itemize}
\end{itemize}
\end{frame}
\end{document}