mirror of https://github.com/hearot/notes
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.7 KiB
TeX
80 lines
1.7 KiB
TeX
\documentclass[oneside]{book}
|
|
|
|
\usepackage{amsmath}
|
|
\usepackage{amssymb}
|
|
\usepackage{amsthm}
|
|
\usepackage{enumitem}
|
|
\usepackage[a4paper, total={6in, 8in}]{geometry}
|
|
\usepackage{hyperref}
|
|
\usepackage{mathtools}
|
|
\usepackage[italian]{babel}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[parfill]{parskip}
|
|
\usepackage{wrapfig}
|
|
|
|
\usepackage{pgfplots}
|
|
\pgfplotsset{compat=1.15}
|
|
\usepackage{mathrsfs}
|
|
\usetikzlibrary{arrows,angles,quotes}
|
|
|
|
\renewcommand\qedsymbol{$\blacksquare$}
|
|
|
|
\newcommand{\gfrac}[2]{\displaystyle \frac{#1}{#2}}
|
|
\newcommand{\abs}[1]{\lvert#1\rvert}
|
|
\newcommand{\norm}[1]{\lVert \vec{#1} \rVert}
|
|
\newcommand{\nnorm}[1]{\lVert #1 \rVert}
|
|
|
|
\let\oldforall\forall
|
|
\let\forall\undefined
|
|
\DeclareMathOperator{\forall}{\oldforall}
|
|
|
|
\let\oldexists\exists
|
|
\let\exists\undefined
|
|
\DeclareMathOperator{\exists}{\oldexists}
|
|
|
|
\let\oldnexists\nexists
|
|
\let\nexists\undefined
|
|
\DeclareMathOperator{\nexists}{\oldnexists}
|
|
|
|
\let\oldlnot\lnot
|
|
\let\lnot\undefined
|
|
\DeclareMathOperator{\lnot}{\oldlnot}
|
|
|
|
\let\oldcirc\circ
|
|
\let\circ\undefined
|
|
\DeclareMathOperator{\circ}{\oldcirc}
|
|
|
|
\DeclareMathOperator{\existsone}{\exists !}
|
|
|
|
\DeclareMathOperator{\cl}{cl}
|
|
\DeclareMathOperator{\Dom}{Dom}
|
|
\DeclareMathOperator{\Codom}{Cod}
|
|
\DeclareMathOperator{\Gr}{Gr}
|
|
\DeclareMathOperator{\Id}{Id}
|
|
|
|
\let\oldemptyset\emptyset
|
|
\let\emptyset\varnothing
|
|
|
|
\newtheorem{axiom}{Assioma}[section]
|
|
\newtheorem{theorem}{Teorema}[section]
|
|
\newtheorem{corollary}{Corollario}[theorem]
|
|
\newtheorem{lemma}[theorem]{Lemma}
|
|
|
|
\theoremstyle{definition}
|
|
\newtheorem{definition}{Definizione}[section]
|
|
|
|
\begin{document}
|
|
|
|
\author{Gabriel Antonio Videtta}
|
|
\title{Appunti di Aritmetica}
|
|
|
|
\maketitle
|
|
\newpage
|
|
|
|
\tableofcontents
|
|
\newpage
|
|
|
|
\include{1. Teoria degli insiemi.tex}
|
|
\include{2. Relazioni di equivalenza e applicazioni.tex}
|
|
|
|
\end{document} |