summaryrefslogtreecommitdiff
path: root/language/mongolian/montex/texinput/lmccmss.fd
diff options
context:
space:
mode:
Diffstat (limited to 'language/mongolian/montex/texinput/lmccmss.fd')
-rw-r--r--language/mongolian/montex/texinput/lmccmss.fd69
1 files changed, 69 insertions, 0 deletions
diff --git a/language/mongolian/montex/texinput/lmccmss.fd b/language/mongolian/montex/texinput/lmccmss.fd
new file mode 100644
index 0000000000..cfbf716f84
--- /dev/null
+++ b/language/mongolian/montex/texinput/lmccmss.fd
@@ -0,0 +1,69 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% File: lmccmss.fd
+% Author: Oliver Corff
+% Date: June 1st, 1998
+% Version: 0.2
+% Copyright: Ulaanbaatar, Beijing, Berlin
+%
+% Description: Local Mongolian Cyrillic (LMC)
+% Computer Modern Sans Serif Font Definition
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% ------------------- identification -------------------
+\ProvidesFile{lmccmss.fd}
+ [1998/06/01 v0.2 Cyrillic font definitions]
+
+\DeclareFontFamily{LMC}{cmss}{\hyphenchar\font45 }
+
+%% Weight: Medium ("Book")
+
+ % kmss 8 9 10 12 17 # sans
+ \DeclareFontShape{LMC}{cmss}{m}{n}%
+ { <-8> kmss8
+ <8> <9> <10> <12> gen * kmss
+ <10.95> kmss10
+ <14.4> kmss12
+ <17-> kmss17
+ }{}
+
+% Font undefined, therefore substituted
+ \DeclareFontShape{LMC}{cmss}{m}{it}
+ {<->sub*cmss/m/sl}{}
+
+ % kmssi 8 9 10 12 17 # slanted sans
+ \DeclareFontShape{LMC}{cmss}{m}{sl}%
+ { <-8> kmssi8
+ <8> <9> <10> <12> gen * kmssi
+ <10.95> kmssi10
+ <14.4> kmssi12
+ <17-> kmssi17
+ }{}
+
+% Font/shape undefined, therefore substituted
+ \DeclareFontShape{LMC}{cmss}{m}{sc}
+ {<->sub*cmr/m/sc}{}
+
+% Font/shape undefined, therefore substituted
+ \DeclareFontShape{LMC}{cmss}{m}{ui}
+ {<->sub*cmr/m/ui}{}
+
+
+%% Weight: Semibold Condensed
+
+ \DeclareFontShape{LMC}{cmss}{sbc}{n}% demibold sans condensed
+ { <-> kmssdc10 }{}
+
+
+%% Weight: Bold Extended
+
+ \DeclareFontShape{LMC}{cmss}{bx}{n}% bold sans extended
+ { <-> kmssbx10 }{}
+
+
+% Font/shape undefined, therefore substituted
+\DeclareFontShape{LMC}{cmss}{bx}{ui}
+ {<->sub*cmr/bx/ui}{}
+
+\endinput
+%
+% End of file `lmccmss.fd'.