비머 프리젠테이션이 콘텐츠 페이지에서 프레임을 제대로 분할하지 않습니다.

비머 프리젠테이션이 콘텐츠 페이지에서 프레임을 제대로 분할하지 않습니다.

에서 프레젠테이션 작업을 하고 beamer있는데 목차가 한 슬라이드에 비해 너무 큽니다. Allowframebreak를 포함하려고 시도했지만 중앙에 맞추지 않고 다음 슬라이드로 밀어넣을 뿐입니다. 내가 이것을 어떻게 정렬할 수 있는지 아는 사람 있나요? 나는 이것에 대한 많은 다른 답변을 보았지만 어느 것도 나에게 도움이 되지 않는 것 같았습니다. 나는 비머를 처음 접했기 때문에 어리석은 실수를 저지르고 있을 수도 있습니다. 감사해요

\documentclass{beamer}
\usepackage{beamerthemesplit} % new 
\begin{document}
\title{A history of Ordinary differential equations and their applications within Biology, Physics and the economy} 
\author{Tarran Dutton} 
\date{\today} 

\frame{\titlepage} 
\frame[allowframebreaks]%
{\frametitle{Table of Contents}\tableofcontents}







\section{1 - An introduction into Ordinary differential equations} 
\frame{\frametitle{1 - An introduction into Ordinary differential equations} 

}
\subsection{- A Background on ODE's}
\subsection{- What is an Ordinary differential equation?}
\frame{ 

}


\section{2 - History of ODE's} 
\subsection{- Origins of ODE's}
\frame{\frametitle{- Origins of ODE's}
\begin{itemize}
\item Introduction to  \LaTeX  
\item Course 2 
\item Termpapers and presentations with \LaTeX 
\item Beamer class
\end{itemize} 
}

\frame{\frametitle{lists with pause}
\begin{itemize}
\item Introduction to  \LaTeX \pause 
\item Course 2 \pause 
\item Termpapers and presentations with \LaTeX \pause 
\item Beamer class
\end{itemize} 
}

\subsection{- The minds that helped}
\frame{\frametitle{- The minds that helped}
\begin{enumerate}
\item Introduction to  \LaTeX  
\item Course 2 
\item Termpapers and presentations with \LaTeX 
\item Beamer class
\end{enumerate}
}
\frame{\frametitle{numbered lists with pause}
\begin{enumerate}
\item Introduction to  \LaTeX \pause 
\item Course 2 \pause 
\item Termpapers and presentations with \LaTeX \pause 
\item Beamer class
\end{enumerate}
}

\section{3 - Applications within Biology} 
\subsection{- Population growth}
\frame{\frametitle{Population growth}
\begin{itemize}
\item Introduction to  \LaTeX  
\item Course 2 
\item Termpapers and presentations with \LaTeX 
\item Beamer class
\end{itemize} 
}

\frame{\frametitle{lists with pause}
\begin{itemize}
\item Introduction to  \LaTeX \pause 
\item Course 2 \pause 
\item Termpapers and presentations with \LaTeX \pause 
\item Beamer class
\end{itemize} 
}

\subsection{- Disease spread}
\frame{\frametitle{Disease spread}
\begin{enumerate}
\item Introduction to  \LaTeX  
\item Course 2 
\item Termpapers and presentations with \LaTeX 
\item Beamer class
\end{enumerate}
}
\frame{\frametitle{numbered lists with pause}
\begin{enumerate}
\item Introduction to  \LaTeX \pause 
\item Course 2 \pause 
\item Termpapers and presentations with \LaTeX \pause 
\item Beamer class
\end{enumerate}
}






\section{4 - Applications within Physics}
\subsection{- Nuclear Decay}
\frame{\frametitle{Nuclear Decay}
}
\subsection{- Atmospheric pressure}
\frame{\frametitle{Atmospheric pressure}
}

\section{5 - Applications within the Econonmy}

\subsection{- The Solow Swan Method}
\frame{\frametitle{The Solow Swan Method}
}
\subsection{- The Sethi Model}
\frame{\frametitle{The Sethi Model}
}

\section{6 - Conclusion}
\frame{\frametitle{Conclusion}

}



\end{document}

답변1

수동으로 중단을 수행하면 훨씬 더 많은 제어권을 갖게 됩니다.

\documentclass{beamer}
\usepackage{beamerthemesplit} 

\title[History and application of ODE]{A history of Ordinary differential equations and their applications within Biology, Physics and the economy} 
\author{Tarran Dutton} 
\date{\today} 

\begin{document}

    \begin{frame}[plain]
        \titlepage
    \end{frame} 

    \begin{frame}[allowframebreaks]
        \frametitle{Table of Contents}
        \tableofcontents[sections=1-3]
        \framebreak
        \tableofcontents[sections=4-6]
    \end{frame} 

    \section{1 - An introduction into Ordinary differential equations} 
    \frame{\frametitle{1 - An introduction into Ordinary differential equations}}

    \subsection{- A Background on ODE's}
    \subsection{- What is an Ordinary differential equation?}
    \frame{}


    \section{2 - History of ODE's} 
    \subsection{- Origins of ODE's}
    \frame{\frametitle{- Origins of ODE's}
        \begin{itemize}
            \item Introduction to  \LaTeX  
            \item Course 2 
            \item Termpapers and presentations with \LaTeX 
            \item Beamer class
        \end{itemize} 
    }

    \frame{\frametitle{lists with pause}
        \begin{itemize}
            \item Introduction to  \LaTeX \pause 
            \item Course 2 \pause 
            \item Termpapers and presentations with \LaTeX \pause 
            \item Beamer class
        \end{itemize} 
    }

    \subsection{- The minds that helped}
    \frame{\frametitle{- The minds that helped}
        \begin{enumerate}
            \item Introduction to  \LaTeX  
            \item Course 2 
            \item Termpapers and presentations with \LaTeX 
            \item Beamer class
        \end{enumerate}
    }
    \frame{\frametitle{numbered lists with pause}
        \begin{enumerate}
            \item Introduction to  \LaTeX \pause 
            \item Course 2 \pause 
            \item Termpapers and presentations with \LaTeX \pause 
            \item Beamer class
        \end{enumerate}
    }

    \section{3 - Applications within Biology} 
    \subsection{- Population growth}
    \frame{\frametitle{Population growth}
        \begin{itemize}
            \item Introduction to  \LaTeX  
            \item Course 2 
            \item Termpapers and presentations with \LaTeX 
            \item Beamer class
        \end{itemize} 
    }

    \frame{\frametitle{lists with pause}
        \begin{itemize}
            \item Introduction to  \LaTeX \pause 
            \item Course 2 \pause 
            \item Termpapers and presentations with \LaTeX \pause 
            \item Beamer class
        \end{itemize} 
    }

    \subsection{- Disease spread}
    \frame{\frametitle{Disease spread}
        \begin{enumerate}
            \item Introduction to  \LaTeX  
            \item Course 2 
            \item Termpapers and presentations with \LaTeX 
            \item Beamer class
        \end{enumerate}
    }
    \frame{\frametitle{numbered lists with pause}
        \begin{enumerate}
            \item Introduction to  \LaTeX \pause 
            \item Course 2 \pause 
            \item Termpapers and presentations with \LaTeX \pause 
            \item Beamer class
        \end{enumerate}
    }

    \section{4 - Applications within Physics}
    \subsection{- Nuclear Decay}
    \frame{\frametitle{Nuclear Decay}   }
    \subsection{- Atmospheric pressure}
    \frame{\frametitle{Atmospheric pressure}    }

    \section{5 - Applications within the Econonmy}

    \subsection{- The Solow Swan Method}
    \frame{\frametitle{The Solow Swan Method}}
    \subsection{- The Sethi Model}
    \frame{\frametitle{The Sethi Model}}

    \section{6 - Conclusion}
    \frame{\frametitle{Conclusion}}

\end{document}

여기에 이미지 설명을 입력하세요


탐색 모음은 목차와 중복되므로 제거하는 것이 좋습니다.

\begingroup
    \makeatletter 
        \setbeamertemplate{headline}[default] 
        \def\beamer@entrycode{\vspace*{-\headheight}}
    \makeatother
    \begin{frame}[allowframebreaks]
        \frametitle{Table of Contents}
        \tableofcontents[sections=1-3]
        \framebreak
        \tableofcontents[sections=4-6]
    \end{frame} 
\endgroup

관련 정보