-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
44 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
% Insira aqui seus dados | ||
|
||
% seu nome | ||
\newcommand\aluno{Nome do aluno} | ||
\def\aluno{Nome do aluno} | ||
|
||
% disciplinas cursadas | ||
\newcommand\disciplinas{Estágio Supervisionado 1 e 2} | ||
\def\disciplinas{Estágio Supervisionado 1 e 2} | ||
|
||
% mes/ano | ||
\newcommand\data{Junho/2011} | ||
\def\data{Junho/2011} | ||
|
||
% dados do supervisor | ||
\newcommand\supervisorNome{Nome do supervisor} | ||
\newcommand\supervisorCargo{Cargo} | ||
\def\supervisorNome{Nome do supervisor} | ||
\def\supervisorCargo{Cargo} | ||
|
||
% dados do professor orientador na ufscar | ||
\newcommand\professorNome{Nome do professor} | ||
\newcommand\professorCargo{Cargo} | ||
\def\professorNome{Nome do professor} | ||
\def\professorCargo{Cargo} | ||
|
||
% nome da empresa | ||
\newcommand\empresa{Empresa X} | ||
\def\empresa{Empresa X} | ||
|
||
% periodo do estagio contemplado | ||
\newcommand\periodo{1 de Abril de 2011 a 1 de Junho de 2011} | ||
\def\periodo{1 de Abril de 2011 a 1 de Junho de 2011} | ||
|
||
% descomente a linha seguinte se este for o relatorio final | ||
% \def\relatorioFinal{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters