尝试让字体看起来更像一个特定的字母/段落显示

尝试让字体看起来更像一个特定的字母/段落显示

我想模仿这个显示:

在此处输入图片描述

到目前为止我所拥有的是:

\documentclass{article}
\usepackage{lettrine}
\usepackage{lmodern}


\input GoudyIn.fd
\newcommand*\initfamily{\usefont{U}{GoudyIn}{xl}{n}}


\begin{document}
\large

\lettrine[lines=3]{\initfamily{F}}{our} score and seven years ago our fathers brought forth on this continent, a new nation, conceived in Liberty, and dedicated to the proposition that all men are created equal.

\end{document}

其结果为:

在此处输入图片描述

请注意,在我想模仿的段落中,段落的第一行开始于字母顶部下方很远的地方;而在第二张图片中,它开始于字母顶部下方一点。然而,这两个段落相对于字母的结束位置大致相同。

问题:如何修改 PDFLATEX 中的代码以便更准确地生成第一个显示?(我不关心字母颜色,也不关心它后面的粗体“我们的”。)

谢谢。

相关内容