blob: 9dcd6170a80cddce9b9f3fc76f9d1da91d74d69a (
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
%% This file is part of the ANTOMEGA project version 0.7
%% -----------------------------------------------------
%%
%% 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 -- 2004 by Alexej Kryukov
%% Please report errors to: A.M. Kryukov <basileia@yandex.ru>
input: 1;
output: 2;
expressions:
% Punctuation characters
`"'`-' => "\ExplicitHyphen ";
`"'`"' => "\AllowHyphenation ";
`"'`|' => "\DisableLigature ";
`"'`=' => "\CompoundWordMarkWithBreakpoint ";
`"'`~' => "\CompoundWordMarkNoBreakpoint ";
`"'`,' => "\InitialThinSpace ";
`"'`<' => "\LeftPointingDoubleAngleQuotationMark{}";
`"'`>' => "\RightPointingDoubleAngleQuotationMark{}";
`"'``' => "\GermanLeftDoubleQuotationMark{}";
`"'`'' => "\GermanRightDoubleQuotationMark{}";
% Spanish letters
`''`A' => @"00C1;
`''`E' => @"00C9;
`''`I' => @"00CD;
`''`O' => @"00D3;
`''`U' => @"00DA;
`''`a' => @"00E1;
`''`e' => @"00E9;
`''`i' => @"00ED;
`''`o' => @"00F3;
`''`u' => @"00FA;
`''`N' => @"00D1;
`''`n' => @"00F1;
`"'`N' => @"00D1;
`"'`n' => @"00F1;
`"'`a' => @"00AA;
`"'`o' => @"00BA;
`"'`U' => @"00DC;
`"'`u' => @"00FC;
`"'`C' => @"00C7;
`"'`c' => @"00E7;
. => \1;
|