summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/components-of-TeX/names.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/components-of-TeX/names.sty')
-rw-r--r--Master/texmf-doc/doc/english/components-of-TeX/names.sty91
1 files changed, 0 insertions, 91 deletions
diff --git a/Master/texmf-doc/doc/english/components-of-TeX/names.sty b/Master/texmf-doc/doc/english/components-of-TeX/names.sty
deleted file mode 100644
index 6ca02c31286..00000000000
--- a/Master/texmf-doc/doc/english/components-of-TeX/names.sty
+++ /dev/null
@@ -1,91 +0,0 @@
-% 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