目次から色を削除する方法

目次から色を削除する方法

目次の周りの赤色を削除したいのですが、どうすればよいですか? 以下に、目次と序文の画像を示します。

ここに画像の説明を入力してください

\usepackage[backend=biber,style=authoryear,autocite=inline]{biblatex}
\addbibresource{Bibliography.bib}
\usepackage[labelfont={bf, it}]{caption}
\captionsetup{font=footnotesize, textfont=it}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{float}
\usepackage[normalem]{ulem}
\useunder{\uline}{\ul}{}
\usepackage[T1]{fontenc} 
\usepackage[table,xcdraw]{xcolor}
\usepackage{multicol}
\usepackage{adjustbox}
\usepackage{array}
\usepackage{wrapfig}
\usepackage{multirow}
\usepackage{tabu}
\usepackage{rotating}
\usepackage{amsmath}
%\usepackage[table,xcdraw]{xcolor}
\usepackage[a4paper, total={6in, 9in}]{geometry}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead[L]{\fontsize{10}{12}}
\linespread{1.5}
\usepackage{times}
\usepackage[none]{hyphenat}
\sloppy
\usepackage{hyperref}
\usepackage{textgreek}

答え1

パッケージ hyperref にオプションを追加する必要があります。次のコマンドを使用します。

\usepackage[hidelinks]{hyperref}

の代わりに:

\usepackage{hyperref}

関連情報