diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def b/Master/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def new file mode 100644 index 00000000000..b745494a1b2 --- /dev/null +++ b/Master/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def @@ -0,0 +1,56 @@ +%% +%% This is file `hyperref-langpatches.def', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% hyperref.dtx (with options: `lang') +%% +%% File: hyperref.dtx +%% Copyright +%% 1995-2001 Sebastian Rahtz, with portions written by David Carlisle and Heiko Oberdiek, +%% 2001-2015 Heiko Oberdiek. +%% 2016-2019 Oberdiek Package Support Group +%% 2019-2021 LaTeX3 Project +%% https://github.com/latex3/hyperref/issues +%% +%% This file is part of the `Hyperref Bundle'. +%% ------------------------------------------- +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. +%% +%% This work has the LPPL maintenance status `maintained'. +%% +%% The Current Maintainer of this work is the LaTeX3 Project. +%% +%% The list of all files belonging to the `Hyperref Bundle' is +%% given in the file `manifest.txt'. +%% +\ProvidesFile{hyperref-langpatches.def} + [2021-02-04 v7.00g % + Hyperref: patches for babel languages] +\ltx@IfUndefined{spanish@sh@>@sel}{}{% + \def\HyPsd@babel@spanish{% + \declare@shorthand{spanish}{<<}{\guillemotleft}% + \declare@shorthand{spanish}{>>}{\guillemotright}% + \declare@shorthand{spanish}{"=}{-}% + \declare@shorthand{spanish}{"~}{-}% + \declare@shorthand{spanish}{"!}{\textexclamdown}% + \declare@shorthand{spanish}{"?}{\textquestiondown}% + }% +} +\def\HyPsd@SpanishPatch{% + \ltx@IfUndefined{es@save@dot}{% + }{% + \let\.\es@save@dot + }% +} +\endinput +%% +%% End of file `hyperref-langpatches.def'. |