Files
SharedLaTeX/letteraturagiapponese.tex
T
Domipoke c2b4ca57a4
Build LaTeX PDF / build (push) Failing after 15s
input enc
2026-07-27 13:40:30 +02:00

26 lines
787 B
TeX

\documentclass{scrbook}
\usepackage{CJKutf8}
\usepackage[utf8]{inputenc}
\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}