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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
%*
%* ------------------------------------------------------------------
%* Role PlayingDB V2.0 by Deepwoods Software
%* ------------------------------------------------------------------
%* RegForm.tex - RegForm
%* Created by Robert Heller on Sun Jan 3 00:54:14 1999
%* ------------------------------------------------------------------
%* Modification History:
%* $Log: RegForm.tex,v $
%* Revision 1.2 1999/07/14 22:17:34 heller
%* Eddy's Edits.
%*
%* Revision 1.1 1999/01/05 01:18:26 heller
%* Initial revision
%*
%* ------------------------------------------------------------------
%* Contents:
%* ------------------------------------------------------------------
%*
%* Role Playing DB -- A database package that creates and maintains
%* a database of RPG characters, monsters, treasures,
%* spells, and playing environments.
%*
%* Copyright (C) 1995,1998,1999 Robert Heller D/B/A Deepwoods Software
%* 51 Locke Hill Road
%* Wendell, MA 01379-9728
%*
%* This program is free software; you can redistribute it and/or modify
%* it under the terms of the GNU General Public License as published by
%* the Free Software Foundation; either version 2 of the License, or
%* (at your option) any later version.
%*
%* This program is distributed in the hope that it will be useful,
%* but WITHOUT ANY WARRANTY; without even the implied warranty of
%* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
%* GNU General Public License for more details.
%*
%* You should have received a copy of the GNU General Public License
%* along with this program; if not, write to the Free Software
%* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
%*
%*
%*
\chapter{Registration Form}
\label{RegForm}
\typeout{$Id: RegForm.tex,v 1.2 1999/07/14 22:17:34 heller Rel1 $}
\newcommand{\checkbox}{\raisebox{.5ex}[12pt][.1ex]{\framebox[12pt]{\ }}}
\newcommand{\percentialboxes}{\\
0 to 20~\checkbox \quad 21 to 40~\checkbox \quad 41 to 60~\checkbox
\quad 61 to 80~\checkbox \quad 81 to 100~\checkbox }
This is the Shareware Registration Form
for the \thesystem\ package. Copy this form and mail it with
\$50.00\footnote{Check or money order, in USA funds, made payable to
``Robert Heller''.} to:
\centerline{\parbox[t]{2in}{
\bf
\leftline{Robert Heller}
\leftline{D/B/A Deepwoods Software}
\leftline{51 Locke Hill Road}
\leftline{Wendell, MA 01379-9728}
\leftline{USA}
}}
\begin{figure}
\caption{Registration Form}
\index{registration!form}
\makebox[\hsize]{\hrulefill}
Please answer all 5 of the following questions:
\begin{description}
\item[1.] {Your name:~\hrulefill}
\item[2.] {Your mailing address:~\parbox[t]{3.125truein}{
\makebox[\hsize]{\hrulefill} \\
\makebox[\hsize]{\hrulefill} \\
\makebox[\hsize]{\hrulefill}}}
\item[3.] {Your e-mail address(es):~\parbox[t]{3.0truein}{
\makebox[\hsize]{\hrulefill} \\
\makebox[\hsize]{\hrulefill} \\
\makebox[\hsize]{\hrulefill}}}
\item[4.] {Which operating system are you using?}
\begin{description}
\item[4a.] MS-Windows: 3.11~\checkbox \quad '95~\checkbox \quad '98~\checkbox
\quad 'NT~\checkbox.
\item[4b.] MacOS: System 7~\checkbox \quad MacOS 8.x~\checkbox.
68K~\checkbox \quad PPC~\checkbox.
\item[4c] UNIX: Linux~\checkbox \quad
other UNIX~\checkbox \quad Name of UNIX system: \makebox[2in]{\hrulefill}.
\end{description}
\item[5.] {Name of ftp site, BBS, or information service you downloaded the
\thesystem\ from:~\hrulefill. \\ Purchased CD-ROM:~\checkbox.}
\end{description}
These remaining questions are optional. You don't have to answer any of
them, but please try to answer as many as you feel like. These answers
will help me to make improvements in the \thesystem\ package.
\begin{description}
\item[6.] {Which RPG system(s) do you use?~\hrulefill}
\item[7.] {What do you {\em like} about the user interface of
\thesystem~\hrulefill}
\item[8.] {What do you {\em not like} about the user interface of
\thesystem?~\hrulefill}
\end{description}
\makebox[\hsize]{\hrulefill}
\end{figure}
|