[問題] 用 beamer 製作投影片,要怎麼跨投影片 …

看板LaTeX (論文排版)作者 ( )時間14年前 (2011/06/10 10:53), 編輯推噓0(002)
留言2則, 2人參與, 最新討論串1/1
\section{adaptive median filter} \frame{\frametitle{adaptive median filter} \small\textit{Algorithm 1 $\left( Adaptive Median Filter\right):$}For each pixel location $\left(i,j\right)$, do\\ \begin{enumerate} \item Initialize w=3. \item Compute $S_{i,j}^{min,w}$,$S_{i,j}^{med,w}$,$S_{i,j}^{max,w}$, which are minimum, median, maximum pixel value in $S_{i,j}^{w}$ respectively. \item If $s_{i,j}^{min,w} < s_{i,j}^{med,w} < s_{i,j}^{max,w}$, then go to step 5. Otherwise set w=w+2. \item If $w < w_{max}$ go to step 2. Otherwise,we replace $y_{i,j}$ by $y_{i,j}^{med,w_{max}}$. \item If $s_{i,j}^{min,w} < y_{i,j} < s_{i,j}^{max,w}$, then $y_{i,j}$ is not a noise candidate, else we replace $y_{i,j}$ by $y_{i,j}^{med,w}$. \end{enumerate} } 如果一張投影片放不下這麼多 item,我想把剩下的 item 放到下ㄧ張投影片要怎麼做? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 122.118.5.116 ※ 編輯: shomingchang 來自: 122.118.5.116 (06/10 10:53)

06/10 13:27, , 1F
試試 \begin{frame}[allowframebreaks]
06/10 13:27, 1F

06/10 19:17, , 2F
\begin{enumerate}\setcounter{enumi}{3} 下個\item是4
06/10 19:17, 2F
文章代碼(AID): #1DyOScbh (LaTeX)
文章代碼(AID): #1DyOScbh (LaTeX)