diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/mathdesign/mdpgd/mdpgd.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/mathdesign/mdpgd/mdpgd.cfg | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/mathdesign/mdpgd/mdpgd.cfg b/Master/texmf-dist/tex/latex/mathdesign/mdpgd/mdpgd.cfg new file mode 100644 index 00000000000..beae8da84c3 --- /dev/null +++ b/Master/texmf-dist/tex/latex/mathdesign/mdpgd/mdpgd.cfg @@ -0,0 +1,102 @@ +%% This is file mdpgd.cfg + +%% In this file you can configure the default use of the mdpgd +%% 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\mdpgdOptions{amssymb,mdcal}. + +\def\mdpgdOptions{} + +% For traditionnal French scientific typography, use the following +% options + +%% \def\mdpgdOptions{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}{phvmdpgd}% + +%% To use Adobe Courier as the typewriter font, uncomment the +%% following line + +%% \renewcommand{\ttdefault}{pcrmdpgd}% + +%% <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 mdpgd)/(XHeight of the font to scale), i.e. +%% +%% 3.940/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}{} |