diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-17 23:23:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-17 23:23:18 +0000 |
commit | 306b4622046e852e3a6d1a44b180adc65d5b2bdf (patch) | |
tree | 5629332acdda731ff35d5d94593e737b0f95cc20 /Master/texmf-dist/tex/xelatex/polyglossia/gloss-icelandic.ldf | |
parent | 59346cd52c590f5aea686f78841e398040656feb (diff) |
polyglossia update (17jul10)
git-svn-id: svn://tug.org/texlive/trunk@19504 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/polyglossia/gloss-icelandic.ldf')
-rw-r--r-- | Master/texmf-dist/tex/xelatex/polyglossia/gloss-icelandic.ldf | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/xelatex/polyglossia/gloss-icelandic.ldf b/Master/texmf-dist/tex/xelatex/polyglossia/gloss-icelandic.ldf index 09b8f31d586..488ee06dd13 100644 --- a/Master/texmf-dist/tex/xelatex/polyglossia/gloss-icelandic.ldf +++ b/Master/texmf-dist/tex/xelatex/polyglossia/gloss-icelandic.ldf @@ -1,11 +1,10 @@ \ProvidesFile{gloss-icelandic.ldf}[polyglossia: module for icelandic] \makeatletter -\def\icelandic@font{\selectfontfamilylatin} - -\ifx\l@icelandic\@undefined% - \xpg@nopatterns{Icelandic}% - \adddialect\l@icelandic\l@nohyphenation% -\fi +\PolyglossiaSetup{icelandic}{ + hyphennames={icelandic}, + hyphenmins={2,2}, + fontsetup=true, +} \def\captionsicelandic{% \def\refname{Heimildir}% @@ -31,6 +30,7 @@ \def\proofname{Sönnun}% \def\glossaryname{Orðalisti}% } + \def\dateicelandic{% \def\today{\number\day.~\ifcase\month\or janúar\or febrúar\or mars\or apríl\or maí\or @@ -39,14 +39,10 @@ \space\number\year}% } -\def\icelandic@language{\language=\l@icelandic} - -\setlocalhyphenmins{icelandic}{2}{2}% - \endinput -%% implement this as a separate module ? +%%TODO: implement this as a separate module ? %\mathchardef\m@comma="013B %\def\@comma@{\ifmmode\m@comma\else,\fi} %\def\f@thousandsep{\ifmmode\mskip5.5mu\else\penalty\@M\kern.3em\fi} |