如何减少上行和下一行语句之间的间距,使其与同一语句和下行之间的间距相同?
这是我的试验
\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage[utf8]{inputenc}
\usepackage{tocloft}
\renewcommand\cftpartpresnum{\hfill} % to center the part name
\renewcommand\cftpartleader{\hfill}
\begin{document}
\tableofcontents
\addtocontents{toc}{\smallskip\hrule} % for the first line
\part*{PART I}
\addcontentsline{toc}{part}{{\huge \textbf{PART I}}}
\addtocontents{toc}{\nobreak\smallskip\hrule} % for the second one
\end{document}.
我很感激任何帮助。提前致谢。