■ サンプル ■
アンシャル体:『改訂第3版 美文書作成入門』p. 358 から借用。

\documentclass[b5paper]{jsarticle}
\usepackage[T1]{fontenc}
\usepackage{lettrine,changehyphen,uncial}
\renewcommand{\LettrineTextFont}{\upshape}
\ChangeHyphenFamily{OT1}{uncl}{'133}
\begin{document}
\newcommand{\aelig}{a{\kern-0.485em}e}
{\unclfamily\setlength{\baselineskip}{19pt}%
\lettrine[lraise=0.5,lhang=1,nindent=0pt,lines=2]%
{J}{k} gihorta dat seggen,
dat sih urhettun \aelig{}non muotin,
Hiltibrant enti Hadubrant untar heriun tuem.
sunufatarungo iro saro rihtun.
garutun se iro gudhamun, gurtun sih iro suert ana,
helidos, ubar hringa, do sie to dero hiltiu ritun,
Hiltibrant gimahalta Heribrantes sunu: her uuas
heroro man, \dots\par}
\end{document}
|