diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-23 23:34:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-23 23:34:49 +0000 |
commit | 5d7ae4b5ebf9ed35eadb6abf6c5493d86509048d (patch) | |
tree | 15d7f56900dfc80bf5bbfbd189015412ab399d07 /Master/texmf-dist/tex/latex/mathdesign/mdbch/mdbch.cfg | |
parent | 8c027c210a73c2b26a0b6c1a4d2c07a5a87ca872 (diff) |
new (fonts) package mathdesign
git-svn-id: svn://tug.org/texlive/trunk@1903 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mathdesign/mdbch/mdbch.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/mathdesign/mdbch/mdbch.cfg | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/mathdesign/mdbch/mdbch.cfg b/Master/texmf-dist/tex/latex/mathdesign/mdbch/mdbch.cfg new file mode 100644 index 00000000000..8146bd303c5 --- /dev/null +++ b/Master/texmf-dist/tex/latex/mathdesign/mdbch/mdbch.cfg @@ -0,0 +1,102 @@ +%% This is file mdbch.cfg + +%% In this file you can configure the default use of the mdbch +%% package. + +%% These configuration file is loaded *before* the options are set, so +%% users can override it if they want. + +%% ------------------------------------------------------------------- +%% Default options +%% ------------------------------------------------------------------- + +% In this command, you can set the default value of the options, +% e.g. \def\mdbchOptions{amssymb,mdcal}. + +\def\mdbchOptions{} + +% For traditionnal French scientific typography, use the following +% options + +%% \def\mdbchOptions{greekupright,capupright} + +%% ------------------------------------------------------------------- +%% Default fonts +%% ------------------------------------------------------------------- + +%% Set the sans serif and typewriter fonts for this package. Read the +%% documentation for more informations. + +%% For example, to use Adobe Helvetica as the sans serif font, uncomment the +%% following line + +%% \renewcommand{\sfdefault}{phvmdbch}% + +%% To use Adobe Courier as the typewriter font, uncomment the +%% following line + +%% \renewcommand{\ttdefault}{pcrmdbch}% + +%% <mdfamcfg> + +%% ------------------------------------------------------------------- +%% Extra fonts +%% ------------------------------------------------------------------- + +%% Here you can define extra scaled fonts. If you understand a little +%% the LaTeX font system, the following code is quite straightforward. +%% See more example in mdfont.def. +%% +%% Please the LaTeX2e font selection guide for more informations. + +%% Adobe Syntax + +%% \def\MD@font@name{psx\MD@name} + +%% !!! Important: The following value must be set by hand. It is the +%% ratio of (XHeigh of mdbch)/(XHeight of the font to scale), i.e. +%% +%% 4.820/XHeight +%% +%% where XHeight is the xheight of the font to scale, exprimed in points + + +%% \def\psx@ratio{1} + +%% \DeclareFontFamily{OT1}{\MD@font@name}{} +%% \DeclareFontShape{OT1}{\MD@font@name}{m}{n}{ +%% <-> s * [\psx@ratio] \MD@font@namer7t +%% }{} +%% \DeclareFontShape{OT1}{\MD@font@name}{m}{it}{ +%% <-> s * [\psx@ratio] \MD@font@nameri7t +%% }{} +%% \DeclareFontShape{OT1}{\MD@font@name}{b}{n}{ +%% <-> s * [\psx@ratio] \MD@font@nameb7t +%% }{} +%% \DeclareFontShape{OT1}{\MD@font@name}{c}{n}{ +%% <-> s * [\psx@ratio] \MD@font@namec7t +%% }{} +%% \DeclareFontShape{OT1}{\MD@font@name}{u}{n}{ +%% <-> s * [\psx@ratio] \MD@font@nameu7t +%% }{} +%% \DeclareFontShape{OT1}{\MD@font@name}{m}{sl}{<-> ssub * \MD@font@name/m/it}{} +%% \DeclareFontShape{OT1}{\MD@font@name}{bx}{n}{<-> ssub * \MD@font@name/b/n}{} + +%% \DeclareFontFamily{T1}{\MD@font@name}{} +%% \DeclareFontShape{T1}{\MD@font@name}{m}{n}{ +%% <-> s * [\psx@ratio] \MD@font@namer8t +%% }{} +%% \DeclareFontShape{T1}{\MD@font@name}{m}{it}{ +%% <-> s * [\psx@ratio] \MD@font@nameri8t +%% }{} +%% \DeclareFontShape{T1}{\MD@font@name}{b}{n}{ +%% <-> s * [\psx@ratio] \MD@font@nameb8t +%% }{} +%% \DeclareFontShape{T1}{\MD@font@name}{c}{n}{ +%% <-> s * [\psx@ratio] \MD@font@namec8t +%% }{} +%% \DeclareFontShape{T1}{\MD@font@name}{u}{n}{ +%% <-> s * [\psx@ratio] \MD@font@nameu8t +%% }{} +%% \DeclareFontShape{T1}{\MD@font@name}{m}{sl}{<-> ssub * \MD@font@name/m/it}{} +%% \DeclareFontShape{T1}{\MD@font@name}{bx}{n}{<-> ssub * \MD@font@name/b/n}{} |