cristina

Risposte nei forum create

Stai visualizzando 4 risposte – dal 1 al 4 (di 4 totali)
  • Autore
    Risposte
  • in risposta a: Come ordinare Definizioni, Teoremi,Corollari dato il capitolo #111416
    Up
    0
    Down
    ::


    Ok, grazie mille, procedo immediatamente a leggere L’Arte di scrivere con Latex!
    grazie

    in risposta a: Come ordinare Definizioni, Teoremi,Corollari dato il capitolo #111414
    Up
    0
    Down
    ::


    Mando l’esempio di quello che ho inserito:
    `\documentclass[11pt,a4paper,openany,leqno]{book}
    \usepackage{amsmath}
    \usepackage{amsfonts}
    \usepackage{graphicx}
    \usepackage{amsfonts}
    \usepackage [italian]{babel}

    %STYLE PARAMETERS
    \oddsidemargin0cm
    \evensidemargin0cm
    \textwidth14.7cm
    \topmargin-1.0cm
    \headheight1cm
    \headsep1.2cm
    \textheight22.5cm
    \parindent2.0em

    %DICITURE IN ITALIANO
    \renewcommand{\partname}{Parte}
    \renewcommand{\indexname}{Indice analitico}
    \renewcommand{\contentsname}{Indice}
    \renewcommand{\chaptername}{Capitolo}
    \renewcommand{\bibname}{Bibliografia}

    %NUMERATION OF CHAPTERS AND SECTIONS
    \renewcommand{\thechapter}{\arabic{chapter}}
    \renewcommand{\thesection}{\arabic{section}}
    \newcommand{\begsection}[1]{\setcounter{equation}{0}\section{#1}}
    \newcommand{\finsection}{\vskip40pt}

    %APPENDIX CHAPTERS
    \newcommand{\appchapter}[1]{\chapter{#1}\setcounter{equation}{0}
    \setcounter{section}{\arabic{chapter}}}

    %THEOREM-LIKE ENVIRONMENTS

    \renewcommand{\theequation}{\arabic{section}.\arabic{equation}}
    \newenvironment{theorframe}[1]{\refstepcounter{equation}\par\medskip\noindent
    {\bf (\theequation)~#1}\hspace{5pt}\em}
    {\em\par\medskip}
    \newenvironment{theorem}{\begin{theorframe}{Teorema}}{\end{theorframe}}
    \newenvironment{lemma}{\begin{theorframe}{Lemma}}{\end{theorframe}}
    \newenvironment{corollary}{\begin{theorframe}{Corollario}}{\end{theorframe}}
    \newenvironment{proposition}{\begin{theorframe}{Proposizione}}{\end{theorframe}}

    %\theoremstyle{definition}

    \newenvironment{definition}{\begin{theorframe}{Definizione}}{\end{theorframe}}
    \newenvironment{ex}{\begin{theorframe}{Esercizio}}{\end{theorframe}}

    %\theoremstyle{remark}

    \newenvironment{remark}{\begin{theorframe}{Osservazione}}{\end{theorframe}}

    %AN ENVIRONMENT FOR PROOFS
    \newcommand{\qed}{~\vrule height5pt depth0pt width5pt}
    \newenvironment{proof}{\noindent {\it Dimostrazione.}\hspace{1pt}}
    {\hspace{-5pt}\qed\par\medskip\indent}

    %AN ENVIRONMENT FOR SOLUTION OF EXERCISES
    \newenvironment{sv}{\noindent {\it Svolgimento.}\hspace{1pt}}
    {\hspace{-5pt}\qed\par\medskip\indent}

    %EXERCISES
    \newcounter{esercizio}[section]
    \newcommand{\esercizi}{\vskip30pt\centerline{{\bf Esercizi}}
    \bigskip\nopagebreak}
    \newcommand{\es}{\refstepcounter{esercizio}%
    \par\nopagebreak\bigskip\nopagebreak{\bf \theesercizio.}\hspace{5pt}}

    \newcommand{\R}{\mathbb R}
    \newcommand{\N}{\mathbb N}
    `
    Dopo di che ho inserito
    \begin{document}
    e il codice per il frontespizio per la tesi, ho lasciato una pagina vuota e infine
    \tableofcontents .
    Poi ho iniziato il documento con l’introduzione, i capitoli, ecc…
    Grazie!

    in risposta a: Come ordinare Definizioni, Teoremi,Corollari dato il capitolo #111412
    Up
    0
    Down
    ::


    Ok grazie! Ho aggiunto il pacchetto \usepackage{amsfonts}
    tuttavia l’ordine dei vari teoremi rimane sempre che iniziano da (0.1),(0.2), ect invece che partire dal numero del capitolo!! 😕

    in risposta a: Come ordinare Definizioni, Teoremi,Corollari dato il capitolo #111409
    Up
    0
    Down
    ::


    Si ma io scrivo sempre
    \begin{theorframe}{teorema} enunciato
    \end{theorframe}
    Ma me li numera automaticamente iniziando da (0.1) in poi…

Stai visualizzando 4 risposte – dal 1 al 4 (di 4 totali)

Go to top