summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/abntex2/abntex2cite.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-12-26 23:19:02 +0000
committerKarl Berry <karl@freefriends.org>2013-12-26 23:19:02 +0000
commit67b6dbbfddb0d71cbb93790df31ca8648547df18 (patch)
treed94f52b3ab7e7658460be647ec6952f842716709 /Master/texmf-dist/doc/latex/abntex2/abntex2cite.tex
parent9b219d1b664067729034647a4b37626cf2bf5e26 (diff)
abntex2 (26dec13)
git-svn-id: svn://tug.org/texlive/trunk@32490 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.tex61
1 files changed, 59 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/abntex2/abntex2cite.tex b/Master/texmf-dist/doc/latex/abntex2/abntex2cite.tex
index 744b35a1d39..669c579d820 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.9 laurocesar
+%% abntex2cite.tex, v-1.9.1 laurocesar
%% Copyright 2012-2013 by abnTeX2 group at http://code.google.com/p/abntex2/
%%
%% This work may be distributed and/or modified under the
@@ -302,7 +302,7 @@ parana1997,microsoft1995,mpc1993,sony1990,accioly2000}
\author{Equipe \abnTeX2\\\abnTeXSite
\and
Lauro César Araujo\\\url{laurocesar@laurocesar.com}}
-\date{\today, v-1.9}
+\date{\today, v-1.9.1}
%end{latexonly}
@@ -703,6 +703,63 @@ Ou então:
\end{verbatim}
+\subsection{URLs longas}
+
+O pacote lida com URLs longas carregando os pacotes \texttt{url} e
+\texttt{breakurl} onde necessário (ou seja, carregando o último em
+compilação com \LaTeX, ou em ``modo \texttt{dvi}''). Estes pacotes,
+contudo, não inserem quebras de linha em URLs com hífens por padrão.
+
+Caso sejam necessárias quebras de linha com URLs longas e hifenizadas,
+deve-se passar as opções correspondentes para tais pacotes, chamando-os
+\emph{antes} do \texttt{abntex2cite}:
+
+\begin{description}
+
+ \item[Compilação com \texttt{latex} (ou em ``modo \texttt{dvi}'')]
+ Ao compilar o arquivo com \texttt{latex}, deve-se passar a opção
+ \texttt{hyphenbreak} ao pacote \texttt{breakurl}:
+
+ \begin{verbatim}
+\usepackage{hyperref}
+\usepackage[hyphenbreaks]{breakurl}
+\usepackage{abntex2cite}
+ \end{verbatim}
+
+ Verifique a documentação do pacote
+ \texttt{breakurl}.\footnote{\url{http://texdoc.net/pkg/breakurl}}
+
+ \item[Compilação com \texttt{pdflatex}, \texttt{lualatex} ou
+ \texttt{xelatex}] Ao compilar com \texttt{pdflatex},
+ \texttt{lualatex} ou \texttt{xelatex} deve-se passar a opção
+ \texttt{hyphens} ao pacote \texttt{url}:
+
+ \begin{itemize}
+ \item Usando o pacote \texttt{abntex2cite} autonomamente (ou
+ seja, sem a classe \texttt{abntex2}): Com outras classes (que
+ não carregam o pacote \texttt{hyperref}) é preciso passar a
+ opção carregando o pacote url \emph{antes} do
+ \texttt{abntex2cite}:
+
+ \begin{verbatim}
+\usepackage[hyphens]{url}
+\usepackage{abntex2cite}
+ \end{verbatim}
+
+ \item Com a classe \texttt{abntex2}: A classe \texttt{abntex2}
+ carrega o pacote \texttt{hyperref}, que por usa vez carrega o
+ \texttt{url} causando um erro do tipo ``option clash'' se o
+ procedimento descrito acima for empregado. Para evitar isso,
+ deve-se passar a opção \texttt{hyphens} ao \texttt{url}
+ \emph{antes} ou \emph{durante} o carregamento \emph{da classe}.
+
+ \begin{verbatim}
+\documentclass[hyphens]{abntex2}
+ \end{verbatim}
+
+ \end{itemize}
+\end{description}
+
\section{Utilização da citação por sistema autor-data \texttt{[alf]}}
Veja documento específico Ref.~\citeonline{abntex2cite-alf}.