%%% qlatin.sty  -  bert@mit.edu  -  5/21/93 
%%% TeX/LaTeX style for weird Quail Latin-2 characters
%
%   Scenario: the QL2 sequences I'm using consist of two characters,
%     and the first one of them is always \202 (=^^82).
%     Therefore, I'm making \202 equivalent to TeX escape character,
%     \ (see TeXbook p.37ff for details).
%   The macros for d/ and D/ are gross, but hey...

\catcode"82=0		% this is the escape character used by Quail Latin-2

\def\^^a9{\v{S}}           % \202\251 S~
\def\^^b9{\v{s}}           % \202\271 s~
\def\^^ae{\v{Z}}           % \202\256 Z~
\def\^^be{\v{z}}           % \202\276 z~
\def\^^c6{\'{C}}           % \202\306 C'
\def\^^e6{\'{c}}           % \202\346 c'
\def\^^c8{\v{C}}           % \202\310 C~
\def\^^e8{\v{c}}           % \202\350 c~
\def\^^d0{\rlap            % \202\320 d/
    {\kern.05em\raise.75ex\hbox{\vrule width.35em height.04em}}D}
\def\^^f0{d\llap           % \202\360 D/
    {\raise1.21ex\hbox{\vrule width.3em height.04em}\kern.05em}}
