Skip to content

Commit 1fd186f

Browse files
committed
Estrutura inicial
1 parent 176d1a1 commit 1fd186f

File tree

17 files changed

+2038
-0
lines changed

17 files changed

+2038
-0
lines changed

abnt.bst

Lines changed: 1149 additions & 0 deletions
Large diffs are not rendered by default.

babel/brazilian.babel

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
%
2+
% definições para textos em português
3+
%
4+
\@namedef{captionsbrazilian}{%
5+
\def\chaptername{Cap{\'i}tulo}%
6+
\def\sectionname{Se\c{c}\~{a}o}%
7+
\def\bibname{Refer{\^e}ncias}%
8+
\def\abstractname{Resumo}%
9+
\def\appendixname{Ap{\^e}ndice}%
10+
\def\contentsname{Sum{\'a}rio}%
11+
\def\listfigurename{Lista de Figuras}%
12+
\def\listtablename{Lista de Tabelas}%
13+
\def\listdefname{Lista de Defini\c{c}\~{o}es}%
14+
\def\listtheoremsname{Lista de Teoremas}%
15+
\def\corollaryname{Corol{\'a}rio}%
16+
\def\propositionname{Proposi\c{c}\~{a}o}%
17+
\def\definitionname{Defini\c{c}\~{a}o}%
18+
\def\conjecturename{Conjectura}%
19+
\def\examplename{Exemplo}%
20+
\def\exercisename{Exerc{\'i}cio}%
21+
\def\propertyname{Property}%
22+
\def\remarknamek{Observa\c{c}\~{a}o}%
23+
\def\lemmaname{Lema}%
24+
\def\theoremname{Teorema}%
25+
\def\proofname{Prova}%
26+
\def\figurename{Figura}%
27+
\def\equationname{Equa\c{c}\~{a}o}%
28+
\def\lstlistingname{C{\'o}digo}%
29+
\def\tablename{Tabela}%
30+
\def\advisorname{Orientador}%
31+
\def\coadvisorname{Co-orientador}%
32+
\def\listabbrvname{Lista de Abreviaturas e Siglas}%
33+
\def\listsymbolname{Lista de S{\'i}mbolos}%
34+
\def\lstlistlistingname{Lista de C{\'o}digos}%
35+
\def\annexname{Anexo}%
36+
\def\keywordsname{Palavras-chave}%
37+
\def\byname{por}%
38+
\def\coordname{Coordenador do Curso}%
39+
}
40+
\@namedef{datebrazilian}{%
41+
\def\monthname{%
42+
\ifcase\month\or%
43+
janeiro\or fevereiro\or mar{\c{c}}o\or abril\or%
44+
maio\or junho\or julho\or agosto\or setembro\or%
45+
outubro\or novembro\or dezembro%
46+
\fi%
47+
}%
48+
\def\ii@date{\@publmonth~de~\@publyear}%
49+
}

babel/english.babel

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
%
2+
% definições para textos em inglês
3+
%
4+
\@namedef{captionsenglish}{%
5+
\def\chaptername{Chapter}%
6+
\def\sectionname{Section}%
7+
\def\bibname{References}%
8+
\def\abstractname{Abstract}%
9+
\def\appendixname{Appendix}%
10+
\def\contentsname{Contents}%
11+
\def\listfigurename{List of Figures}%
12+
\def\listtablename{List of Tables}%
13+
\def\listdefname{List of Definitions}%
14+
\def\listtheoremsname{List of Theorems}%
15+
\def\corollaryname{Corollary}%
16+
\def\propositionname{Proposition}%
17+
\def\definitionname{Definition}%
18+
\def\conjecturename{Conjecture}%
19+
\def\examplename{Example}%
20+
\def\exercisename{Exercise}%
21+
\def\propertyname{Property}%
22+
\def\remarknamek{Remark}%
23+
\def\lemmaname{Lemma}%
24+
\def\theoremname{Theorem}%
25+
\def\proofname{Proof}%
26+
\def\figurename{Figure}%
27+
\def\equationname{Equation}%
28+
\def\lstlistingname{Listing}%
29+
\def\tablename{Table}%
30+
\def\advisorname{Advisor}%
31+
\def\coadvisorname{Coadvisor}%
32+
\def\listabbrvname{List of Abbreviations and Acronyms}%
33+
\def\listsymbolname{List of Symbols}%
34+
\def\lstlistlistingname{List of Listings}%
35+
\def\annexname{Annex}%
36+
\def\keywordsname{Keywords}%
37+
\def\byname{by}%
38+
\def\coordname{Course Coordinator}%
39+
}
40+
\@namedef{dateenglish}{%
41+
\def\monthname{%
42+
\ifcase\month\or%
43+
January\or February\or March\or April\or%
44+
May\or June\or July\or August\or September\or%
45+
October\or November\or December%
46+
\fi%
47+
}%
48+
\def\ii@date{\@publmonth~\@publyear}%
49+
}

codigos/codigo.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
int pinoLed = 5;
2+
int valor = 128;
3+
void setup() {
4+
pinMode(pinoLed, OUTPUT); // ajusta o pino para saida
5+
}
6+
void loop() {
7+
analogWrite(pinoLed, valor); // razao ciclica em 50%
8+
}

elementos-postextuais/apendice.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
\chapter{Lorem ipsum dolor sit amet}\label{chp:LABEL_APP_1}
2+
3+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec lacus nisl, ultricies vitae semper eu, scelerisque nec enim. Curabitur posuere tortor orci, at porta leo laoreet et. Quisque ut congue dolor. Maecenas vel sagittis diam. Praesent fermentum eleifend mi, sit amet vehicula leo pellentesque quis. Curabitur mattis luctus pulvinar. Proin auctor est nec nulla pellentesque commodo. Donec nec justo eu magna aliquet eleifend. Curabitur tristique tortor id sem dignissim, a iaculis metus interdum. Phasellus bibendum velit sit amet interdum semper. Nam vestibulum dui quis nisi consectetur, id vehicula dolor faucibus.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@article {
2+
art:REF_ART_1,
3+
author = {BLICKENSTAFF, LOREN D. and MORRIS, JAMES M.},
4+
title = {Fatigue Fracture of the Femoral Neck},
5+
journal = {The Journal of Bone \& Joint Surgery},
6+
volume = {48},
7+
number = {6},
8+
pages = {1031-1047},
9+
year = {1966}
10+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
\item [I$^2$C] Inter-Integrated Circuit
2+
\item [SRAM] Static Random-Access Memory
3+
\item [EEPROM] Electrically Erasable Programmable Read-Only Memory
4+
\item [LED] Light-Emitting Diode
5+
\item [MLP] Modulação por Largura de Pulso
6+
\item [PWM] Pulse-Width Modulation
7+
\item [PID] Proportional–Integral–Derivative
8+
\item [RAM] Random-Access Memory
9+
\item [API] Application Programming Interface
10+
\item [GPL] GNU General Public License
11+
\item [GNU] GNU's Not Unix
12+
\item [iid] Independente e identicamente distribuídas
13+

elementos-pretextuais/abstract.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The state's duty is not limited to a mere judicial response, but requires the provision of effective protection that meets the constitutional principle of reasonable duration of the procedure laid down in the Constitution. However, the delay in the delivery of legal protection remains one of contemporary evils of civil procedure.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Quero agradecer, em primeiro lugar, a Deus, pela força e coragem durante toda esta longa caminhada.
2+
3+
Agradeço também a todos os professores que me acompanharam durante a gradução, em especial ao Prof. Dr. Dietrich Schiel e à Profa. Iria Müller Guerrini, responsáveis pela realização deste trabalho.
4+
5+
Dedico esta, bem como todas as minhas demais conquistas, aos meus amados pais (José Roberto e Tininha), minhas irmãs (Gina, Adalgisa e Lívia - Que falta vocês me fazem!!!) e meus dois preciosos sobrinhos (Lucas e Pedro Henrique - Meus melhores e maiores presentes...)
6+
7+
E o que dizer a você Paulo?
8+
Obrigada pela paciência, pelo incentivo, pela força e principalmente pelo carinho.
9+
Valeu a pena toda distância, todo sofrimento, todas as renúncias... Valeu a pena esperar... Hoje estamos colhendo, juntos, os frutos do nosso empenho!
10+
Esta vitória é muito mais sua do que minha!!!

elementos-pretextuais/resumo.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
O dever do Estado não se resume a uma mera resposta jurisdicional, mas exige a prestação de uma tutela efetiva, que atenda ao princípio constitucional da razoável duração do processo previsto na Carta Magna. Entretanto, a demora na prestação da tutela jurisdicional continua a ser um dos males contemporâneos do processo civil.

0 commit comments

Comments
 (0)