Skip to content

Commit e867624

Browse files
authored
Merge pull request #18 from he7d3r/master
Configuração para tornar as respostas visíveis no PDF
2 parents e9e4a4b + 7b1ed55 commit e867624

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

main.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
\include{cap_geometria/cap_geometria}
7474

7575
%resposta dos exercícios
76-
%\ifisbook
77-
%\include{respostas}
78-
%\fi
76+
\ifisbook
77+
\include{respostas}
78+
\fi
7979

8080
\backmatter
8181
%references

respostas.tex

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
%Este trabalho está licenciado sob a Licença Creative Commons Atribuição-CompartilhaIgual 4.0 Internacional. Para ver uma cópia desta licença, visite https://creativecommons.org/licenses/by-sa/4.0/ ou envie uma carta para Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
2+
3+
\chapter*{Respostas dos Exercícios}
4+
\addcontentsline{toc}{chapter}{Respostas dos Exercícios}
5+
\fancyhead[RE]{Cálculo Numérico}
6+
\fancyhead[LO]{RESPOSTAS DOS EXERCÍCIOS}
7+
\fancyhead[LE,RO]{\thepage}
8+
9+
Recomendamos ao leitor o uso criterioso das respostas aqui apresentadas. Devido a ainda muito constante atualização do livro, as respostas podem conter imprecisões e erros.
10+
\shipoutAnswer

0 commit comments

Comments
 (0)