答案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}