IEEE Transactions の異なるグループによる命名法

IEEE Transactions の異なるグループによる命名法

インデックス、パラメーター、セット、変数などのさまざまなグループを含む、IEEE Transactions on Sustainable Energy の命名法を作成したいと考えています。各グループ間には改行があり、太字ではないことがわかりました。

答え1

次のコードで目的を達成できます。https://www.michaelshell.org/tex/ieeetran/

\section*{Nomenclature}
\addcontentsline{toc}{section}{Nomenclature}
\begin{IEEEdescription}[\IEEEusemathlabelsep\IEEEsetlabelwidth{$V_1,V_2,V_3$}]
\item[$V_1,V_2,V_3$] Three-phase PWM output line voltages.
\item[$\theta$] Rotor angle (in ``electrical degrees'').
\item[$\omega$] Rotor (electrical) speed, corresponding to the time derivative of $\theta$.
\end{IEEEdescription}

関連情報