如果說要寫書或是記筆記的話,我想我的第一個選擇一定會是 memoir.cls 這個文件類別。下面是整理出來一些基本的設定。
\documentclass[a4paper,14pt,openany,oneside]{memoir} \usepackage{amsthm,amsmath,amsfonts,amscd,amssymb} \usepackage[all,knot]{xy} \newtheorem{theorem}{Theorem}[chapter] \newtheorem{lemma}[theorem]{Lemma} \newtheorem{proposition}[theorem]{Proposition} \newtheorem{corollary}[theorem]{Corollary} \theoremstyle{definition} \newtheorem{definition}[theorem]{Definition} \newtheorem{example}[theorem]{Example} \newtheorem{xca}[theorem]{Exercise} \newtheorem{assumption}[theorem]{Assumption} \newtheorem{notation}[theorem]{Notation} \theoremstyle{remark} \newtheorem{remark}[theorem]{Remark} \numberwithin{equation}{chapter} \newcommand{\cA}{\mathcal{A}} \newcommand{\cB}{\mathcal{B}} \newcommand{\cC}{\mathcal{C}} \newcommand{\cD}{\mathcal{D}} \newcommand{\cE}{\mathcal{E}} \newcommand{\cF}{\mathcal{F}} \newcommand{\cG}{\mathcal{G}} \newcommand{\cH}{\mathcal{H}} \newcommand{\cI}{\mathcal{I}} \newcommand{\cJ}{\mathcal{J}} \newcommand{\cK}{\mathcal{K}} \newcommand{\cL}{\mathcal{L}} \newcommand{\cM}{\mathcal{M}} \newcommand{\cN}{\mathcal{N}} \newcommand{\cO}{\mathcal{O}} \newcommand{\cP}{\mathcal{P}} \newcommand{\cQ}{\mathcal{Q}} \newcommand{\cR}{\mathcal{R}} \newcommand{\cS}{\mathcal{S}} \newcommand{\cT}{\mathcal{T}} \newcommand{\cU}{\mathcal{U}} \newcommand{\cV}{\mathcal{V}} \newcommand{\cW}{\mathcal{W}} \newcommand{\cX}{\mathcal{X}} \newcommand{\cY}{\mathcal{Y}} \newcommand{\cZ}{\mathcal{Z}} \newcommand{\fA}{\mathfrak{A}} \newcommand{\fB}{\mathfrak{B}} \newcommand{\fC}{\mathfrak{C}} \newcommand{\fD}{\mathfrak{D}} \newcommand{\fE}{\mathfrak{E}} \newcommand{\fF}{\mathfrak{F}} \newcommand{\fG}{\mathfrak{G}} \newcommand{\fH}{\mathfrak{H}} \newcommand{\fI}{\mathfrak{I}} \newcommand{\fJ}{\mathfrak{J}} \newcommand{\fK}{\mathfrak{K}} \newcommand{\fL}{\mathfrak{L}} \newcommand{\fM}{\mathfrak{M}} \newcommand{\fN}{\mathfrak{N}} \newcommand{\fO}{\mathfrak{O}} \newcommand{\fP}{\mathfrak{P}} \newcommand{\fQ}{\mathfrak{Q}} \newcommand{\fR}{\mathfrak{R}} \newcommand{\fS}{\mathfrak{S}} \newcommand{\fT}{\mathfrak{T}} \newcommand{\fU}{\mathfrak{U}} \newcommand{\fV}{\mathfrak{V}} \newcommand{\fW}{\mathfrak{W}} \newcommand{\fX}{\mathfrak{X}} \newcommand{\fY}{\mathfrak{Y}} \newcommand{\fZ}{\mathfrak{Z}} \newcommand{\fa}{\mathfrak{a}} \newcommand{\fb}{\mathfrak{b}} \newcommand{\fc}{\mathfrak{c}} \newcommand{\fd}{\mathfrak{d}} \newcommand{\fe}{\mathfrak{e}} \newcommand{\ff}{\mathfrak{f}} \newcommand{\fg}{\mathfrak{g}} \newcommand{\fh}{\mathfrak{h}} % \newcommand{\fi}{\mathfrak{i}} % \fi already defined \newcommand{\fj}{\mathfrak{j}} \newcommand{\fk}{\mathfrak{k}} \newcommand{\fl}{\mathfrak{l}} \newcommand{\fm}{\mathfrak{m}} \newcommand{\fn}{\mathfrak{n}} \newcommand{\fo}{\mathfrak{o}} \newcommand{\fp}{\mathfrak{p}} \newcommand{\fq}{\mathfrak{q}} \newcommand{\fr}{\mathfrak{r}} \newcommand{\fs}{\mathfrak{s}} \newcommand{\ft}{\mathfrak{t}} \newcommand{\fu}{\mathfrak{u}} \newcommand{\fv}{\mathfrak{v}} \newcommand{\fw}{\mathfrak{w}} \newcommand{\fx}{\mathfrak{x}} \newcommand{\fy}{\mathfrak{y}} \newcommand{\fz}{\mathfrak{z}} \newcommand{\Hom}{\operatorname{Hom}} \newcommand{\sign}{\operatorname{sign}} \newcommand{\realpart}{\operatorname{Re}} \newcommand{\supp}{\operatorname{supp}} \newcommand{\CC}{\mathbb{C}} \newcommand{\QQ}{\mathbb{Q}} \newcommand{\RR}{\mathbb{R}} \newcommand{\ZZ}{\mathbb{Z}} \newcommand{\FF}{\mathbb{F}} \newcommand{\BB}{\mathbb{B}} \newcommand{\EE}{\mathbb{E}} \newcommand{\NN}{\mathbb{N}} \begin{document} \title{Title} \author{Author1 \and Author2 \andnext Author3} \begin{titlingpage} \maketitle{} \end{titlingpage} \frontmatter %\include{introduction} \tableofcontents{} \mainmatter \chapterstyle{companion} %\part{Banach Manifolds} %\include{input_sample} \backmatter %\include{reference} %\bibliographystyle{amsplain} %\bibliography{papers} % or % \begin{thebibliography}{99} % \bibitem{Gut1981} Gutkin, \emph{Espace des jets et calcul des variations en dimension infinie}, % Publ.\ U.E.R.\ Math.\ Pures Appl.\ IRMA \textbf{3} (1981), no.\ 2, exp.\ no.\ 4, 61 pp. % \end{thebibliography} \end{document}
沒有留言:
張貼留言