diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-17 21:34:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-17 21:34:35 +0000 |
commit | 02f5a1ff8007f70b1adef128a3481ea5c19ba4e8 (patch) | |
tree | e2a873dac4cb7e8a1eee6f5eb26519c62dbe57f6 /Master/texmf-dist/doc/latex/bxjalipsum/sample-bxjalipsum-1.tex | |
parent | abf56b1cefe5e9a8dc7d890d6ae4aad07dc314d5 (diff) |
bxjalipsum (17aug16)
git-svn-id: svn://tug.org/texlive/trunk@41877 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bxjalipsum/sample-bxjalipsum-1.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/bxjalipsum/sample-bxjalipsum-1.tex | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bxjalipsum/sample-bxjalipsum-1.tex b/Master/texmf-dist/doc/latex/bxjalipsum/sample-bxjalipsum-1.tex new file mode 100644 index 00000000000..d316dfe298d --- /dev/null +++ b/Master/texmf-dist/doc/latex/bxjalipsum/sample-bxjalipsum-1.tex @@ -0,0 +1,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} |