16 lines
358 B
TeX
16 lines
358 B
TeX
\documentclass{scrbook}
|
|
\usepackage{CJKutf8}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{lmodern}
|
|
\usepackage{microtype}
|
|
% try 2
|
|
\newcommand{\jp}[1]{\begin{CJK*}{UTF8}{min}
|
|
#1
|
|
\end{CJK*}}
|
|
\newcommand{\rarr}{$\rightarrow$}
|
|
\title{Letteratura Giapponese \roman{1}}
|
|
\author{Marianna}
|
|
\begin{document}
|
|
\chapter{Lezione 1}
|
|
\input{./chapt/lezione1.tex}
|
|
\end{document} |