```tex
\documentclass{IEEEtran}
\usepackage{enumitem}
\newenvironment{termtable}[1][2cm]{%
\def\term##1##2{\item[$##1$] ##2}%
\itemize[left=0pt .. #1, itemindent=0pt,
align=parleft, nosep]
}{%
\enditemize
}
\begin{document}
\section{test}
\subsection{term table}
\begin{termtable}[2.5cm]
\term{A_b}{Cross sectional area of pipeline $b$.}
\term{C_g^k}{Dispatch cost corresponding to the $k$-th extreme point in the
feasible operating region of CHP unit $g$.}
\end{termtable}
\end{document}
```
![](https://wenda.latexstudio.net/data/attach/200922/vFruszFj.png)
一周热门 更多>