-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
209 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
\begin{thebibliography}{99} | ||
\bibitem{caculus-course} [前苏联]菲赫金哥尔茨. 微积分学教程. 高等教育出版社, 2006. | ||
\bibitem{olympic-math} 钱展望,朱华伟. 奥林匹克数学. 湖北教育出版社, 2002. | ||
\bibitem{contest-math-course} 陈传理,张同君. 竞赛数学教程. 高等教育出版社, 2002. | ||
\bibitem{higher-algebra} 北京大学数学系几何与代数教研室前代数小组. 高等代数. 高等教育出版社, 2004. | ||
\bibitem{math-analysis} 华东师范大学数学系, 数学分析. 高等教育出版社, 2004. | ||
\bibitem{elementary-number-theory} 闵嗣鹤,严士健. 初等数论. 人民教育出版社, 1983. 1983. | ||
\bibitem{kuing-problem-book} kuing. kuing网络撸题集. 网络电子书, 2015. | ||
\bibitem{the-secret-of-inequality} [越南]Pham Kim Hung. 不等式的秘密(第一卷). 哈尔滨工业大学出版社, 2012. | ||
\bibitem{conic-sections} [古希腊]阿波罗尼奥斯. 圆锥曲线论. 陕西科学技术出版社, 2007. | ||
\end{thebibliography} | ||
|
||
|
||
\addcontentsline{toc}{chapter}{参考文献} | ||
|
||
%%% Local Variables: | ||
%%% mode: latex | ||
%%% TeX-master: "book" | ||
%%% End: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
|
||
#!/bin/bash | ||
|
||
function scandir() { | ||
local cur_dir parent_dir workdir | ||
workdir=$1 | ||
cd ${workdir} | ||
if [ ${workdir} = "/" ] | ||
then | ||
cur_dir="" | ||
else | ||
cur_dir=$(pwd) | ||
fi | ||
|
||
for dirlist in $(ls ${cur_dir}) | ||
do | ||
if test -d ${dirlist};then | ||
echo "enter directory: "${dirlist} | ||
cd ${dirlist} | ||
scandir ${cur_dir}/${dirlist} $2 | ||
cd .. | ||
else | ||
#做自己的工作 | ||
local filename=$dirlist | ||
#echo "当前文件是:"${cur_dir}/$filename | ||
#echo ${#2} #.zip 4 | ||
#echo ${filename:(-${#2})} | ||
|
||
if [[ ${filename:(-${#2})} = $2 ]] | ||
then | ||
echo "process file: "${cur_dir}/$filename | ||
asy -f pdf $filename | ||
fi | ||
fi | ||
done | ||
} | ||
|
||
scandir $(pwd) "asy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
find -name "*.pdf" -exec rm -f {} \; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
% 自定义环境 | ||
\newcounter{example}[section] | ||
\renewcommand{\theexample}{\thesection.\arabic{example}} | ||
|
||
\newenvironment{example}[1][]{\refstepcounter{example} \textbf{例 \theexample \ #1} \hspace{0.5em}}{\hspace{\stretch{1}} \rule{1ex}{1ex}} | ||
|
||
\newtheorem{definition}{定义}[section] | ||
\newtheorem{property}{性质}[section] | ||
\newtheorem{theorem}{定理}[section] | ||
\newtheorem{inference}{推论}[section] | ||
\newtheorem{axiom}{公理}[section] | ||
\newtheorem{lemma}{引理}[section] | ||
\newtheorem{principle}{原理}[section] | ||
\newtheorem{exercise}{题目}[section] | ||
\newtheorem{topic}{问题}[section] | ||
\newtheorem{statement}{命题}[section] | ||
% \newtheorem{example}{例}[section] | ||
|
||
% 使公式编号与章节关联,命令由 amsmath 宏包提供 | ||
\numberwithin{equation}{section} | ||
|
||
%%% Local Variables: | ||
%%% mode: latex | ||
%%% TeX-master: "book" | ||
%%% End: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,73 @@ | ||
|
||
%\tableofcontents | ||
%\addcontentsline{toc}{chapter}{目录} | ||
|
||
\newcommand*\cdotfill{% | ||
\leavevmode | ||
\leaders \hbox to .5em {\hss\textcdot\hss}\hfill} | ||
|
||
\etocsetstyle{chapter} | ||
{% | ||
\setlength\rightskip{4\ccwd}% | ||
\addtolength\parfillskip{-\rightskip}% | ||
\etocskipfirstprefix | ||
} | ||
{\medskip} | ||
{% | ||
\bfseries | ||
\noindent | ||
\etocifnumbered | ||
{% | ||
\sbox0{\etocthenumber\unskip\quad}% | ||
\setlength\leftskip{\wd0}% | ||
\etoclink{\llap{\box0}\etocthename}% | ||
} | ||
{% | ||
\setlength\leftskip{\rightskip}% | ||
\hskip-\leftskip | ||
\etocname | ||
}% | ||
\nobreak\cdotfill\etocpage\par | ||
} | ||
{} | ||
|
||
\etocsetstyle{section} | ||
{\nopagebreak\normalfont} | ||
{\smallskip} | ||
{% | ||
\noindent | ||
\etocifnumbered | ||
{\etoclink{\llap{\etocthenumber\quad}\etocthename}} | ||
{\etocname}% | ||
\nobreak\cdotfill\etocpage\par | ||
} | ||
{} | ||
|
||
\etocsetstyle{subsection} | ||
{% | ||
\nopagebreak | ||
\begingroup | ||
\addtolength\parfillskip{\rightskip}% | ||
\addtolength\rightskip{\fill}% | ||
\etocskipfirstprefix | ||
\noindent | ||
} | ||
{\quad} | ||
{% | ||
\hbox{% | ||
\etoclink{% | ||
\etocifnumbered{\etocthenumber\enskip}{}% | ||
\etocthename\ (\etocthepage)% | ||
}% | ||
}% | ||
} | ||
{\par\endgroup} | ||
|
||
|
||
|
||
\tableofcontents | ||
\addcontentsline{toc}{chapter}{目录} | ||
|
||
%%% Local Variables: | ||
%%% mode: latex | ||
%%% TeX-master: "book" | ||
%%% End: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,47 @@ | ||
%\usepackage{minitoc} | ||
|
||
% 定制页面版式的宏包 | ||
\usepackage[a4paper,left=3.5cm,right=3.5cm, bottom=3.5cm,top=3.5cm]{geometry} | ||
|
||
% 定制目录样式的宏包 | ||
\usepackage{etoc} | ||
|
||
% 定制日期时间格式的宏包 | ||
\usepackage[yyyymmdd]{datetime} | ||
\renewcommand{\dateseparator}{-} | ||
|
||
% 数学必备宏包 | ||
\usepackage{amsmath} | ||
\usepackage{amsthm} | ||
\usepackage{amssymb} | ||
|
||
% 定理和证明环境 | ||
\usepackage{amsthm} | ||
|
||
\usepackage{makecell} | ||
|
||
% 插图宏包,提供插图命令 \includegraphics | ||
\usepackage{graphicx} | ||
|
||
% 好看的向量箭头符号,命令是 \vv | ||
\usepackage{esvect} | ||
|
||
% 数学花体,命令是\mathscr | ||
\usepackage{mathrsfs} | ||
|
||
% 数学粗体,用于向量或矩阵等,命令是\bm | ||
\usepackage{bm} | ||
|
||
% 改善表格排版质量的宏包 | ||
\usepackage{booktabs} | ||
|
||
% 使目录和各种引用具有超链接效果 | ||
\usepackage[colorlinks,linkcolor=black,CJKbookmarks=true,bookmarksnumbered]{hyperref} | ||
\usepackage[font=small,labelfont=bf,labelsep=none]{caption} | ||
|
||
\newtheorem{definition}{定义}[section] | ||
\newtheorem{theorem}{定理}[section] | ||
\newtheorem{lemma}{引理}[section] | ||
\newtheorem{principle}{原理}[section] | ||
\newtheorem{exercise}{题目}[section] | ||
\newtheorem{topic}{问题}[section] | ||
\newtheorem{statement}{命题}[section] | ||
\newtheorem{example}{例}[section] | ||
% 定制插图和表格的标题的宏包 | ||
\usepackage[font=small,labelfont=bf,labelsep=space]{caption} | ||
|
||
|
||
%%% Local Variables: | ||
%%% mode: plain-tex | ||
%%% mode: latex | ||
%%% TeX-master: "book" | ||
%%% End: |