-
Notifications
You must be signed in to change notification settings - Fork 0
/
Eq_diff_LS.tex
87 lines (85 loc) · 2.41 KB
/
Eq_diff_LS.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
% Alex Pacini
% email: [email protected]
% skype: alex_pacini
% blog: http://pacinispace.blogspot.com
%%
%%
\documentclass[a4paper]{report}
\usepackage[italian,english]{babel}
\usepackage[pdftex]{graphicx}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amssymb, amsmath, mathtools, cancel, mathrsfs}
\usepackage{float}
\usepackage{microtype, url}
\usepackage[bookmarks=true, hidelinks, pdftitle={EQUAZIONI DIFFERENZIALI LM},
pdfauthor={Alex Pacini}, pdfsubject={Appunti di Equazioni Differenziali LM,
Prof. Massimo Cicognani}, pdfkeywords={EQUAZIONI DIFFERENZIALI LM, Massimo
Cicognani, Ingegneria Elettronica e Telecomunicazioni per lo Sviluppo
Sostenibile}]{hyperref}
% If the package has not been installed into the LaTeX system files,
% manually specify the path to it like:
% \usepackage{./xx/xx/package}
%
\pagestyle{headings}
\graphicspath{{images/}}
%%%%%%%%%%%%%%%%% New Commands%%%%%%%%%%%%%%
%Integral from -\infty to +\infty
\newcommand{\intR}{\ensuremath{\int_{- \infty}^{+ \infty}}}
% Right arrow with spaces for follows statement
\newcommand{\follows}{\ensuremath{\;\;\; \Rightarrow \;\;\;}}
%Unit vectors
\newcommand{\uv}[1]{\ensuremath{\boldsymbol{\hat{#1}}}}
%i
\newcommand{\uvi}{\ensuremath{\uv{\imath}}}
%j
\newcommand{\uvj}{\ensuremath{\uv{\jmath}}}
%k
\newcommand{\uvk}{\ensuremath{\uv{k}}}
%Integral with the limit below(mathrlap)
\newcommand{\intlimr}[1]{\ensuremath{\int \limits_{\mathrlap{#1}}}}
%
\renewcommand{\phi}{\varphi}
%
%
%
%%%%%%%%%%%%%%%% End New Command %%%%%%%%%%%%
\begin{document}
\selectlanguage{italian}
%
\include{./frontespizio/frontespizio}
%
\null
\vfill
%
\selectlanguage{english}
This work is licensed under the Creative Commons
Attribution-NonCommercial 3.0 Unported License.\\
To view a copy of this license, visit
\url{http://creativecommons.org/licenses/by-nc/3.0/} or send a letter
to Creative Commons, 444 Castro Street, Suite 900, Mountain
View, California, 94041, USA.\\
Alex Pacini
%
\selectlanguage{italian}
\newpage
\tableofcontents
\newpage
%
\chapter{Introduzione} \label{chap:intro}
\input{intro}
%
\chapter{Equazione della Diffusione (Paraboliche)} \label{chap:diffusion}
\input{diffusion}
%
\chapter{Equazione di Laplace (Ellittiche)} \label{chap:laplacian}
\input{laplacian}
%
\chapter{Equazione delle Onde (Iperboliche)} \label{chap:waves}
\input{waves}
%
\addcontentsline{toc}{chapter}{Elenco delle figure}
\listoffigures
%
\end{document}