Skip to content
Snippets Groups Projects
Commit 86f02cec authored by Carlos Maziero's avatar Carlos Maziero
Browse files

pequenos ajustes

parent 55f62e47
No related branches found
No related tags found
No related merge requests found
......@@ -18,13 +18,9 @@ bib:
clean:
@find . -xdev -iname \*~ -print -delete
@find . -xdev -iname \*.aux -print -delete
@find . -xdev -name texput.log -print -delete
@find . -xdev -name $(MAIN).log -print -delete
@find . -xdev -name $(MAIN).lot -print -delete
@find . -xdev -name $(MAIN).lof -print -delete
@find . -xdev -name $(MAIN).toc -print -delete
@find . -xdev -name $(MAIN).bbl -print -delete
@find . -xdev -name $(MAIN).blg -print -delete
-rm -f texput.log
-rm -f $(MAIN).log $(MAIN).lot $(MAIN).lof
-rm -f $(MAIN).toc $(MAIN).bbl $(MAIN).blg
purge: clean
@rm -f $(OUTPUT)
......
......@@ -121,10 +121,15 @@
%=====================================================
% Estilos de bibliografia recomendados (só descomentar um estilo!)
% Mais infos: https://pt.sharelatex.com/learn/Bibtex_bibliography_styles
\bibliographystyle{apalike-ptbr} % [Maziero et al., 2006]
%\bibliographystyle{plain} % [1], [1, 2]
%\bibliographystyle{alpha} % [Maz06], ...
%\bibliographystyle{alpha} % [Maz06]
%\bibliographystyle{plainnat} % vide Google "LaTeX Natbib"
%\bibliographystyle{plain} % [1] ordem alfabética
%\bibliographystyle{unsrt} % [1] ordem de uso no texto
% no estilo "unsrt", evita que citações nos índices sejam consideradas
%\usepackage{notoccite}
% base de bibliografia (BibTeX)
\bibliography{referencias}
......
No preview for this file type
......@@ -160,6 +160,7 @@
% Contra todas as normas tipográficas, a biblioteca da UFPR exige que a numeração
% da introdução leve em conta as páginas preliminares (ou seja, não comece em 1).
% Caso as regras de sua universidade sejam "normais", comente as linhas abaixo.
\renewcommand\pagenumbering[1]{%
%\global\c@page\@ne % this resets the counter
\gdef\thepage{\csname @#1\endcsname\c@page}%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment