Skip to content

Latex

约 77 个字 17 行代码 2 张图片 预计阅读时间 1 分钟

  • overleaf全是红线

menu—speak cheak:off

  • % 去掉thebibliography环境自带的“参考文献”标题

问题描述:.cls文件中的声明,在文档渲染的时候,自动出现“参考文献”字样,没有编号且不在目录中编号

Text Only
\bibliographystyle{IEEEtran}

解决:

Python
\renewcommand{\refname}{\section{参考文献}}
\bibliography{books}
  • section格式设置

image-20241213145341078

TeX
\setcounter{page}{1}

\CTEXsetup[format={\Large\bfseries}]{section}

\begin{center}
\section*{\textbf{开 题 报 告 正 文}}
\end{center}

学位论文研究课题:

\textbf{课题来源:}1.纵向课题(  );2.横向课题(  );3.自由选题(√  );4.其他(  )。请打“√”。

\section{立题依据}

\subsection{研究背景及意义}

image-20241213145426732

add_circle2024-12-13 09:57:18update2024-12-13 14:54:55