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