Skip to content

Commit

Permalink
Incluindo o uso de envs.
Browse files Browse the repository at this point in the history
  • Loading branch information
manascimento committed Oct 7, 2022
1 parent 4679273 commit 3446c21
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
20 changes: 18 additions & 2 deletions classes/thesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -356,14 +356,30 @@
\par
}

% Dedication page
\newenvironment{dedication}{
\begin{center}
\textbf{DEDICATÓRIA}
\end{center}
\par
}

% Acknowledgments page
\newenvironment{acknowledgments}{
\begin{center}
\textbf{AGRADECIMENTOS}
\end{center}
\par
}

% Abstract (pt) page
\newenvironment{abstractpt}{
\begin{center}
\textbf{RESUMO}
\end{center}
\par
}
{\newline \noindent \textbf{Palavras-chave}: \palavraschave}
{\newline\newline\noindent\textbf{Palavras-chave}: \palavraschave}

% Abstract (en) page
\newenvironment{abstracten}{
Expand All @@ -373,7 +389,7 @@
\end{center}
\par
}
{\newline \noindent \textbf{Keywords}: \keywords}
{\newline\newline\noindent\textbf{Keywords}: \keywords}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PDF SETTINGS %
Expand Down
12 changes: 3 additions & 9 deletions pretextual/abstracten.tex
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
\begin{center}
\textbf{ABSTRACT}

\textbf{\doctitle}
\end{center}

\lipsum[1-2]

\noindent \textbf{Keywords}: \keywords
\begin{abstracten}
\lipsum[1-2]
\end{abstracten}
10 changes: 3 additions & 7 deletions pretextual/abstractpt.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
\begin{center}
\textbf{RESUMO}
\end{center}

\lipsum[1-2]

\noindent \textbf{Palavras-chave}: \palavraschave
\begin{abstractpt}
\lipsum[1-2]
\end{abstractpt}

0 comments on commit 3446c21

Please sign in to comment.