-外貌titlesec
\documentclass{report}
\usepackage{titlesec}
\titleformat{\chapter}[hang]
{\normalfont\huge\bfseries}
{\thechapter}{20pt}{\huge}
\begin{document}
\chapter{Chapter name}
...
\section{Section name}
...
\subsection{Subsection name}
\end{document}