summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mathdesign/mdpgd/mdpgd.cfg
blob: beae8da84c3eda4a599c232c9fb3f1082c3ca98e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
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}{}