Risposte nei forum create
-
AutoreRisposte
-
20 Settembre 2017 alle 14:01 in risposta a: Come ordinare Definizioni, Teoremi,Corollari dato il capitolo #11141620 Settembre 2017 alle 9:09 in risposta a: Come ordinare Definizioni, Teoremi,Corollari dato il capitolo #111414::
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!
20 Settembre 2017 alle 5:42 in risposta a: Come ordinare Definizioni, Teoremi,Corollari dato il capitolo #11141219 Settembre 2017 alle 15:47 in risposta a: Come ordinare Definizioni, Teoremi,Corollari dato il capitolo #111409 -
AutoreRisposte