Modelo Artigo ICT&I UFCG
Auteur
CGP-PRPG-UFCG
Last Updated
il y a 2 mois
License
LaTeX Project Public License 1.3c
Résumé
Modelo de Artigo dos Programas Institucionais de ICT&I da UFCG.
\documentclass[
% -- opções da classe memoir --
article, % indica que é um artigo acadêmico
12pt, % tamanho da fonte
oneside, % para impressão apenas no verso. Oposto a twoside
a4paper, % tamanho do papel.
% -- opções da classe abntex2 --
%chapter=TITLE, % títulos de capítulos convertidos em letras maiúsculas
section=TITLE, % títulos de seções convertidos em letras maiúsculas
subsection=TITLE, % títulos de subseções convertidos em letras maiúsculas
%subsubsection=TITLE % títulos de subsubseções convertidos em letras maiúsculas
% -- opções do pacote babel --
english, % idioma adicional para hifenização
brazil, % o último idioma é o principal do documento
sumario=tradicional
]{abntex2}
\usepackage[T1]{fontenc}
%\usepackage[scaled]{helvet}
%\renewcommand\familydefault{\sfdefault}
\usepackage[utf8]{inputenc}
\usepackage{latexsym,enumerate}
\usepackage{amsmath,amsthm,amsopn,amstext,amscd,amsfonts,amssymb}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage{float}
\usepackage{microtype}
\usepackage{array} % for defining a new column type
\usepackage{bm}
\usepackage{url}
\usepackage{indentfirst}
\usepackage{bbding}
\usepackage{pifont}
\usepackage{wasysym}
\usepackage{here,color}
\usepackage{lipsum} %
\usepackage{lmodern}
\renewcommand{\rmdefault}{phv} % Arial
\renewcommand{\sfdefault}{phv} % Arial
%\renewcommand{\familydefault}{\sfdefault}
\usepackage[most]{tcolorbox}
%\usepackage{titlesec}
%\titleformat{\section}
% {\normalfont\fontsize{12}{15}\bfseries}{\thesection}{1em}{}
%\titleformat{\subsection}
% {\normalfont \fontsize{11}{15}\bfseries}{\thesection}{1em}{}
%\titleformat{\subsubsection}
% {\normalfont\fontsize{10}{15}\bfseries}{\thesection}{1em}{}
\renewcommand{\ABNTEXsectionfont}{\normalfont \bfseries}
\renewcommand{\ABNTEXsectionfontsize}{\normalsize}
\renewcommand{\ABNTEXsubsectionfont}{\bfseries}
\renewcommand{\ABNTEXsubsectionfontsize}{\normalsize}
\renewcommand{\ABNTEXsubsubsectionfont}{\normalfont}
\renewcommand{\ABNTEXsubsubsectionfontsize}{\normalsize}
\renewcommand{\ABNTEXsubsubsubsectionfont}{\normalfont\itshape}
\renewcommand{\ABNTEXsubsubsubsectionfontsize}{\normalsize}
\usepackage[brazilian]{backref}
\usepackage[alf,abnt-full-initials=no,abnt-emphasize=bf,abnt-repeated-author-omit=no,bibjustif]{abntex2cite}
% Paginas com as citações na bibl
% Configurações do pacote backref
% Usado sem a opção hyperpageref de backref
%\renewcommand{\backrefpagesname}{Citado na(s) página(s):~}
% Texto padrão antes do número das páginas
%\renewcommand{\backref}{}
% Define os textos da citação
%\renewcommand*{\backrefalt}[4]{
% \ifcase #1 %
% Nenhuma citação no texto.%%
% \or
% Citado na página #2.%
% \else
% Citado #1 vezes nas páginas #2.%
% \fi}%
% ---
\renewcommand{\bibsection}{\section*{REFERÊNCIAS}}
\usepackage{xcolor}
% Definindo novas cores
\definecolor{verde}{rgb}{0,0.5,0}
% Configurando layout para mostrar codigos C++, R,...
\usepackage{listings}
\lstset{
language=C++,
basicstyle=\ttfamily\small,
keywordstyle=\color{blue},
stringstyle=\color{verde},
commentstyle=\color{red},
extendedchars=true,
showspaces=false,
showstringspaces=false,
numbers=left,
numberstyle=\tiny,
breaklines=true,
backgroundcolor=\color{green!10},
breakautoindent=true,
captionpos=b,
xleftmargin=0pt,
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Configuração da Primeira Pagina
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\makeatletter
\newlength\drop
\newcommand*{\titleIC}{%
\thispagestyle{empty}
\begingroup% Gentle Madness
\drop = 0.1\textheight
\vspace*{-3cm}
\begin{center}
XXI Congresso de Iniciação Científica da Universidade Federal de Campina Grande
\end{center}
\hbox{
\includegraphics[width=2.25cm,height=2.22cm]{ufcg.png}
\hspace*{0.59\textwidth}
\includegraphics[width=4.cm,height=2.22cm]{cnpq.png}
}
\begin{center}
\normalfont\fontsize{12}{15}\bfseries\@title\par
\end{center}
\vspace{22pt}
\begin{flushright}
\normalfont\fontsize{10}{15}\bfseries\@author\par
\end{flushright}
\vspace{36pt}
\thispagestyle{empty}\@thanks
\endgroup
}
\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Configuração da Segunda Página
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\makeatletter
\newcommand*{\titleICpagII}{%
\thispagestyle{empty}
\begingroup% Gentle Madness
\drop = 0.1\textheight
\begin{center}
\normalfont\fontsize{12}{15}\bfseries\@title\par
\end{center}
\vspace{48pt}
}
\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\titulo{\textit{LOREM IPSUM DOLOR SIT AMET, CONSECTETUR ADIPISCING ELIT. NULLAM ACCUMSAN NEQUE SED DUI ULTRICES ELEIFEND}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
%
\author{
Aluno
\thanks{Aluno do <Nome do Curso>, Departamento de <Nome do Departamento>, UFCG, Campina Grande, PB, e-mail: emaildoaluno@seuprovedor.com},
Professor
\thanks{<Titulação>, <Função>, <Departamento>, UFCG, Campina Grande, PB, e-mail: emaildoorientador@seuprovedor.com}
}
% alterando o aspecto da cor azul
\definecolor{blue}{RGB}{41,5,195}
% informações do PDF
\makeatletter
\hypersetup{
%pagebackref=true,
pdftitle={\@title},
pdfauthor={\@author},
pdfsubject={Modelo de artigo científico com abnTeX2},
pdfcreator={LaTeX with abnTeX2},
pdfkeywords={abnt}{latex}{abntex}{abntex2}{atigo científico},
colorlinks=true, % false: boxed links; true: colored links
linkcolor=blue, % color of internal links
citecolor=blue, % color of links to bibliography
filecolor=magenta, % color of file links
urlcolor=blue,
bookmarksdepth=4
}
\makeatother
% ---
% ---
% compila o indice
% ---
%\makeindex
% ---
% ---
% Altera as margens padrões
% ---
\setlrmarginsandblock{3cm}{2cm}{*}
\setulmarginsandblock{3cm}{2cm}{*}
\checkandfixthelayout
% ---
% O tamanho do parágrafo é dado por:
\setlength{\parindent}{1.25cm}
% Controle do espaçamento entre um parágrafo e outro
\setlength{\parskip}{0.2cm}
% section
\setbeforesecskip{\onelineskip}
%\setbeforesecskip{18pt}
\setaftersecskip{0.5pt}
\setaftersecskip{0.5pt}
\setaftersubsecskip{0.5pt}
\setaftersubsubsecskip{0.5pt}
% Espaçamento
%\SingleSpacing (simples)
\OnehalfSpacing %1,5
%---------
%Estilo Rodapé
%----------
%%criar um novo estilo de cabeçalhos e rodapés
\makepagestyle{estiloUFCG}
\makeevenfoot{estiloUFCG}{}{}{\thepage}
\makeoddfoot{estiloUFCG}{}{}{\thepage}
%------------
%Configuracao abstract
%------------
\renewenvironment{abstract}
{
\SingleSpacing
\begin{flushleft}
\bfseries \abstractname \vspace{-0.5cm}
\end{flushleft}
\list{}{
\setlength{\leftmargin}{0cm}%
\setlength{\rightmargin}{0cm}%
}%
\item\relax}
{\endlist}
% ----
% Início do documento
% ----
\begin{document}
% Retira espaço extra obsoleto entre as frases.
\frenchspacing
% ----------------------------------------------------------
% ELEMENTOS PRÉ-TEXTUAIS
% ----------------------------------------------------------
%---
%
% Se desejar escrever o artigo em duas colunas, descomente a linha abaixo
% e a linha com o texto ``FIM DE ARTIGO EM DUAS COLUNAS''.
% \twocolumn[ % INICIO DE ARTIGO EM DUAS COLUNAS
%
%---
% página de titulo
%\setlength{\droptitle}{10pt}
%\maketitle
\titleIC
% resumo em português
\begin{resumo}[\small \textbf{RESUMO}]
\hspace*{0.65cm}
\lipsum[1]
\vspace{\onelineskip}
\noindent
\textbf{Palavras-chave}: Donec finibus, Duis feugia, Quisque eget.
\end{resumo}
% ] % FIM DE ARTIGO EM DUAS COLUNAS
% ---
% resumo em português
\newpage
\titleICpagII
\begin{resumo}[\small \textbf{ABSTRACT}]
\begin{otherlanguage*}{english}
\hspace*{0.65cm}
\lipsum[2]
\vspace{\onelineskip}
\noindent
\textbf{Keywords}: Donec finibus, Duis feugia, Quisque eget.
\end{otherlanguage*}
\end{resumo}
% ----------------------------------------------------------
% ELEMENTOS TEXTUAIS
% ----------------------------------------------------------
\newpage
\textual
\pagestyle{estiloUFCG}
\section*{INTRODUÇÃO}
Na literatura, existem vários exemplos de distribuições com zeros ajustados, por exemplo, \citeonline{Feuerverger1979}, \citeonline{Farewell1986}, \citeonline{Meeker1987}, \citeonline{Lambert1992}, \citeonline{Shankar1997}, \citeonline{IWASAKI2009}, \citeonline{Heller2006}, \citeonline{Ospina2008}, \citeonline{Pereira2012}, \citeonline{Ospina2012}, \citeonline{Tong2013}, \citeonline{Leiva2016}, \citeonline{Bandyopadhyay2017}, \citeonline{Pinheiro2019}, \citeonline{Tomazella2019} entre outros.
\lipsum[7]
\section*{MATERIAIS E MÉTODOS (OU METODOLOGIA)}
\lipsum[3]
\section*{DESENVOLVIMENTO}
\lipsum[4]
\section*{RESULTADOS E DISCUSSÕES}
\lipsum[5]
\section*{CONCLUSÃO}
\lipsum[6]
\section*{AGRADECIMENTOS}
Os projetos com bolsa do CNPq deverão acrescentar o texto “O presente trabalho foi realizado com apoio do CNPq, Conselho Nacional de Desenvolvimento Científico e Tecnológico – Brasil”. Deverá ser mencionado o programa no qual o projeto foi desenvolvido (Ex: PIBIC/CNPq-UFCG, PIVIC/UFCG, PIBITI/CNPq-UFCG etc.).
\newpage
%\printbibliography[title={Whole bibliography}]
\bibliographystyle{abntex2-alf}
\bibliography{ref}
\end{document}