答案1
像这样吗?
\documentclass[12pt, a4paper]{book}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{cabin}
\usepackage{microtype}
\usepackage{graphicx}
\usepackage[svgnames]{xcolor}
\usepackage{lipsum}
\usepackage{titlesec}%
\titleformat{\chapter}[display]
{\bfseries\huge\sffamily\lsstyle\SetTracking[no ligatures = {f}]{encoding = *}{50}\filleft}
{\scalebox{5}{\color{Gainsboro}\thechapter}\enspace}
{-5.2ex}
{\MakeUppercase}%
\titlespacing*{\chapter}{0pt}{-60pt}{10ex}
\begin{document}
\chapter{QUÉ ES ANSIBLE}
\lipsum[1]
\end{document}