【问题标题】:"Something's wrong, perhaps a missing \item" error when using itemize使用 itemize 时出现“出了点问题,可能是缺少 \item”错误
【发布时间】:2015-03-15 20:07:40
【问题描述】:

我正在尝试使用 itemize 制作列表,老实说,我看不出这有什么问题。我确定我只是漏掉了一些小东西。

\documentclass{article}
\author{}
\title{Essay research}
\begin{document}
\maketitle{}
\section{Alternative fuel sources}
Thorium based nuclear power stations offer advantages over classic uranium based ones:
\begin{itemize}:
\item Thorium-232 is much more abundant than Uranium-235
\end{itemize}
\end{document}

我收到以下错误:

./Essay notes.tex:9: LaTeX Error: Something's wrong--perhaps a missing \item. [ \item T]
 ./Essay notes.tex:9: LaTeX Error: Something's wrong--perhaps a missing \item. [ \item T]
 ./Essay notes.tex:9: LaTeX Error: Something's wrong--perhaps a missing \item. [ \item T]
 ./Essay notes.tex:10: LaTeX Error: Something's wrong--perhaps a missing \item. [\end{itemize}]

【问题讨论】:

  • 我是个傻瓜才发现多余的:我决定添加...

标签: list latex


【解决方案1】:

在我的例子中,我试图将[noitemsep] 应用到一个列表中,但我还没有导入enumitem 包。

【讨论】:

  • 解决了我的疑惑!
【解决方案2】:

\begin{itemize} 后面有一个“:”。

\begin{itemize}\end{itemize} 之间的任何内容都必须在 \item 之后。

【讨论】:

    【解决方案3】:

    在我的例子中,这是在 BibTex BBL 文件的上下文中,经过检查,该文件是空的。

    显然,Overleaf 将 .bib 文件的名称报告为 Mendeley.bib,我将 \bibliography{Mendeley} 包含在内,但该文件默默地找不到。

    解决方案:我将 .bib 文件重命名为全部小写,并更新了 \bibliography 条目以匹配,一切正常。

    【讨论】:

    • 这对我不起作用
    【解决方案4】:

    就我而言,我删除了文件“root.bib”中的所有内容并保存并编译了 LaTex。 它对我有用。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2020-08-31
      • 1970-01-01
      • 1970-01-01
      • 2015-09-01
      • 2015-12-09
      • 2020-02-21
      • 1970-01-01
      相关资源
      最近更新 更多