summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/babel/athnum.sty2
-rw-r--r--Master/texmf-dist/tex/generic/babel/babel.def6
-rw-r--r--Master/texmf-dist/tex/generic/babel/babel.sty4
-rw-r--r--Master/texmf-dist/tex/generic/babel/czech.ldf373
-rw-r--r--Master/texmf-dist/tex/generic/babel/danish.ldf2
-rw-r--r--Master/texmf-dist/tex/generic/babel/galician.ldf2
-rw-r--r--Master/texmf-dist/tex/generic/babel/greek.ldf2
-rw-r--r--Master/texmf-dist/tex/generic/babel/grmath.sty2
-rw-r--r--Master/texmf-dist/tex/generic/babel/grsymb.sty2
-rw-r--r--Master/texmf-dist/tex/generic/babel/hyphen.cfg17
-rw-r--r--Master/texmf-dist/tex/generic/babel/latin.ldf2
-rw-r--r--Master/texmf-dist/tex/generic/babel/latin.sty2
-rw-r--r--Master/texmf-dist/tex/generic/babel/lgrcmr.fd11
-rw-r--r--Master/texmf-dist/tex/generic/babel/lgrcmro.fd4
-rw-r--r--Master/texmf-dist/tex/generic/babel/lgrcmss.fd12
-rw-r--r--Master/texmf-dist/tex/generic/babel/lgrcmtt.fd4
-rw-r--r--Master/texmf-dist/tex/generic/babel/lgrenc.def4
-rw-r--r--Master/texmf-dist/tex/generic/babel/lgrlcmss.fd8
-rw-r--r--Master/texmf-dist/tex/generic/babel/lgrlcmtt.fd8
-rw-r--r--Master/texmf-dist/tex/generic/babel/lgrlmr.fd133
-rw-r--r--Master/texmf-dist/tex/generic/babel/lgrlmro.fd99
-rw-r--r--Master/texmf-dist/tex/generic/babel/lgrlmss.fd112
-rw-r--r--Master/texmf-dist/tex/generic/babel/lgrlmtt.fd63
-rw-r--r--Master/texmf-dist/tex/generic/babel/ngermanb.ldf2
-rw-r--r--Master/texmf-dist/tex/generic/babel/romanidx.sty2
-rw-r--r--Master/texmf-dist/tex/generic/babel/slovak.ldf531
-rw-r--r--Master/texmf-dist/tex/generic/babel/spanish.ldf5
-rw-r--r--Master/texmf-dist/tex/generic/babel/switch.def17
28 files changed, 1261 insertions, 170 deletions
diff --git a/Master/texmf-dist/tex/generic/babel/athnum.sty b/Master/texmf-dist/tex/generic/babel/athnum.sty
index f010fe0a423..ae42f15a2da 100644
--- a/Master/texmf-dist/tex/generic/babel/athnum.sty
+++ b/Master/texmf-dist/tex/generic/babel/athnum.sty
@@ -7,7 +7,7 @@
%% athnum.dtx (with options: `package')
%% This is a generated file.
%%
-%% Copyright 1989-2007 Johannes L. Braams and any individual authors
+%% Copyright 1989-2008 Johannes L. Braams and any individual authors
%% listed elsewhere in this file. All rights reserved.
%%
%% This file was generated from file(s) of the Babel system.
diff --git a/Master/texmf-dist/tex/generic/babel/babel.def b/Master/texmf-dist/tex/generic/babel/babel.def
index e4c237cb05c..f8af910ce8a 100644
--- a/Master/texmf-dist/tex/generic/babel/babel.def
+++ b/Master/texmf-dist/tex/generic/babel/babel.def
@@ -38,7 +38,7 @@
%% extension .ins) which are part of the distribution.
%%
%% File 'babel.dtx'
-%%\ProvidesFile{babel.dtx}[2008/03/16 v3.8j The Babel package]
+%%\ProvidesFile{babel.dtx}[2008/03/16 v3.8l The Babel package]
%% Babel package for LaTeX2e.
%% Copyright (C) 1989 -- 2008 by Johannes Braams,
%% TeXniek
@@ -56,7 +56,7 @@
}
\fi
\ProvidesFile{babel.def}
- [2008/03/16 v3.8j %
+ [2008/07/06 v3.8l %
Babel common definitions]
\ifx\AtBeginDocument\@undefined
\input plain.def\relax
@@ -123,7 +123,7 @@
\def\main@language#1{%
\def\bbl@main@language{#1}%
\let\languagename\bbl@main@language
- \language=\csname l@\languagename\endcsname\relax
+ \bbl@patterns{\languagename}%
}
\ifx\l@english\@undefined
\let\l@english\z@
diff --git a/Master/texmf-dist/tex/generic/babel/babel.sty b/Master/texmf-dist/tex/generic/babel/babel.sty
index 203d60c69dc..c6c6048d897 100644
--- a/Master/texmf-dist/tex/generic/babel/babel.sty
+++ b/Master/texmf-dist/tex/generic/babel/babel.sty
@@ -39,7 +39,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[2005/12/01]
%% File 'babel.dtx'
-%%\ProvidesFile{babel.dtx}[2008/03/16 v3.8j The Babel package]
+%%\ProvidesFile{babel.dtx}[2008/03/16 v3.8l The Babel package]
%% Babel package for LaTeX2e.
%% Copyright (C) 1989 -- 2008 by Johannes Braams,
%% TeXniek
@@ -47,7 +47,7 @@
%% Please report errors to: J.L. Braams
%% babel at braams.xs4all.nl
\ProvidesPackage{babel}
- [2008/03/16 v3.8j %
+ [2008/07/06 v3.8l %
The Babel package]
\ifx\LdfInit\@undefined\input babel.def\relax\fi
\DeclareOption{acadian}{\input{frenchb.ldf}}
diff --git a/Master/texmf-dist/tex/generic/babel/czech.ldf b/Master/texmf-dist/tex/generic/babel/czech.ldf
index c7bbb1dcfb4..1c4a22186a5 100644
--- a/Master/texmf-dist/tex/generic/babel/czech.ldf
+++ b/Master/texmf-dist/tex/generic/babel/czech.ldf
@@ -7,7 +7,7 @@
%% czech.dtx (with options: `code')
%% This is a generated file.
%%
-%% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%% Copyright 1989-2008 Johannes L. Braams and any individual authors
%% listed elsewhere in this file. All rights reserved.
%%
%% This file was generated from file(s) of the Babel system.
@@ -37,50 +37,91 @@
%% and covered by LPPL is defined by the unpacking scripts (with
%% extension .ins) which are part of the distribution.
\ProvidesLanguage{czech}
- [2005/03/29 v1.3k Czech support from the babel system]
+ [2008/07/06 v3.1a Czech support from the babel system]
%% File `czech.dtx'
%% Babel package for LaTeX version 2e
-%% Copyright (C) 1989 - 2005
+%% Copyright (C) 1989 - 2008
%% by Johannes Braams, TeXniek
-%% Please report errors to: J.L. Braams
-%% babel at braams.cistron.nl
-\LdfInit{czech}\captionsczech
+%% Copyright (C) 2005, 2008
+%% by Petr Tesa\v r\'ik (babel at tesarici.cz)
+%%
+%% Czech Language Definition File
+%% Please report errors to: Petr Tesa\v r\'ik
+%% babel at tesarici.cz
+\LdfInit\CurrentOption{date\CurrentOption}
\ifx\l@czech\@undefined
\@nopatterns{Czech}
\adddialect\l@czech0\fi
-\addto\captionsczech{%
- \def\prefacename{P\v redmluva}%
+\def\cs@iltw@{IL2}
+\newif\ifcs@splithyphens
+\cs@splithyphensfalse
+\ifx\@ifpackageloaded\@undefined
+ \let\cs@compat@plain\relax
+ \message{csplain compatibility mode}
+\else
+ \@ifpackageloaded{babel}{}{%
+ \let\cs@compat@latex\relax
+ \message{cslatex compatibility mode}}
+\fi
+\ifx\cs@compat@latex\relax
+ \ProvidesPackage{czech}[2008/07/06 v3.1a CSTeX Czech style]
+ \DeclareOption{IL2}{\def\encodingdefault{IL2}}
+ \DeclareOption {T1}{\def\encodingdefault {T1}}
+ \DeclareOption{OT1}{\def\encodingdefault{OT1}}
+ \DeclareOption{nosplit}{\cs@splithyphensfalse}
+ \DeclareOption{split}{\cs@splithyphenstrue}
+ \DeclareOption{nocaptions}{\let\cs@nocaptions=\relax}
+ \DeclareOption{olduv}{\let\cs@olduv=\relax}
+ \DeclareOption{cstex}{\relax}
+ \ExecuteOptions{\cs@iltw@}
+ \ProcessOptions
+ \ifx\encodingdefault\cs@iltw@
+ \input il2enc.def
+ \fi
+ \def\CurrentOption{czech}
+\fi
+\@namedef{captions\CurrentOption}{%
+ \def\prefacename{P\v{r}edmluva}%
\def\refname{Reference}%
\def\abstractname{Abstrakt}%
\def\bibname{Literatura}%
\def\chaptername{Kapitola}%
- \def\appendixname{Dodatek}%
+ \def\appendixname{P\v{r}\'{\i}loha}%
\def\contentsname{Obsah}%
\def\listfigurename{Seznam obr\'azk\r{u}}%
\def\listtablename{Seznam tabulek}%
- \def\indexname{Index}%
+ \def\indexname{Rejst\v{r}\'{\i}k}%
\def\figurename{Obr\'azek}%
\def\tablename{Tabulka}%
\def\partname{\v{C}\'ast}%
\def\enclname{P\v{r}\'{\i}loha}%
- \def\ccname{Na v\v{e}dom\'{\i}:}%
+ \def\ccname{Na v\v{e}dom\'{\i}}%
\def\headtoname{Komu}%
\def\pagename{Strana}%
\def\seename{viz}%
\def\alsoname{viz tak\'e}%
\def\proofname{D\r{u}kaz}%
- \def\glossaryname{Glos\'a\v r}%
+ \def\glossaryname{Slovn\'{\i}k}%
}%
-\def\dateczech{%
- \def\today{\number\day.~\ifcase\month\or
- ledna\or \'unora\or b\v{r}ezna\or dubna\or kv\v{e}tna\or
- \v{c}ervna\or \v{c}ervence\or srpna\or z\'a\v{r}\'{\i}\or
- \v{r}\'{\i}jna\or listopadu\or prosince\fi
- \space \number\year}}
-\addto\extrasczech{\babel@save\q\let\q\v}
-\addto\extrasczech{\babel@save\w\let\w\r}
-\addto\extrasczech{\bbl@frenchspacing}
-\addto\noextrasczech{\bbl@nonfrenchspacing}
+\@namedef{date\CurrentOption}{%
+ \def\today{\number\day.~\ifcase\month\or ledna\or \'unora\or
+ b\v{r}ezna\or dubna\or kv\v{e}tna\or \v{c}ervna\or \v{c}ervence\or
+ srpna\or z\'a\v{r}\'\i\or \v{r}\'{\i}jna\or listopadu\or
+ prosince\fi \space\number\year}}
+\expandafter\addto\csname extras\CurrentOption\endcsname{%
+ \bbl@frenchspacing
+ \languageshorthands{czech}}
+\expandafter\addto\csname noextras\CurrentOption\endcsname{%
+ \bbl@nonfrenchspacing}
+\expandafter\addto\csname extras\CurrentOption\endcsname{%
+ \babel@save\q\let\q\v
+ \babel@save\w\let\w\r}
+\begingroup\catcode`\"=12\catcode`\'=12
+\def\x{\endgroup
+ \def\sq{'}
+ \def\dq{"}}
+\x
+\providehyphenmins{\CurrentOption}{\tw@\thr@@}
\AtBeginDocument{%
\DeclareTextCompositeCommand{\v}{OT1}{t}{%
t\kern-.23em\raise.24ex\hbox{'}}
@@ -102,7 +143,293 @@
\else
L\raise.45ex\hbox to\z@{\kern-.40em '\hss}%
\fi}
-\ldf@finish{czech}
+\ifx\cs@compat@latex\relax
+ \let\cs@ltxprim@s\prim@s
+ \def\csprimeson{%
+ \catcode`\`\active \catcode`\'\active \let\prim@s\bbl@prim@s}
+ \def\csprimesoff{%
+ \catcode`\`12 \catcode`\'12 \let\prim@s\cs@ltxprim@s}
+ \begingroup\catcode`\`\active
+ \def\x{\endgroup
+ \def`{\futurelet\cs@next\cs@openquote}
+ \def\cs@openquote{%
+ \ifx`\cs@next \expandafter\cs@opendq
+ \else \expandafter\clq
+ \fi}%
+ }\x
+ \begingroup\catcode`\'\active
+ \def\x{\endgroup
+ \def'{\textormath{\futurelet\cs@next\cs@closequote}
+ {^\bgroup\prim@s}}
+ \def\cs@closequote{%
+ \ifx'\cs@next \expandafter\cs@closedq
+ \else \expandafter\crq
+ \fi}%
+ }\x
+ \def\cs@opendq{\clqq\let\cs@next= }
+ \def\cs@closedq{\crqq\let\cs@next= }
+\else
+ \initiate@active@char{"}
+ \expandafter\addto\csname extras\CurrentOption\endcsname{%
+ \bbl@activate{"}}
+ \expandafter\addto\csname noextras\CurrentOption\endcsname{%
+ \bbl@deactivate{"}}
+ \declare@shorthand{czech}{"`}{\clqq}
+ \declare@shorthand{czech}{"'}{\crqq}
+ \declare@shorthand{czech}{"<}{\flqq}
+ \declare@shorthand{czech}{">}{\frqq}
+ \declare@shorthand{czech}{"=}{\cs@splithyphen}
+\fi
+\ProvideTextCommand{\clqq}{OT1}{%
+ \set@low@box{\textquotedblright}%
+ \setbox\@ne=\hbox{l\/}\dimen\@ne=\wd\@ne
+ \setbox\@ne=\hbox{l}\advance\dimen\@ne-\wd\@ne
+ \leavevmode
+ \ifdim\dimen\@ne>\z@\kern-.1em\box\z@\kern.1em
+ \else\kern.1em\box\z@\kern-.1em\fi\allowhyphens}
+\ProvideTextCommand{\clqq}{T1}
+ {\kern.1em\quotedblbase\kern-.0158em\relax}
+\ProvideTextCommandDefault{\clqq}{\UseTextSymbol{OT1}\clqq}
+\ProvideTextCommand{\crqq}{OT1}
+ {\save@sf@q{\nobreak\kern-.07em\textquotedblleft\kern.07em}}
+\ProvideTextCommand{\crqq}{T1}
+ {\save@sf@q{\nobreak\kern.06em\textquotedblleft\kern.024em}}
+\ProvideTextCommandDefault{\crqq}{\UseTextSymbol{OT1}\crqq}
+\ProvideTextCommand{\clq}{OT1}
+ {\set@low@box{\textquoteright}\box\z@\kern.04em\allowhyphens}
+\ProvideTextCommand{\clq}{T1}
+ {\quotesinglbase\kern-.0428em\relax}
+\ProvideTextCommandDefault{\clq}{\UseTextSymbol{OT1}\clq}
+\ProvideTextCommand{\crq}{OT1}
+ {\save@sf@q{\nobreak\textquoteleft\kern.17em}}
+\ProvideTextCommand{\crq}{T1}
+ {\save@sf@q{\nobreak\textquoteleft\kern.17em}}
+\ProvideTextCommandDefault{\crq}{\UseTextSymbol{OT1}\crq}
+\ifx\cs@compat@plain\@undefined\else\let\cs@olduv=\relax\fi
+\ifx\cs@olduv\@undefined
+ \DeclareRobustCommand\uv[1]{{\leavevmode\clqq#1\crqq}}
+\else
+ \DeclareRobustCommand\uv{\bgroup\aftergroup\closequotes
+ \leavevmode\clqq\let\cs@next=}
+ \def\closequotes{\unskip\crqq\relax}
+\fi
+\newcount\cs@wordlen
+\begingroup\catcode`\-12
+\def\x{\endgroup
+ \def\cs@hyphen{-}
+ \def\cs@endash{--}
+ \def\cs@emdash{---}
+ \def\cs@boxhyphen{\hbox{-}}
+ \def\cs@splithyphen{\kern\z@
+ \discretionary{-}{\char\hyphenchar\the\font}{-}\nobreak\hskip\z@}
+}\x
+\initiate@active@char{-}
+\declare@shorthand{czech}{-}{%
+ \ifx\protect\@typeset@protect
+ \ifhmode
+ \ifinner
+ \bbl@afterelse\bbl@afterelse\bbl@afterelse\cs@hyphen
+ \else
+ \bbl@afterfi\bbl@afterelse\bbl@afterelse\cs@firsthyphen
+ \fi
+ \else
+ \bbl@afterfi\bbl@afterelse\cs@hyphen
+ \fi
+ \else
+ \bbl@afterfi\cs@hyphen
+ \fi}
+\begingroup\catcode`\-\active
+\def\x{\endgroup
+ \def\cs@firsthyphen{\futurelet\cs@token\cs@firsthyph@n}
+ \def\cs@firsthyph@n{%
+ \ifx -\cs@token
+ \bbl@afterelse\cs@secondhyphen
+ \else
+ \bbl@afterfi\cs@checkhyphen
+ \fi}
+ \def\cs@secondhyphen ##1{%
+ \futurelet\cs@token\cs@secondhyph@n}
+ \def\cs@secondhyph@n{%
+ \ifx -\cs@token
+ \bbl@afterelse\cs@emdash\@gobble
+ \else
+ \bbl@afterfi\cs@endash
+ \fi}
+}\x
+\def\cs@checkhyphen{%
+ \ifnum\expandafter\hyphenchar\the\font=`\-
+ \def\cs@word{}\cs@wordlen\z@
+ \bbl@afterelse\cs@scanword
+ \else
+ \cs@hyphen
+ \fi}
+\def\cs@scanword{\let\cs@lasttoken= \cs@token\expandafter\cs@gettoken}
+\def\cs@continuescan{\let\cs@lasttoken\@undefined\expandafter\cs@gettoken}
+\def\cs@gettoken{\futurelet\cs@token\cs@gett@ken}
+\def\cs@gett@ken{%
+ \ifx\cs@token\cs@lasttoken \def\cs@next{\cs@examinetoken}%
+ \else \def\cs@next{\cs@scanword}%
+ \fi \cs@next}
+\def\cs@examinetoken{%
+ \ifcat A\cs@token
+ \def\cs@next{\cs@addparam}%
+ \else\ifcat 0\cs@token
+ \def\cs@next{\cs@addparam}%
+ \else\ifx\char\cs@token
+ \def\cs@next{\afterassignment\cs@expandchar\let\cs@token= }%
+ \else\ifx\bgroup\cs@token
+ \def\cs@next{\cs@ignoretoken\bgroup}%
+ \else\ifx\egroup\cs@token
+ \def\cs@next{\cs@ignoretoken\egroup}%
+ \else\ifx\begingroup\cs@token
+ \def\cs@next{\cs@ignoretoken\begingroup}%
+ \else\ifx\endgroup\cs@token
+ \def\cs@next{\cs@ignoretoken\endgroup}%
+ \else
+ \def\cs@next{\expandafter\expandafter\expandafter\cs@checkchardef
+ \expandafter\meaning\expandafter\cs@token\string\char\end}%
+ \fi\fi\fi\fi\fi\fi\fi\cs@next}
+\expandafter\def\expandafter\cs@checkchardef
+ \expandafter#\expandafter1\string\char#2\end{%
+ \def\cs@token{#1}%
+ \ifx\cs@token\@empty
+ \def\cs@next{\afterassignment\cs@examinechar\let\cs@token= }%
+ \else
+ \def\cs@next{\cs@nosplit}%
+ \fi \cs@next}
+\def\cs@ignoretoken#1{%
+ \edef\cs@word{\cs@word#1}%
+ \afterassignment\cs@continuescan\let\cs@token= }
+\def\cs@addparam#1{%
+ \edef\cs@word{\cs@word#1}%
+ \cs@checkcode{\lccode`#1}}
+\def\cs@expandchar{\afterassignment\cs@examinechar\chardef\cs@token=}
+\def\cs@examinechar{%
+ \edef\cs@word{\cs@word\char\the\cs@token\space}%
+ \cs@checkcode{\lccode\cs@token}}
+\def\cs@checkcode#1{%
+ \ifnum0=#1
+ \def\cs@next{\cs@nosplit}%
+ \else
+ \advance\cs@wordlen\@ne
+ \ifnum\righthyphenmin>\the\cs@wordlen
+ \def\cs@next{\cs@continuescan}%
+ \else
+ \cs@splithyphen
+ \def\cs@next{\cs@word}%
+ \fi
+ \fi \cs@next}
+\def\cs@nosplit{\cs@boxhyphen\cs@word}
+\let\minus\cs@hyphen
+
+\def\standardhyphens{\cs@splithyphensfalse\cs@deactivatehyphens}
+\def\splithyphens{\cs@splithyphenstrue\cs@activatehyphens}
+\def\cs@splitattr{\babel@save\ifcs@splithyphens\splithyphens}
+\bbl@declare@ttribute{czech}{split}{%
+ \addto\extrasczech{\cs@splitattr}}
+\let\cs@activatehyphens\relax
+\let\cs@deactivatehyphens\relax
+\expandafter\addto\csname extras\CurrentOption\endcsname{%
+ \def\cs@activatehyphens{\bbl@activate{-}}%
+ \def\cs@deactivatehyphens{\bbl@deactivate{-}}%
+ \ifcs@splithyphens\cs@activatehyphens\fi}
+\expandafter\addto\csname noextras\CurrentOption\endcsname{%
+ \cs@deactivatehyphens
+ \let\cs@activatehyphens\relax
+ \let\cs@deactivatehyphens\relax}
+\let\cs@looseness\looseness
+\def\looseness{%
+ \ifcs@splithyphens
+ \cs@deactivatehyphens\afterassignment\cs@activatehyphens \fi
+ \cs@looseness}
+\ifx\cs@nocaptions\@undefined\else
+ \edef\cs@main@language{\CurrentOption}
+ \ifx\cs@origselect\@undefined
+ \let\cs@origselect=\selectlanguage
+ \def\selectlanguage{%
+ \let\selectlanguage\cs@origselect
+ \ifx\bbl@main@language\cs@main@language
+ \expandafter\cs@selectlanguage
+ \else
+ \expandafter\selectlanguage
+ \fi}
+ \def\cs@selectlanguage{%
+ \cs@tempdisable{captions}%
+ \cs@tempdisable{date}%
+ \selectlanguage}
+ \def\cs@tempdisable#1{%
+ \def\@tempa{cs@#1}%
+ \def\@tempb{#1\bbl@main@language}%
+ \expandafter\expandafter\expandafter\let
+ \expandafter \csname\expandafter \@tempa \expandafter\endcsname
+ \csname \@tempb \endcsname
+ \expandafter\edef\csname \@tempb \endcsname{%
+ \let \expandafter\noexpand \csname \@tempb \endcsname
+ \expandafter\noexpand \csname \@tempa \endcsname
+ \let \expandafter\noexpand\csname \@tempa \endcsname
+ \noexpand\@undefined}}
+ \@onlypreamble\cs@main@language
+ \@onlypreamble\cs@origselect
+ \@onlypreamble\cs@selectlanguage
+ \@onlypreamble\cs@tempdisable
+ \fi
+\fi
+\ifx\cs@compat@plain\@undefined
+\ifx\cs@check@enc\@undefined\else
+ \def\cs@check@enc{
+ \ifx\encodingdefault\cs@iltw@
+ \let\cs@warn\@font@warning \let\@font@warning\@gobble
+ \let\cs@info\@font@info \let\@font@info\@gobble
+ \SetSymbolFont{operators}{normal}{\cs@iltw@}{cmr}{m}{n}
+ \SetSymbolFont{operators}{bold}{\cs@iltw@}{cmr}{bx}{n}
+ \SetMathAlphabet\mathbf{normal}{\cs@iltw@}{cmr}{bx}{n}
+ \SetMathAlphabet\mathit{normal}{\cs@iltw@}{cmr}{m}{it}
+ \SetMathAlphabet\mathrm{normal}{\cs@iltw@}{cmr}{m}{n}
+ \SetMathAlphabet\mathsf{normal}{\cs@iltw@}{cmss}{m}{n}
+ \SetMathAlphabet\mathtt{normal}{\cs@iltw@}{cmtt}{m}{n}
+ \SetMathAlphabet\mathbf{bold}{\cs@iltw@}{cmr}{bx}{n}
+ \SetMathAlphabet\mathit{bold}{\cs@iltw@}{cmr}{bx}{it}
+ \SetMathAlphabet\mathrm{bold}{\cs@iltw@}{cmr}{bx}{n}
+ \SetMathAlphabet\mathsf{bold}{\cs@iltw@}{cmss}{bx}{n}
+ \SetMathAlphabet\mathtt{bold}{\cs@iltw@}{cmtt}{m}{n}
+ \let\@font@warning\cs@warn \let\cs@warn\@undefined
+ \let\@font@info\cs@info \let\cs@info\@undefined
+ \fi
+ \let\cs@check@enc\@undefined}
+ \AtBeginDocument{\cs@check@enc}
+\fi
+\fi
+\def\cs@undoiltw@{%
+ \uccode158=208 \lccode158=158 \sfcode158=1000
+ \sfcode159=1000
+ \uccode165=133 \lccode165=165 \sfcode165=1000
+ \uccode169=137 \lccode169=169 \sfcode169=1000
+ \uccode171=139 \lccode171=171 \sfcode171=1000
+ \uccode174=142 \lccode174=174 \sfcode174=1000
+ \uccode181=149
+ \uccode185=153
+ \uccode187=155
+ \uccode190=0 \lccode190=0
+ \uccode254=222 \lccode254=254 \sfcode254=1000
+ \uccode255=223 \lccode255=255 \sfcode255=1000}
+\ifx\cs@enc@update\@undefined
+\ifx\@@enc@update\@undefined\else
+ \let\cs@enc@update\@@enc@update
+ \def\@@enc@update{\ifx\cf@encoding\cs@iltw@\cs@undoiltw@\fi
+ \cs@enc@update
+ \expandafter\ifnum\csname l@\languagename\endcsname=\the\language
+ \expandafter\ifx
+ \csname l@\languagename:\f@encoding\endcsname\relax
+ \else
+ \expandafter\expandafter\expandafter\let
+ \expandafter\csname
+ \expandafter l\expandafter @\expandafter\languagename
+ \expandafter\endcsname\csname l@\languagename:\f@encoding\endcsname
+ \fi
+ \language=\csname l@\languagename\endcsname\relax
+ \fi}
+\fi\fi
+\ldf@finish\CurrentOption
%%
%% \CharacterTable
%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
diff --git a/Master/texmf-dist/tex/generic/babel/danish.ldf b/Master/texmf-dist/tex/generic/babel/danish.ldf
index 388dc25ec65..a489d2d6ac4 100644
--- a/Master/texmf-dist/tex/generic/babel/danish.ldf
+++ b/Master/texmf-dist/tex/generic/babel/danish.ldf
@@ -37,7 +37,7 @@
%% and covered by LPPL is defined by the unpacking scripts (with
%% extension .ins) which are part of the distribution.
\ProvidesLanguage{danish}
- [2008/03/17 v1.3q Danish support from the babel system]
+ [2008/07/06 v1.3q Danish support from the babel system]
%% File `danish.dtx'
%% Babel package for LaTeX version 2e
%% Copyright (C) 1989 - 2008
diff --git a/Master/texmf-dist/tex/generic/babel/galician.ldf b/Master/texmf-dist/tex/generic/babel/galician.ldf
index 4cdc56c7815..d060c6c72e3 100644
--- a/Master/texmf-dist/tex/generic/babel/galician.ldf
+++ b/Master/texmf-dist/tex/generic/babel/galician.ldf
@@ -54,7 +54,7 @@
%% \section{\textsf{galician} coma lingua principal}
\ProvidesLanguage{galician.ldf}
- [2007/01/29 v4.3 Galician support from the babel system]
+ [2008/07/06 v4.3c Galician support from the babel system]
\LdfInit{galician}\captionsgalician
\ifx\undefined\l@galician
\@nopatterns{Galician}
diff --git a/Master/texmf-dist/tex/generic/babel/greek.ldf b/Master/texmf-dist/tex/generic/babel/greek.ldf
index 37348fd2da7..44b5509a88a 100644
--- a/Master/texmf-dist/tex/generic/babel/greek.ldf
+++ b/Master/texmf-dist/tex/generic/babel/greek.ldf
@@ -7,7 +7,7 @@
%% greek.dtx (with options: `code')
%% This is a generated file.
%%
-%% Copyright 1989-2007 Johannes L. Braams and any individual authors
+%% Copyright 1989-2008 Johannes L. Braams and any individual authors
%% listed elsewhere in this file. All rights reserved.
%%
%% This file was generated from file(s) of the Babel system.
diff --git a/Master/texmf-dist/tex/generic/babel/grmath.sty b/Master/texmf-dist/tex/generic/babel/grmath.sty
index c81e11446f2..aeff09bdc8d 100644
--- a/Master/texmf-dist/tex/generic/babel/grmath.sty
+++ b/Master/texmf-dist/tex/generic/babel/grmath.sty
@@ -7,7 +7,7 @@
%% grmath.dtx (with options: `package')
%% This is a generated file.
%%
-%% Copyright 1989-2007 Johannes L. Braams and any individual authors
+%% Copyright 1989-2008 Johannes L. Braams and any individual authors
%% listed elsewhere in this file. All rights reserved.
%%
%% This file was generated from file(s) of the Babel system.
diff --git a/Master/texmf-dist/tex/generic/babel/grsymb.sty b/Master/texmf-dist/tex/generic/babel/grsymb.sty
index 91c5edac985..2f54c8a9c91 100644
--- a/Master/texmf-dist/tex/generic/babel/grsymb.sty
+++ b/Master/texmf-dist/tex/generic/babel/grsymb.sty
@@ -7,7 +7,7 @@
%% grsymb.dtx (with options: `package')
%% This is a generated file.
%%
-%% Copyright 1989-2007 Johannes L. Braams and any individual authors
+%% Copyright 1989-2008 Johannes L. Braams and any individual authors
%% listed elsewhere in this file. All rights reserved.
%%
%% This file was generated from file(s) of the Babel system.
diff --git a/Master/texmf-dist/tex/generic/babel/hyphen.cfg b/Master/texmf-dist/tex/generic/babel/hyphen.cfg
index 9e29ee8598a..0465777e983 100644
--- a/Master/texmf-dist/tex/generic/babel/hyphen.cfg
+++ b/Master/texmf-dist/tex/generic/babel/hyphen.cfg
@@ -38,7 +38,7 @@
%% extension .ins) which are part of the distribution.
%%
%% File 'babel.dtx'
-%%\ProvidesFile{babel.dtx}[2008/03/16 v3.8j The Babel package]
+%%\ProvidesFile{babel.dtx}[2008/03/16 v3.8l The Babel package]
%% Babel package for LaTeX2e.
%% Copyright (C) 1989 -- 2008 by Johannes Braams,
%% TeXniek
@@ -72,7 +72,7 @@
\endgroup}
\fi
\ProvidesFile{hyphen.cfg}
- [2008/03/16 v3.8j %
+ [2008/07/06 v3.8l %
Babel language switching mechanism]
\ifx\AtBeginDocument\@undefined
\input plain.def\relax
@@ -153,7 +153,7 @@
\expandafter\ifx\csname date#1\endcsname\relax
\@noopterr{#1}%
\else
- \language=\csname l@#1\endcsname\relax
+ \bbl@patterns{\languagename}%
\originalTeX
\expandafter\def\expandafter\originalTeX
\expandafter{\csname noextras#1\endcsname
@@ -201,7 +201,7 @@
\expandafter\ifx\csname l@#1\endcsname\relax
\@nolanerr{#1}%
\else
- \language=\csname l@#1\endcsname\relax
+ \bbl@patterns{\languagename}%
\languageshorthands{none}%
\csname extras#1\endcsname
\expandafter\ifx\csname #1hyphenmins\endcsname\relax
@@ -212,11 +212,18 @@
\fi
\fi
}
+\def\bbl@patterns#1{%
+ \language=\expandafter\ifx\csname l@#1:\f@encoding\endcsname\relax
+ \csname l@#1\endcsname
+ \else
+ \csname l@#1:\f@encoding\endcsname
+ \fi\relax
+}
\def\hyphenrules#1{%
\expandafter\ifx\csname l@#1\endcsname\@undefined
\@nolanerr{#1}%
\else
- \language=\csname l@#1\endcsname\relax
+ \bbl@patterns{#1}%
\languageshorthands{none}%
\expandafter\ifx\csname #1hyphenmins\endcsname\relax
\set@hyphenmins\tw@\thr@@\relax
diff --git a/Master/texmf-dist/tex/generic/babel/latin.ldf b/Master/texmf-dist/tex/generic/babel/latin.ldf
index 8e058749290..0ba24cc5c66 100644
--- a/Master/texmf-dist/tex/generic/babel/latin.ldf
+++ b/Master/texmf-dist/tex/generic/babel/latin.ldf
@@ -39,7 +39,7 @@
%%
%% Copyright 1999-2007 Claudio Beccari All rights reserved.
\ProvidesFile{latin.ldf}
- [2008/03/21 v2.0k Latin support from the babel system]
+ [2008/07/06 v2.0l Latin support from the babel system]
%% File `latin.dtx'
%% Babel package for LaTeX version 2e
%% Copyright (C) 1989 - 2008
diff --git a/Master/texmf-dist/tex/generic/babel/latin.sty b/Master/texmf-dist/tex/generic/babel/latin.sty
index 0bb3f76e320..2b8c1dba4fb 100644
--- a/Master/texmf-dist/tex/generic/babel/latin.sty
+++ b/Master/texmf-dist/tex/generic/babel/latin.sty
@@ -73,6 +73,8 @@
\bblstyerror
\fi
\fi
+\def\CurrentOption{latin}
+\input latin.ldf\relax
%%
%% \CharacterTable
%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
diff --git a/Master/texmf-dist/tex/generic/babel/lgrcmr.fd b/Master/texmf-dist/tex/generic/babel/lgrcmr.fd
index bb0f0b5220a..e3a1bb5e28b 100644
--- a/Master/texmf-dist/tex/generic/babel/lgrcmr.fd
+++ b/Master/texmf-dist/tex/generic/babel/lgrcmr.fd
@@ -7,7 +7,7 @@
%% greek.fdd (with options: `fd,LGRcmr')
%% This is a generated file.
%%
-%% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%% Copyright 1989-2008 Johannes L. Braams and any individual authors
%% listed elsewhere in this file. All rights reserved.
%%
%% This file was generated from file(s) of the Babel system.
@@ -40,7 +40,7 @@
%% of this file under its original name.
%%
\ProvidesFile{lgrcmr.fd}
- [2001/01/30 v2.2e %
+ [2008/06/17 v2.3 %
Greek Computer Modern]
\providecommand{\EC@family}[5]{%
\DeclareFontShape{#1}{#2}{#3}{#4}
@@ -52,11 +52,18 @@
\EC@family{LGR}{cmr}{m}{it} {grmi}
\EC@family{LGR}{cmr}{m}{sc} {grmc}
\EC@family{LGR}{cmr}{m}{ui} {grmu}
+\EC@family{LGR}{cmr}{m}{li} {grml}
+\EC@family{LGR}{cmr}{m}{rs} {gmmn}
+\EC@family{LGR}{cmr}{m}{ro} {gmmo}
\EC@family{LGR}{cmr}{bx}{sc} {grxc}
\EC@family{LGR}{cmr}{bx}{n} {grxn}
\EC@family{LGR}{cmr}{bx}{sl} {grxo}
\EC@family{LGR}{cmr}{bx}{it} {grxi}
\EC@family{LGR}{cmr}{bx}{ui} {grxu}
+\EC@family{LGR}{cmr}{bx}{li} {grxl}
+\EC@family{LGR}{cmr}{bx}{rs} {gmxn}
+\EC@family{LGR}{cmr}{bx}{ro} {gmxo}
+\EC@family{LGR}{cmr}{b}{li} {grbl}
\DeclareFontShape{LGR}{cmr}{b}{n}
{<->ssub*cmr/bx/n}{}
\DeclareFontShape{LGR}{cmr}{b}{sc}
diff --git a/Master/texmf-dist/tex/generic/babel/lgrcmro.fd b/Master/texmf-dist/tex/generic/babel/lgrcmro.fd
index 51bee910130..5e0d352da4f 100644
--- a/Master/texmf-dist/tex/generic/babel/lgrcmro.fd
+++ b/Master/texmf-dist/tex/generic/babel/lgrcmro.fd
@@ -7,7 +7,7 @@
%% greek.fdd (with options: `fd,LGRcmro')
%% This is a generated file.
%%
-%% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%% Copyright 1989-2008 Johannes L. Braams and any individual authors
%% listed elsewhere in this file. All rights reserved.
%%
%% This file was generated from file(s) of the Babel system.
@@ -40,7 +40,7 @@
%% of this file under its original name.
%%
\ProvidesFile{lgrcmro.fd}
- [2001/01/30 v2.2e %
+ [2008/06/17 v2.3 %
Greek Computer Modern Outline]
\providecommand{\EC@family}[5]{%
\DeclareFontShape{#1}{#2}{#3}{#4}
diff --git a/Master/texmf-dist/tex/generic/babel/lgrcmss.fd b/Master/texmf-dist/tex/generic/babel/lgrcmss.fd
index 03919f55188..1926c007edc 100644
--- a/Master/texmf-dist/tex/generic/babel/lgrcmss.fd
+++ b/Master/texmf-dist/tex/generic/babel/lgrcmss.fd
@@ -7,7 +7,7 @@
%% greek.fdd (with options: `fd,LGRcmss')
%% This is a generated file.
%%
-%% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%% Copyright 1989-2008 Johannes L. Braams and any individual authors
%% listed elsewhere in this file. All rights reserved.
%%
%% This file was generated from file(s) of the Babel system.
@@ -40,7 +40,7 @@
%% of this file under its original name.
%%
\ProvidesFile{lgrcmss.fd}
- [2001/01/30 v2.2e %
+ [2008/06/17 v2.3 %
Greek Computer Modern Sans Serif]
\providecommand{\EC@family}[5]{%
\DeclareFontShape{#1}{#2}{#3}{#4}
@@ -52,11 +52,15 @@
\EC@family{LGR}{cmss}{m}{sc} {gsmc}
\EC@family{LGR}{cmss}{m}{it} {gsmi}
\EC@family{LGR}{cmss}{m}{ui} {gsmu}
+\EC@family{LGR}{cmss}{m}{iv} {gsme}
+\EC@family{LGR}{cmss}{m}{uv} {gsma}
\EC@family{LGR}{cmss}{bx}{n} {gsxn}
\EC@family{LGR}{cmss}{bx}{sl} {gsxo}
\EC@family{LGR}{cmss}{bx}{sc} {gsxc}
-\EC@family{LGR}{cmss}{bx}{it} {gsmi}
-\EC@family{LGR}{cmss}{bx}{ui} {gsmu}
+\EC@family{LGR}{cmss}{bx}{it} {gsxi}
+\EC@family{LGR}{cmss}{bx}{ui} {gsxu}
+\EC@family{LGR}{cmss}{bx}{iv} {gsxe}
+\EC@family{LGR}{cmss}{bx}{uv} {gsxa}
\endinput
%%
%% End of file `lgrcmss.fd'.
diff --git a/Master/texmf-dist/tex/generic/babel/lgrcmtt.fd b/Master/texmf-dist/tex/generic/babel/lgrcmtt.fd
index cf4ffa824d1..24440bf434e 100644
--- a/Master/texmf-dist/tex/generic/babel/lgrcmtt.fd
+++ b/Master/texmf-dist/tex/generic/babel/lgrcmtt.fd
@@ -7,7 +7,7 @@
%% greek.fdd (with options: `fd,LGRcmtt')
%% This is a generated file.
%%
-%% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%% Copyright 1989-2008 Johannes L. Braams and any individual authors
%% listed elsewhere in this file. All rights reserved.
%%
%% This file was generated from file(s) of the Babel system.
@@ -40,7 +40,7 @@
%% of this file under its original name.
%%
\ProvidesFile{lgrcmtt.fd}
- [2001/01/30 v2.2e %
+ [2008/06/17 v2.3 %
Greek Computer Modern Typewriter]
\providecommand{\EC@family}[5]{%
\DeclareFontShape{#1}{#2}{#3}{#4}
diff --git a/Master/texmf-dist/tex/generic/babel/lgrenc.def b/Master/texmf-dist/tex/generic/babel/lgrenc.def
index d3c2f15db24..7f96aa73ea8 100644
--- a/Master/texmf-dist/tex/generic/babel/lgrenc.def
+++ b/Master/texmf-dist/tex/generic/babel/lgrenc.def
@@ -7,7 +7,7 @@
%% greek.fdd (with options: `LGRenc')
%% This is a generated file.
%%
-%% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%% Copyright 1989-2008 Johannes L. Braams and any individual authors
%% listed elsewhere in this file. All rights reserved.
%%
%% This file was generated from file(s) of the Babel system.
@@ -40,7 +40,7 @@
%% of this file under its original name.
%%
\ProvidesFile{lgrenc.def}
- [2001/01/30 v2.2e %
+ [2008/06/17 v2.3 %
Greek Encoding]
\DeclareFontEncoding{LGR}{}{}
\DeclareFontSubstitution{LGR}{cmr}{m}{n}
diff --git a/Master/texmf-dist/tex/generic/babel/lgrlcmss.fd b/Master/texmf-dist/tex/generic/babel/lgrlcmss.fd
index 1254ad5bbe7..427a66f351c 100644
--- a/Master/texmf-dist/tex/generic/babel/lgrlcmss.fd
+++ b/Master/texmf-dist/tex/generic/babel/lgrlcmss.fd
@@ -7,7 +7,7 @@
%% greek.fdd (with options: `fd,LGRlcmss')
%% This is a generated file.
%%
-%% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%% Copyright 1989-2008 Johannes L. Braams and any individual authors
%% listed elsewhere in this file. All rights reserved.
%%
%% This file was generated from file(s) of the Babel system.
@@ -40,12 +40,8 @@
%% of this file under its original name.
%%
\ProvidesFile{lgrlcmss.fd}
- [2001/01/30 v2.2e %
+ [2008/06/17 v2.3 %
Greek Computer Modern Sans Serif slide sizes]
-\providecommand{\EC@family}[5]{%
- \DeclareFontShape{#1}{#2}{#3}{#4}
- {<5><6><7><8><9><10><10.95><12><14.4>%
- <17.28><20.74><24.88><29.86><35.83>genb*#5}{}}
\DeclareFontFamily{LGR}{lcmss}{}
\DeclareFontShape{LGR}{lcmss}{m}{n}{%
<7><8><10><12><13.82><16.59><19.91><23.89><28.66><34.4><41.28>
diff --git a/Master/texmf-dist/tex/generic/babel/lgrlcmtt.fd b/Master/texmf-dist/tex/generic/babel/lgrlcmtt.fd
index 8a5e0aa3589..b2dbd3ae457 100644
--- a/Master/texmf-dist/tex/generic/babel/lgrlcmtt.fd
+++ b/Master/texmf-dist/tex/generic/babel/lgrlcmtt.fd
@@ -7,7 +7,7 @@
%% greek.fdd (with options: `fd,LGRlcmtt')
%% This is a generated file.
%%
-%% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%% Copyright 1989-2008 Johannes L. Braams and any individual authors
%% listed elsewhere in this file. All rights reserved.
%%
%% This file was generated from file(s) of the Babel system.
@@ -40,12 +40,8 @@
%% of this file under its original name.
%%
\ProvidesFile{lgrlcmtt.fd}
- [2001/01/30 v2.2e %
+ [2008/06/17 v2.3 %
Greek Computer Modern Typewriter slide sizes]
-\providecommand{\EC@family}[5]{%
- \DeclareFontShape{#1}{#2}{#3}{#4}
- {<5><6><7><8><9><10><10.95><12><14.4>%
- <17.28><20.74><24.88><29.86><35.83>genb*#5}{}}
\DeclareFontFamily{LGR}{lcmtt}{\hyphenchar\font\m@ne}
\DeclareFontShape{LGR}{lcmtt}{m}{n}{%
<7><8><10><12><13.82><16.59><19.91><23.89><28.66><34.4><41.28>
diff --git a/Master/texmf-dist/tex/generic/babel/lgrlmr.fd b/Master/texmf-dist/tex/generic/babel/lgrlmr.fd
new file mode 100644
index 00000000000..14cb1ae47c4
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/babel/lgrlmr.fd
@@ -0,0 +1,133 @@
+%%
+%% This is file `lgrlmr.fd',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% greek.fdd (with options: `fd,LGRlmr')
+%% This is a generated file.
+%%
+%% Copyright 1989-2008 Johannes L. Braams and any individual authors
+%% listed elsewhere in this file. All rights reserved.
+%%
+%% This file was generated from file(s) 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.
+%% 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 2003/12/01 or later.
+%%
+%% This work has the LPPL maintenance status "maintained".
+%%
+%% The Current Maintainer of this work is Johannes Braams.
+%%
+%% This file may only be distributed together with a copy of the Babel
+%% system. You may however distribute the Babel system without
+%% such generated files.
+%%
+%% The list of all files belonging to the Babel distribution is
+%% given in the file `manifest.bbl'. See also `legal.bbl for additional
+%% information.
+%%
+%% In particular, permission is granted to customize the declarations in
+%% this file to serve the needs of your installation.
+%%
+%% However, NO PERMISSION is granted to distribute a modified version
+%% of this file under its original name.
+%%
+\ProvidesFile{lgrlmr.fd}
+ [2008/06/17 v2.3 %
+ Greek Latin Modern]
+\DeclareFontFamily{LGR}{lmr}{}
+\DeclareFontShape{LGR}{lmr}{m}{n}%
+ {<-5.5> grmn0500 <5.5-6.5> grmn0600
+ <6.5-7.5> grmn0700 <7.5-8.5> grmn0800
+ <8.5-9.5> grmn0900 <9.5-11> grmn1000
+ <11-15> grmn1200 <15-> grmn1728}{}
+\DeclareFontShape{LGR}{lmr}{m}{rs}%
+ {<-5.5> gmmn0500 <5.5-6.5> gmmn0600
+ <6.5-7.5> gmmn0700 <7.5-8.5> gmmn0800
+ <8.5-9.5> gmmn0900 <9.5-11> gmmn1000
+ <11-15> gmmn1200 <15-> gmmn1728}{}
+\DeclareFontShape{LGR}{lmr}{m}{sl}%
+ {<-8.5> grmo0800 <8.5-9.5> grmo0900
+ <9.5-11> grmo1000 <11-15> grmo1200
+ <15-> grmo1728}{}
+\DeclareFontShape{LGR}{lmr}{m}{ro}%
+ {<-8.5> gmmo0800 <8.5-9.5> gmmo0900
+ <9.5-11> gmmo1000 <11-15> gmmo1200
+ <15-> gmmo1728}{}
+\DeclareFontShape{LGR}{lmr}{m}{it}%
+ {<-7.5> grmi0700
+ <7.5-8.5> grmi0800 <8.5-9.5> grmi0900
+ <9.5-11> grmi1000 <11-15> grmi1200
+ <15-> grmi1728}{}
+\DeclareFontShape{LGR}{lmr}{m}{li}%
+ {<-7.5> grml0700
+ <7.5-8.5> grml0800 <8.5-9.5> grml0900
+ <9.5-11> grml1000 <11-15> grml1200
+ <15-> grml1728}{}
+\DeclareFontShape{LGR}{lmr}{m}{ui}%
+ {<-7.5> grmu0700
+ <7.5-8.5> grmu0800 <8.5-9.5> grmu0900
+ <9.5-11> grmu1000 <11-15> grmu1200
+ <15-> grmu1728}{}
+\DeclareFontShape{LGR}{lmr}{m}{sc}%
+ {<-7.5> grmc0700
+ <7.5-8.5> grmc0800 <8.5-9.5> grmc0900
+ <9.5-11> grmc1000 <11-15> grmc1200
+ <15-> grmc1728}{}
+\DeclareFontShape{LGR}{lmr}{m}{scsl}%
+ {<-> ssub*lmr/m/sc}{}
+%%%%%%%% bold and bold extended series
+\DeclareFontShape{LGR}{lmr}{bx}{n}
+ {<-5.5> grxn0500 <5.5-6.5> grx0600
+ <6.5-7.5> grxn0700 <7.5-8.5> grxn0800
+ <8.5-9.5> grxn0900 <9.5-11> grxn1000
+ <11-15> grxn1200 <15-> grxn1728}{}
+\DeclareFontShape{LGR}{lmr}{bx}{rs}
+ {<-5.5> gmxn0500 <5.5-6.5> gmx0600
+ <6.5-7.5> gmxn0700 <7.5-8.5> gmxn0800
+ <8.5-9.5> gmxn0900 <9.5-11> gmxn1000
+ <11-15> gmxn1200 <15-> gmxn1728}{}
+\DeclareFontShape{LGR}{lmr}{bx}{it}
+ {<-7.5> grxi0700
+ <7.5-8.5> grxi0800 <8.5-9.5> grxi0900
+ <9.5-11> grxi1000 <11-15> grxi1200
+ <15-> grxi1728}{}
+\DeclareFontShape{LGR}{lmr}{b}{li}
+ {<-7.5> grbl0700
+ <7.5-8.5> grbl0800 <8.5-9.5> grbl0900
+ <9.5-11> grbl1000 <11-15> grbl1200
+ <15-> grbl1728}{}
+\DeclareFontShape{LGR}{lmr}{bx}{li}
+ {<-7.5> grxl0700
+ <7.5-8.5> grxl0800 <8.5-9.5> grxl0900
+ <9.5-11> grxl1000 <11-15> grxl1200
+ <15-> grxl1728
+ }{}
+\DeclareFontShape{LGR}{lmr}{bx}{ui}
+ {<-7.5> grxu0700
+ <7.5-8.5> grxu0800 <8.5-9.5> grxu0900
+ <9.5-11> grxu1000 <11-15> grxu1200
+ <15-> grxu1728}{}
+\DeclareFontShape{LGR}{lmr}{bx}{sl}
+ {<-8.5> grxo0800 <8.5-9.5> grxo0900
+ <9.5-11> grxo1000 <11-15> grxo1200
+ <15-> grxo1728}{}
+\DeclareFontShape{LGR}{lmr}{bx}{ro}
+ {<-8.5> gmxo0800 <8.5-9.5> gmxo0900
+ <9.5-11> gmxo1000 <11-15> gmxo1200
+ <15-> gmxo1728}{}
+\DeclareFontShape{LGR}{lmr}{bx}{sc}%
+ {<-7.5> grxc0700
+ <7.5-8.5> grxc0800 <8.5-9.5> grxc0900
+ <9.5-11> grxc1000 <11-15> grxc1200
+ <15-> grxc1728}{}
+\endinput
+%%
+%% End of file `lgrlmr.fd'.
diff --git a/Master/texmf-dist/tex/generic/babel/lgrlmro.fd b/Master/texmf-dist/tex/generic/babel/lgrlmro.fd
new file mode 100644
index 00000000000..cbfa0c8f97e
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/babel/lgrlmro.fd
@@ -0,0 +1,99 @@
+%%
+%% This is file `lgrlmro.fd',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% greek.fdd (with options: `fd,LGRlmro')
+%% This is a generated file.
+%%
+%% Copyright 1989-2008 Johannes L. Braams and any individual authors
+%% listed elsewhere in this file. All rights reserved.
+%%
+%% This file was generated from file(s) 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.
+%% 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 2003/12/01 or later.
+%%
+%% This work has the LPPL maintenance status "maintained".
+%%
+%% The Current Maintainer of this work is Johannes Braams.
+%%
+%% This file may only be distributed together with a copy of the Babel
+%% system. You may however distribute the Babel system without
+%% such generated files.
+%%
+%% The list of all files belonging to the Babel distribution is
+%% given in the file `manifest.bbl'. See also `legal.bbl for additional
+%% information.
+%%
+%% In particular, permission is granted to customize the declarations in
+%% this file to serve the needs of your installation.
+%%
+%% However, NO PERMISSION is granted to distribute a modified version
+%% of this file under its original name.
+%%
+\ProvidesFile{lgrlmro.fd}
+ [2008/06/17 v2.3 %
+ Greek Latin Modern Outline]
+\DeclareFontFamily{LGR}{lmro}{}
+\DeclareFontShape{LGR}{lmro}{m}{n}%
+ {<-5.5> gomn0500 <5.5-6.5> gomn0600
+ <6.5-7.5> gomn0700 <7.5-8.5> gomn0800
+ <8.5-9.5> gomn0900 <9.5-11> gomn1000
+ <11-15> gomn1200 <15-> gmr1728}{}
+\DeclareFontShape{LGR}{lmro}{m}{sl}%
+ {<-8.5> gomo0800 <8.5-9.5> gomo0900
+ <9.5-11> gomo1000 <11-15> gomo1200
+ <15-> gomo1728}{}
+\DeclareFontShape{LGR}{lmro}{m}{it}%
+ {<-7.5> gomi0700
+ <7.5-8.5> gomi0800 <8.5-9.5> gomi0900
+ <9.5-11> gomi1000 <11-15> gomi1200
+ <15-> gomi1728}{}
+\DeclareFontShape{LGR}{lmro}{m}{ui}%
+ {<-7.5> gomu0700
+ <7.5-8.5> gomu0800 <8.5-9.5> gomu0900
+ <9.5-11> gomu1000 <11-15> gomu1200
+ <15-> gomu1728}{}
+\DeclareFontShape{LGR}{lmro}{m}{sc}%
+ {<-7.5> gomc0700
+ <7.5-8.5> gomc0800 <8.5-9.5> gomc0900
+ <9.5-11> gomc1000 <11-15> gomc1200
+ <15-> gomc1728}{}
+\DeclareFontShape{LGR}{lmro}{m}{scsl}%
+ {<-> ssub*lmr/m/sc}{}
+%%%%%%%% bold extended series
+\DeclareFontShape{LGR}{lmro}{bx}{n}
+ {<-5.5> goxn0500 <5.5-6.5> gox0600
+ <6.5-7.5> goxn0700 <7.5-8.5> goxn0800
+ <8.5-9.5> goxn0900 <9.5-11> goxn1000
+ <11-15> goxn1200 <15-> goxn1728}{}
+\DeclareFontShape{LGR}{lmro}{bx}{it}
+ {<-7.5> goxi0700
+ <7.5-8.5> goxi0800 <8.5-9.5> goxi0900
+ <9.5-11> goxi1000 <11-> goxi1200
+ <15-> goxi1728}{}
+\DeclareFontShape{LGR}{lmro}{bx}{ui}
+ {<-7.5> goxu0700
+ <7.5-8.5> goxu0800 <8.5-9.5> goxu0900
+ <9.5-11> goxu1000 <11-> goxu1200
+ <15-> goxu1728}{}
+\DeclareFontShape{LGR}{lmro}{bx}{sl}
+ {<-8.5> goxo0800 <8.5-9.5> goxo0900
+ <9.5-11> goxo1000 <11-15> goxo1200
+ <15-> goxo1728}{}
+\DeclareFontShape{LGR}{lmro}{bx}{sc}%
+ {<-7.5> goxc0700
+ <7.5-8.5> goxc0800 <8.5-9.5> goxc0900
+ <9.5-11> goxc1000 <11-15> goxc1200
+ <15-> goxc1728}{}
+\endinput
+%%
+%% End of file `lgrlmro.fd'.
diff --git a/Master/texmf-dist/tex/generic/babel/lgrlmss.fd b/Master/texmf-dist/tex/generic/babel/lgrlmss.fd
new file mode 100644
index 00000000000..45829bcb14d
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/babel/lgrlmss.fd
@@ -0,0 +1,112 @@
+%%
+%% This is file `lgrlmss.fd',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% greek.fdd (with options: `fd,LGRlmss')
+%% This is a generated file.
+%%
+%% Copyright 1989-2008 Johannes L. Braams and any individual authors
+%% listed elsewhere in this file. All rights reserved.
+%%
+%% This file was generated from file(s) 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.
+%% 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 2003/12/01 or later.
+%%
+%% This work has the LPPL maintenance status "maintained".
+%%
+%% The Current Maintainer of this work is Johannes Braams.
+%%
+%% This file may only be distributed together with a copy of the Babel
+%% system. You may however distribute the Babel system without
+%% such generated files.
+%%
+%% The list of all files belonging to the Babel distribution is
+%% given in the file `manifest.bbl'. See also `legal.bbl for additional
+%% information.
+%%
+%% In particular, permission is granted to customize the declarations in
+%% this file to serve the needs of your installation.
+%%
+%% However, NO PERMISSION is granted to distribute a modified version
+%% of this file under its original name.
+%%
+\ProvidesFile{lgrlmss.fd}
+ [2008/06/17 v2.3 %
+ Greek Latin Modern Sans Serif]
+\DeclareFontFamily{LGR}{lmss}{}
+\DeclareFontShape{LGR}{lmss}{m}{n}
+ {<-8.5> gsmn0800
+ <8.5-9.5> gsmn0900 <9.5-11> gsmn1000
+ <11-15.5> gsmn1200 <15.5-> gsmn1728}{}
+\DeclareFontShape{LGR}{lmss}{m}{it}
+ {<-8.5> gsmi0800
+ <8.5-9.5> gsmi0900 <9.5-11> gsmi1000
+ <11-15.5> gsmi1200 <15.5-> gsmi1728}{}
+\DeclareFontShape{LGR}{lmss}{m}{iv}
+ {<-8.5> gsme0800
+ <8.5-9.5> gsme0900 <9.5-11> gsme1000
+ <11-15.5> gsme1200 <15.5-> gsme1728}{}
+\DeclareFontShape{LGR}{lmss}{m}{ui}
+ {<-8.5> gsmu0800
+ <8.5-9.5> gsmu0900 <9.5-11> gsmu1000
+ <11-15.5> gsmu1200 <15.5-> gsmu1728}{}
+\DeclareFontShape{LGR}{lmss}{m}{uv}
+ {<-8.5> gsma0800
+ <8.5-9.5> gsma0900 <9.5-11> gsma1000
+ <11-15.5> gsma1200 <15.5-> gsma1728}{}
+\DeclareFontShape{LGR}{lmss}{m}{sl}
+ {<-8.5> gsmo0800
+ <8.5-9.5> gsmo0900 <9.5-11> gsmo1000
+ <11-15.5> gsmo1200 <15.5-> gsmo1728}{}
+\DeclareFontShape{LGR}{lmss}{m}{sc}
+ {<-8.5> gsmc0800
+ <8.5-9.5> gsmc0900 <9.5-11> gsmc1000
+ <11-15.5> gsmc1200 <15.5-> gsmc1728}{}
+%%%%%%%% semibold condensed series substituted with medium series
+\DeclareFontShape{LGR}{lmss}{sbc}{n}
+{<-> ssub*lmss/m/n}{}
+\DeclareFontShape{LGR}{lmss}{sbc}{sl}
+{<-> ssub*/lmss/m/sl}{}
+\DeclareFontShape{LGR}{lmss}{sbc}{it}
+{<->ssub*lmss/m/sl}{}
+%%%%%%%%% bold extended series
+\DeclareFontShape{LGR}{lmss}{bx}{n}
+ {<-8.5> gsxn0800
+ <8.5-9.5> gsxn0900 <9.5-11> gsxn1000
+ <11-15.5> gsxn1200 <15.5-> gsxn1728}{}
+\DeclareFontShape{LGR}{lmss}{bx}{sl}
+ {<-8.5> gsxo0800
+ <8.5-9.5> gsxo0900 <9.5-11> gsxo1000
+ <11-15.5> gsxo1200 <15.5-> gsxo1728}{}
+\DeclareFontShape{LGR}{lmss}{bx}{it}
+ {<-8.5> gsxi0800
+ <8.5-9.5> gsxi0900 <9.5-11> gsxi1000
+ <11-15.5> gsxi1200 <15.5-> gsxi1728}{}
+\DeclareFontShape{LGR}{lmss}{bx}{iv}
+ {<-8.5> gsxe0800
+ <8.5-9.5> gsxe0900 <9.5-11> gsxe1000
+ <11-15.5> gsxe1200 <15.5-> gsxe1728}{}
+\DeclareFontShape{LGR}{lmss}{bx}{ui}
+ {<-8.5> gsxu0800
+ <8.5-9.5> gsxu0900 <9.5-11> gsxu1000
+ <11-15.5> gsxu1200 <15.5-> gsxu1728}{}
+\DeclareFontShape{LGR}{lmss}{bx}{uv}
+ {<-8.5> gsxa0800
+ <8.5-9.5> gsxa0900 <9.5-11> gsxa1000
+ <11-15.5> gsxa1200 <15.5-> gsxa1728}{}
+\DeclareFontShape{LGR}{lmss}{bx}{sc}
+ {<-8.5> gsxc0800
+ <8.5-9.5> gsxc0900 <9.5-11> gsxc1000
+ <11-15.5> gsxc1200 <15.5-> gsxc1728}{}
+\endinput
+%%
+%% End of file `lgrlmss.fd'.
diff --git a/Master/texmf-dist/tex/generic/babel/lgrlmtt.fd b/Master/texmf-dist/tex/generic/babel/lgrlmtt.fd
new file mode 100644
index 00000000000..1571a3aa1f9
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/babel/lgrlmtt.fd
@@ -0,0 +1,63 @@
+%%
+%% This is file `lgrlmtt.fd',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% greek.fdd (with options: `fd,LGRlmtt')
+%% This is a generated file.
+%%
+%% Copyright 1989-2008 Johannes L. Braams and any individual authors
+%% listed elsewhere in this file. All rights reserved.
+%%
+%% This file was generated from file(s) 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.
+%% 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 2003/12/01 or later.
+%%
+%% This work has the LPPL maintenance status "maintained".
+%%
+%% The Current Maintainer of this work is Johannes Braams.
+%%
+%% This file may only be distributed together with a copy of the Babel
+%% system. You may however distribute the Babel system without
+%% such generated files.
+%%
+%% The list of all files belonging to the Babel distribution is
+%% given in the file `manifest.bbl'. See also `legal.bbl for additional
+%% information.
+%%
+%% In particular, permission is granted to customize the declarations in
+%% this file to serve the needs of your installation.
+%%
+%% However, NO PERMISSION is granted to distribute a modified version
+%% of this file under its original name.
+%%
+\ProvidesFile{lgrlmtt.fd}
+ [2008/06/17 v2.3 %
+ Greek Latin Modern Typewriter]
+\DeclareFontFamily{LGR}{lmtt}{\hyphenchar\font\m@ne}
+\DeclareFontShape{LGR}{lmtt}{m}{n}
+ {<-8.5> gttn0800 <8.5-9.5> gttn0900
+ <9.5-11> gttn1000 <11-15> gttn1200
+ <15-> gttn1728}{}
+\DeclareFontShape{LGR}{lmtt}{m}{it}
+ {<-> ssub*lgr/lmtt/m/sl}{}
+\DeclareFontShape{LGR}{lmtt}{m}{sl}
+ {<-8.5> gtto0800 <8.5-9.5> gtto0900
+ <9.5-11> gtto1000 <11-15> gtto1200
+ <15-> gtto1728}{}
+\DeclareFontShape{LGR}{lmtt}{m}{sc}
+ {<-8.5> gttc0800 <8.5-9.5> gttc0900
+ <9.5-11> gttc1000 <11-15> gttc1200
+ <15-> gttc1728}{}
+\DeclareFontShape{LGR}{lmtt}{m}{scsl}{<-> ssub*lmtt/m/sc}{}
+\endinput
+%%
+%% End of file `lgrlmtt.fd'.
diff --git a/Master/texmf-dist/tex/generic/babel/ngermanb.ldf b/Master/texmf-dist/tex/generic/babel/ngermanb.ldf
index 1b0da8920d0..1b42f7d9056 100644
--- a/Master/texmf-dist/tex/generic/babel/ngermanb.ldf
+++ b/Master/texmf-dist/tex/generic/babel/ngermanb.ldf
@@ -37,7 +37,7 @@
%% and covered by LPPL is defined by the unpacking scripts (with
%% extension .ins) which are part of the distribution.
\ProvidesLanguage{ngermanb}
- [2008/03/17 v2.6m new German support from the babel system]
+ [2008/07/06 v2.6n new German support from the babel system]
%% File `ngermanb.dtx'
%% Babel package for LaTeX version 2e
%% Copyright (C) 1989 - 2008
diff --git a/Master/texmf-dist/tex/generic/babel/romanidx.sty b/Master/texmf-dist/tex/generic/babel/romanidx.sty
index e7ec8f3d75f..2a8699d038c 100644
--- a/Master/texmf-dist/tex/generic/babel/romanidx.sty
+++ b/Master/texmf-dist/tex/generic/babel/romanidx.sty
@@ -38,7 +38,7 @@
%% extension .ins) which are part of the distribution.
%% File `spanish.dtx'
%% Babel package for LaTeX version 2e
-%% Copyright (C) 1989 - 2004
+%% Copyright (C) 1989 - 2008
%% by Johannes Braams, TeXniek
%% Spanish Language Definition File
%% Copyright (C) 1997 - 2008
diff --git a/Master/texmf-dist/tex/generic/babel/slovak.ldf b/Master/texmf-dist/tex/generic/babel/slovak.ldf
index ab936b0831b..8940617958a 100644
--- a/Master/texmf-dist/tex/generic/babel/slovak.ldf
+++ b/Master/texmf-dist/tex/generic/babel/slovak.ldf
@@ -7,7 +7,7 @@
%% slovak.dtx (with options: `code')
%% This is a generated file.
%%
-%% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%% Copyright 1989-2008 Johannes L. Braams and any individual authors
%% listed elsewhere in this file. All rights reserved.
%%
%% This file was generated from file(s) of the Babel system.
@@ -37,25 +37,55 @@
%% and covered by LPPL is defined by the unpacking scripts (with
%% extension .ins) which are part of the distribution.
\ProvidesLanguage{slovak}
- [2005/03/31 v1.3a Slovak support from the babel system]
+ [2008/07/06 v3.1a Slovak support from the babel system]
%% File `slovak.dtx'
%% Babel package for LaTeX version 2e
-%% Copyright (C) 1989 - 2005
+%% Copyright (C) 1989 - 2008
%% by Johannes Braams, TeXniek
%% Slovak Language Definition File
%% Copyright (C) 1989 - 2001
%% by Jana Chlebikova
%% Copyright (C) 2002-2005
%% by Tobias Schlemmer
-%% Please report errors to: J.L. Braams babel at braams.cistron.nl
-%% Tobias Schlemmer Tobias.Schlemmer at web.de
-\LdfInit{slovak}\captionsslovak
+%% Copyright (C) 2005-2008
+%% by Petr Tesa\v r\'ik (babel at tesarici.cz)
+%% Please report errors to: Petr Tesa\v r\'ik
+%% babel at tesarici.cz
+\LdfInit\CurrentOption{date\CurrentOption}
\ifx\l@slovak\@undefined
\@nopatterns{Slovak}
\adddialect\l@slovak0\fi
-\addto\captionsslovak{%
- \def\prefacename{\'Uvod}%
- \def\refname{Referencie}%
+\def\cs@iltw@{IL2}
+\newif\ifcs@splithyphens
+\cs@splithyphensfalse
+\ifx\@ifpackageloaded\@undefined
+ \let\cs@compat@plain\relax
+ \message{csplain compatibility mode}
+\else
+ \@ifpackageloaded{babel}{}{%
+ \let\cs@compat@latex\relax
+ \message{cslatex compatibility mode}}
+\fi
+\ifx\cs@compat@latex\relax
+ \ProvidesPackage{slovak}[2008/07/06 v3.1a CSTeX Slovak style]
+ \DeclareOption{IL2}{\def\encodingdefault{IL2}}
+ \DeclareOption {T1}{\def\encodingdefault {T1}}
+ \DeclareOption{OT1}{\def\encodingdefault{OT1}}
+ \DeclareOption{nosplit}{\cs@splithyphensfalse}
+ \DeclareOption{split}{\cs@splithyphenstrue}
+ \DeclareOption{nocaptions}{\let\cs@nocaptions=\relax}
+ \DeclareOption{olduv}{\let\cs@olduv=\relax}
+ \DeclareOption{cstex}{\relax}
+ \ExecuteOptions{\cs@iltw@}
+ \ProcessOptions
+ \ifx\encodingdefault\cs@iltw@
+ \input il2enc.def
+ \fi
+ \def\CurrentOption{slovak}
+\fi
+\@namedef{captions\CurrentOption}{%
+ \def\prefacename{Predhovor}%
+ \def\refname{Literat\'ura}%
\def\abstractname{Abstrakt}%
\def\bibname{Literat\'ura}%
\def\chaptername{Kapitola}%
@@ -63,104 +93,411 @@
\def\contentsname{Obsah}%
\def\listfigurename{Zoznam obr\'azkov}%
\def\listtablename{Zoznam tabuliek}%
- \def\indexname{Index}%
- \def\figurename{Obr\'azok}%
- \def\tablename{Tabu\q lka}%%% special letter l with hook
- \def\partname{\v{C}as\q t}%%% special letter t with hook
- \def\enclname{Pr\'{\i}lohy}%
- \def\ccname{CC}%
- \def\headtoname{Komu}%
- \def\pagename{Strana}%
- \def\seename{vi\q d}%%% Special letter d with hook
- \def\alsoname{vi\q d tie\v z}%%% Special letter d with hook
+ \def\indexname{Register}%
+ \def\figurename{Obr.}%
+ \def\tablename{Tabu\v{l}ka}%
+ \def\partname{\v{C}as\v{t}}%
+ \def\enclname{Pr\'{\i}loha}%
+ \def\ccname{cc.}%
+ \def\headtoname{Pre}%
+ \def\pagename{Str.}%
+ \def\seename{vi\v{d}}%
+ \def\alsoname{vi\v{d} tie\v{z}}%
\def\proofname{D\^okaz}%
- \def\glossaryname{Glossary}% <-- Needs translation
- }
-\def\dateslovak{%
+ \def\glossaryname{Slovn\'{\i}k}%
+ }%
+\@namedef{date\CurrentOption}{%
\def\today{\number\day.~\ifcase\month\or
janu\'ara\or febru\'ara\or marca\or apr\'{\i}la\or m\'aja\or
j\'una\or j\'ula\or augusta\or septembra\or okt\'obra\or
novembra\or decembra\fi
\space \number\year}}
-\addto\extrasslovak{\languageshorthands{slovak}}
-\initiate@active@char{^}
-\addto\extrasslovak{\bbl@activate{^}}
-\addto\noextrasslovak{\bbl@deactivate{^}}
-\initiate@active@char{"}
-\addto\extrasslovak{\bbl@activate{"}\umlautlow}
-\addto\noextrasslovak{\bbl@deactivate{"}\umlauthigh}
-\initiate@active@char{'}
-\@ifpackagewith{babel}{activeacute}{%
- \addto\extrasslovak{\bbl@activate{'}}
- \addto\noextrasslovak{\bbl@deactivate{'}}%
- }{}
-\addto\extrasslovak{\babel@save\q\let\q\v}
-\providehyphenmins{\CurrentOption}{\tw@\tw@}
-\begingroup \catcode`\"12
+\expandafter\addto\csname extras\CurrentOption\endcsname{%
+ \bbl@frenchspacing
+ \languageshorthands{slovak}}
+\expandafter\addto\csname noextras\CurrentOption\endcsname{%
+ \bbl@nonfrenchspacing}
+\expandafter\addto\csname extras\CurrentOption\endcsname{%
+ \babel@save\q\let\q\v}
+\ifx\cs@compat@latex\relax\else
+ \initiate@active@char{^}
+ \addto\extrasslovak{\bbl@activate{^}}
+ \addto\noextrasslovak{\bbl@deactivate{^}}
+ \initiate@active@char{"}
+ \addto\extrasslovak{\bbl@activate{"}\umlautlow}
+ \addto\noextrasslovak{\bbl@deactivate{"}\umlauthigh}
+ \initiate@active@char{'}
+ \@ifpackagewith{babel}{activeacute}{%
+ \addto\extrasslovak{\bbl@activate{'}}
+ \addto\noextrasslovak{\bbl@deactivate{'}}%
+ }{}
+\fi
+\begingroup\catcode`\"=12\catcode`\'=12
\def\x{\endgroup
\def\sq{'}
\def\dq{"}}
\x
-\declare@shorthand{system}{^}{\csname normal@char\string^\endcsname}
-\declare@shorthand{slovak}{"a}{\textormath{\"{a}\allowhyphens}{\ddot a}}
-\declare@shorthand{slovak}{"o}{\textormath{\"{o}\allowhyphens}{\ddot o}}
-\declare@shorthand{slovak}{"u}{\textormath{\"{u}\allowhyphens}{\ddot u}}
-\declare@shorthand{slovak}{"A}{\textormath{\"{A}\allowhyphens}{\ddot A}}
-\declare@shorthand{slovak}{"O}{\textormath{\"{O}\allowhyphens}{\ddot O}}
-\declare@shorthand{slovak}{"U}{\textormath{\"{U}\allowhyphens}{\ddot U}}
-\declare@shorthand{slovak}{"e}{\textormath{\"{e}\allowhyphens}{\ddot e}}
-\declare@shorthand{slovak}{"E}{\textormath{\"{E}\allowhyphens}{\ddot E}}
-\declare@shorthand{slovak}{"i}{\textormath{\"{\i}\allowhyphens}%
- {\ddot\imath}}
-\declare@shorthand{slovak}{"I}{\textormath{\"{I}\allowhyphens}{\ddot I}}
-\declare@shorthand{slovak}{^c}{\textormath{\v{c}\allowhyphens}{\check{c}}}
-\declare@shorthand{slovak}{^d}{\textormath{\q{d}\allowhyphens}{\check{d}}}
-\declare@shorthand{slovak}{^l}{\textormath{\q{l}\allowhyphens}{\check{l}}}
-\declare@shorthand{slovak}{^n}{\textormath{\v{n}\allowhyphens}{\check{n}}}
-\declare@shorthand{slovak}{^o}{\textormath{\^{o}\allowhyphens}{\hat{o}}}
-\declare@shorthand{slovak}{^s}{\textormath{\v{s}\allowhyphens}{\check{s}}}
-\declare@shorthand{slovak}{^t}{\textormath{\q{t}\allowhyphens}{\check{t}}}
-\declare@shorthand{slovak}{^z}{\textormath{\v{z}\allowhyphens}{\check{z}}}
-\declare@shorthand{slovak}{^C}{\textormath{\v{C}\allowhyphens}{\check{C}}}
-\declare@shorthand{slovak}{^D}{\textormath{\v{D}\allowhyphens}{\check{D}}}
-\declare@shorthand{slovak}{^L}{\textormath{\q{L}\allowhyphens}{\check{L}}}
-\declare@shorthand{slovak}{^N}{\textormath{\v{N}\allowhyphens}{\check{N}}}
-\declare@shorthand{slovak}{^O}{\textormath{\^{O}\allowhyphens}{\hat{O}}}
-\declare@shorthand{slovak}{^S}{\textormath{\v{S}\allowhyphens}{\check{S}}}
-\declare@shorthand{slovak}{^T}{\textormath{\v{T}\allowhyphens}{\check{T}}}
-\declare@shorthand{slovak}{^Z}{\textormath{\v{Z}\allowhyphens}{\check{Z}}}
-\@ifpackagewith{babel}{activeacute}{%
- \declare@shorthand{slovak}{'a}{\textormath{\'a\allowhyphens}{^{\prime}a}}
- \declare@shorthand{slovak}{'e}{\textormath{\'e\allowhyphens}{^{\prime}e}}
- \declare@shorthand{slovak}{'i}{\textormath{\'\i{}\allowhyphens}{^{\prime}i}}
- \declare@shorthand{slovak}{'l}{\textormath{\'l\allowhyphens}{^{\prime}l}}
- \declare@shorthand{slovak}{'o}{\textormath{\'o\allowhyphens}{^{\prime}o}}
- \declare@shorthand{slovak}{'r}{\textormath{\'r\allowhyphens}{^{\prime}r}}
- \declare@shorthand{slovak}{'u}{\textormath{\'u\allowhyphens}{^{\prime}u}}
- \declare@shorthand{slovak}{'y}{\textormath{\'y\allowhyphens}{^{\prime}y}}
- \declare@shorthand{slovak}{'A}{\textormath{\'A\allowhyphens}{^{\prime}A}}
- \declare@shorthand{slovak}{'E}{\textormath{\'E\allowhyphens}{^{\prime}E}}
- \declare@shorthand{slovak}{'I}{\textormath{\'I\allowhyphens}{^{\prime}I}}
- \declare@shorthand{slovak}{'L}{\textormath{\'L\allowhyphens}{^{\prime}l}}
- \declare@shorthand{slovak}{'O}{\textormath{\'O\allowhyphens}{^{\prime}O}}
- \declare@shorthand{slovak}{'R}{\textormath{\'R\allowhyphens}{^{\prime}R}}
- \declare@shorthand{slovak}{'U}{\textormath{\'U\allowhyphens}{^{\prime}U}}
- \declare@shorthand{slovak}{'Y}{\textormath{\'Y\allowhyphens}{^{\prime}Y}}
- \declare@shorthand{slovak}{''}{%
- \textormath{\textquotedblright}{\sp\bgroup\prim@s'}}
- }{}
-\declare@shorthand{slovak}{"`}{\glqq}
-\declare@shorthand{slovak}{"'}{\grqq}
-\declare@shorthand{slovak}{"<}{\flqq}
-\declare@shorthand{slovak}{">}{\frqq}
-\declare@shorthand{slovak}{"-}{\nobreak\-\bbl@allowhyphens}
-\declare@shorthand{slovak}{"|}{%
- \textormath{\penalty\@M\discretionary{-}{}{\kern.03em}%
- \bbl@allowhyphens}{}}
-\declare@shorthand{slovak}{""}{\hskip\z@skip}
-\declare@shorthand{slovak}{"~}{\textormath{\leavevmode\hbox{-}}{-}}
-\declare@shorthand{slovak}{"=}{\nobreak-\hskip\z@skip}
-\ldf@finish{slovak}
+\providehyphenmins{\CurrentOption}{\tw@\thr@@}
+\ifx\cs@compat@latex\relax\else
+ \declare@shorthand{system}{^}{\csname normal@char\string^\endcsname}
+ \declare@shorthand{slovak}{"a}{\textormath{\"{a}\allowhyphens}{\ddot a}}
+ \declare@shorthand{slovak}{"o}{\textormath{\"{o}\allowhyphens}{\ddot o}}
+ \declare@shorthand{slovak}{"u}{\textormath{\"{u}\allowhyphens}{\ddot u}}
+ \declare@shorthand{slovak}{"A}{\textormath{\"{A}\allowhyphens}{\ddot A}}
+ \declare@shorthand{slovak}{"O}{\textormath{\"{O}\allowhyphens}{\ddot O}}
+ \declare@shorthand{slovak}{"U}{\textormath{\"{U}\allowhyphens}{\ddot U}}
+ \declare@shorthand{slovak}{"e}{\textormath{\"{e}\allowhyphens}{\ddot e}}
+ \declare@shorthand{slovak}{"E}{\textormath{\"{E}\allowhyphens}{\ddot E}}
+ \declare@shorthand{slovak}{"i}{\textormath{\"{\i}\allowhyphens}%
+ {\ddot\imath}}
+ \declare@shorthand{slovak}{"I}{\textormath{\"{I}\allowhyphens}{\ddot I}}
+ \declare@shorthand{slovak}{^c}{\textormath{\v{c}\allowhyphens}{\check{c}}}
+ \declare@shorthand{slovak}{^d}{\textormath{\q{d}\allowhyphens}{\check{d}}}
+ \declare@shorthand{slovak}{^l}{\textormath{\q{l}\allowhyphens}{\check{l}}}
+ \declare@shorthand{slovak}{^n}{\textormath{\v{n}\allowhyphens}{\check{n}}}
+ \declare@shorthand{slovak}{^o}{\textormath{\^{o}\allowhyphens}{\hat{o}}}
+ \declare@shorthand{slovak}{^s}{\textormath{\v{s}\allowhyphens}{\check{s}}}
+ \declare@shorthand{slovak}{^t}{\textormath{\q{t}\allowhyphens}{\check{t}}}
+ \declare@shorthand{slovak}{^z}{\textormath{\v{z}\allowhyphens}{\check{z}}}
+ \declare@shorthand{slovak}{^C}{\textormath{\v{C}\allowhyphens}{\check{C}}}
+ \declare@shorthand{slovak}{^D}{\textormath{\v{D}\allowhyphens}{\check{D}}}
+ \declare@shorthand{slovak}{^L}{\textormath{\q{L}\allowhyphens}{\check{L}}}
+ \declare@shorthand{slovak}{^N}{\textormath{\v{N}\allowhyphens}{\check{N}}}
+ \declare@shorthand{slovak}{^O}{\textormath{\^{O}\allowhyphens}{\hat{O}}}
+ \declare@shorthand{slovak}{^S}{\textormath{\v{S}\allowhyphens}{\check{S}}}
+ \declare@shorthand{slovak}{^T}{\textormath{\v{T}\allowhyphens}{\check{T}}}
+ \declare@shorthand{slovak}{^Z}{\textormath{\v{Z}\allowhyphens}{\check{Z}}}
+ \@ifpackagewith{babel}{activeacute}{%
+ \declare@shorthand{slovak}{'a}{\textormath{\'a\allowhyphens}{^{\prime}a}}
+ \declare@shorthand{slovak}{'e}{\textormath{\'e\allowhyphens}{^{\prime}e}}
+ \declare@shorthand{slovak}{'i}{\textormath{\'\i{}\allowhyphens}{^{\prime}i}}
+ \declare@shorthand{slovak}{'l}{\textormath{\'l\allowhyphens}{^{\prime}l}}
+ \declare@shorthand{slovak}{'o}{\textormath{\'o\allowhyphens}{^{\prime}o}}
+ \declare@shorthand{slovak}{'r}{\textormath{\'r\allowhyphens}{^{\prime}r}}
+ \declare@shorthand{slovak}{'u}{\textormath{\'u\allowhyphens}{^{\prime}u}}
+ \declare@shorthand{slovak}{'y}{\textormath{\'y\allowhyphens}{^{\prime}y}}
+ \declare@shorthand{slovak}{'A}{\textormath{\'A\allowhyphens}{^{\prime}A}}
+ \declare@shorthand{slovak}{'E}{\textormath{\'E\allowhyphens}{^{\prime}E}}
+ \declare@shorthand{slovak}{'I}{\textormath{\'I\allowhyphens}{^{\prime}I}}
+ \declare@shorthand{slovak}{'L}{\textormath{\'L\allowhyphens}{^{\prime}l}}
+ \declare@shorthand{slovak}{'O}{\textormath{\'O\allowhyphens}{^{\prime}O}}
+ \declare@shorthand{slovak}{'R}{\textormath{\'R\allowhyphens}{^{\prime}R}}
+ \declare@shorthand{slovak}{'U}{\textormath{\'U\allowhyphens}{^{\prime}U}}
+ \declare@shorthand{slovak}{'Y}{\textormath{\'Y\allowhyphens}{^{\prime}Y}}
+ \declare@shorthand{slovak}{''}{%
+ \textormath{\textquotedblright}{\sp\bgroup\prim@s'}}
+ }{}
+ % \end{macrocode}
+ \declare@shorthand{slovak}{"-}{\nobreak\-\bbl@allowhyphens}
+ \declare@shorthand{slovak}{"|}{%
+ \textormath{\penalty\@M\discretionary{-}{}{\kern.03em}%
+ \bbl@allowhyphens}{}}
+ \declare@shorthand{slovak}{""}{\hskip\z@skip}
+ \declare@shorthand{slovak}{"~}{\textormath{\leavevmode\hbox{-}}{-}}
+ \declare@shorthand{slovak}{"=}{\cs@splithyphen}
+\fi
+\AtBeginDocument{%
+ \DeclareTextCompositeCommand{\v}{OT1}{t}{%
+ t\kern-.23em\raise.24ex\hbox{'}}
+ \DeclareTextCompositeCommand{\v}{OT1}{d}{%
+ d\kern-.13em\raise.24ex\hbox{'}}
+ \DeclareTextCompositeCommand{\v}{OT1}{l}{\lcaron{}}
+ \DeclareTextCompositeCommand{\v}{OT1}{L}{\Lcaron{}}}
+\def\lcaron{%
+ \setbox0\hbox{M}\setbox\tw@\hbox{i}%
+ \ifdim\wd0>\wd\tw@\relax
+ l\kern-.13em\raise.24ex\hbox{'}\kern-.11em%
+ \else
+ l\raise.45ex\hbox to\z@{\kern-.35em '\hss}%
+ \fi}
+\def\Lcaron{%
+ \setbox0\hbox{M}\setbox\tw@\hbox{i}%
+ \ifdim\wd0>\wd\tw@\relax
+ L\raise.24ex\hbox to\z@{\kern-.28em'\hss}%
+ \else
+ L\raise.45ex\hbox to\z@{\kern-.40em '\hss}%
+ \fi}
+\ifx\cs@compat@latex\relax
+ \let\cs@ltxprim@s\prim@s
+ \def\csprimeson{%
+ \catcode``\active \catcode`'\active \let\prim@s\bbl@prim@s}
+ \def\csprimesoff{%
+ \catcode``12 \catcode`'12 \let\prim@s\cs@ltxprim@s}
+ \begingroup\catcode``\active
+ \def\x{\endgroup
+ \def`{\futurelet\cs@next\cs@openquote}
+ \def\cs@openquote{%
+ \ifx`\cs@next \expandafter\cs@opendq
+ \else \expandafter\clq
+ \fi}%
+ }\x
+ \begingroup\catcode`'\active
+ \def\x{\endgroup
+ \def'{\textormath{\futurelet\cs@next\cs@closequote}
+ {^\bgroup\prim@s}}
+ \def\cs@closequote{%
+ \ifx'\cs@next \expandafter\cs@closedq
+ \else \expandafter\crq
+ \fi}%
+ }\x
+ \def\cs@opendq{\clqq\let\cs@next= }
+ \def\cs@closedq{\crqq\let\cs@next= }
+\else
+ \declare@shorthand{slovak}{"`}{\clqq}
+ \declare@shorthand{slovak}{"'}{\crqq}
+ \declare@shorthand{slovak}{"<}{\flqq}
+ \declare@shorthand{slovak}{">}{\frqq}
+\fi
+\ProvideTextCommand{\clqq}{OT1}{%
+ \set@low@box{\textquotedblright}%
+ \setbox\@ne=\hbox{l\/}\dimen\@ne=\wd\@ne
+ \setbox\@ne=\hbox{l}\advance\dimen\@ne-\wd\@ne
+ \leavevmode
+ \ifdim\dimen\@ne>\z@\kern-.1em\box\z@\kern.1em
+ \else\kern.1em\box\z@\kern-.1em\fi\allowhyphens}
+\ProvideTextCommand{\clqq}{T1}
+ {\kern.1em\quotedblbase\kern-.0158em\relax}
+\ProvideTextCommandDefault{\clqq}{\UseTextSymbol{OT1}\clqq}
+\ProvideTextCommand{\crqq}{OT1}
+ {\save@sf@q{\nobreak\kern-.07em\textquotedblleft\kern.07em}}
+\ProvideTextCommand{\crqq}{T1}
+ {\save@sf@q{\nobreak\kern.06em\textquotedblleft\kern.024em}}
+\ProvideTextCommandDefault{\crqq}{\UseTextSymbol{OT1}\crqq}
+\ProvideTextCommand{\clq}{OT1}
+ {\set@low@box{\textquoteright}\box\z@\kern.04em\allowhyphens}
+\ProvideTextCommand{\clq}{T1}
+ {\quotesinglbase\kern-.0428em\relax}
+\ProvideTextCommandDefault{\clq}{\UseTextSymbol{OT1}\clq}
+\ProvideTextCommand{\crq}{OT1}
+ {\save@sf@q{\nobreak\textquoteleft\kern.17em}}
+\ProvideTextCommand{\crq}{T1}
+ {\save@sf@q{\nobreak\textquoteleft\kern.17em}}
+\ProvideTextCommandDefault{\crq}{\UseTextSymbol{OT1}\crq}
+\ifx\cs@compat@plain\@undefined\else\let\cs@olduv=\relax\fi
+\ifx\cs@olduv\@undefined
+ \DeclareRobustCommand\uv[1]{{\leavevmode\clqq#1\crqq}}
+\else
+ \DeclareRobustCommand\uv{\bgroup\aftergroup\closequotes
+ \leavevmode\clqq\let\cs@next=}
+ \def\closequotes{\unskip\crqq\relax}
+\fi
+\newcount\cs@wordlen
+\begingroup\catcode`\-12
+\def\x{\endgroup
+ \def\cs@hyphen{-}
+ \def\cs@endash{--}
+ \def\cs@emdash{---}
+ \def\cs@boxhyphen{\hbox{-}}
+ \def\cs@splithyphen{\kern\z@
+ \discretionary{-}{\char\hyphenchar\the\font}{-}\nobreak\hskip\z@}
+}\x
+\initiate@active@char{-}
+\declare@shorthand{slovak}{-}{%
+ \ifx\protect\@typeset@protect
+ \ifhmode
+ \ifinner
+ \bbl@afterelse\bbl@afterelse\bbl@afterelse\cs@hyphen
+ \else
+ \bbl@afterfi\bbl@afterelse\bbl@afterelse\cs@firsthyphen
+ \fi
+ \else
+ \bbl@afterfi\bbl@afterelse\cs@hyphen
+ \fi
+ \else
+ \bbl@afterfi\cs@hyphen
+ \fi}
+\begingroup\catcode`\-\active
+\def\x{\endgroup
+ \def\cs@firsthyphen{\futurelet\cs@token\cs@firsthyph@n}
+ \def\cs@firsthyph@n{%
+ \ifx -\cs@token
+ \bbl@afterelse\cs@secondhyphen
+ \else
+ \bbl@afterfi\cs@checkhyphen
+ \fi}
+ \def\cs@secondhyphen ##1{%
+ \futurelet\cs@token\cs@secondhyph@n}
+ \def\cs@secondhyph@n{%
+ \ifx -\cs@token
+ \bbl@afterelse\cs@emdash\@gobble
+ \else
+ \bbl@afterfi\cs@endash
+ \fi}
+}\x
+\def\cs@checkhyphen{%
+ \ifnum\expandafter\hyphenchar\the\font=`\-
+ \def\cs@word{}\cs@wordlen\z@
+ \bbl@afterelse\cs@scanword
+ \else
+ \cs@hyphen
+ \fi}
+\def\cs@scanword{\let\cs@lasttoken= \cs@token\expandafter\cs@gettoken}
+\def\cs@continuescan{\let\cs@lasttoken\@undefined\expandafter\cs@gettoken}
+\def\cs@gettoken{\futurelet\cs@token\cs@gett@ken}
+\def\cs@gett@ken{%
+ \ifx\cs@token\cs@lasttoken \def\cs@next{\cs@examinetoken}%
+ \else \def\cs@next{\cs@scanword}%
+ \fi \cs@next}
+\def\cs@examinetoken{%
+ \ifcat A\cs@token
+ \def\cs@next{\cs@addparam}%
+ \else\ifcat 0\cs@token
+ \def\cs@next{\cs@addparam}%
+ \else\ifx\char\cs@token
+ \def\cs@next{\afterassignment\cs@expandchar\let\cs@token= }%
+ \else\ifx\bgroup\cs@token
+ \def\cs@next{\cs@ignoretoken\bgroup}%
+ \else\ifx\egroup\cs@token
+ \def\cs@next{\cs@ignoretoken\egroup}%
+ \else\ifx\begingroup\cs@token
+ \def\cs@next{\cs@ignoretoken\begingroup}%
+ \else\ifx\endgroup\cs@token
+ \def\cs@next{\cs@ignoretoken\endgroup}%
+ \else
+ \def\cs@next{\expandafter\expandafter\expandafter\cs@checkchardef
+ \expandafter\meaning\expandafter\cs@token\string\char\end}%
+ \fi\fi\fi\fi\fi\fi\fi\cs@next}
+\expandafter\def\expandafter\cs@checkchardef
+ \expandafter#\expandafter1\string\char#2\end{%
+ \def\cs@token{#1}%
+ \ifx\cs@token\@empty
+ \def\cs@next{\afterassignment\cs@examinechar\let\cs@token= }%
+ \else
+ \def\cs@next{\cs@nosplit}%
+ \fi \cs@next}
+\def\cs@ignoretoken#1{%
+ \edef\cs@word{\cs@word#1}%
+ \afterassignment\cs@continuescan\let\cs@token= }
+\def\cs@addparam#1{%
+ \edef\cs@word{\cs@word#1}%
+ \cs@checkcode{\lccode`#1}}
+\def\cs@expandchar{\afterassignment\cs@examinechar\chardef\cs@token=}
+\def\cs@examinechar{%
+ \edef\cs@word{\cs@word\char\the\cs@token\space}%
+ \cs@checkcode{\lccode\cs@token}}
+\def\cs@checkcode#1{%
+ \ifnum0=#1
+ \def\cs@next{\cs@nosplit}%
+ \else
+ \advance\cs@wordlen\@ne
+ \ifnum\righthyphenmin>\the\cs@wordlen
+ \def\cs@next{\cs@continuescan}%
+ \else
+ \cs@splithyphen
+ \def\cs@next{\cs@word}%
+ \fi
+ \fi \cs@next}
+\def\cs@nosplit{\cs@boxhyphen\cs@word}
+\let\minus\cs@hyphen
+
+\def\standardhyphens{\cs@splithyphensfalse\cs@deactivatehyphens}
+\def\splithyphens{\cs@splithyphenstrue\cs@activatehyphens}
+\def\cs@splitattr{\babel@save\ifcs@splithyphens\splithyphens}
+\bbl@declare@ttribute{slovak}{split}{%
+ \addto\extrasslovak{\cs@splitattr}}
+\let\cs@activatehyphens\relax
+\let\cs@deactivatehyphens\relax
+\expandafter\addto\csname extras\CurrentOption\endcsname{%
+ \def\cs@activatehyphens{\bbl@activate{-}}%
+ \def\cs@deactivatehyphens{\bbl@deactivate{-}}%
+ \ifcs@splithyphens\cs@activatehyphens\fi}
+\expandafter\addto\csname noextras\CurrentOption\endcsname{%
+ \cs@deactivatehyphens
+ \let\cs@activatehyphens\relax
+ \let\cs@deactivatehyphens\relax}
+\let\cs@looseness\looseness
+\def\looseness{%
+ \ifcs@splithyphens
+ \cs@deactivatehyphens\afterassignment\cs@activatehyphens \fi
+ \cs@looseness}
+\ifx\cs@nocaptions\@undefined\else
+ \edef\cs@main@language{\CurrentOption}
+ \ifx\cs@origselect\@undefined
+ \let\cs@origselect=\selectlanguage
+ \def\selectlanguage{%
+ \let\selectlanguage\cs@origselect
+ \ifx\bbl@main@language\cs@main@language
+ \expandafter\cs@selectlanguage
+ \else
+ \expandafter\selectlanguage
+ \fi}
+ \def\cs@selectlanguage{%
+ \cs@tempdisable{captions}%
+ \cs@tempdisable{date}%
+ \selectlanguage}
+ \def\cs@tempdisable#1{%
+ \def\@tempa{cs@#1}%
+ \def\@tempb{#1\bbl@main@language}%
+ \expandafter\expandafter\expandafter\let
+ \expandafter \csname\expandafter \@tempa \expandafter\endcsname
+ \csname \@tempb \endcsname
+ \expandafter\edef\csname \@tempb \endcsname{%
+ \let \expandafter\noexpand \csname \@tempb \endcsname
+ \expandafter\noexpand \csname \@tempa \endcsname
+ \let \expandafter\noexpand\csname \@tempa \endcsname
+ \noexpand\@undefined}}
+ \@onlypreamble\cs@main@language
+ \@onlypreamble\cs@origselect
+ \@onlypreamble\cs@selectlanguage
+ \@onlypreamble\cs@tempdisable
+ \fi
+\fi
+\ifx\cs@compat@plain\@undefined
+\ifx\cs@check@enc\@undefined\else
+ \def\cs@check@enc{
+ \ifx\encodingdefault\cs@iltw@
+ \let\cs@warn\@font@warning \let\@font@warning\@gobble
+ \let\cs@info\@font@info \let\@font@info\@gobble
+ \SetSymbolFont{operators}{normal}{\cs@iltw@}{cmr}{m}{n}
+ \SetSymbolFont{operators}{bold}{\cs@iltw@}{cmr}{bx}{n}
+ \SetMathAlphabet\mathbf{normal}{\cs@iltw@}{cmr}{bx}{n}
+ \SetMathAlphabet\mathit{normal}{\cs@iltw@}{cmr}{m}{it}
+ \SetMathAlphabet\mathrm{normal}{\cs@iltw@}{cmr}{m}{n}
+ \SetMathAlphabet\mathsf{normal}{\cs@iltw@}{cmss}{m}{n}
+ \SetMathAlphabet\mathtt{normal}{\cs@iltw@}{cmtt}{m}{n}
+ \SetMathAlphabet\mathbf{bold}{\cs@iltw@}{cmr}{bx}{n}
+ \SetMathAlphabet\mathit{bold}{\cs@iltw@}{cmr}{bx}{it}
+ \SetMathAlphabet\mathrm{bold}{\cs@iltw@}{cmr}{bx}{n}
+ \SetMathAlphabet\mathsf{bold}{\cs@iltw@}{cmss}{bx}{n}
+ \SetMathAlphabet\mathtt{bold}{\cs@iltw@}{cmtt}{m}{n}
+ \let\@font@warning\cs@warn \let\cs@warn\@undefined
+ \let\@font@info\cs@info \let\cs@info\@undefined
+ \fi
+ \let\cs@check@enc\@undefined}
+ \AtBeginDocument{\cs@check@enc}
+\fi
+\fi
+\def\cs@undoiltw@{%
+ \uccode158=208 \lccode158=158 \sfcode158=1000
+ \sfcode159=1000
+ \uccode165=133 \lccode165=165 \sfcode165=1000
+ \uccode169=137 \lccode169=169 \sfcode169=1000
+ \uccode171=139 \lccode171=171 \sfcode171=1000
+ \uccode174=142 \lccode174=174 \sfcode174=1000
+ \uccode181=149
+ \uccode185=153
+ \uccode187=155
+ \uccode190=0 \lccode190=0
+ \uccode254=222 \lccode254=254 \sfcode254=1000
+ \uccode255=223 \lccode255=255 \sfcode255=1000}
+\ifx\cs@enc@update\@undefined
+\ifx\@@enc@update\@undefined\else
+ \let\cs@enc@update\@@enc@update
+ \def\@@enc@update{\ifx\cf@encoding\cs@iltw@\cs@undoiltw@\fi
+ \cs@enc@update
+ \expandafter\ifnum\csname l@\languagename\endcsname=\the\language
+ \expandafter\ifx
+ \csname l@\languagename:\f@encoding\endcsname\relax
+ \else
+ \expandafter\expandafter\expandafter\let
+ \expandafter\csname
+ \expandafter l\expandafter @\expandafter\languagename
+ \expandafter\endcsname\csname l@\languagename:\f@encoding\endcsname
+ \fi
+ \language=\csname l@\languagename\endcsname\relax
+ \fi}
+\fi\fi
+\ldf@finish\CurrentOption
%%
%% \CharacterTable
%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
diff --git a/Master/texmf-dist/tex/generic/babel/spanish.ldf b/Master/texmf-dist/tex/generic/babel/spanish.ldf
index cc3e5d6e546..6096f5f220b 100644
--- a/Master/texmf-dist/tex/generic/babel/spanish.ldf
+++ b/Master/texmf-dist/tex/generic/babel/spanish.ldf
@@ -38,7 +38,7 @@
%% extension .ins) which are part of the distribution.
%% File `spanish.dtx'
%% Babel package for LaTeX version 2e
-%% Copyright (C) 1989 - 2004
+%% Copyright (C) 1989 - 2008
%% by Johannes Braams, TeXniek
%% Spanish Language Definition File
%% Copyright (C) 1997 - 2008
@@ -52,7 +52,7 @@
\ProvidesLanguage{spanish.ldf}
- [2008/05/25 v5.0d Spanish support from the babel system]
+ [2008/07/06 v5.0e Spanish support from the babel system]
\LdfInit{spanish}\captionsspanish
\edef\es@savedcatcodes{%
@@ -638,6 +638,7 @@
\es@a A\es@a E\es@a I\es@a O\es@a U%
\es@declare{'n}{\~n}%
\es@declare{'N}{\~N}%
+ \es@declare{''}{\textquotedblright}%
\let\es@pr@m@s\bbl@pr@m@s
\def\bbl@pr@m@s{%
\ifx'\@let@token
diff --git a/Master/texmf-dist/tex/generic/babel/switch.def b/Master/texmf-dist/tex/generic/babel/switch.def
index 99eb2966d0d..6de2ee9ec1f 100644
--- a/Master/texmf-dist/tex/generic/babel/switch.def
+++ b/Master/texmf-dist/tex/generic/babel/switch.def
@@ -38,7 +38,7 @@
%% extension .ins) which are part of the distribution.
%%
%% File 'babel.dtx'
-%%\ProvidesFile{babel.dtx}[2008/03/16 v3.8j The Babel package]
+%%\ProvidesFile{babel.dtx}[2008/03/16 v3.8l The Babel package]
%% Babel package for LaTeX2e.
%% Copyright (C) 1989 -- 2008 by Johannes Braams,
%% TeXniek
@@ -66,7 +66,7 @@
\endgroup}
\fi
\ProvidesFile{switch.def}
- [2008/03/16 v3.8j %
+ [2008/07/06 v3.8l %
Babel language switching mechanism]
\ifx\AtBeginDocument\@undefined
\def\adddialect{}
@@ -151,7 +151,7 @@
\expandafter\ifx\csname date#1\endcsname\relax
\@noopterr{#1}%
\else
- \language=\csname l@#1\endcsname\relax
+ \bbl@patterns{\languagename}%
\originalTeX
\expandafter\def\expandafter\originalTeX
\expandafter{\csname noextras#1\endcsname
@@ -199,7 +199,7 @@
\expandafter\ifx\csname l@#1\endcsname\relax
\@nolanerr{#1}%
\else
- \language=\csname l@#1\endcsname\relax
+ \bbl@patterns{\languagename}%
\languageshorthands{none}%
\csname extras#1\endcsname
\expandafter\ifx\csname #1hyphenmins\endcsname\relax
@@ -210,11 +210,18 @@
\fi
\fi
}
+\def\bbl@patterns#1{%
+ \language=\expandafter\ifx\csname l@#1:\f@encoding\endcsname\relax
+ \csname l@#1\endcsname
+ \else
+ \csname l@#1:\f@encoding\endcsname
+ \fi\relax
+}
\def\hyphenrules#1{%
\expandafter\ifx\csname l@#1\endcsname\@undefined
\@nolanerr{#1}%
\else
- \language=\csname l@#1\endcsname\relax
+ \bbl@patterns{#1}%
\languageshorthands{none}%
\expandafter\ifx\csname #1hyphenmins\endcsname\relax
\set@hyphenmins\tw@\thr@@\relax