diff options
Diffstat (limited to 'Master/texmf-dist/omega/otp/antomega/babel2es.otp')
-rw-r--r-- | Master/texmf-dist/omega/otp/antomega/babel2es.otp | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/omega/otp/antomega/babel2es.otp b/Master/texmf-dist/omega/otp/antomega/babel2es.otp new file mode 100644 index 00000000000..9dcd6170a80 --- /dev/null +++ b/Master/texmf-dist/omega/otp/antomega/babel2es.otp @@ -0,0 +1,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; |