This repository has been archived by the owner on Oct 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template_listas.tex
100 lines (67 loc) · 2.33 KB
/
template_listas.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
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
% !TeX spellcheck = pt_BR
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Modelo adaptado do template original de
% Ted Pavlic (http://www.tedpavlic.com)
% Todos os créditos a ele.
%
% Na versão atual, o que foi modificado
% do original:
% Ajusta a numeração das questões e
% passa para português.
% Além de separar as configurações
% em um arquivo .cls separado.
%
% Crédito ao Roberto por ter feito
% a maior parte do trabalho de passar
% para o português e fazer outros
% ajustes para a versão atual deste template.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES E OUTRAS CONFIGURAÇÕES
%----------------------------------------------------------------------------------------
\documentclass{homeworkclass}
\usepackage{blindtext}
\hmwkTitle{Lista de Exercícios \#1}
\hmwkDueDate{Quinta,\ 21\ de\ Março,\ 2019}
\hmwkClass{CPEXXX NOME DA MATÉRIA}
\hmwkClassTime{Terças e Quintas: 08:00-10:00}
\hmwkClassInstructor{Prof. Nome do Sobrenome}
\hmwkAuthorName{Seu Nome Completo}
\hmwkAuthorShortName{Seu nome}
\begin{document}
\maketitle
%----------------------------------------------------------------------------------------
% SUMÁRIO
%----------------------------------------------------------------------------------------
%\setcounter{tocdepth}{1} % Uncomment this line if you don't want subsections listed in the ToC
\clearpage
\newpage
%\tableofcontents
%\newpage
%----------------------------------------------------------------------------------------
% QUESTÃO 1
%----------------------------------------------------------------------------------------
% To have just one problem per page, simply put a \clearpage after each problem
\begin{homeworkProblem}
\Blindtext
\Blindtext
\end{homeworkProblem}
\clearpage
%----------------------------------------------------------------------------------------
% QUESTÃO 2
%----------------------------------------------------------------------------------------
\newpage
\begin{homeworkProblem}
\begin{homeworkSection}
\blindtext
\end{homeworkSection}
\begin{homeworkSection}[b) Algum enunciado alternativo para o item.]
\problemAnswer{1}{0.98}{
\Blindtext
}
\end{homeworkSection}
\begin{homeworkSection}
\Blindtext
\end{homeworkSection}
\end{homeworkProblem}
\end{document}