summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/omega/otp/antomega/latin/la-longs.otp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-11 22:58:20 +0000
committerKarl Berry <karl@freefriends.org>2006-01-11 22:58:20 +0000
commitd087712418726a64822e40ce1c0627a514d17975 (patch)
treec4942175bbffb74d67fe94f7ab804354bed7824f /Master/texmf-dist/omega/otp/antomega/latin/la-longs.otp
parente6a66b49ce19e32e4719208298db515429c3c12f (diff)
trunk/Master/texmf-dist/omega
git-svn-id: svn://tug.org/texlive/trunk@103 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/omega/otp/antomega/latin/la-longs.otp')
-rw-r--r--Master/texmf-dist/omega/otp/antomega/latin/la-longs.otp25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/omega/otp/antomega/latin/la-longs.otp b/Master/texmf-dist/omega/otp/antomega/latin/la-longs.otp
new file mode 100644
index 00000000000..c88574ca844
--- /dev/null
+++ b/Master/texmf-dist/omega/otp/antomega/latin/la-longs.otp
@@ -0,0 +1,25 @@
+%% 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) 2005 by Alexej Kryukov
+%% Please report errors to: A.M. Kryukov <basileia@yandex.ru>
+
+%% This file is used to insert "long s" into a Latin text.
+
+input: 2;
+output: 2;
+
+aliases:
+
+LETTER = (@"0041-@"005A | @"0061-@"007A | @"00B0-@"00FF |
+ @"0100-@"017F | @"0180-@"024F) ;
+
+expressions:
+
+`s'`s'{LETTER} => @"017F@"017F \3;
+`s'{LETTER} => @"017F \2;
+
+. => \1;