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.
101 lines
3.0 KiB
TeX
101 lines
3.0 KiB
TeX
% Style formatting by Evan Chen (evanchen.cc)
|
|
% Inspired by https://github.com/diego-unipi/Appunti-Aritmetica
|
|
|
|
\PassOptionsToPackage{main=italian}{babel}
|
|
\documentclass[11pt]{scrartcl}
|
|
\usepackage[sexy]{evan}
|
|
\usepackage[italian]{babel}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{marvosym}
|
|
|
|
\setlength{\headsep}{0.3in}
|
|
|
|
\newcommand{\gfrac}[2]{\displaystyle \frac{#1}{#2}}
|
|
\newcommand{\nnorm}[1]{\lVert #1 \rVert}
|
|
|
|
\let\oldforall\forall
|
|
\let\forall\undefined
|
|
\DeclareMathOperator{\forall}{\oldforall}
|
|
|
|
\newcommand{\KK}{\mathbb{K}}
|
|
|
|
\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
|
|
|
|
\begin{document}
|
|
|
|
\author{Gabriel Antonio Videtta \\ \textnormal{\href{mailto:g.videtta1@studenti.unipi.it}{g.videtta1@studenti.unipi.it}}}
|
|
\title{Appunti del corso di Aritmetica}
|
|
\subtitle{tenutosi sotto la supervisione dei proff. Gaiffi e \textit{D'Adderio}}
|
|
\date{A.A. 2022/2023}
|
|
\maketitle
|
|
\thispagestyle{empty}
|
|
|
|
\begin{center}
|
|
\includegraphics[scale=0.3]{logo.png}
|
|
\end{center}
|
|
|
|
\author{Gabriel Antonio Videtta}
|
|
\newpage
|
|
\thispagestyle{empty}
|
|
~\newpage
|
|
|
|
\section*{Premessa}
|
|
|
|
Affinché possano chiamarsi queste dispense, voglio mettere alcuni punti
|
|
in chiaro. Non sono un professore, né ho mai insegnato nella mia vita, per
|
|
quanto punti a farlo, pertanto queste dispense non forniscono né coprono
|
|
l'esperienza che un professore potrebbe condividere durante un vero e proprio
|
|
corso universitario.
|
|
|
|
Piuttosto queste dispense hanno lo scopo di immagazzinare e incapsulare
|
|
le nozioni che un normale corso di Aritmetica -- o Algebra 1 che sia --
|
|
potrebbe fornire, e non hanno quindi la pretesa di sostituirsi a uno
|
|
studio più approfondito e personale.
|
|
|
|
Naturalmente sono accettati a braccia aperte suggerimenti e correzioni
|
|
(che potete inviare alla mia mail,
|
|
\texttt{\href{mailto:g.videtta1@studenti.unipi.it}{g.videtta1@studenti.unipi.it}}).
|
|
|
|
\section*{Ringraziamenti}
|
|
|
|
Chiaramente ci sono alcuni ringraziamenti che ho piacere a fare. Innanzitutto
|
|
vorrei ringraziare il mio caro amico \textbf{Diego Monaco}
|
|
(\texttt{\href{mailto:d.monaco2@studenti.unipi.it}{d.monaco2@studenti.unipi.it}}),
|
|
da cui ho preso pesante ispirazione per lo stile e il contenuto di queste dispense
|
|
(trovate difatti i suoi appunti su \underline{\href{https://github.com/diego-unipi/Appunti-Aritmetica}{GitHub}}).
|
|
|
|
In secondo luogo, voglio ringraziare \textbf{Evan Chen}, dal quale ho reperito
|
|
già pronti i fogli di stile per queste dispense (e che anche voi potete trovare
|
|
sul suo \underline{\href{https://web.evanchen.cc/faq-latex.html}{sito personale}}).
|
|
|
|
\newpage
|
|
\tableofcontents
|
|
|
|
\include{1. Gruppi.tex}
|
|
|
|
\end{document} |