diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/cmbright/cmbras8.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/cmbright/cmbras8.mf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/cmbright/cmbras8.mf b/Master/texmf-dist/fonts/source/public/cmbright/cmbras8.mf new file mode 100644 index 00000000000..170b72c5ace --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/cmbright/cmbras8.mf @@ -0,0 +1,30 @@ +% Computer Modern Bright MSA symbols 8pt [1996/05/01 v1.0 (WaS)] + +if unknown cmbase: input cmbase fi + +font_identifier:="CMBRAS"; font_size 8pt#; + +input ams8pt; +slant:=0; % tilt ratio $(\Delta x/\Delta y)$ + +mode_setup; font_setup; + +autorounding:=0; + +font_slant slant; font_x_height x_height#; +font_quad 18u# if not monospace:+4letter_fit# fi; +% (The spacing is zero so that \TeX\ will always add the italic correction.) +% (The calling file should give the other math symbol font parameters.) + + + +input msa; % the symbols, roman style + +% the remaining characters are to be generated with the parameters +% of cmbrmi10 +input br8pt; + +font_setup; +input brmsa; % the symbols, bright style + +bye. |