% \iffalse % $Id: imprintmtshadow.dtx,v 1.3 2012-08-11 20:19:26 boris Exp $ % % Copyright (c) 2012, Boris Veytsman % % All rights reserved. % % Redistribution and use in source and binary forms, with or without % modification, are permitted provided that the following conditions % are met: % % * Redistributions of source code must retain the above copyright % notice, this list of conditions and the following disclaimer. % * Redistributions in binary form must reproduce the above % copyright notice, this list of conditions and the following % disclaimer in the documentation and/or other materials provided % with the distribution. % * Neither the name of the original author nor the names of the % contributors may be used to endorse or promote products derived % from this software without specific prior written permission. % % THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND % CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, % INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF % MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE % DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS % BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, % EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED % TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, % DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON % ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, % OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY % OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE % POSSIBILITY OF SUCH DAMAGE. % % \fi % \CheckSum{221} % % %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z %% Digits \0\1\2\3\4\5\6\7\8\9 %% Exclamation \! Double quote \" Hash (number) \# %% Dollar \$ Percent \% Ampersand \& %% Acute accent \' Left paren \( Right paren \) %% Asterisk \* Plus \+ Comma \, %% Minus \- Point \. Solidus \/ %% Colon \: Semicolon \; Less than \< %% Equals \= Greater than \> Question mark \? %% Commercial at \@ Left bracket \[ Backslash \\ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} % % % \MakeShortVerb{|} % \GetFileInfo{imprintmtshadow.dtx} % \title{\LaTeX{} Support For Monotype Imprint Shadow Font} % \author{Boris Veytsman\thanks{% % \href{mailto:borisv@lk.net}{\texttt{borisv@lk.net}}, % \href{mailto:boris@varphi.com}{\texttt{boris@varphi.com}}}} % \date{\filedate, \fileversion} % \maketitle % \begin{abstract} % This package provides \LaTeX{} support for the Monotype Imprint % Shadow font. It has everything you need to % typeset in this font - except the font itself. % \end{abstract} % \tableofcontents % % \clearpage % % %\section{Introduction} %\label{sec:intro} % % While such engines as \texttt{xetex} and \texttt{luatex} can use % native system fonts, the installation base of \texttt{pdftex} is % large enough to justify its continuing support with new fonts. % % % This package provides support files for the Monotype Imprint Shadow % font. According to the Fontname % scheme~\cite{fontname}, this corresponds to the family |miih|. We % provide the necessary font files---everything but the fonts. % % % %\section{Installation} %\label{sec:install} % % % % First, you need to purchase the fonts themselves: the |pfb| files % are \emph{not} included in the package. We assume that the |pfb| % file is called |ImpriMTSha.pfb|. If your \TeX{} system is % TDS-compliant, install the this file into % \path{$TEXMFLOCAL/fonts/type1/monotype/imprintmtshadow}. Download % \url{http://mirrors.ctan.org/install/fonts/psfonts/imprintmtshadow.tds.zip} % and unzip this file in \path{$TEXMFLOCAL}. Add |+miih.map| to the % configuration files of dvips, pdftex and your dvi previewer. Run % texhash and updmap programs to update the configuration files and % file names database. % % % The style |imprintmtshadow.sty| provides a number of commands for using the % font family (see Section~\ref{sec:imprintmtshadow.sty}) % % %\section{Using \LaTeX{} Style } %\label{sec:imprintmtshadow.sty} % % To use the package, add to the preamble of your document the usual % incantation \cmd{\usepackage}\oarg{options}|{imprintmtshadow}|. % % % The package option |scaled=...| scales the font to the given scale. % % The font can be selected in the usual way, for example % \begin{verbatim} % \fontfamily{miih}\selectfont % \end{verbatim} % % \DescribeMacro{\imprintmtshadowfamily} % \DescribeMacro{\textimprintmtshadow} % Alternatively you can use a declaration |\imprintmtshadowfamily| and a % command |\textimprintmtshadow| to set the family. % % % \StopEventually{ % \clearpage % % \bibliography{tex} % \bibliographystyle{unsrt}} % % \clearpage %\section{Implementation} %\label{sec:impl} % %\subsection{Identification} %\label{sec:ident} % % We start with the declaration who we are. Most |.dtx| files put % driver code in a separate driver file |.drv|. We roll this code into the % main file, and use the pseudo-guard || for it. % \begin{macrocode} % % \end{macrocode} % % %\Finale %\clearpage % %\PrintChanges %\clearpage %\PrintIndex % \endinput