diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-16 00:09:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-16 00:09:07 +0000 |
commit | b9fea4534c20a6dc688733f8759babf1aa2c181d (patch) | |
tree | fad0fc4e4367c99562b5d10b40b803f46559cb4c /Master/texmf-dist/tex/latex/apacite/spanish.apc | |
parent | 22c52d8f8c1c659c2fa41aeb08bf3948b709ec91 (diff) |
apacite (15feb12)
git-svn-id: svn://tug.org/texlive/trunk@25402 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/apacite/spanish.apc')
-rw-r--r-- | Master/texmf-dist/tex/latex/apacite/spanish.apc | 78 |
1 files changed, 71 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/apacite/spanish.apc b/Master/texmf-dist/tex/latex/apacite/spanish.apc index 6428c8d3764..6538dac8d2d 100644 --- a/Master/texmf-dist/tex/latex/apacite/spanish.apc +++ b/Master/texmf-dist/tex/latex/apacite/spanish.apc @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 1994-2009 Erik Meijer and any individual authors listed +%% Copyright (C) 1994-8888 Erik Meijer and any individual authors listed %% elsewhere in this file. %% %% This file is part of the `apacite' package. @@ -26,10 +26,12 @@ %% %% The `apacite' package consists of the files apacite.dtx and %% apacite.ins, and the following generated files: -%% apacite.sty, apacite.bst, apacitex.bst, apa5ex.bib, -%% apacite.drv, apacdoc.sty, apacann.bst, apacannx.bst, -%% english.apc, dutch.apc, finnish.apc, french.apc, german.apc, -%% ngerman.apc, greek.apc, norsk.apc, spanish.apc, swedish.apc. +%% apacite.sty, apacdoc.sty, apacite.drv, +%% apacite.bst, apacitex.bst, apacann.bst, apacannx.bst, +%% apa5ex.bib, apacxmpl.tex, +%% english.apc, dutch.apc, finnish.apc, french.apc, +%% german.apc, ngerman.apc, greek.apc, norsk.apc, +%% spanish.apc, swedish.apc. %% %% This work has the LPPL maintenance status `maintained' %% @@ -41,11 +43,14 @@ %% the generated files. %% \ProvidesFile{spanish.apc} - [2009/03/01 v4.05 apacite language file] + [2012/02/14 v6.00 apacite language file] %% %% spanish.apc - Versi\'on espa\~nola de elementos en apacite %% Escrito por Jorge L\'opez Puga %% +\edef\APACrestoreAtCode{% + \catcode`@=\the\catcode`@\relax +}% \makeatletter %% El nombre (del encabezado) de la Lista Referencias %% Nombre de la lista de ref. si es una secci\'on. @@ -118,6 +123,7 @@ \renewcommand{\BAvailFrom}{Disponible en\ }% Available from %% The argument is the date on which it was last checked. \renewcommand{\BRetrieved}[1]{Descargado {#1}, de\ }% Retrieved ... from +\renewcommand{\BRetrievedFrom}{Descargado de\ }% Retrieved from \renewcommand{\BMsgPostedTo}{Mensaje colgado en\ }% Message posted to %% %% Punctuation @@ -194,7 +200,65 @@ \ifcase#1\sptext{a}\else \sptext{a}\fi \fi }% -%% +\def\usespanishe#1{% + \@bsphack + \@for\@citeb:=#1\do{% + \edef\@citeb{\expandafter\@firstofone\@citeb}% + \@ifundefined{spanishe@\@citeb\APAC@extra@b@citeb}% + {\global\expandafter + \def\csname spanishe@\@citeb\APAC@extra@b@citeb\endcsname{DUMMY}% + }% + {}% + }% + \@esphack +} +\def\APACinsertmetastar#1{% + \@for\@citeb:=#1\do{% + \edef\@citeb{\expandafter\@firstofone\@citeb}% + \@ifundefined{flagmeta@\@citeb\APAC@extra@b@citeb}% + {}% skip + {{\APACmetastar}}% + \@ifundefined{spanishe@\@citeb\APAC@extra@b@citeb}% + {}% skip + {{% Use `e' instead of `y' in Spanish + \global\let\oldBBA\BBA + \global\def\BBA{e\global\let\BBA\oldBBA}% + }}% + }% +}% +\def\@ifauthorsunequalc@de#1{% + \if@F@cite + \@F@citefalse + \else + \if@Y@cite + {\@BAY}% + \fi + {\@BBC}% + \fi + \edef\@cite@undefined{?}% + \def\BBA{\@BBA}% + \@ifundefined{spanishe@\@citeb\APAC@extra@b@citeb}% + {}% skip + {{% Use `e' instead of `y' in Spanish + \global\let\oldBBA\BBA + \global\def\BBA{e\global\let\BBA\oldBBA}% + }}% + \if@A@cite + \hyper@natlinkstart{#1}% + {\csname b@\@citeb\APAC@extra@b@citeb\endcsname}% + \hyper@natlinkend + \if@Y@cite + {\@BBAY}% + \fi + \fi + \if@Y@cite + \hyper@natlinkstart{#1}% + {\csname Y@\@citeb\APAC@extra@b@citeb\endcsname}% + \hyper@natlinkend + \fi + \let\BBA\relax +}% +\APACrestoreAtCode \endinput %% %% End of file `spanish.apc'. |