Skip to content

Instantly share code, notes, and snippets.

@farosas
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save farosas/87f0ad927c5318142894 to your computer and use it in GitHub Desktop.

Select an option

Save farosas/87f0ad927c5318142894 to your computer and use it in GitHub Desktop.
Resumo #10
@misc{uppaal,
title = {{UPPAAL}},
url = {http://uppaal.org/},
year=2014,
urldate = {2014-07-28},
file = {UPPAAL:/home/fabiano/.zotero/zotero/ru3nfjod.default/zotero/storage/J6WAE649/uppaal.org.html:text/html}
}
@misc{this,
author={Aluno, Nome do},
title = {{Titulo do trabalho de conclusão de curso}},
year={2014},
type={Trabalho de conclusão de curso}
}
\documentclass[12pt,openright,oneside,chapter=TITLE,section=TITLE,hidelinks,brazil]{utfpr-pg}
\usepackage{lipsum}
\usepackage{multibib}
\newcites{this}{ }
\begin{document}
\begin{resumo}
\nocitethis{this}
\bibliographystylethis{abntex2-\AbntCitetype}
\bibliographythis{test}
\vspace{\onelineskip}
Texto do resumo. A referência e este texto deveriam estar na página anterior, junto com a palavra RESUMO.
\end{resumo}
\textual
\pagestyle{simple}
\chapter{Introdução}
Vamos citar \cite{uppaal}.
Esta página representa o texto normal. Vai haver uma quebra de página antes da bibliografia. Isto está correto.
\lipsum[1-3]
\postextual
\bibliography{test}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment