forked from pedrolimase/lista4_desafio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Estilo.sty
34 lines (26 loc) · 783 Bytes
/
Estilo.sty
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
\usepackage{titlesec, pdfpages, spverbatim, fancyvrb, fvextra, caption, color, subfig,
graphicx, epstopdf, enumitem, xcolor, amsmath, amssymb, amsfonts, bm}
\usepackage[pages=some]{background}
\usepackage{setspace, float}
\usepackage[brazil]{babel}
\titleformat{\chapter}[display]
{\normalfont\huge\bfseries\center}{}{0pt}{\Huge}
\titlespacing*{\chapter}
{0pt}{0pt}{40pt}
\newcommand{\red}[1]{\textcolor{red}{{#1}}}
\backgroundsetup{
scale=1.2,
color=black,
opacity=0.08,
angle=0,
pages=all,
contents={%
\includegraphics[width=\paperwidth, height=\paperheight]{ChicagoCrime.png}
}%
}
\newcommand{\bfx}{{\bm{x}}}
\newcommand{\bfh}{{\bm{h}}}
\newcommand{\bfa}{{\bm{a}}}
\newcommand{\bfb}{{\bm{b}}}
\newcommand{\bfW}{{\bm{W}}}
\newcommand{\bftheta}{\bm{\theta}}