summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/oberdiek
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-08-20 00:24:15 +0000
committerKarl Berry <karl@freefriends.org>2007-08-20 00:24:15 +0000
commit875e79bb32ceb99ed9cd26ca6630d10e3a611b28 (patch)
tree95a58a6ef690745eb730f47b57c55057b426b84a /Master/texmf-dist/tex/latex/oberdiek
parent5d15743e4114b97824c00eaa61eab488ba52b233 (diff)
oberdiek grffile 1.5, inputenx 1.3 (17aug07)
git-svn-id: svn://tug.org/texlive/trunk@4767 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek')
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/grffile.sty4
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/inputenx.sty2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/ix-alias.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/ix-math.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/ix-name.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/ix-slot.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/ix-uc.def4
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/ix-utf8enc.dfu4
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-ascii.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-cp1250.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-cp1251.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-cp1252.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-cp1257.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-cp437.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-cp850.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-cp852.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-cp855.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-cp858.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-cp865.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-cp866.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-dec-mcs.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-1.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-10.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-13.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-14.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-15.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-16.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-2.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-3.def4
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-4.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-5.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-9.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-koi8-r.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-mac-centeuro.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-mac-cyrillic.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-mac-roman.def2
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/x-nextstep.def2
37 files changed, 41 insertions, 41 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/grffile.sty b/Master/texmf-dist/tex/latex/oberdiek/grffile.sty
index 6794480ce2a..da9cb1d01d1 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/grffile.sty
+++ b/Master/texmf-dist/tex/latex/oberdiek/grffile.sty
@@ -28,7 +28,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{grffile}%
- [2007/06/13 v1.4 Extended file name support for graphics (HO)]%
+ [2007/08/16 v1.5 Extended file name support for graphics (HO)]%
\edef\grffile@RestoreCatcodes{%
\catcode`\noexpand\=\the\catcode`\=\relax
\catcode`\noexpand\:\the\catcode`\:\relax
@@ -94,7 +94,7 @@
}
\let\grffile@org@Ginclude@graphics\Ginclude@graphics
\renewcommand*{\Ginclude@graphics}{%
- \ifx\grffile@fileencoding\@empty
+ \ifx\grffile@filenameencoding\@empty
\else
\ifx\grffile@inputencoding\@empty
\expandafter\ifx\csname inputencodingname\endcsname\relax
diff --git a/Master/texmf-dist/tex/latex/oberdiek/inputenx.sty b/Master/texmf-dist/tex/latex/oberdiek/inputenx.sty
index 5739834ac1d..f43c39b53e8 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/inputenx.sty
+++ b/Master/texmf-dist/tex/latex/oberdiek/inputenx.sty
@@ -39,7 +39,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{inputenx}%
- [2007/06/16 v1.2 Enhanced input encoding handling (HO)]%
+ [2007/08/16 v1.3 Enhanced input encoding handling (HO)]%
\providecommand*{\CurrentInputEncodingName}{}
\providecommand*{\CurrentInputEncodingOption}{}
\def\IEX@LookupEncoding#1{%
diff --git a/Master/texmf-dist/tex/latex/oberdiek/ix-alias.def b/Master/texmf-dist/tex/latex/oberdiek/ix-alias.def
index f8dd0dc87fb..485ff59fcf9 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/ix-alias.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/ix-alias.def
@@ -37,7 +37,7 @@
%% x-mac-cyrillic.def, x-mac-roman.def, x-nextstep.def,
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
-\ProvidesFile{ix-alias.def}[2007/06/16 v1.2 Alias list (inputenx)]
+\ProvidesFile{ix-alias.def}[2007/08/16 v1.3 Alias list (inputenx)]
\InputenxAlias{ascii}{x-ascii}
\InputenxAlias{iso-8859-1}{x-iso-8859-1}
\InputenxAlias{iso-8859-2}{x-iso-8859-2}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/ix-math.def b/Master/texmf-dist/tex/latex/oberdiek/ix-math.def
index 514618b5b13..6d29c013553 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/ix-math.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/ix-math.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{ix-math.def}%
- [2007/06/16 v1.2 Math list (inputenx)]%
+ [2007/08/16 v1.3 Math list (inputenx)]%
\DeclareMathMeaning{\ss}{\beta}
\DeclareMathMeaning{\textalpha}{\alpha}
\DeclareMathMeaning{\textapproxequal}{\aprox}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/ix-name.def b/Master/texmf-dist/tex/latex/oberdiek/ix-name.def
index a7d996f3225..b6e2a8554fa 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/ix-name.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/ix-name.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{ix-name.def}%
- [2007/06/16 v1.2 Name list (inputenx)]%
+ [2007/08/16 v1.3 Name list (inputenx)]%
\InputenxName{AE}{00C6}% LATIN CAPITAL LETTER AE
\InputenxName{Aacute}{00C1}% LATIN CAPITAL LETTER A WITH ACUTE
\InputenxName{Abreve}{0102}% LATIN CAPITAL LETTER A WITH BREVE
diff --git a/Master/texmf-dist/tex/latex/oberdiek/ix-slot.def b/Master/texmf-dist/tex/latex/oberdiek/ix-slot.def
index 3ac19f48a2b..24b2d3fecba 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/ix-slot.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/ix-slot.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{ix-slot.def}%
- [2007/06/16 v1.2 SLOT and UC to Encodings (inputenx)]%
+ [2007/08/16 v1.3 SLOT and UC to Encodings (inputenx)]%
\InputenxSlot{128}{00A0}{\do{nextstep}}
\InputenxSlot{128}{00C4}{\do{mac-centeuro}\do{mac-roman}}
\InputenxSlot{128}{00C7}{%
diff --git a/Master/texmf-dist/tex/latex/oberdiek/ix-uc.def b/Master/texmf-dist/tex/latex/oberdiek/ix-uc.def
index da8a60c079a..e553e54689b 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/ix-uc.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/ix-uc.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{ix-uc.def}%
- [2007/06/16 v1.2 UC to LICR (inputenx)]%
+ [2007/08/16 v1.3 UC to LICR (inputenx)]%
\InputenxUC{00A0}{\nobreakspace}{}
\InputenxUC{00A1}{\textexclamdown}{}
\InputenxUC{00A2}{\textcent}{%
@@ -268,7 +268,7 @@
\InputenxUC{0132}{\IJ}{}
\InputenxUC{0133}{\ij}{}
\InputenxUC{0134}{\^J}{}
-\InputenxUC{0135}{\^j}{}
+\InputenxUC{0135}{\^\j}{}
\InputenxUC{0136}{\c K}{}
\InputenxUC{0137}{\c k}{}
\InputenxUC{0138}{\textkra}{%
diff --git a/Master/texmf-dist/tex/latex/oberdiek/ix-utf8enc.dfu b/Master/texmf-dist/tex/latex/oberdiek/ix-utf8enc.dfu
index d1a7cdefe8b..f0eb4b2a7b8 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/ix-utf8enc.dfu
+++ b/Master/texmf-dist/tex/latex/oberdiek/ix-utf8enc.dfu
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{ix-utf8enc.dfu}%
- [2007/06/16 v1.2 Additions of inputenx for utf8enc.dfu]%
+ [2007/08/16 v1.3 Additions of inputenx for utf8enc.dfu]%
\DeclareUnicodeCharacter{00A0}{\nobreakspace}
\DeclareUnicodeCharacter{00AD}{\-}
\DeclareUnicodeCharacter{0100}{\@tabacckludge=A}
@@ -68,7 +68,7 @@
\DeclareUnicodeCharacter{012E}{\k I}
\DeclareUnicodeCharacter{012F}{\k i}
\DeclareUnicodeCharacter{0134}{\^J}
-\DeclareUnicodeCharacter{0135}{\^j}
+\DeclareUnicodeCharacter{0135}{\^\j}
\DeclareUnicodeCharacter{0136}{\c K}
\DeclareUnicodeCharacter{0137}{\c k}
\DeclareUnicodeCharacter{0138}{\textkra}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-ascii.def b/Master/texmf-dist/tex/latex/oberdiek/x-ascii.def
index 1fa945c2380..1d801837dbe 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-ascii.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-ascii.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-ascii.def}%
- [2007/06/16 v1.2 Input encoding ascii (inputenx)]%
+ [2007/08/16 v1.3 Input encoding ascii (inputenx)]%
\@inpenc@test
\endinput
%%
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-cp1250.def b/Master/texmf-dist/tex/latex/oberdiek/x-cp1250.def
index a3a5d5cf7e5..9c013fb6e10 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-cp1250.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-cp1250.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-cp1250.def}%
- [2007/06/16 v1.2 Input encoding cp1250 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp1250 (inputenx)]%
\ProvideTextCommandDefault{\textacutedbl}{%
\H{}%
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-cp1251.def b/Master/texmf-dist/tex/latex/oberdiek/x-cp1251.def
index c4298c07f32..017b5e5df46 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-cp1251.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-cp1251.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-cp1251.def}%
- [2007/06/16 v1.2 Input encoding cp1251 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp1251 (inputenx)]%
\ProvideTextCommandDefault{\textbrokenbar}{%
\TextSymbolUnavailable\textbrokenbar
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-cp1252.def b/Master/texmf-dist/tex/latex/oberdiek/x-cp1252.def
index 7cd14ebb224..0d43f22053c 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-cp1252.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-cp1252.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-cp1252.def}%
- [2007/06/16 v1.2 Input encoding cp1252 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp1252 (inputenx)]%
\ProvideTextCommandDefault{\textasciiacute}{%
\@tabacckludge'{}%
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-cp1257.def b/Master/texmf-dist/tex/latex/oberdiek/x-cp1257.def
index 23bbbd9bc2f..42756f0bbfd 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-cp1257.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-cp1257.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-cp1257.def}%
- [2007/06/16 v1.2 Input encoding cp1257 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp1257 (inputenx)]%
\ProvideTextCommandDefault{\textasciiacute}{%
\@tabacckludge'{}%
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-cp437.def b/Master/texmf-dist/tex/latex/oberdiek/x-cp437.def
index c11f9e5e777..d8fdc04bcb3 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-cp437.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-cp437.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-cp437.def}%
- [2007/06/16 v1.2 Input encoding cp437 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp437 (inputenx)]%
\ProvideTextCommandDefault{\textGamma}{%
\ensuremath\Gamma
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-cp850.def b/Master/texmf-dist/tex/latex/oberdiek/x-cp850.def
index 6960bb182b9..c2ace880400 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-cp850.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-cp850.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-cp850.def}%
- [2007/06/16 v1.2 Input encoding cp850 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp850 (inputenx)]%
\ProvideTextCommandDefault{\textasciiacute}{%
\@tabacckludge'{}%
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-cp852.def b/Master/texmf-dist/tex/latex/oberdiek/x-cp852.def
index 997db8ae22e..85c744e7139 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-cp852.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-cp852.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-cp852.def}%
- [2007/06/16 v1.2 Input encoding cp852 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp852 (inputenx)]%
\ProvideTextCommandDefault{\textacutedbl}{%
\H{}%
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-cp855.def b/Master/texmf-dist/tex/latex/oberdiek/x-cp855.def
index 80c7bdfd714..44314af9035 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-cp855.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-cp855.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-cp855.def}%
- [2007/06/16 v1.2 Input encoding cp855 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp855 (inputenx)]%
\ProvideTextCommandDefault{\textblacksquare}{%
\vrule \@width .3em \@height .4em \@depth -.1em\relax
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-cp858.def b/Master/texmf-dist/tex/latex/oberdiek/x-cp858.def
index d3278b108b4..d851a85e0a0 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-cp858.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-cp858.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-cp858.def}%
- [2007/06/16 v1.2 Input encoding cp858 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp858 (inputenx)]%
\ProvideTextCommandDefault{\textasciiacute}{%
\@tabacckludge'{}%
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-cp865.def b/Master/texmf-dist/tex/latex/oberdiek/x-cp865.def
index 893909b30c6..53e91f3deb6 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-cp865.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-cp865.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-cp865.def}%
- [2007/06/16 v1.2 Input encoding cp865 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp865 (inputenx)]%
\ProvideTextCommandDefault{\textGamma}{%
\ensuremath\Gamma
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-cp866.def b/Master/texmf-dist/tex/latex/oberdiek/x-cp866.def
index f5a42fc38a8..e4b1696b43e 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-cp866.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-cp866.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-cp866.def}%
- [2007/06/16 v1.2 Input encoding cp866 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp866 (inputenx)]%
\ProvideTextCommandDefault{\textblacksquare}{%
\vrule \@width .3em \@height .4em \@depth -.1em\relax
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-dec-mcs.def b/Master/texmf-dist/tex/latex/oberdiek/x-dec-mcs.def
index 3911660514d..de03d63cde9 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-dec-mcs.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-dec-mcs.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-dec-mcs.def}%
- [2007/06/16 v1.2 Input encoding dec-mcs (inputenx)]%
+ [2007/08/16 v1.3 Input encoding dec-mcs (inputenx)]%
\ProvideTextCommandDefault{\textcent}{%
\TextSymbolUnavailable\textcent
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-1.def b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-1.def
index 82f1aa5ebea..c58ffe093e4 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-1.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-1.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-iso-8859-1.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-1 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-1 (inputenx)]%
\ProvideTextCommandDefault{\textasciiacute}{%
\@tabacckludge'{}%
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-10.def b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-10.def
index 352918bed34..9d8cb3fafd2 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-10.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-10.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-iso-8859-10.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-10 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-10 (inputenx)]%
\ProvideTextCommandDefault{\textTstroke}{%
\TextSymbolUnavailable\textTstroke
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-13.def b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-13.def
index 8671824e4ea..0ae144529fe 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-13.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-13.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-iso-8859-13.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-13 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-13 (inputenx)]%
\ProvideTextCommandDefault{\textbrokenbar}{%
\TextSymbolUnavailable\textbrokenbar
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-14.def b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-14.def
index 600543511bf..8791454117a 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-14.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-14.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-iso-8859-14.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-14 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-14 (inputenx)]%
\DeclareInputText{160}{\nobreakspace}
\DeclareInputText{161}{\.B}
\DeclareInputText{162}{\.b}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-15.def b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-15.def
index ce9f5a23966..f2181a0fabe 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-15.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-15.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-iso-8859-15.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-15 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-15 (inputenx)]%
\ProvideTextCommandDefault{\textasciimacron}{%
\@tabacckludge={}%
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-16.def b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-16.def
index 3e477cf93e3..4f28447153a 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-16.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-16.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-iso-8859-16.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-16 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-16 (inputenx)]%
\ProvideTextCommandDefault{\textcommabelow}[1]{%
\hmode@bgroup
\ooalign{%
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-2.def b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-2.def
index 989b41baf9b..04dedb9342d 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-2.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-2.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-iso-8859-2.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-2 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-2 (inputenx)]%
\ProvideTextCommandDefault{\textacutedbl}{%
\H{}%
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-3.def b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-3.def
index d04ebc116d1..b846a8fdfbc 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-3.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-3.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-iso-8859-3.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-3 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-3 (inputenx)]%
\ProvideTextCommandDefault{\textasciiacute}{%
\@tabacckludge'{}%
}
@@ -104,7 +104,7 @@
\DeclareInputText{185}{\i}
\DeclareInputText{186}{\c s}
\DeclareInputText{187}{\u g}
-\DeclareInputText{188}{\^j}
+\DeclareInputText{188}{\^\j}
\DeclareInputText{189}{\textonehalf}
\DeclareInputText{191}{\.z}
\DeclareInputText{192}{\@tabacckludge`A}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-4.def b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-4.def
index 462a02469fe..d752707e835 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-4.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-4.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-iso-8859-4.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-4 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-4 (inputenx)]%
\ProvideTextCommandDefault{\textTstroke}{%
\TextSymbolUnavailable\textTstroke
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-5.def b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-5.def
index 80cba191294..a545a74cc9b 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-5.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-5.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-iso-8859-5.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-5 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-5 (inputenx)]%
\ProvideTextCommandDefault{\textnumero}{%
N%
\bgroup
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-9.def b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-9.def
index f2983a7e851..7c9f88f4a6a 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-9.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-iso-8859-9.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-iso-8859-9.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-9 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-9 (inputenx)]%
\ProvideTextCommandDefault{\textasciiacute}{%
\@tabacckludge'{}%
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-koi8-r.def b/Master/texmf-dist/tex/latex/oberdiek/x-koi8-r.def
index 7e523c776e7..f005a52bd24 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-koi8-r.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-koi8-r.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-koi8-r.def}%
- [2007/06/16 v1.2 Input encoding koi8-r (inputenx)]%
+ [2007/08/16 v1.3 Input encoding koi8-r (inputenx)]%
\ProvideTextCommandDefault{\textapproxequal}{%
\ensuremath\approx
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-mac-centeuro.def b/Master/texmf-dist/tex/latex/oberdiek/x-mac-centeuro.def
index 759c8c43163..46f6fa8de60 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-mac-centeuro.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-mac-centeuro.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-mac-centeuro.def}%
- [2007/06/16 v1.2 Input encoding mac-centeuro (inputenx)]%
+ [2007/08/16 v1.3 Input encoding mac-centeuro (inputenx)]%
\ProvideTextCommandDefault{\textasciicaron}{%
\v{}%
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-mac-cyrillic.def b/Master/texmf-dist/tex/latex/oberdiek/x-mac-cyrillic.def
index 554d74afb47..307e2c91a32 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-mac-cyrillic.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-mac-cyrillic.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-mac-cyrillic.def}%
- [2007/06/16 v1.2 Input encoding mac-cyrillic (inputenx)]%
+ [2007/08/16 v1.3 Input encoding mac-cyrillic (inputenx)]%
\ProvideTextCommandDefault{\textapproxequal}{%
\ensuremath\approx
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-mac-roman.def b/Master/texmf-dist/tex/latex/oberdiek/x-mac-roman.def
index e8ae441a214..d13898095ef 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-mac-roman.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-mac-roman.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-mac-roman.def}%
- [2007/06/16 v1.2 Input encoding mac-roman (inputenx)]%
+ [2007/08/16 v1.3 Input encoding mac-roman (inputenx)]%
\ProvideTextCommandDefault{\textOmega}{%
\ensuremath\Omega
}
diff --git a/Master/texmf-dist/tex/latex/oberdiek/x-nextstep.def b/Master/texmf-dist/tex/latex/oberdiek/x-nextstep.def
index 31c5591d554..4031a418fd5 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/x-nextstep.def
+++ b/Master/texmf-dist/tex/latex/oberdiek/x-nextstep.def
@@ -38,7 +38,7 @@
%% inputenx-licrcmds.txt, inputenx-utf8enc.txt.
%%
\ProvidesFile{x-nextstep.def}%
- [2007/06/16 v1.2 Input encoding nextstep (inputenx)]%
+ [2007/08/16 v1.3 Input encoding nextstep (inputenx)]%
\ProvideTextCommandDefault{\textacutedbl}{%
\H{}%
}