答案1
欢迎来到 TeX.SE!我不知道是否有模板,但你可以轻松地制作出类似的东西。
\documentclass[
a4paper,
10pt,
pagesize,
titlepage=true,
numbers=noenddot,]{scrbook}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[overlay,remember picture]
\node[rotate=-90] at (current page.center)
{\includegraphics[width=\paperheight,height=\paperwidth]{example-image-duck}};
\node[fill=white,fill opacity=0.5,text opacity=1,font=\bfseries\sffamily,align=left,inner sep=5mm,anchor=north] at
([yshift=-1cm]current page.north)
{{\Huge How to hibernate}\\ {\Large A marmot's guide to hibernation}};
\end{tikzpicture}
\clearpage
\tableofcontents
\chapter{gg}
\chapter{cc}
\end{document}