Latex,一页上有两个列表

发布于 2024-09-27 19:03:18 字数 126 浏览 3 评论 0原文

我现在正在写论文,我有以下问题,我有几个清单。图表列表、算法列表、列表列表……等等。大多数都很短,但每一个都占了整整一页。所以我有几个列表,其中一页上只列出了一些内容,而页面的其余部分是空白的。

如何将两个列表放在一页上?

I am writing my thesis right now and I have fallowing problem, I have couple of lists. List of figures, list of algorithms, list of listings... etc. Most of them are very short, but each of them takes whole page. So I have couple of lists which only list few things on one page, and the rest of the page is blank.

How can I put two lists on one page?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

长发绾君心 2024-10-04 19:03:18

我在这里找到了答案:
http://www.cse.iitd.ernet。在/~anup/homepage/UNIX/latex.html#lotandlof

所以我写了这样的东西:

\begin{minipage}[b]{1\linewidth}
    \listofalgorithms
\end{minipage}

\begin{minipage}[b]{1\linewidth}
    \listoffigures
\end{minipage}

现在如果有足够的空间可以将两个列表放在一页上。

I have found the answer here:
http://www.cse.iitd.ernet.in/~anup/homepage/UNIX/latex.html#lotandlof

So I wrote something like that:

\begin{minipage}[b]{1\linewidth}
    \listofalgorithms
\end{minipage}

\begin{minipage}[b]{1\linewidth}
    \listoffigures
\end{minipage}

Right now if there is enough space two lists can be put on one page.

哽咽笑 2024-10-04 19:03:18

只需一个接一个地写下列表即可。如果有足够的空间,它们将被放在同一页上:列表不包括分页符。

Just write the lists one after the other. If enough space is available, they will be put on the same page: lists don’t include page breaks.

想你的星星会说话 2024-10-04 19:03:18

你说这是论文?大多数论文风格要求每个列表位于不同的页面上。我首先会仔细检查你的论文风格指南。此外,许多大学提供自动遵循风格指南的论文类文件(some_thesis_name.cls)。看看吧,你可能会节省很多时间和烦恼。

You say this is for a thesis? Most thesis styles require each list to be on separate pages. I would first double check your thesis style guide. Further, many Universities provide thesis class files (some_thesis_name.cls) which automatically follow the style guide. Check it out, you may save a lot of time and worry.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文