-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate_provas.tl
117 lines (97 loc) · 2.82 KB
/
template_provas.tl
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<title>Provas Antigas</title>
<style type="text/css">
body {
background-color: #CCCCCC;
margin-left: 100px;
margin-top: 0px;
margin-right: 100px;
margin-bottom: 0px;
}
body,td,th {
font-family: Times New Roman, Times, serif;
font-size: 16px;
}
a {
font-weight: bold;
}
.style2 {
font-size: 50px;
color: #000010;
}
.subtitulo {
font-family:Arial
font-weight: bold;
font-size: 40px
}
.style6 {
color: #000000;
font-weight: bold;
}
.style7 {font-size: 13px; font-weight: bold; color: #000000; }
.style9 {font-size: 12px; font-weight: bold; color: #000000; }
.style10 {color: #000080}
.style11 {color: #FFFFFF}
.style13 {
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
}
</style>
</head>
<body style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);" alink="#ee0000" link="#0000ee" vlink="#551a8b">
<hr>
<table border="0" width="100%">
<tbody>
<tr>
<div style="text-align: center;" class="style2">MAT01168 - Matemática Aplicada II - Avaliações antigas<br></div>
</tr>
</tbody>
</table>
<hr>
<!-- Avisos -->
<br> <br>
<div style="text-align: left;" class="subtitulo">Tenha em mente<br></div>
<table><tbody>
<tr><td>1. As resoluções nos gabaritos podem estar omitidas, resumidas demais ou mesmo conter erros.</td></tr>
<tr><td>2. O estudo exclusivo pelas provas antigas não é suficiente.</td></tr>
<tr><td>3. Seja humilde e procure entender os fundamentos. Pular etapas pode ser perda de tempo. Dedique-se também às primeiras listas.</td></tr>
<tr><td>4. Não estude apenas os problemas pelas soluções. Fazer é diferente de ver outra pessoa fazer.</td></tr>
<tr><td>5. Procure se envolver com os conteúdos, fugindo do estudo mecânico.</td></tr>
</tbody></table>
<br>
<!-- Link -->
<br> <br>
<div style="text-align: left;" class="subtitulo">Repositório no Github<br></div>
<table><tbody><tr><td></td><a href="https://github.com/fazedo/MAT01168">https://github.com/fazedo/MAT01168</a></tr></tbody></table>
<br>
<!-- Vetorial -->
<br> <br>
<div style="text-align: left;" class="subtitulo">Provas Antigas - Análise Vetorial<br></div>
<table>
<tbody>
___PROVAS___VETORIAL___
</tbody>
</table>
<!-- Laplace -->
<hr><br><br>
<div style="text-align: left;" class="subtitulo">Provas Antigas - Transformada de Laplace<br></div>
<table>
<tbody>
___PROVAS___LAPLACE___
<tbody>
</table>
<!-- Fourier -->
<hr><br><br>
<div style="text-align: left;" class="subtitulo">Provas Antigas - Séries e Transformadas de Fourier<br></div>
<table>
<tbody>
___PROVAS___FOURIER___
</tbody>
</table>
</body>
<hr><br><br>
</html>