![章節編號替換為章節名稱](https://rvso.com/image/420024/%E7%AB%A0%E7%AF%80%E7%B7%A8%E8%99%9F%E6%9B%BF%E6%8F%9B%E7%82%BA%E7%AB%A0%E7%AF%80%E5%90%8D%E7%A8%B1.png)
答案1
這已經非常接近了。無需為titlesec
-package 指定選項:
\documentclass{report}
\usepackage{ebgaramond}
\usepackage[T1]{fontenc}
\usepackage{blindtext, color}
\usepackage{titlesec}
\definecolor{gray75}{gray}{0.75}
\titleformat{\chapter}[hang]%
{\scshape\Huge}%
{\textcolor{gray75}{\fontencoding{U}\fontfamily{eur}\fontseries{b}\selectfont\thechapter}%
\hspace{10pt}%
\vrule width.5pt depth0.1ex%
\hspace{10pt}}%
{0pt}%
{\Large}
\begin{document}
\chapter{Introduction}
\Blindtext[3]
\end{document}