IEEEtran 添加 附录
单section附录
附录只有一个section时
\appendix
\section*{Title of the Single appendix}
This is the first paragraph of the appendix ...
多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 ...
本文来自博客园,作者:SXQ-BLOG,转载请注明原文链接:https://www.cnblogs.com/sxq-blog/p/17677923.html
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· ollama系列1:轻松3步本地部署deepseek,普通电脑可用
· 按钮权限的设计及实现
· Apache Tomcat RCE漏洞复现(CVE-2025-24813)
2022-09-04 vscode主题开发