以下簡單乳膠描述在我希望的幻燈片中不會導致 。Latex Beamer將文本關閉
\begin{frame}
\frametitle{Previous Work}
\begin{itemize}
\item [Hummer 1992] - First work in this area was conducted by Hummer
\item [Goldreich et at. 2002] - Theoretical work that focused more on the power characteristics of embedded systems
\end{itemize}
\end{frame}
問題是,方括號內的文本被截斷。所以它看起來應該 這樣的:
Hummer 1992 - First work in this area was conducted
by Hummer
Goldreich et al. 2002 - Theoretical work that focused more on
the power
但它看起來是這樣的:
r 1992 - First work in this area was conducted by Hummer
l. 2002 - Theoretical work that focused more on the power
任何想法,我怎麼能排序了這一點。
謝謝!