答案1
pmboxdraw
Lyx 允许您在文本和数学模式中 使用符号。菜单Insert> Special Characters> Symbols。然后只需使用数学面板即可在\oversert
或\underset
或\stackrel
等中使用这些符号...
\documentclass[english]{article}
\usepackage{pmboxdraw, amsmath}
\def\raya{\textSFx\textSFx\textSFx\textSFx\textSFx\textSFx}
\parindent0pt\parskip1em
\begin{document}
{\Huge text text text text text te}\par
\[\underset{\mbox{\textSFviii\raya\textSFix}}{2}\qquad\qquad
\underset{\mbox{\textSFviii\raya\textSFix}}{3}\qquad\qquad
\underset{\mbox{\textSFviii\raya\textSFix}}{4}\hfill\]\par
\(\underset{\mbox{\textSFviii\raya\raya\textSFix}}{1}\)\par
\[\underset{\mbox{\textSFviii\raya\raya\textSFix}}{5}\]\par
{\Huge text text text text text te}
\end{document}