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