summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/featpost/latex/mflogohack.sty
blob: 7bf5f31aac80f0568425f7ab9512ca9baa6077aa (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
%%
%% This is file `mflogohack.sty',
%%
%% Copyright (C) 1994--1999 Ulrik Vieth
%% Hacked without right 2004 L. Nobre G.
%% 
%% This file is part of the `featpost' package.
%% 
%% This program is free software; you can redistribute it and/or
%% modify it under the terms of the LaTeX Project Public License
%% as described in lppl.txt in the base LaTeX distribution; either
%% version 1 of the License, or (at your option) any later version.
%% 
%% This program is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY; without even the implied warranty of
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
%% 
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{mflogohack}
[2004/01/29 LaTeX package for Metafont, MetaPost, FeatPost and ANEEMATE logos]
\DeclareRobustCommand\logofamily{%
  \not@math@alphabet\logofamily\relax
  \fontencoding{U}\fontfamily{logo}\selectfont}
\DeclareTextFontCommand{\textlogo}{\logofamily}
\def\MF{\textlogo{META}\@dischyph\textlogo{FONT}\@}
\def\MP{\textlogo{META}\@dischyph\textlogo{POST}\@}
\def\FP{\textlogo{FEAT}\@dischyph\textlogo{POST}\@}
\def\AM{\textlogo{ANEE}\@dischyph\textlogo{MATE}\@}
\endinput
%%
%% End of file `mflogohack.sty'.