diff options
Diffstat (limited to 'Master/texmf-dist/source/generic/babel-finnish/finnish.dtx')
-rw-r--r-- | Master/texmf-dist/source/generic/babel-finnish/finnish.dtx | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/generic/babel-finnish/finnish.dtx b/Master/texmf-dist/source/generic/babel-finnish/finnish.dtx index f454aac39cd..d18dd761ad6 100644 --- a/Master/texmf-dist/source/generic/babel-finnish/finnish.dtx +++ b/Master/texmf-dist/source/generic/babel-finnish/finnish.dtx @@ -3,10 +3,10 @@ % Copyright 1989-2020 Johannes L. Braams, Javier Bezos and any % individual authors listed elsewhere in this file. All rights % reserved. -% +% % This file is part of the Babel system. % -------------------------------------- -% +% % It 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. @@ -14,20 +14,19 @@ % http://www.latex-project.org/lppl.txt % and version 1.3 or later is part of all distributions of LaTeX % version 2003/12/01 or later. -% +% % This work has the LPPL maintenance status "maintained". -% +% % The Current Maintainer of this work is Javier Bezos -% +% % The list of all files belonging to the Babel system is % given in the file `manifest.bbl. See also `legal.bbl' for additional % information. -% +% % The list of derived (unpacked) files belonging to the distribution % and covered by LPPL is defined by the unpacking scripts (with % extension .ins) which are part of the distribution. % \fi -% \CheckSum{172} % \iffalse % Tell the \LaTeX\ system who we are and write an entry on the % transcript. @@ -37,7 +36,7 @@ %<code>\ProvidesLanguage{finnish} %\fi %\ProvidesFile{finnish.dtx} - [2020/04/16 v1.3r Finnish support from the babel system] + [2021/02/06 v1.3s Finnish support from the babel system] %\iffalse %% File `finnish.dtx' %% Babel package for LaTeX version 2e @@ -119,7 +118,7 @@ % loaded more than once, checking the category code of the % \texttt{@} sign, etc. % \changes{finnish-1.3i}{1996/11/02}{Now use \cs{LdfInit} to perform -% initial checks} +% initial checks} % \begin{macrocode} %<*code> \LdfInit{finnish}\captionsfinnish @@ -293,9 +292,12 @@ \declare@shorthand{finnish}{"=}{\hbox{-}\bbl@allowhyphens} % \end{macrocode} % And we want to have a shorthand for disabling a ligature. +% \changes{finish-1.3s}{2021/02/06}{Adapted to changes in hyperref} +% To avoid problems in bookmarks this shorthand should be hyperref aware. % \begin{macrocode} +\providecommand\texorpdfstring[2]{#1} \declare@shorthand{finnish}{"|}{% - \textormath{\discretionary{-}{}{\kern.03em}}{}} + \texorpdfstring{\textormath{\discretionary{-}{}{\kern.03em}}{}}{}} % \end{macrocode} % \end{macro} % \end{macro} @@ -361,4 +363,3 @@ %% Right brace \} Tilde \~} %% \endinput - |