
Victorian style article
Författare
Who?
Last Updated
för 3 år sedan
Licens
LaTeX Project Public License 1.3c
Sammanfattning
An article with victorian ornaments. To add Abstract simple remove the ""%" in Title format and Abstract section.

An article with victorian ornaments. To add Abstract simple remove the ""%" in Title format and Abstract section.
\documentclass[12pt, a4paper, twocolumn, twoside, english] {article}
\input{package}
%-------------------------------------------------------------
%-------------------------------------------------------------
\input{customtitlehead.tex} %head of the title page
%--------------------------------------------------------
%Titles and Authors
\title{Title}
\author{%
\Large\textsc{Author}\thanks{\href{mailto:Author@mail.com}{Author@mail.com} } ~\\[0ex]%First author
\large \itshape Departament, Insitute, University ~\\[0.5ex] % first author's institution
%\Large\textsc{Author2}\thanks{\href{mailto:Author2@mail.com}{Author2@mail.com} } ~\\[0ex] % Second author
%\large \itshape Departament, Institute, University ~\\[0ex] % Second author's institution
}%
\date{\today}%
%----------------------------------------------------
%-------------------------------------------------------------
%Title format and Abstract
\makeatletter%
\def\@maketitle{%
\begin{center}%
\pgfornament[width=15cm,color = red!30!black]{71}~\\[5ex]%
{\Huge \@title }~\\[1ex]%
\pgfornament[width=15cm, ]{89}~\\[1ex]%
{\@author}~\\[-3ex]%
{\@date}~\\[0ex]%
%\hline~\\[1ex]
\end{center}%
%\begin{abstract}
%\begin{center}
%\begin{singlespace}
%{\small \itshape Este e o resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo resumo.}
%\end{singlespace}
%\end{center}
%\end{abstract}~\\[0ex]
\hfill \break}%
\makeatother%
%-------------------------------------------------------------
%-------------------------------------------------------------
\begin{document}%
\pagecolor{yellow!1!orange!3!}%
\maketitle%
\thispagestyle{fancytitle}%
\begin{onehalfspacing}%
\input{Text}%
\printbibliography%[title={Referências Bibliográficas}]%
\end{onehalfspacing}%
\end{document}%