MWE:
% !tex=pdflatex
\documentclass[oneside,12pt]{book}
\usepackage{lipsum,lettrine}
\begin{document}
% NOTE1: There have text between Chapter and Section, I just want to the first word be dropcaped like below.
\chapter{Week1}
\lettrine{W}{ith} a drop cap, the initial sits
within the margins and runs several lines deep into the paragraph, pushing some
normal-sized text off these lines.
\section{Day1 of Week1}
\lipsum[1]
Chapter one end.
% NOTE2: There have NOT any text between Chapter and Section, but I just want to the first word be drop-caped like below.
\chapter{Week2}
\section{Day1 of Week2}
\lettrine{L}{orem} \lipsum[1]
% NOTE3: How to do this work like above(just let the first word be drop-caped in every chapter)
% through the whole book automatically?
\chapter{Week3}
\lipsum[1]
\end{document}
What I can do are showed as NOTE1 and NOTE2. I just want to find a best solution to do this work automatically(NOTE3).
\lettrinethere, especially if there's not always a consistent way in which you present what could follow\chapter... just saying. – Werner Jan 21 '21 at 20:22