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

pequenos ajustes

parent 55f62e47
Branches
Tags
No related merge requests found
...@@ -18,13 +18,9 @@ bib: ...@@ -18,13 +18,9 @@ bib:
clean: clean:
@find . -xdev -iname \*~ -print -delete @find . -xdev -iname \*~ -print -delete
@find . -xdev -iname \*.aux -print -delete @find . -xdev -iname \*.aux -print -delete
@find . -xdev -name texput.log -print -delete -rm -f texput.log
@find . -xdev -name $(MAIN).log -print -delete -rm -f $(MAIN).log $(MAIN).lot $(MAIN).lof
@find . -xdev -name $(MAIN).lot -print -delete -rm -f $(MAIN).toc $(MAIN).bbl $(MAIN).blg
@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
purge: clean purge: clean
@rm -f $(OUTPUT) @rm -f $(OUTPUT)
......
...@@ -121,10 +121,15 @@ ...@@ -121,10 +121,15 @@
%===================================================== %=====================================================
% Estilos de bibliografia recomendados (só descomentar um estilo!) % 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{apalike-ptbr} % [Maziero et al., 2006]
%\bibliographystyle{plain} % [1], [1, 2] %\bibliographystyle{alpha} % [Maz06]
%\bibliographystyle{alpha} % [Maz06], ...
%\bibliographystyle{plainnat} % vide Google "LaTeX Natbib" %\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) % base de bibliografia (BibTeX)
\bibliography{referencias} \bibliography{referencias}
......
No preview for this file type
...@@ -160,6 +160,7 @@ ...@@ -160,6 +160,7 @@
% Contra todas as normas tipográficas, a biblioteca da UFPR exige que a numeração % 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). % 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]{% \renewcommand\pagenumbering[1]{%
%\global\c@page\@ne % this resets the counter %\global\c@page\@ne % this resets the counter
\gdef\thepage{\csname @#1\endcsname\c@page}% \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