问题:下面的怎么修改使 "注意"与"求某人购"对齐成同一行


代码如下:(结果"注意"与"求某人购"不在同一行)

\documentclass[a4paper]{beamer}

\usepackage{ctex}

\usepackage{tcolorbox}

\begin{document}

\begin{frame}

\begin{columns}[T]

\column{0.03\textwidth}

\textcolor{red}{\fbox{注意:}}

\column{0.95\textwidth}

\begin{beamercolorbox}{}%

\begin{itemize}

\item 求某人购

\item specify the symbol.

\item Let me add ...

\end{itemize}

\end{beamercolorbox}

\end{columns}

\end{frame}

\end{document}




3 回答3

1
<p>试试\begin{frame}[t]看可以不,默认是垂直居中的。<br></p><p><br></p>
  • 回复 registor :这样微调一下,效果差不多,谢谢 – captain 2019-08-19 22:53 回复
  • 回复 captain :有一个不太科学的办法就是在beamercolorbox 环境前加一个\vspace{-1ex}拖动调整。 – registor 2019-08-19 15:12 回复
  • 不行啊 – captain 2019-08-19 13:57 回复
0
<p></p><p></p><p></p><p>itemize 环境没必要写在beamercolorbox 环境里,单 独 使用,对得就挺好的。</p><p></p><p></p><p></p>
  • 我去,我明明写的是 单 独 啊,为什么出来是多带带? – Chennanzhang 2019-08-20 10:37 回复
  • 回复 captain :多带带使用,输入法多敲了一个d,笔误。 – Chennanzhang 2019-08-20 10:35 回复
  • 对,不应该用beamercolorbox 环境,类似环境都会要垂直方向上加一个间距。 – registor 2019-08-19 15:10 回复
  • 多带带使用?这是什么意思? – captain 2019-08-19 13:58 回复
0
<pre class="brush:plain;toolbar:false">\documentclass{ctexbeamer} \begin{document} \begin{frame}   \raisebox{-1\ccwd}{注意:}%   \parbox[t]{0.6\linewidth}{%     \begin{itemize}       \item 求某人购       \item specify the symbol.       \item Let me add ...     \end{itemize}   } \end{frame} \end{document}</pre><p>实在不行就玩盒子<br></p>

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。