Latex appendix 生成附录A和B


第一种:

\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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM