27 lines
819 B
TeX
27 lines
819 B
TeX
\documentclass{scrbook}
|
|
\usepackage{CJKutf8}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{lmodern}
|
|
\usepackage{microtype}
|
|
\usepackage{colortbl}
|
|
\usepackage{tcolorbox}
|
|
\usepackage{graphics}
|
|
\usepackage{tabularx}
|
|
\tcbuselibrary{skins,breakable}
|
|
\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} |