【发布时间】:2017-12-29 01:28:04
【问题描述】:
以下乳胶代码生成一个定义,其文本与第二列重叠。 ijcai18 包使它成为 2 栏文章,所以问题可能出在哪里?我不知道怎么读。
\documentclass{article}
\usepackage{ijcai18}
\usepackage{lipsum}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{definition}[theorem]{Definition}
\begin{document}
\begin{definition} [This is a long definition title that does not wrap to the next line]
...
\end{definition}
\lipsum[1-5]
\end{document}
【问题讨论】:
标签: latex