看板
[ LaTeX ]
討論串[問題] theorem 的 counter
共 8 篇文章
內容預覽:
Hey, this may answer your question. By the way, this LaTeX code is easier t=han the TeX code to implement you desires.. \section{Sixth try}. \newenvir
(還有244個字)
內容預覽:
Hi, I pull out the book "TeX by topic" and study chapter 11 again. This is =what I came up with.. \def\Ex{\futurelet\testchar\MaybeOptArgEx}. \def\May
(還有428個字)
內容預覽:
Indeed, all definitions should be collected and put them in the preamble ar=ea (for reasons of completeness and easy to find.) But in actuality, you c
(還有1325個字)
內容預覽:
How about this. \begin{document}. \newtheorem{exercise}{=E4=BD=9C=E6=A5=AD}[section]. \newtheorem{answer}{=E8=A7=A3}[exercise]. \section{Old method}.
(還有755個字)