IEEE 事務不同組的命名法

IEEE 事務不同組的命名法

我想為 IEEE 永續能源交易建立一個具有不同群組的命名法,例如:指數、參數、集合和變數。我看到每組之間都有換行符,而且沒有大膽的風格。

答案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}

相關內容