-
Notifications
You must be signed in to change notification settings - Fork 0
/
lista5.tex
48 lines (45 loc) · 1.63 KB
/
lista5.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
% Filename: lista5.tex
%
% This code is part of 'Solutions for MS650, Métodos de Matemática Aplicada II, and F620, Métodos Matemáticos da F\'{i}sica II'
%
% Description: This file corresponds to the solutions of homework sheet 5.
%
% Created: 14.07.12 11:13:03 AM
% Last Change: 14.07.12 11:13:03 AM
%
% Authors:
% - Raniere Silva (2012): initial version
%
% Copyright (c) 2012 Raniere Silva <[email protected]>
%
% This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
%
% This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
%
\documentclass[a4paper,12pt, leqno, answers]{exam}
% Customização da classe exam
\newcommand{\mycheader}{Lista 5 - Transformada de Laplace}
\header{MS560, F560}{\mycheader}{\thepage/\numpages}
\headrule
\footer{Dispon\'{i}vel em \\\input{repository.tex}}{}{Reportar erros para \\\input{maintainer.tex}}
\footrule
\pagestyle{headandfoot}
\renewcommand{\solutiontitle}{\noindent\textbf{Solução:}\enspace}
\SolutionEmphasis{\slshape}
\unframedsolutions
\pointname{}
\input{paper_size.tex}
\input{packages.tex}
\begin{document}
%cover
\thispagestyle{empty}
\input{cover.tex}
\newpage
\setcounter{page}{1}
\begin{questions}
% TODO Escrever questões e respostas.
\question
\end{questions}
% \bibliographystyle{plain}
% \bibliography{bibliography}
\end{document}