summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/omega/otp/antomega/uni2accents.otp
blob: 93c7d9002e34bf58f4f1058fd681c0e02ef18cac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
%% This file is part of the ANTOMEGA project version 0.8
%% -----------------------------------------------------
%% 
%% It may be distributed under the terms of the LaTeX Project Public
%% License, as described in lppl.txt in the base LaTeX distribution.
%% Either version 1.0 or, at your option, any later version.
%% Copyright (C) 2001 -- 2003 by Alexej Kryukov
%% Please report errors to: A.M. Kryukov <basileia@yandex.ru>

input:	2;
output:	2;

expressions:

. @"0300 => "\GraveAccent{" \1 "}";
. @"0301 => "\AcuteAccent{" \1 "}";
. @"0302 => "\CircumflexAccent{" \1 "}";
. @"0303 => "\TildeAccent{" \1 "}";
. @"0308 => "\DieresisAccent{" \1 "}";
. @"030B => "\HungarumlautAccent{" \1 "}";
. @"030A => "\RingAccent{" \1 "}";
. @"030C => "\CaronAccent{" \1 "}";
. @"0306 => "\BreveAccent{" \1 "}";
. @"0304 => "\MacronAccent{" \1 "}";
. @"0307 => "\DotAboveAccent{" \1 "}";
. @"0311 => "\CyrillicFlexAccent{" \1 "}";
. @"030F => "\DoubleGraveAccent{" \1 "}";
. @"0331 => "\BarBelowAccent{" \1 "}";
. @"0327 => "\CedillaAccent{" \1 "}";
. @"0323 => "\DotBelowAccent{" \1 "}";
. @"0328 => "\OgonekAccent{" \1 "}";

. @"0342 => "\GreekCircumflexAccent{" \1 "}";
. @"0343 => "\GreekKoronisAccent{" \1 "}";
.        => \1;