Files
SharedLaTeX/letteraturagiapponese.tex
T
Domipoke 850cac3506
Build LaTeX PDF / build (push) Successful in 21s
sanserif
2026-07-27 14:23:02 +02:00

30 lines
855 B
TeX

\documentclass{scrbook}
\usepackage{CJKutf8}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{microtype}
\usepackage{colortbl}
\usepackage{tcolorbox}
\usepackage{graphics}
\usepackage{booktabs}
\usepackage{tabularx}
\tcbuselibrary{skins,breakable}
% 3
\sffamily
\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}