From f23a37e976fbc3079d38c8a5ba813f402bc745c2 Mon Sep 17 00:00:00 2001 From: unlockable Date: Wed, 21 Sep 2022 09:59:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E7=94=A8openany=E8=80=8C=E4=B8=8D?= =?UTF-8?q?=E6=98=AFoneside=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 线性代数.tex | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/线性代数.tex b/线性代数.tex index 3a508ad..9ba9cca 100644 --- a/线性代数.tex +++ b/线性代数.tex @@ -1,4 +1,4 @@ -\documentclass[12pt, UTF8, a4paper, fontset=none, oneside]{ctexbook} +\documentclass[12pt, UTF8, a4paper, fontset=none, openany]{ctexbook} \usepackage{geometry} \usepackage{amsmath} \usepackage{amsthm} @@ -21,7 +21,7 @@ \newtheorem{lemma}{引理}[theorem] \newtheorem{corollary}{推论}[theorem] \newtheorem{example}{例}[section] -\newtheorem{proposition}{命题}[theorem] +\newtheorem{proposition}{命题}[section] \newtheorem*{remark}{注} % \renewcommand{\qedsymbol}{} %去掉证明结尾的方框 @@ -30,6 +30,9 @@ \newcommand{\newnoun}[2]{ \textbf{#1}(\textit{#2}) } +\newcommand{\bvec}[1]{ + \boldsymbol{#1} +} \DeclareMathOperator{\id}{id} @@ -49,4 +52,5 @@ \setcounter{page}{1} \pagenumbering{arabic} \include{00预备知识.tex} + \include{01线性映射和矩阵.tex} \end{document} \ No newline at end of file