hust-latex / hustthesis

:notebook_with_decorative_cover: An Unofficial Thesis Template in LaTeX for Huazhong University of Science and Technology
http://hust-latex.github.io/download#hustthesis
LaTeX Project Public License v1.3c
151 stars 30 forks source link

Something's wrong--perhaps a missing \item. \begin{publications} #42

Open brettlv opened 3 years ago

brettlv commented 3 years ago

\begin{publications} \item 论文1 \item 论文2 \end{publications}

Something's wrong--perhaps a missing \item. \begin{publications}

brettlv commented 3 years ago

\newenvironment{publications}{ \clearpage \ifHUST@inappendix \chapter{\HUST@publicationtitle} \else \phantomsection \addcontentsline{toc}{chapter}{\HUST@publicationtitle} \chapter{\HUST@publicationtitle} \fi \begin{enumerate}[labelindent=0pt,label={[\arabic]},itemsep=0.5ex] \fontsize{10.5pt}{10.5pt}\selectfont }{ \end{enumerate} }