summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/tex/latex/bosisio/accenti.sty48
-rw-r--r--Master/texmf-dist/tex/latex/clefval/clefval.sty2
-rw-r--r--Master/texmf-dist/tex/latex/delimtxt/delimtxt.sty2
-rw-r--r--Master/texmf-dist/tex/latex/lcd/lcd.sty26
-rw-r--r--Master/texmf-dist/tex/latex/nomentbl/nomentbl.sty4
-rw-r--r--Master/texmf-dist/tex/latex/thumb/thumb.sty4
6 files changed, 43 insertions, 43 deletions
diff --git a/Master/texmf-dist/tex/latex/bosisio/accenti.sty b/Master/texmf-dist/tex/latex/bosisio/accenti.sty
index fa13311cda9..a83ddec0ba9 100644
--- a/Master/texmf-dist/tex/latex/bosisio/accenti.sty
+++ b/Master/texmf-dist/tex/latex/bosisio/accenti.sty
@@ -78,76 +78,76 @@
\if@ExtendedAccChar %-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\
%%
%% %%%%%%%%%%
-%% % à = \a %
+%% % ^^e0 = \a %
%% %%%%%%%%%%
\begingroup
- \catcode`\~\active \lccode`\~`\à%
+ \catcode`\~\active \lccode`\~`\^^e0%
\lowercase{%
\global\expandafter\let
- \csname ac\string\à\endcsname~%
+ \csname ac\string\^^e0\endcsname~%
\gdef~{\`a}}%
\endgroup
-\global\catcode`\à\active
+\global\catcode`\^^e0\active
%%
%% %%%%%%%%%%
-%% % è = \e %
+%% % ^^e8 = \e %
%% %%%%%%%%%%
\begingroup
- \catcode`\~\active \lccode`\~`\è%
+ \catcode`\~\active \lccode`\~`\^^e8%
\lowercase{%
\global\expandafter\let
- \csname ac\string\è\endcsname~%
+ \csname ac\string\^^e8\endcsname~%
\gdef~{\`e}}%
\endgroup
-\global\catcode`\è\active
+\global\catcode`\^^e8\active
%%
%% %%%%%%%%%%%
-%% % é = \ee %
+%% % ^^e9 = \ee %
%% %%%%%%%%%%%
\begingroup
- \catcode`\~\active \lccode`\~`\é%
+ \catcode`\~\active \lccode`\~`\^^e9%
\lowercase{%
\global\expandafter\let
- \csname ac\string\è\endcsname~%
+ \csname ac\string\^^e8\endcsname~%
\gdef~{\'e}}%
\endgroup
-\global\catcode`\é\active
+\global\catcode`\^^e9\active
%%
%% %%%%%%%%%%
-%% % ì = \i %
+%% % ^^ec = \i %
%% %%%%%%%%%%
\begingroup
- \catcode`\~\active \lccode`\~`\ì%
+ \catcode`\~\active \lccode`\~`\^^ec%
\lowercase{%
\global\expandafter\let
- \csname ac\string\ì\endcsname~%
+ \csname ac\string\^^ec\endcsname~%
\gdef~{\`\DotlessI}}%
\endgroup
-\global\catcode`\ì\active
+\global\catcode`\^^ec\active
%%
%% %%%%%%%%%%
-%% % ò = \o %
+%% % ^^f2 = \o %
%% %%%%%%%%%%
\begingroup
- \catcode`\~\active \lccode`\~`\ò%
+ \catcode`\~\active \lccode`\~`\^^f2%
\lowercase{%
\global\expandafter\let
- \csname ac\string\ò\endcsname~%
+ \csname ac\string\^^f2\endcsname~%
\gdef~{\`o}}%
\endgroup
-\global\catcode`\ò\active
+\global\catcode`\^^f2\active
%%
%% %%%%%%%%%%
-%% % ù = \u %
+%% % ^^f9 = \u %
%% %%%%%%%%%%
\begingroup
- \catcode`\~\active \lccode`\~`\ù%
+ \catcode`\~\active \lccode`\~`\^^f9%
\lowercase{%
\global\expandafter\let
- \csname ac\string\ù\endcsname~%
+ \csname ac\string\^^f9\endcsname~%
\gdef~{\`u}}%
\endgroup
-\global\catcode`\ù\active
+\global\catcode`\^^f9\active
%%
\fi %-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
\endinput
diff --git a/Master/texmf-dist/tex/latex/clefval/clefval.sty b/Master/texmf-dist/tex/latex/clefval/clefval.sty
index 1af423d483a..570320e6c52 100644
--- a/Master/texmf-dist/tex/latex/clefval/clefval.sty
+++ b/Master/texmf-dist/tex/latex/clefval/clefval.sty
@@ -31,7 +31,7 @@
\newcommand*{\@setTheValue}[2]{%
\ifx#1\relax
\protect\G@refundefinedtrue
- \nfss@text{\reset@font\bfseries ????}%
+ \nfss@text{\reset@font\bfseries^^a0????}%
\@latex@warning{Value of `#2' on page \thepage\space undefined}%
\else #1\null \fi}
\newcommand*{\TheValue}[1]{\expandafter\@setTheValue\csname
diff --git a/Master/texmf-dist/tex/latex/delimtxt/delimtxt.sty b/Master/texmf-dist/tex/latex/delimtxt/delimtxt.sty
index 6244a8d9441..ee263f59c50 100644
--- a/Master/texmf-dist/tex/latex/delimtxt/delimtxt.sty
+++ b/Master/texmf-dist/tex/latex/delimtxt/delimtxt.sty
@@ -30,7 +30,7 @@
\def\Copyright{Copyright 1999 Bjoern Pedersen}
\NeedsTeXFormat{LaTeX2e}[1998/06/01]
\ProvidesPackage{delimtxt}[\filedate]
-\typeout{Package `delimtxt´ <\filedate>.}
+\typeout{Package `delimtxt^^b4 <\filedate>.}
\typeout{\Copyright}
\def\glet{\global\let}
diff --git a/Master/texmf-dist/tex/latex/lcd/lcd.sty b/Master/texmf-dist/tex/latex/lcd/lcd.sty
index 68d40c6696b..f80140d1a9c 100644
--- a/Master/texmf-dist/tex/latex/lcd/lcd.sty
+++ b/Master/texmf-dist/tex/latex/lcd/lcd.sty
@@ -133,19 +133,19 @@
\DefineLCDchar{rb}{01000001000010000010001000010001000}
\DefineLCDchar{alpha}{00000000000100110101100101001001101}
\begingroup
-\catcode`\~=11 \catcode`\$=11 \catcode`\µ=11 \catcode`\°=11
-\catcode`\·=11 \catcode`\ä=11 \catcode`\ö=11 \catcode`\ü=11
-\catcode`\ß=11 \catcode`\"=11 \catcode`\#=11 \catcode`\&=11
+\catcode`\~=11 \catcode`\$=11 \catcode`\^^b5=11 \catcode`\^^b0=11
+\catcode`\^^b7=11 \catcode`\^^e4=11 \catcode`\^^f6=11 \catcode`\^^fc=11
+\catcode`\^^df=11 \catcode`\"=11 \catcode`\#=11 \catcode`\&=11
\catcode`\^=11 \catcode`\_=11
\DefineLCDchar{$}{00100011111010001110001011111000100}%$
\DefineLCDchar{#}{01010010101111101010111110101001010}
-\DefineLCDchar{µ}{00000100011000110001100111110110000}
-\DefineLCDchar{°}{11100101001110000000000000000000000}
-\DefineLCDchar{·}{00000000000000001100011000000000000}
-\DefineLCDchar{ä}{01010000000111000001011111000101111}
-\DefineLCDchar{ö}{01010000000111010001100011000101110}
-\DefineLCDchar{ü}{01010000001000110001100011001101101}
-\DefineLCDchar{ß}{00000011101000111110100011111010000}
+\DefineLCDchar{^^b5}{00000100011000110001100111110110000}
+\DefineLCDchar{^^b0}{11100101001110000000000000000000000}
+\DefineLCDchar{^^b7}{00000000000000001100011000000000000}
+\DefineLCDchar{^^e4}{01010000000111000001011111000101111}
+\DefineLCDchar{^^f6}{01010000000111010001100011000101110}
+\DefineLCDchar{^^fc}{01010000001000110001100011001101101}
+\DefineLCDchar{^^df}{00000011101000111110100011111010000}
\DefineLCDchar{"}{01010010100101000000000000000000000}
\DefineLCDchar{&}{01100100101010001000101011001011101}
\DefineLCDchar{^}{00100010101000100000000000000000000}
@@ -205,9 +205,9 @@
\linethickness{0.7\unitlength}}
\newcommand*\@LCDend{\end{picture}}
\newcommand*\do@LCDspecials{%
- \catcode`\~=11 \catcode`\$=11 \catcode`\µ=11 \catcode`\°=11
- \catcode`\·=11 \catcode`\ä=11 \catcode`\ö=11 \catcode`\ü=11
- \catcode`\ß=11 \catcode`\"=11 \catcode`\&=11 \catcode`\#=11
+ \catcode`\~=11 \catcode`\$=11 \catcode`\^^b5=11 \catcode`\^^b0=11
+ \catcode`\^^b7=11 \catcode`\^^e4=11 \catcode`\^^f6=11 \catcode`\^^fc=11
+ \catcode`\^^df=11 \catcode`\"=11 \catcode`\&=11 \catcode`\#=11
\catcode`\^=11 \catcode`\_=11 \catcode`\%=11 \obeyspaces}
\newcommand*\calc@LCDsize[2]{\@tempcnta#1\multiply\@tempcnta10\relax
\@tempcntb#2\multiply\@tempcntb6\advance\@tempcntb2\relax}
diff --git a/Master/texmf-dist/tex/latex/nomentbl/nomentbl.sty b/Master/texmf-dist/tex/latex/nomentbl/nomentbl.sty
index 13b0901202d..48f47f37044 100644
--- a/Master/texmf-dist/tex/latex/nomentbl/nomentbl.sty
+++ b/Master/texmf-dist/tex/latex/nomentbl/nomentbl.sty
@@ -52,8 +52,8 @@
\def\pagedeclaration#1{\hspace*{2mm}side\nobreakspace#1}%
\def\nomname{Symbolliste}%
\def\nomAname{Romerske bogstaver}%
- \def\nomGname{Græske bogstaver}%
- \def\nomXname{(Højtstillede) indices}%
+ \def\nomGname{Gr^^e6ske bogstaver}%
+ \def\nomXname{(H^^f8jtstillede) indices}%
\def\nomZname{Indices}}
\DeclareOption{english}{%
\def\eqdeclaration#1{equation\nobreakspace(#1)}%
diff --git a/Master/texmf-dist/tex/latex/thumb/thumb.sty b/Master/texmf-dist/tex/latex/thumb/thumb.sty
index 78cb656ba56..022b8cb3f3b 100644
--- a/Master/texmf-dist/tex/latex/thumb/thumb.sty
+++ b/Master/texmf-dist/tex/latex/thumb/thumb.sty
@@ -148,7 +148,7 @@
\ifhave@minitoc
\def\thumbmini{}
\else
- \PackageWarning{thumb}{style `minitoc´ not avaliable \return
+ \PackageWarning{thumb}{style `minitoc^^b4 not avaliable \return
option `minitoc' will not be used}
\fi
}
@@ -553,7 +553,7 @@
\immediate\write\thumbovr{\ovrout}
}
\else
- \PackageWarning{thumb}{style `fancyhdr´ not avaliable \return
+ \PackageWarning{thumb}{style `fancyhdr^^b4 not avaliable \return
style `thumb' will not be used}
\fi
\endinput