Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tcc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Harbor Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vsa20
tcc
Commits
49f48076
Commit
49f48076
authored
2 years ago
by
Carlos Maziero
Browse files
Options
Downloads
Patches
Plain Diff
incluido suporte ao estilo apacite
parent
30387f6a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
changelog
+3
-0
3 additions, 0 deletions
changelog
main.tex
+4
-4
4 additions, 4 deletions
main.tex
packages.tex
+9
-5
9 additions, 5 deletions
packages.tex
with
16 additions
and
9 deletions
changelog
+
3
−
0
View file @
49f48076
Changelog:
18/02/23
- incluido suporte para citações no estilo "apacite"
24/01/23
- trocado \include{packages} por \input{packages} em main.tex
...
...
This diff is collapsed.
Click to expand it.
main.tex
+
4
−
4
View file @
49f48076
...
...
@@ -173,11 +173,11 @@
%=====================================================
% o estilo de bibliografia é definido no arquivo packages.tex
% ATENÇÃO:
% - o estilo da bibliografia é definido no arquivo packages.tex
% - evite usar \cite{}; prefira \citep{} e \citet{}
% ATENÇÃO: evite usar \cite{}; prefira \citep{} e \citet{}
% base de bibliografia (BibTeX)
% base de bibliografia (arquivo .bib do BibTeX)
\bibliography
{
referencias
}
%\bibliography{file1,file2,file3} % se tiver mais de um arquivo BibTeX
...
...
This diff is collapsed.
Click to expand it.
packages.tex
+
9
−
5
View file @
49f48076
...
...
@@ -69,25 +69,29 @@
% ------------------------------------------------------------------------------
% formatação de bibliografia
% formatação de bibliografia (escolher UM estilo e comentar os demais)
% 1: estilo Apalike + Natbib (recomendo usar este!)
\usepackage
{
natbib
}
% bibliografia no estilo NatBib
\IfLanguageName
{
brazilian
}
{
\bibliographystyle
{
apalike-ptbr
}}
% formato em português
{
\bibliographystyle
{
apalike
}}
% formato em inglês
\renewcommand
{
\cite
}{
\citep
}
% \cite deve funcionar como \citep
% 2: estilo apacite (ATENÇÃO: ainda não tem suporte para português)
%\usepackage[natbibapa]{apacite}
%\bibliographystyle{apacite}
%
E
stilos de bibliografia recomendados
(só descomentar um estilo!)
%
3: outros e
stilos de bibliografia recomendados
% Mais infos: https://pt.sharelatex.com/learn/Bibtex_bibliography_styles
%
%\bibliographystyle{apalike-ptbr} % [Maziero et al., 2006]
%\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}
\renewcommand
{
\cite
}{
\citep
}
% \cite deve funcionar como \citep
%\bibpunct{[}{]}{;}{a}{}{,} % caracteres usados nas referências
% ------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment