summaryrefslogtreecommitdiff
path: root/fonts/poetica/doc/beauty.tex
blob: e103eb407d1e8deee6b49f424857a2302809c59a (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
%&latex
\documentclass{article}
\usepackage{poetica,colordvi}
\begin{document}
\thispagestyle{empty}

\newsavebox{\mybox}
\newlength{\mywd}\newlength{\myht}\newlength{\mydp}
\setlength{\fboxrule}{1.2pt}
\savebox{\mybox}{\fbox{\begin{minipage}{.5\textwidth}
\begin{center}\begin{Poetica}\fontsize{26}{34}\selectfont
^--{*A}nd if \+{y}ou wi^{ll} con-\\
sider a\++{ll} t\++h{\i}ngs, {\wordbounds\++y}ou\\
will find that ^{th}ose\\
whi^{ch} are ^goo^--d an^d\\
use\++ful a\++lways ^have\\
^{th}e grace of beaut^y\\
in ^{th}em as we^--{ll}.\\
{\renewcommand\.{\hspace{1.8pt}}%
\fontshape{t1}\fontsize{16}{24}\selectfont 
  c\.a\.s\.t\.i\.g\.l\.i\.o\.n\.e}\\[1pc]
\fontsize{30}{38}\orn{78}
\end{Poetica}\end{center}
\end{minipage}}}
\settowidth{\mywd}{\usebox{\mybox}}
\settoheight{\myht}{\usebox{\mybox}}
\settodepth{\mydp}{\usebox{\mybox}}
\begin{center}
\noindent\rlap{\vrule width1.1\mywd height1.1\myht depth1.1\mydp}%
  \hskip.05\mywd%
  {\White{\usebox{\mybox}}}
\end{center}

\end{document}