blob: d316dfe298df15bad7190deedfc425a581c130ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
% LuaLaTeX document
\documentclass[a4paper]{ltjsarticle}
\usepackage{bxjalipsum}
\begin{document}
\section{iroha}
% the Iroha sequence
\jalipsumiroha
\section{jugemu}
\begin{flushright}
% the person name in Jugemu
\begin{parbox}[t]{12\zw}{%
\jalipsumjugemu
}%
\end{parbox}
\hspace{2cm}%
\begin{parbox}[t]{12\zw}{%
\jalipsumjugemuP
}%
\end{parbox}
\end{flushright}
\section{wagahai}
% "Wagahai wa Neko de aru" by Natsume Soseki
\begin{itemize}
\item \jalipsum[-2]{wagahai}
\item \jalipsum[3-4]{wagahai}
\item \jalipsum[5]{wagahai}
\end{itemize}
\section{hatsukoi}
% "Hatsukoi" by Shimazaki Toson
\begin{quote}
\addtolength{\parskip}{\baselineskip}
\jalipsum{hatsukoi}
\end{quote}
\end{document}
|