证明环境不能去掉编号以及加上盒子,想请教一下宏包的使用哪里出现问题

2020-05-18 10:16发布

## 编译环境 操作系统 * [ ] Windows 7/8/10 * [ √] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [ √] TexLive ...

## 编译环境 操作系统 * [ ] Windows 7/8/10 * [ √] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [ √] TexLive `2019` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 证明环境不能去掉编号以及加上盒子,想请教一下宏包的使用哪里出现问题,这些宏包怎样使用才能不冲突。 ``` \documentclass[twoside,maketable]{cauthesis} \usepackage{exscale} \usepackage{relsize} \usepackage{amsmath} \newtheorem{theorem}{定理}[section] \newtheorem{proposition}{命题}[section] \newtheorem{definition}{定义}[section] \newtheorem{example}{例}[section] \newtheorem{lemma}{引理}[section] \newtheorem{cor}{推论}[section] \newtheorem{remark}{注}[section] {\theoremsymbol{\mbox{$\Box$}} \newtheorem*{proof}{证明:}} ```