我使用 Latex (luatex) 写小说。我想展示一个角色写的手写信件。信的末尾有一个简短的句子,这是另一个角色试图伪造原作者的笔迹而添加的 - 乍一看一样,但仔细检查后发现不太对劲。有人知道如何给某些文本添加效果,使其看起来像是有人试图伪造的吗?
答案1
如果您没有 LUCIDA,您可以选择其他手写字体(https://tug.org/store/lucida/index.html)
\documentclass{article}
\usepackage{lucida-otf}
\begin{document}
\LucidaHandwriting
\makebox[0pt][l]{Some nonsense as short text}%
{\fontspec{LucidaHandwritingOT}[FakeSlant=-0.3]%
Some nonsense as short text\par}
Some nonsense as short text
\fontspec{LucidaHandwritingOT}[FakeSlant=-0.3]%
Some nonsense as short text
\end{document}