Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
40.85 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
% ---------------------------------------------------------------- % AMS-LaTeX Paper ************************************************ % **** ----------------------------------------------------------- \documentclass[a4paper]{article} \usepackage{graphicx} % ---------------------------------------------------------------- \vfuzz2pt % Don't report over-full v-boxes if over-edge is small \hfuzz2pt % Don't report over-full h-boxes if over-edge is small % THEOREMS ------------------------------------------------------- \newtheorem{thm}{Theorem}[section] \newtheorem{cor}[thm]{Corollary} \newtheorem{lem}[thm]{Lemma} \newtheorem{prop}[thm]{Proposition} \theoremstyle{definition} \newtheorem{defn}[thm]{Definition} \theoremstyle{remark} \newtheorem{rem}[thm]{Remark} \numberwithin{equation}{section} % MATH ----------------------------------------------------------- \newcommand{\norm}[1]{\left\Vert#1\right\Vert} \newcommand{\abs}[1]{\left\vert#1\right\vert} \newcommand{\set}[1]{\left\{#1\right\}} \newcommand{\Real}{\mathbb R} \newcommand{\eps}{\varepsilon} \newcommand{\To}{\longrightarrow} \newcommand{\BX}{\mathbf{B}(X)} \newcommand{\A}{\mathcal{A}} % ---------------------------------------------------------------- \begin{document} \title[]{}% \author{}% \address{}% \email{}% \thanks{}% \subjclass{}% \keywords{}% %\date{}% %\dedicatory{}% %\commby{}% % ---------------------------------------------------------------- \begin{abstract} \end{abstract} \maketitle % ---------------------------------------------------------------- \section{} % ---------------------------------------------------------------- \bibliographystyle{amsplain} \bibliography{} \end{document} % ----------------------------------------------------------------