答案1
您可以用多种方式编写它,但最简单的\rule{<len>}{<width>} hello
方法可能是指定<len>
和<width>
。通常,<width>
是0.4pt
。
\documentclass{article}
\begin{document}
\rule{10em}{0.4pt} hello \par
\rule{50pt}{1pt} hello
\end{document}
在更一般的设置中,请参见LaTeX 中的长下划线。
您可以用多种方式编写它,但最简单的\rule{<len>}{<width>} hello
方法可能是指定<len>
和<width>
。通常,<width>
是0.4pt
。
\documentclass{article}
\begin{document}
\rule{10em}{0.4pt} hello \par
\rule{50pt}{1pt} hello
\end{document}
在更一般的设置中,请参见LaTeX 中的长下划线。