blob: 6ca02c312865107f7d245f60b843a7d7d3ffdb89 (
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
|
% names.sty 01 Oct 90
%------------------------------------------------------------
%
% abbrevations/logos in LaTeX and Format!, usable for base size 10pt
%
% should be compared with tugboat.com and should be documented...
% should be enhanced for LaTeX (to Format! standards) [NFSS ?!]
%
% all logos only in Roman
% Logos:
% \TeX
% \INITeX
% \Plain Plain TeX
% \LaTeX
% \BibTeX
% \SliTeX
% \MakeIndex (italic)
% \AmSTeX AmS-TeX
% \LAMSTeX LAmS-TeX
% \MF METAFONT
% \INIMF
% \WEB
% \CWEB
% \TIE
% \stTeX
% \stMF
% file types (all monospaced):
% \LOG
% \DVI
% \FMT
% \TFM
% \GF
% \PK
% \PXL
\font\tenlogo=logo10
\let\logo=\tenlogo
\ifx \mc\undefined \let\mc=\small \fi % for LaTeX, `medium caps'
% FIXME: should the space factor be set to 1000 afterwards?
% is it a global value? otherwise it would be a faulty design within TeX...
\def\TeX{{\rm T\kern-.1667em\lower.5ex\hbox{E}\kern-.125emX}}
\def\INITeX{{\rm INI\TeX}}
\def\Plain{{\rm Plain~\TeX}}
% LaTeX definition with original TeX logo!
% Does not conform to the definition of L. Lamport, but is more consistent...
\def\LaTeX{{\rm L\kern-.36em\raise.3ex\hbox{\sc a}\kern-.15em\TeX}}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em\TeX}}
\def\SliTeX{{\rm S\kern-.06em{\sc l\kern-.035em i}\kern-.06em\TeX}}
\def\MakeIndex{{\it MakeIndex\/}}
\def\AmSTeX{%
$\cal A\kern-.1667em\lower.5ex\hbox{$\cal M$}\kern-.125em S$%
-\TeX
}
\def\LAMSTeX{%
L\raise.42ex\hbox{$\scriptstyle\kern-.3em\cal A$}\kern-.2em
\lower.376ex\hbox{$\cal M$}\kern-.125em $\cal S$%
-\TeX
}
\def\MF{{\logo META}\-{\logo FONT\/}}
\def\INIMF{{\mc INI}{\logo MF}}
\def\WEB{{\tt WEB\/}}
\def\CWEB{{\mc CWEB}}
\def\TIE{{\tt TIE\/}}
\def\stTeX{{\sc st\rm\kern-0.13em\TeX}} % our stTeX (TeXsys)
\def\stMF{{\sc st}{\logo MF}} % our stMF
\def\LOG{{\tt LOG\/}}
\def\DVI{{\tt DVI\/}}
\def\FMT{{\tt FMT\/}}
\def\TFM{{\tt TFM\/}}
\def\GF{{\tt GF\/}}
\def\PK{{\tt PK\/}}
\def\PXL{{\tt PXL\/}}
\endinput
|