我是第一次使用 latex 中的波浪符号\tilde
。它只出现在一个字母上方。似乎可以忽略这一点。我可以以某种方式扩展它以使其更清晰吗?符号可以扩展到整个单词吗?
答案1
一种可能的方法是使用\widetilde
from yhmath
,但它只是一个数学模式命令,这意味着除非\text
再次使用,否则长单词会看起来很丑陋。
最终,对于包含三个或四个以上字母的单词来说,它看起来并不是很好看。
\documentclass{article}
\usepackage{yhmath}
\begin{document}
$\widetilde{\text{alongword}}$
\end{document}