summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/imprintmtshadow/miihsample.tex
blob: a0f4d1a25083d1284f19dd0efe957a1be7364f62 (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
\documentclass{article}
\usepackage{ifpdf}
\ifpdf
   \pdfmapfile{+miih.map}
   \usepackage{microtype}
\fi
\usepackage{imprintmtshadow,textcomp,color}
\usepackage{kantlipsum}
\begin{document}

\imprintmtshadowfamily

Imprint MT Shadow: 0123456789. \AE, \ae, \ss, fi, ffi. \kant[1]



Package ``textcomp'' allows us to typeset currencies: \texteuro25.00,
\pounds4.5, \textdollar6, \textyen4.

\fcolorbox{black}{black}{\color{white}
  \begin{minipage}{.8\linewidth}
    The font is good in reverse
    colors. \kant[2]
  \end{minipage}}

\end{document}