preamble.tex
changeset 154 8d7c569af8a7
parent 147 db91d0a8ed75
child 157 d45e55d25dff
equal deleted inserted replaced
153:f58334ec3d1d 154:8d7c569af8a7
    45 \newcommand{\rotatemathfig}[3]{{\hspace{-3pt}\begin{array}{c}%
    45 \newcommand{\rotatemathfig}[3]{{\hspace{-3pt}\begin{array}{c}%
    46   \raisebox{-2.5pt}{\rotatebox{#2}{\includegraphics[height=#1\textwidth]{\pathtodiagrams #3}}}%
    46   \raisebox{-2.5pt}{\rotatebox{#2}{\includegraphics[height=#1\textwidth]{\pathtodiagrams #3}}}%
    47 \end{array}\hspace{-3pt}}}
    47 \end{array}\hspace{-3pt}}}
    48 \newcommand{\placefig}[2]{\includegraphics[width=#1\linewidth]{\pathtodiagrams #2}}
    48 \newcommand{\placefig}[2]{\includegraphics[width=#1\linewidth]{\pathtodiagrams #2}}
    49 
    49 
    50 \ifpdf
       
    51 \usepackage[pdftex,plainpages=false,hypertexnames=false,pdfpagelabels]{hyperref}
       
    52 \else
       
    53 \usepackage[dvips,plainpages=false,hypertexnames=false]{hyperref}
       
    54 \fi
       
    55 \newcommand{\arxiv}[1]{\href{http://arxiv.org/abs/#1}{\tt arXiv:\nolinkurl{#1}}}
    50 \newcommand{\arxiv}[1]{\href{http://arxiv.org/abs/#1}{\tt arXiv:\nolinkurl{#1}}}
    56 \newcommand{\doi}[1]{\href{http://dx.doi.org/#1}{{\tt DOI:#1}}}
    51 \newcommand{\doi}[1]{\href{http://dx.doi.org/#1}{{\tt DOI:#1}}}
    57 \newcommand{\euclid}[1]{\href{http://projecteuclid.org/euclid.cmp/#1}{{\tt at Project Euclid: #1}}}
    52 \newcommand{\euclid}[1]{\href{http://projecteuclid.org/euclid.cmp/#1}{{\tt at Project Euclid: #1}}}
    58 \newcommand{\mathscinet}[1]{\href{http://www.ams.org/mathscinet-getitem?mr=#1}{\tt #1}}
    53 \newcommand{\mathscinet}[1]{\href{http://www.ams.org/mathscinet-getitem?mr=#1}{\tt #1}}
    59 
    54 
    60 
    55 
    61 % THEOREMS -------------------------------------------------------
    56 % THEOREMS -------------------------------------------------------
    62 \theoremstyle{plain}
    57 \theoremstyle{plain}
    63 \newtheorem*{fact}{Fact}
    58 %\newtheorem*{fact}{Fact}
    64 \newtheorem{prop}{Proposition}[section]
    59 \newtheorem{prop}{Proposition}[section]
    65 \newtheorem{conj}[prop]{Conjecture}
    60 \newtheorem{conj}[prop]{Conjecture}
    66 \newtheorem{thm}[prop]{Theorem}
    61 \newtheorem{thm}[prop]{Theorem}
    67 \newtheorem{lem}[prop]{Lemma}
    62 \newtheorem{lem}[prop]{Lemma}
    68 \newtheorem{claim}[prop]{Claim}
    63 \newtheorem{claim}[prop]{Claim}
    69 \newtheorem{lemma}[prop]{Lemma}
       
    70 \newtheorem{cor}[prop]{Corollary}
    64 \newtheorem{cor}[prop]{Corollary}
    71 \newtheorem*{cor*}{Corollary}
    65 \newtheorem*{cor*}{Corollary}
    72 \newtheorem*{exc}{Exercise}
    66 \newtheorem*{exc}{Exercise}
    73 %\theoremstyle{definition}
    67 %\theoremstyle{definition}
    74 \newtheorem{defn}[prop]{Definition}         % numbered definition
    68 \newtheorem{defn}[prop]{Definition}         % numbered definition
   201 \setlength{\listparindent}{\parindent}%
   195 \setlength{\listparindent}{\parindent}%
   202 \setlength{\itemindent}{\parindent}%
   196 \setlength{\itemindent}{\parindent}%
   203 \setlength{\parsep}{\parskip}}%
   197 \setlength{\parsep}{\parskip}}%
   204 \item[]}{\end{list}}
   198 \item[]}{\end{list}}
   205 % ----------------------------------------------------------------
   199 % ----------------------------------------------------------------
       
   200 
       
   201