blob: 375fb13c508eb3b614844f049c9d7f7a8f15d317 (
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
|
%% This file is part of the ANTOMEGA project version 0.6
%% -----------------------------------------------------
%%
%% 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: 1;
output: 2;
expressions:
`-'`-'`-' => @"2014;
`-'`-' => @"2013;
`?'``' => "\InvertedQuestionMark{}";
`!'``' => "\InvertedExclamationMark{}";
``'``' => "\LeftDoubleQuotationMark{}";
``' => @"2018;
`''`'' => "\RightDoubleQuotationMark{}";
`'' => @"2019;
`,'`,' => @"201E;
`;' => "\Semicolon{}";
`:' => "\Colon{}";
`?' => "\QuestionMark{}";
`!' => "\ExclamationMark{}";
`<'`<' => "\LeftPointingDoubleAngleQuotationMark{}";
@"AB => "\LeftPointingDoubleAngleQuotationMark{}";
`>'`>' => "\RightPointingDoubleAngleQuotationMark{}";
@"BB => "\RightPointingDoubleAngleQuotationMark{}";
`~' => "\NonBreakingSpace ";
@"A0 => "\NonBreakingSpace ";
. => \1;
|