summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/abntex2/abntex2cite.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-08-26 21:55:55 +0000
committerKarl Berry <karl@freefriends.org>2013-08-26 21:55:55 +0000
commit1bf4015ca1580b0869078401e07401a088f7d9ca (patch)
tree97e7bafaef1a697e87ed0e4e0fa40059da8c9fb4 /Master/texmf-dist/doc/latex/abntex2/abntex2cite.tex
parent420247f34c57d86d8a7f78f236b9b77f752042c5 (diff)
abntex2 (26aug13)
git-svn-id: svn://tug.org/texlive/trunk@31522 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/abntex2/abntex2cite.tex')
-rw-r--r--Master/texmf-dist/doc/latex/abntex2/abntex2cite.tex32
1 files changed, 30 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/abntex2/abntex2cite.tex b/Master/texmf-dist/doc/latex/abntex2/abntex2cite.tex
index bcbbcb74a8d..3075979b9e1 100644
--- a/Master/texmf-dist/doc/latex/abntex2/abntex2cite.tex
+++ b/Master/texmf-dist/doc/latex/abntex2/abntex2cite.tex
@@ -1,4 +1,4 @@
-%% abntex2cite.tex, v-1.7.1 laurocesar
+%% abntex2cite.tex, v-1.8 laurocesar
%% Copyright 2012-2013 by abnTeX2 group at http://code.google.com/p/abntex2/
%%
%% This work may be distributed and/or modified under the
@@ -18,6 +18,9 @@
%% Creator and original mantainer: Gerald Weber <gweber@codigolivre.org.br>
%% Copyright 2001-2003 by the abnTeX group at http://abntex.codigolivre.org.br
%%
+%% 2013.6.1 15h54 ycherem
+%% Adiciona subseção "Autor com sobrenome composto".
+%%
%% 2013.5.16 10h40 laurocesar / Jaqueline Taketsugu
%% Integra as alterações de Jaqueline Taketsugu (jtas29):
%% Cria um novo arquivo abntex2-doc-abnt-6023.bib a partir de
@@ -293,7 +296,7 @@ parana1997,microsoft1995,mpc1993,sony1990,accioly2000}
\author{Equipe \abnTeX2\\\abnTeXSite
\and
Lauro César Araujo\\\url{laurocesar@laurocesar.com}}
-\date{\today, v-1.7.1}
+\date{\today, v-1.8}
%end{latexonly}
@@ -668,6 +671,31 @@ características e contribuições na investigação da escola eficaz},
}
\end{verbatim}
+\subsection{Autor com sobrenome composto}
+
+Para compor entradas bibliográficas para autores com sobrenome composto (Filho, Jr.,Neto, Sobrinho etc.) pode-se proceder segundo o seguinte exemplo.
+Para inserir uma referência cujo autor seja impresso como BARBOSA NETO, J. F., que é o padrão estabelecido pelas normas da ABNT, use:
+
+\begin{verbatim}
+ @ARTICLE{FerraoKaizoAll2001,
+ ...
+ author = {José Francisco Barbosa{ }Neto},
+ ...
+ }
+\end{verbatim}
+
+Note que há um espaço entre as chaves: \verb+{ }+.
+
+Ou então:
+
+\begin{verbatim}
+ @ARTICLE{FerraoKaizoAll2001,
+ ...
+ author = {Barbosa, Neto, José Francisco},
+ ...
+ }
+
+\end{verbatim}
\section{Utilização da citação por sistema autor-data {\tt [alf]}}