看板
[ LaTeX ]
討論串關於Theorem的設定
共 5 篇文章
內容預覽:
不好意思 問題沒敘述清楚(這問題和起頭那篇是不同的). 我貼一下原始碼:. \documentclass{article}. \usepackage{amsmath}. \newtheorem{thm}{Theorem}[section]. \newtheorem{defn}[thm]{Defini
(還有225個字)
內容預覽:
我單純輸入以下指令的時候是正常的,沒有像你說連在一起的狀況。. \documentclass{article}. \newtheorem{thm}{Theorem}[section]. \begin{document}. \setcounter{section}{4}. \setcounter{th
(還有184個字)