You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
2.4 KiB
93 lines
2.4 KiB
\ProvidesFile{gloss-dutch.ldf}[polyglossia: module for dutch]
|
|
\PolyglossiaSetup{dutch}{
|
|
bcp47=nl,
|
|
hyphennames={dutch},
|
|
hyphenmins={2,2},
|
|
langtag=NLD,
|
|
frenchspacing=true,
|
|
fontsetup=true,
|
|
}
|
|
|
|
% BCP-47 compliant aliases
|
|
\setlanguagealias*{dutch}{nl}
|
|
|
|
\define@boolkey{dutch}[dutch@]{babelshorthands}[true]{}
|
|
|
|
% Register default options
|
|
\xpg@initialize@gloss@options{dutch}{babelshorthands=false}
|
|
|
|
\ifsystem@babelshorthands
|
|
\setkeys{dutch}{babelshorthands=true}
|
|
\else
|
|
\setkeys{dutch}{babelshorthands=false}
|
|
\fi
|
|
|
|
\ifcsundef{initiate@active@char}{%
|
|
\input{babelsh.def}%
|
|
\initiate@active@char{"}%
|
|
\shorthandoff{"}%
|
|
}{}
|
|
|
|
\def\dutch@shorthands{%
|
|
\bbl@activate{"}%
|
|
\def\language@group{dutch}%
|
|
\declare@shorthand{dutch}{"-}{\nobreak-\bbl@allowhyphens}
|
|
\declare@shorthand{dutch}{"~}{\textormath{\leavevmode\hbox{-}}{-}}
|
|
\declare@shorthand{dutch}{"|}{%
|
|
\textormath{\discretionary{-}{}{\kern.03em}}{}}
|
|
\declare@shorthand{dutch}{""}{\hskip\z@skip}
|
|
\declare@shorthand{dutch}{"/}{\textormath
|
|
{\bbl@allowhyphens\discretionary{/}{}{/}\bbl@allowhyphens}{}}%
|
|
\def\-{\bbl@allowhyphens\discretionary{-}{}{}\bbl@allowhyphens}%
|
|
}
|
|
|
|
\def\nodutch@shorthands{%
|
|
\@ifundefined{initiate@active@char}{}{\bbl@deactivate{"}}%
|
|
\def\-{\discretionary{-}{}{}}% << original def in latex.ltx
|
|
}
|
|
|
|
\def\captionsdutch{%
|
|
\def\prefacename{Voorwoord}%
|
|
\def\refname{Referenties}%
|
|
\def\abstractname{Samenvatting}%
|
|
\def\bibname{Bibliografie}%
|
|
\def\chaptername{Hoofdstuk}%
|
|
\def\appendixname{Bijlage}%
|
|
\def\contentsname{Inhoudsopgave}%
|
|
\def\listfigurename{Lijst van figuren}%
|
|
\def\listtablename{Lijst van tabellen}%
|
|
\def\indexname{Index}%
|
|
\def\figurename{Figuur}%
|
|
\def\tablename{Tabel}%
|
|
\def\partname{Deel}%
|
|
\def\enclname{Bijlage(n)}%
|
|
\def\ccname{cc}%
|
|
\def\headtoname{Aan}%
|
|
\def\pagename{Pagina}%
|
|
\def\seename{zie}%
|
|
\def\alsoname{zie ook}%
|
|
\def\proofname{Bewijs}%
|
|
\def\glossaryname{Verklarende woordenlijst}%
|
|
}
|
|
|
|
\def\datedutch{%
|
|
\def\today{\number\day~\ifcase\month%
|
|
\or januari\or februari\or maart\or april\or mei\or juni\or
|
|
juli\or augustus\or september\or oktober\or november\or
|
|
december\fi
|
|
\space \number\year}%
|
|
}
|
|
|
|
\def\noextras@dutch{%
|
|
\nodutch@shorthands%
|
|
}
|
|
|
|
\def\blockextras@dutch{%
|
|
\ifdutch@babelshorthands\dutch@shorthands\fi%
|
|
}
|
|
|
|
\def\inlineextras@dutch{%
|
|
\ifdutch@babelshorthands\dutch@shorthands\fi%
|
|
}
|
|
|
|
\endinput
|
|
|