答案1
如果您只需要一些符号,而不是全部,请将它们作为图形文件获取,jgp 或 png 最适合。我获取了一个 png 字形,并使用以下代码使其可重复使用:
\documentclass{article}
\usepackage{xsavebox}
\usepackage{graphicx}
\xsavebox{termina}{\raisebox{-.6ex}{\includegraphics[width=1.3em]{termina}}}
\begin{document}
This Tironian sign \thetermina refers\\ to termination of words. It may be\\ used as
inline text.
\end{document}
呈现如下: