Re: [問題] IEEEtran.cls

看板LaTeX (論文排版)作者 (cholauda)時間1年前 (2022/08/23 09:31), 1年前編輯推噓0(003)
留言3則, 2人參與, 1年前最新討論串5/6 (看更多)
非常感謝大大解惑 有一個小小的功能希望能加上去,現在無法自行定義編號格式,請問大大該如何修正? 完整原碼如下,非常謝謝您。 \documentclass[]{IEEEtran} \usepackage{enumerate} \begin{document} \renewcommand{\labelenumi}{\arabic{enumi})} % 重新定義數字清單第一層樣式 \renewcommand{\labelenumii}{\Alph{enumii})} % 重新定義數字清單第二層樣式 \renewcommand{\theenumi}{\arabic{enumi}} % 重新定義呼叫數字清單第一層樣式 \renewcommand{\theenumii}{)\Alph{enumii}} % 重新定義呼叫數字清單第二層樣式 \begin{enumerate}[A)] % 僅修改了這一行,希望自行定義編號格式,但是結果就失敗了 \item\label{A1} asdf \item\label{A2} asdf \begin{enumerate}[a)] \item\label{A3} asdf \item\label{A4} asdf \end{enumerate} \item\label{A5} asdf \end{enumerate} \vspace{5ex} \ref{A1}\quad \ref{A2}\quad \ref{A3}\quad \ref{A4}\quad \ref{A5} % 預期要得到 A B B)a B)b C % 卻得到 A B Ba Bb C \end{document} -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.115.65.72 (臺灣) ※ 文章網址: https://www.ptt.cc/bbs/LaTeX/M.1661218307.A.5B6.html

08/23 14:02, 1年前 , 1F
可以把需求一次說清楚嗎?私上請你提供完整原碼也不配合
08/23 14:02, 1F

08/23 14:03, 1年前 , 2F
把完整簡化的原碼貼上來,並提出明確的需求。
08/23 14:03, 2F

08/23 16:55, 1年前 , 3F
非常抱歉沒有讀懂大大的意思,我這就修改原文
08/23 16:55, 3F
※ 編輯: cholauda (140.115.65.72 臺灣), 08/23/2022 16:59:54 ※ 編輯: cholauda (140.115.65.72 臺灣), 08/23/2022 17:03:09
文章代碼(AID): #1Z12u3Ms (LaTeX)
文章代碼(AID): #1Z12u3Ms (LaTeX)