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}
이를 사용하면 콘텐츠 제목이 이상하고 나쁜 위치의 오른쪽 상단에 배치됩니다. 나는 그것을 고치는 방법을 모른다.