答案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}
呈現如下: