diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 22:58:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 22:58:20 +0000 |
commit | d087712418726a64822e40ce1c0627a514d17975 (patch) | |
tree | c4942175bbffb74d67fe94f7ab804354bed7824f /Master/texmf-dist/omega/otp/antomega/babel2punct.otp | |
parent | e6a66b49ce19e32e4719208298db515429c3c12f (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/babel2punct.otp')
-rw-r--r-- | Master/texmf-dist/omega/otp/antomega/babel2punct.otp | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/omega/otp/antomega/babel2punct.otp b/Master/texmf-dist/omega/otp/antomega/babel2punct.otp new file mode 100644 index 00000000000..53f78bcf8c1 --- /dev/null +++ b/Master/texmf-dist/omega/otp/antomega/babel2punct.otp @@ -0,0 +1,27 @@ +%% 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: + +% Punctuation characters +`"'`-' => "\ExplicitHyphen "; +`"'`"' => "\AllowHyphenation "; +`"'`|' => "\DisableLigature "; +`"'`=' => "\CompoundWordMarkWithBreakpoint "; +`"'`~' => "\CompoundWordMarkNoBreakpoint "; +`"'`,' => "\InitialThinSpace "; +`"'`<' => "\LeftPointingDoubleAngleQuotationMark{}"; +`"'`>' => "\RightPointingDoubleAngleQuotationMark{}"; +`"'``' => "\GermanLeftDoubleQuotationMark{}"; +`"'`'' => "\GermanRightDoubleQuotationMark{}"; + +. => \1; |