-
Notifications
You must be signed in to change notification settings - Fork 0
/
quali.cls
41 lines (34 loc) · 1.11 KB
/
quali.cls
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
\ProvidesClass{quali}
\LoadClass[12pt]{article}
\RequirePackage{sbc-template}
\RequirePackage{graphicx,url,fancybox,wrapfig}
\RequirePackage{multirow,tabularx}
\RequirePackage[brazil]{babel}
\RequirePackage[latin1]{inputenc}
\RequirePackage{hyperref}
\RequirePackage{amsmath}
\RequirePackage{pdflscape}
\RequirePackage{enumerate}
\RequirePackage{rotfloat}
\RequirePackage{overpic}
\RequirePackage{slashbox}
\RequirePackage[normalem]{ulem}
\RequirePackage{cancel}
\pagestyle{plain}
% Espaçamento ao redor de captions
\setlength{\abovecaptionskip}{6pt} % 0.5cm as an example
\setlength{\belowcaptionskip}{6pt} % 0.5cm as an example
% Fonte para identificadores no modo matemático
\DeclareMathAlphabet{\mathsfsl}{OT1}{cmss}{m}{sl}
\def\mathid#1{\ensuremath{\mathcode"2D="2D\mathsfsl{#1}}}
% Definição de identificadores
\newcommand\tfidf{\mathid{tf-idf}}
\newcommand\tf{\mathid{tf}}
\newcommand\idf{\mathid{idf}}
\newcommand\df{\mathid{df}}
\newcommand\rW{\mathid{RW}_{t}}
\newcommand\rD{\mathid{RD}_{t,D}}
\newcommand\rQ{\mathid{RQ}_{t,Q}}
% Definição do hífen para modo matemático
\mathchardef\mhyphen="2D
\sloppy