lyx 中的闭区间线

lyx 中的闭区间线

如何在 Lyx 中制作如下类似的紧密间隔?

间隔线

答案1

pmboxdrawLyx 允许您在文本和数学模式中 使用符号。菜单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}

相关内容