我想将标题中的“Symbols”替换为“PDG Values”。我必须使用哪个文件(例如 \listofnomenclature{ll} 给我“Symbols”)?
\documentclass[a4paper, 11pt, twoside]{Thesis}
\graphicspath{Figures/}
\usepackage[super,square, numbers , comma, sort&compress]{natbib}
\usepackage{verbatim}
\usepackage{vector}
\usepackage{romannum}
\usepackage{caption}
%\usepackage{subcaption}
\usepackage{multirow,booktabs}
\usepackage{emptypage}
\usepackage{epstopdf,amsfonts,epsfig,array,multirow,graphicx,amsmath,amsthm,ltablex,tabularx,setspace,arydshln,amssymb,multirow,enumerate}
\usepackage[caption=false]{subfig}
\usepackage{bm}% bold math
\usepackage{lscape}
\usepackage{afterpage}
\usepackage[autostyle]{csquotes}
\hypersetup{urlcolor=black, citecolor={blue}, linkcolor={blue}, colorlinks=true}
\begin{document}
\frontmatter
\clearpage
\lhead{\emph{PDG Values}}
\listofnomenclature{ll}
{
Speed of Light & c = 1 (natural unit) \\
Planck's constant & $\hbar$ = 1 (natural unit) \\
Mass of $D^{*\pm}$ & $M_{D^{*\pm}}$ = 2010.26 $\pm$ 0.05 MeV \\
Mass of $D^{0}$ & $M_{D^{0}}$ = 1864.83 $\pm$ 0.05 MeV \\
Mass of $e$ & $M_{e}$ = 0.511 MeV \\
Mass of $\mu$ & $M_{\mu}$ = 105.66 MeV \\
Mass of $p$ & $M_{p}$ = 938.27 MeV \\
Mass of $K^{-}$ & $M_{K^{-}}$ = 493.67 $\pm$ 0.016 MeV \\
Mass of $\pi^{+}$ & $M_{\pi^{+}}$ = 139.57 MeV \\
Mass difference of $D{*\pm}$ \& $D^{0}$ & $\Delta$M = 145.4257 $\pm$ 0.0017 MeV \\
BF of $D^{0} \rightarrow K^{-}\pi^{+}$ & $\mathcal{B}(D^{0} \rightarrow K^{-}\pi^{+})$ = (3.946 $\pm$ 0.030) $\times$ 10$^{-2}$ \\
}
\end{document}