summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/lh/base/lgcyrl.mf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/fonts/source/lh/base/lgcyrl.mf')
-rw-r--r--Master/texmf-dist/fonts/source/lh/base/lgcyrl.mf48
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/lh/base/lgcyrl.mf b/Master/texmf-dist/fonts/source/lh/base/lgcyrl.mf
new file mode 100644
index 00000000000..fd9e69538cd
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/lh/base/lgcyrl.mf
@@ -0,0 +1,48 @@
+%
+% lgcyrl.mf
+%
+%% Cyrillic font container with T2 encoding beta-support
+%
+% This file is future part of lxfonts package
+% Version 3.4 // Patchlevel=0
+% (c) O.Lapko
+%
+% This package belongs to the public domain under conditions similar to
+% those of D. E. Knuth specified for the Computer Modern family of fonts.
+% In particular, only the authors are entitled to modify this file
+% and to save it under the same name.
+%
+% Content:
+%
+% Glyph head file for lowercase letters
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+LHver_check(3,4); % like |version_check| in ec
+
+input lgrusl; % Russian letters
+input lgt2coml; % Letters common for couple of encodings
+
+if not more_letters: endinput \\; fi
+
+if old_cyr:
+ input lgt2slvl; % Unicode Old Slav letters
+ if not roman_ec:
+ input lgt2slxl; % additional Old slav letters
+ fi
+fi
+
+if not old_cyr or unic:
+ input lgt2upl; % letters from Upper part (128-255) of X2 container
+ input lgt2lol; % letters from Lower part (0-127) of X2 container
+fi
+
+if other_cyr:
+ input lgunicl; % Unicode letters not included in T2
+ input lgcmodl; % modified letters
+ input lgcaccl; % accended letters
+ input lgcvacl; % acuted vowels
+fi
+
+endinput;
+%end of file