summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/musixtex/musixtmr.tex
blob: ad219dbbc97c4a1e5091117fbaa9441924f9bbb7 (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
%%
%% musixtmr.tex : Times-series fonts definition for MusiXTeX
%%
%% usage: 
%%    \input musixtex
%%    \input musixtmr
%%    ...
%%
%% This file is public domain.
%%
%% Author: 
%%   Hiroaki MORIMOTO <CQX05646 at nifty dot com>
%%     Tokyo, Japan
%%     URL(en): http://homepage1.nifty.com/kuuku/pub/musixtex/index-e.html
%%        (jp): http://homepage1.nifty.com/kuuku/pub/musixtex/index.html
%%
%% reference: musixtex.tex (T.99) 268-508
%% MusiXTeX: (c) Daniel Taupin, et al.
%%
%% History: see trailer.
%
\immediate\write16{MusiXTimesFonts\space<2009/10/15>}
%
% 8pt roman, bold, and italic
\font\eightrm=ptmr7t at 8pt
\font\eightbf=ptmb7t at 8pt
\font\eightit=ptmri7t at 8pt
%
% 9pt
\font\ninerm=ptmr7t at 9pt
\font\ninebf=ptmb7t at 9pt
\font\nineit=ptmri7t at 9pt
%
% 10pt
\font\tenrm=ptmr7t
\font\tenbf=ptmb7t
\font\tenit=ptmri7t
%
% 12pt
\font\twelverm=ptmr7t scaled \magstep 1
\font\twelvebf=ptmb7t scaled \magstep 1
\font\twelveit=ptmri7t scaled \magstep 1
%
% Large fonts for titles
% (If you prefer Times-bold, use ptmb7t instead of ptmr7t)
\font\bigfont=ptmr7t scaled \magstep2 % 14pt
\font\Bigfont=ptmr7t scaled \magstep3 % 17pt
\font\BIgfont=ptmr7t scaled \magstep4 % 20pt
\font\BIGfont=ptmr7t scaled \magstep5 % 25pt
%
% PMX changes font assignment in pmx.tex
%   \BIGfont=\fontid bx10 scaled\magstep4
%   \Bigfont=\fontid bx10 scaled\magstep2
\ifx\pmxversion\undefined\relax\else
  \font\Bigfont=ptmr7t scaled \magstep2 % 14pt
  \font\BIGfont=ptmr7t scaled \magstep4 % 20pt
\fi
%
\normtype
\endinput
%%
%% History
%%
%% 2001/08/21
%%   first publish
%% 2004/12/24
%%   no functional change. (email & real address change)
%% 2007/06/11
%%   no functional change. (email protection, real address change, URL change)
%% 2008/08/01
%%   Font assignment change on PMX.
%% 2009/10/15
%%   small update for MusiXTeX T.114 final release.
%%