您可以使用hang
选项代替display
。这样,章节号将与标题在同一行。
\documentclass{report}
\usepackage{titlesec}
\titleformat{\chapter}[hang]
{\bfseries\Large}{\thechapter}{1em}{}
\begin{document}
\chapter{Quantum materials and low temperature physics}
\section{Question 1}
\end{document}