我正在尝试使用 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}
Run Code Online (Sandbox Code Playgroud)
我收到以下错误:
./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}]
Run Code Online (Sandbox Code Playgroud)