diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/cjk/texinput/thai/c90cmss.fd')
-rwxr-xr-x | Master/texmf-dist/tex/latex/cjk/texinput/thai/c90cmss.fd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/thai/c90cmss.fd b/Master/texmf-dist/tex/latex/cjk/texinput/thai/c90cmss.fd new file mode 100755 index 00000000000..4173e0af62e --- /dev/null +++ b/Master/texmf-dist/tex/latex/cjk/texinput/thai/c90cmss.fd @@ -0,0 +1,24 @@ +% This is the file c90cmss.fd of the CJK package +% for using Thai with LaTeX2e +% +% created by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.2 (29-Dec-2008) + +\def\fileversion{4.8.2} +\def\filedate{2008/12/29} +\ProvidesFile{c90cmss.fd}[\filedate\space\fileversion] + + +% Thai +% +% font encoding: OT1-like + TIS 620 + Thai glyph variants + +\DeclareFontFamily{C90}{cmss}{} + +\DeclareFontShape{C90}{cmss}{m} {n} {<-> ssub * gar/m/n}{} +\DeclareFontShape{C90}{cmss}{bx}{n} {<-> ssub * gar/bx/n}{} +\DeclareFontShape{C90}{cmss}{m} {it}{<-> ssub * gar/m/it}{} +\DeclareFontShape{C90}{cmss}{bx}{it}{<-> ssub * gar/bx/it}{} + +\endinput |