\documentclass{scrbook} \usepackage{CJKutf8} \usepackage[T1]{fontenc} \usepackage{lmodern} \usepackage{microtype} \usepackage{colortbl} \usepackage{tcolorbox} \usepackage{graphics} \usepackage{tabularx} \newcommand{\jp}[1]{\begin{CJK*}{UTF8}{min}#1\end{CJK*}} \newcommand{\bul}[1]{\underline{\textbf{#1}}} \newcommand{\rarr}{$\rightarrow$} \definecolor{ForestPrimary}{HTML}{2E5339} \definecolor{ForestLight}{HTML}{EAF2EB} \newtcolorbox{ricorda}[1][RICORDA]{ colback=ForestLight, colframe=ForestPrimary, boxrule=0.6pt, arc=2pt, left=6pt, right=6pt, top=4pt, bottom=4pt, breakable, fonttitle=\bfseries, title={#1} } \title{Letteratura Giapponese \roman{1}} \author{Marianna} \begin{document} \chapter{Lezione 1} \input{./chapt/lezione1.tex} \end{document}