用户特定的语句编号

用户特定的语句编号

如何获取如下所示的用户特定编号?

*NSET,NSET=FixedBoundary                                                               (i4)
1,4,8                                                                                (i4.1)
Statement (i4) assigns nodes to a node set. FixedBoundary is the name of the node set 
to which nodes 1,4,8 in statement (i4.1) will be assigned. In the present analysis, 
nodes 1,4,8 correspond to the nodes at the fixed boundary of bimorph beam.
*NSET,NSET=POTENTIAL                                                                   (i5)
9
Statement (i5) assigns node 9 to the node set POTENTIAL.

答案1

好的。我尝试回答这个问题,回答一下我认为你正在寻找的内容:

示例输出

一篇原帖

代码

\documentclass{article}
\usepackage{amsmath}
\begin{document}

\begin{align*}
 \rm ^*NSET, NSET= FixedBoundary \tag{i4} \label{eqn: i4} \\
  1,4,8 \tag{i4.1} \label{eqn: i4.1}
\end{align*}

Statement \eqref{eqn: i4} assigns nodes to a node set. FixedBoundary is the name of the  
node set to which nodes 1,4,8 in statement \eqref{eqn: i4.1} will be assigned. In the
present analysis, nodes 1,4,8 correspond to the nodes at the fixed boundary of bimorph  beam.

\end{document}

相关内容