cabinet/bookreport.cls

25 lines
448 B
OpenEdge ABL
Raw Normal View History

2022-02-13 16:15:30 -05:00
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{bookreport}[2022/3/12 Book Report]
2022-02-14 12:01:16 -05:00
\LoadClass{note}
2022-02-13 16:15:30 -05:00
\usepackage{iflang}
\renewcommand{\maketitle}{
\IfLanguageName{portuguese}
{
\noindent\large
Título: \hfill \@title\\
Autor: \hfill \@author\\
Data da Ficha: \hfill \@date\\
\rule{\textwidth}{0.4pt}
}
{
\noindent\large
Title: \hfill \@title\\
Author: \hfill \@author\\
Report Date: \hfill \@date\\
\rule{\textwidth}{0.4pt}
}
}