summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/montex/lmclcmss.fd
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:59:31 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:59:31 +0000
commit0d3bc1297d15f8789ba8dc7a6712a4c2a554bb18 (patch)
tree083409fc61a0195d014e6879086862f422f8b250 /Master/texmf-dist/tex/latex/montex/lmclcmss.fd
parentdcb784501ec956b9548b31582fc26abc20e515be (diff)
montex
git-svn-id: svn://tug.org/texlive/trunk@1103 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/montex/lmclcmss.fd')
-rw-r--r--Master/texmf-dist/tex/latex/montex/lmclcmss.fd69
1 files changed, 69 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/montex/lmclcmss.fd b/Master/texmf-dist/tex/latex/montex/lmclcmss.fd
new file mode 100644
index 00000000000..57430f639ff
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/montex/lmclcmss.fd
@@ -0,0 +1,69 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% File: lmclcmss.fd
+% Author: Oliver Corff
+% Date: June 1st, 1998
+% Version: 0.2
+% Copyright: Ulaanbaatar, Beijing, Berlin
+%
+% Description: Local Mongolian Cyrillic (LMC)
+% Computer Modern Sans Serif Slide Font Definition
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% ------------------- identification -------------------
+\ProvidesFile{lmclcmss.fd}
+ [1998/06/01 v0.2 Cyrillic font definitions]
+
+\DeclareFontFamily{LMC}{lcmss}{\hyphenchar\font45 }
+
+%% Weight: Medium ("Book")
+
+ % kmss 8 9 10 12 17 # sans
+ \DeclareFontShape{LMC}{lcmss}{m}{n}%
+ { <-8> kmss8
+ <8> <9> <10> <12> gen * kmss
+ <10.95> kmss10
+ <14.4> kmss12
+ <17-> kmss17
+ }{}
+
+% Font undefined, therefore substituted
+ \DeclareFontShape{LMC}{lcmss}{m}{it}
+ {<->sub*lcmss/m/sl}{}
+
+ % kmssi 8 9 10 12 17 # slanted sans
+ \DeclareFontShape{LMC}{lcmss}{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}{lcmss}{m}{sc}
+ {<->sub*cmr/m/sc}{}
+
+% Font/shape undefined, therefore substituted
+ \DeclareFontShape{LMC}{lcmss}{m}{ui}
+ {<->sub*cmr/m/ui}{}
+
+
+%% Weight: Semibold Condensed
+
+ \DeclareFontShape{LMC}{lcmss}{sbc}{n}% demibold sans condensed
+ { <-> kmssdc10 }{}
+
+
+%% Weight: Bold Extended
+
+ \DeclareFontShape{LMC}{lcmss}{bx}{n}% bold sans extended
+ { <-> kmssbx10 }{}
+
+
+% Font/shape undefined, therefore substituted
+\DeclareFontShape{LMC}{lcmss}{bx}{ui}
+ {<->sub*cmr/bx/ui}{}
+
+\endinput
+%
+% End of file `lmclcmss.fd'.