Re: amsfont.sty

#9416
admin
Amministratore del forum
    Up
    0
    Down
    ::


    Ecco il preambolo così come mi è stato dato…!

    \NeedsTeXFormat{LaTeX2e}

    \documentclass[a4paper,12pt,portrait]{report}

    \usepackage[latin1]{inputenc}
    \usepackage[italian]{babel}
    \usepackage[T1]{fontenc}
    \usepackage{graphics}
    \usepackage{graphicx}
    %\usepackage {graphics,color}
    \usepackage{fancyhdr}
    \usepackage{epsfig}
    \usepackage{amsmath}
    \usepackage{amsthm}
    \usepackage{amscd}
    \usepackage{amsfonts}
    \usepackage{amssymb}
    \usepackage{latexsym}
    %\usepackage{times}

    % Costruzione strutture
    \theoremstyle{plain}
    \newtheorem{teorema}{Teorema}[section]
    \newtheorem{corollario}{Corollario}[section]
    \newtheorem{lemma}{Lemma}[section]
    \newtheorem{proposizione}{Proposizione}[section]

    %
    \theoremstyle{definizione}
    \newtheorem{definizione}{Definizione}[section]
    %
    \theoremstyle{osservazione}
    \newtheorem{osservazione}{Osservazione}[section]

    %
    \theoremstyle{esempio}
    \newtheorem{esempio}{Esempio}[section]

    %
    \theoremstyle{dimostrazione}
    \newtheorem{dimostrazione}{Dimostrazione}[section]

    Go to top