我有一个很长的索引(大纲)用于演示。显然,我的索引超出了演示文稿页面的大小。
有没有办法在两列中拆分/ tableofcontents?这是我生成索引的代码。
\begin{frame}{Índice}
\tableofcontents
\end{frame}
答案 0 :(得分:2)
解决方案是:
\begin{frame}{Índice}
\begin{multicols}{2}
\tableofcontents
\end{multicols}
\end{frame}
答案 1 :(得分:0)
为了更好地控制断点,还可以手动分割toc
it('TC 10: should create edl dropdown options', async(() => {
dropdown = fixture.debugElement.queryAll(By.css('select-list')); expect(dropdown[].nativeElement.length).toEqual(component.paymentOptions.length);
}));