-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.tex
43 lines (40 loc) · 1.66 KB
/
packages.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
% Filename: packages.tex
%
% This code is part of 'Solutions for MS650, Métodos de Matemática Aplicada II, and F620, Métodos Matemáticos da F\'{i}sica II'
%
% Description: This file corresponds to the packages used.
%
% Created: 07.03.12 04:00:00 PM
% Last Change: 14.07.12 11:03:30 AM
%
% Authors:
% - Raniere Silva (2012): initial version
%
% Copyright (c) 2012 Raniere Silva <[email protected]>
%
% This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
%
% This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
%
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[brazil]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{breqn}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{tikz}
% Customização do pacote amsmath
\allowdisplaybreaks[4]
% Novos comandos
\newcommand{\devd}[2]{\frac{\mathrm{d} #1}{\mathrm{d} #2}}
\newcommand{\devdt}[2]{\frac{\mathrm{d}^2 #1}{\mathrm{d} #2^2}}
\newcommand{\devdtm}[3]{\frac{\mathrm{d}^2 #1}{\mathrm{d} #2 \mathrm{d} #3}}
\newcommand{\devp}[2]{\frac{\partial #1}{\partial #2}}
\newcommand{\grad}{\mbox{grad }}
\newcommand{\diver}{\mbox{div }}
\newcommand{\rot}{\mbox{rot }}
\newcommand{\id}[1]{\, \mathrm{d}#1} % Deprecado
\newcommand{\vi}[1]{\, \mathrm{d}#1} % Variávei de Integração