IEEEtran 添加 附录

单section附录

附录只有一个section时
\appendix
\section*{Title of the Single appendix}
This is the first paragraph of the appendix ...
image

多section附录

如果附录有多个section,使用 \appendices 和 \section 即可。多section附录的示例代码及实际效果展示在下面。
% 附录有多个section时
\appendices
\section{Title of the 1nd appendix}
This is the first paragraph of Appx. A ...
\section{Title of the 2nd appendix}
This is the first paragraph of Appx. B ...
image

posted @ 2023-09-04 19:33  SXQ-BLOG  阅读(107)  评论(0编辑  收藏  举报