第一种:

\documentclass[a4paper,12pt]{cctart}
\begin{document}
    main body %正文内容
  \appendix
  \renewcommand{\appendixname}{Appendix~\Alph{section}}

  \section{Some Examples 1}
  some text...
  \section{Some Examples 2}
  some text...
\end{document}

 

第二种:

\documentclass[10pt,conference,twocolumn]{IEEEtran}
\begin{document}
   main body %正文内容
    \begin{appendices}
      \section{  }
      some text in Appendix A
      \section{  }
      some text in Appendix B
  \end{appendices}
\end{document}

版权声明:本文为小平果原创文章,转载请注明:http://blog.csdn.net/i10630226

相关文章:

  • 2021-06-25
  • 2021-10-31
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
  • 2021-07-19
  • 2021-06-03
  • 2021-07-13
猜你喜欢
  • 2021-12-06
  • 2022-12-23
  • 2022-02-22
  • 2021-07-03
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
相关资源
相似解决方案