Instructions

Download a copy of the macro as.cls and an article (see comments inside for explanation) DO NOT EDIT THE MACRO.

Remarks:

  • The use of mikTeX on Windows platform, pdfTeX/texshop on Mac and teTeX on Linux is recommended.
  • Write your article in standard LaTex2e and compile it as pdf (or convert your dvi)
  • The macro requires the following packages babel, graphicx, amsmath, amssymb, amsthm, footmisc, pslatex.
    You can full-text them from your favorite CTAN archive.
  • The macro contains also the definition for real numbers, complex numbers etc:
    		\newcommand{\CC}{{\mathbb C}}
    \newcommand{\EE}{{\mathbb E}}
    \newcommand{\FF}{{\mathbb F}}
    \newcommand{\GG}{{\mathbb G}}
    \newcommand{\HH}{{\mathbb H}}
    \newcommand{\KK}{{\mathbb K}}
    \newcommand{\LL}{{\mathbb L}}
    \newcommand{\NN}{{\mathbb N}}
    \newcommand{\PP}{{\mathbb P}}
    \newcommand{\QQ}{{\mathbb Q}}
    \newcommand{\RR}{{\mathbb R}}
    \newcommand{\s}{{\mathbb S}}
    \newcommand{\TT}{{\mathbb T}}
    \newcommand{\YY}{{\mathbb Y}}
    \newcommand{\ZZ}{{\mathbb Z}}
  • the environments theorem, lemma etc... are defined for the English, French and Italian language:
    \newtheorem{theorem}{Theorem}
    \newtheorem{teorema}{Teorema}
    \newtheorem{theoreme}{Th\'eor\`eme}

    \newtheorem{lemma}{Lemma}
    \newtheorem{lemme}{Lemme}

    \newtheorem{proposition}{Proposition}
    \newtheorem{proposizione}{Proposizione}

    \newtheorem{corollary}{Corollary}
    \newtheorem{corollario}{Corollario}
    \newtheorem{corollaire}{Corollaire}

    \newtheorem{definition}{Definition}
    \newtheorem{definizione}{Definizione}
    \newtheorem{frdefinition}{D\'efinition}

    \newtheorem{problem}{Problem}
    \newtheorem{problema}{Problema}
    \newtheorem{probleme}{Probl\`eme}
    %
    \theoremstyle{myexample}
    \newtheorem{example}{Example}
    \newtheorem{esempio}{Esempio}
    \newtheorem{exemple}{Exemple}

    \newtheorem{examples}{Examples}
    \newtheorem{exemples}{Exemples}

    \newtheorem{remark}{Remark}
    \newtheorem{osservazione}{Osservazione}
    \newtheorem{remarque}{Remarque}
    \newtheorem{remarks}{Remarks}
    \newtheorem{osservazioni}{Osservazioni}
    \newtheorem{remarques}{Remarques}

    \newtheorem{rmk}{Remark}
  • If you need to insert new environments, please place the definition at the beginning of the article, or better in a separate file (in any case DO NOT modify the macro).
  • Images (ps or eps) can be inserted through the command: Images (ps or eps) can be inserted with the command:
    \begin{figure}[!htb]
    \begin{center}
    \includegraphics{filename.eps}
    \end{center}
    \caption{Description of the figure.}
    \label{Figure label}
    \end{figure}
  • Use commands section, subsection, ... for sectioning the article.
  • Follow the samples in the article file for the bibliography.
  • Save the file with your name.