看板 LaTeX 關於我們 聯絡資訊
※ 引述《s489780011 (PeterYang)》之銘言: : \def\labelenumi {\textbf {Example} \(\theenumi\)} : %%%%%%%%%%%%%%%%%%%%%%定義enumerate : 因為一開始就定義enumerate,所以之後就都會多了"Example", : 我有辦法控制隨時要不要用這個指令嗎 我有點不瞭解為什麼要因為 Example 改 enumerate 的標示。 把 Example 改成一個定理環境會不會好一點? 先在設定區設 \newtheorem*{eg}{Example} (如果 Example 不 要標 1, 2, ...) 然後要 Example 時就用 \begin{eg} ... \end{eg} -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.166.203.105
s489780011:謝謝 07/23 11:21