summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/manfnt
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:58:36 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:58:36 +0000
commit370eb48f332e026fecb18f5ab5bae74f346702d5 (patch)
tree53c01812d767b5e177b26e9ff8e831ddf157e162 /Master/texmf-dist/tex/latex/manfnt
parent6fdbc04e91d94d0edf11a1572ae579236fb069e5 (diff)
manfnt
git-svn-id: svn://tug.org/texlive/trunk@1067 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/manfnt')
-rw-r--r--Master/texmf-dist/tex/latex/manfnt/manfnt.sty74
1 files changed, 74 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/manfnt/manfnt.sty b/Master/texmf-dist/tex/latex/manfnt/manfnt.sty
new file mode 100644
index 00000000000..c332cc6fca3
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/manfnt/manfnt.sty
@@ -0,0 +1,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'.