summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/manfnt/manfnt.sty
blob: c332cc6fca3373da7a95261e5f7eac47f3ab6039 (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
%%
%% This is file `manfnt.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% manfnt.dtx 
%% 
%% Copyright (C) 1998 - 99 by Axel Kielhorn, all rights reserved
%% Copyright (C) 1999 by Denis Kosygin, all rights reserved.
%% For additional copyright information see further down in this file.
%% 
%% This file is to be used with the LaTeX2e system.
%% ------------------------------------------------
%% 
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%% 
%% Copyright (C) 1998 - 99 by Axel Kielhorn, all rights reserved
%% Copyright (C) 1999 by Denis Kosygin, all rights reserved.
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
\def\fileversion{0.2}
\def\filedate{1999/07/01}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{manfnt}[\filedate \fileversion LaTeX2e manfnt package]
\DeclareFontFamily{U}{manual}{}
\DeclareFontShape{U}{manual}{m}{n}{ <->  manfnt }{}
\newcommand{\manfntsymbol}[1]{%
    {\fontencoding{U}\fontfamily{manual}\selectfont\symbol{#1}}}
\newcommand{\manhpennib}{\manfntsymbol{21}}
\newcommand{\mantiltpennib}{\manfntsymbol{22}}
\newcommand{\manvpennib}{\manfntsymbol{23}}
\newcommand{\mankidney}{\manfntsymbol{17}}
\newcommand{\manboldkidney}{\manfntsymbol{18}}
\newcommand{\manpenkidney}{\manfntsymbol{19}}
\newcommand{\manlhpenkidney}{\manfntsymbol{20}}
\newcommand{\manquartercircle}{\manfntsymbol{32}}
\newcommand{\manfilledquartercircle}{\manfntsymbol{33}}
\newcommand{\manrotatedquartercircle}{\manfntsymbol{34}}
\newcommand{\mancone}{\manfntsymbol{35}}
\newcommand{\manconcentriccircles}{\manfntsymbol{36}}
\newcommand{\manconcentricdiamond}{\manfntsymbol{37}}
\newcommand{\mantriangleright}{\manfntsymbol{120}}% Triangle for exercises
\newcommand{\mantriangleup}{% Upper triangle for Addison-Wesley logo
  \manfntsymbol{54}}
\newcommand{\mantriangledown}{% Lower triangle for Addison-Wesley logo
  \manfntsymbol{55}}
\newcommand{\mancube}{\manfntsymbol{28}}
\newcommand{\manimpossiblecube}{\manfntsymbol{29}}
\newcommand{\manquadrifolium}{\manfntsymbol{38}}% \fouru
\newcommand{\manrotatedquadrifolium}{\manfntsymbol{39}}% \fourc
\newcommand{\manstar}{\manfntsymbol{30}}% Bicentennial star
\newcommand{\manerrarrow}{\manfntsymbol{121}}% Arrow for errata lists
\newcommand{\dbend}{\manfntsymbol{127}}% Z-shaped
\newcommand{\lhdbend}{\manfntsymbol{126}}% Lefthanded (S-shaped)
\newcommand{\reversedvideodbend}{\manfntsymbol{0}}% Reversed video
\newcommand{\textdbend}{\text@dbend{\dbend}}
\newcommand{\textlhdbend}{\text@dbend{\lhdbend}}
\newcommand{\textreversedvideodbend}{\text@dbend{\reversedvideodbend}}
\newlength{\dbend@height}
\newcommand{\text@dbend}[1]{%
  \settoheight{\dbend@height}{#1}%
  \divide\dbend@height by 15%
  \multiply\dbend@height by 22%
  \raisebox{\dbend@height}{#1}}
\endinput
%%
%% End of file `manfnt.sty'.