QuotChap 包的问题

QuotChap 包的问题

我正在使用使章节更美观的软件包quotechap。它运行良好,但问题发生在内容和参考书目部分。我的代码

\documentclass[a4paper,11pt,twoside]{report}
%\usepackage[utf8]{inputenc}
\usepackage[a4paper]{geometry}
\geometry{verbose,tmargin=1in,bmargin=1in,lmargin=1.25in,rmargin=1in}
\usepackage[autostyle]{csquotes}
\usepackage[dvipsnames]{xcolor}
\usepackage[labelfont=bf]{caption}
\usepackage{emptypage}

%\usepackage{mathrsfs}


\usepackage{titlesec}
%Underlining ruler for subsections
\titleformat{\section}
  {\normalfont\Large\bfseries\color{black}}
  {\thesection}
  {1em}
  {}
  [{\titlerule[0.8pt]}]

\usepackage{amsmath,amsfonts,mathtools}
\numberwithin{equation}{section}
\linespread{1.3}
\usepackage{quotchap}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\chapterheadstartvskip}{\vspace*{-4\baselineskip}}
\begin{document}
    \input{abstract.tex}
    \addcontentsline{toc}{chapter}{Abstract}
 \clearpage
%%%%%%%%%%%%%%%%%%% Table of contents %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\tableofcontents
\pagenumbering{arabic}
    \include{ch1}


\vspace{-4.0\baselineskip}
\textbf{\begin{flushright}
        {\LARGE \textbf{BIB}}
\end{flushright}}
\vspace{-0.5\baselineskip}
\noindent\rule{\linewidth}{2pt}
\bibliographystyle{abbrv}
\renewcommand{\bibname}{}
\bibliography{thesisref}
\end{document}

使用这个,内容标题被放置在右上角一个奇怪且糟糕的位置。我不知道如何修复它。 在此处输入图片描述

相关内容