% From Russell-Lenth@uiowa.edu Fri Sep 5 13:29:40 1997 %%%%% Template for JASA/TAS book reviews %%%%% by Russ Lenth, U of Iowa %%%%% (See \VERSION and \DATE below for version information) %%%%% Includes contributions by Brad Biggerstaff %!!! Instructions appear in lines that begin with %!!! %!!! LaTeX version - Uncomment ONE of these next two lines \documentclass[12pt]{article} %%%% (For LaTeX2e) %%%\documentstyle[12pt]{article} %%%% (For Latex2.09) %!!! SKIP DOWN PAST ALL THESE MACROS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \def\VERSION{1.4} \def\DATE{September 5, 1997} \newlength{\SINGLESKIP} \newlength{\DOUBLESKIP} \setlength{\SINGLESKIP}{\baselineskip} \setlength{\DOUBLESKIP}{20pt} \typeout{--- bookrev package by Russ Lenth - version \VERSION, \DATE\ ---} \setlength{\textwidth}{6.5in}%%% was {7in} \setlength{\textheight}{9.0in} \setlength{\oddsidemargin}{0in}%%% was {-.25in} \setlength{\topmargin}{-0.5in} \pagestyle{empty} \def\booknumber#1{\gdef\BOOKNO{#1}} \def\title#1{\gdef\TITLE{#1}} \def\publisher#1{\gdef\PUBLISHER{#1}} \def\city#1{\gdef\CITY{#1}} \def\year#1{\gdef\YEAR{#1}} \def\romanpages#1{\gdef\ROMANPAGES{#1}} \def\arabicpages#1{\gdef\ARABICPAGES{#1}} \def\price#1{\gdef\PRICE{#1}} \def\NAME(#1,#2){#2 {\sc#1}} \def\author#1{\gdef\AUTHI{\NAME(#1)}\gdef\AUTHORS{\AUTHI}} \def\authorII#1{\gdef\AUTHII{\NAME(#1)}% \gdef\ERSTEDS{Eds.}\def\ETALPUNC{,}% \gdef\AUTHORS{\AUTHI\AUTHCONJ\ \AUTHII}} \def\authorIII#1{\gdef\AUTHIII{\NAME(#1)}% \def\AUTHCONJ{, and} \gdef\AUTHORS{\AUTHI, \AUTHII\AUTHCONJ\ \AUTHIII}} \def\authorIV#1{\gdef\AUTHIV{\NAME(#1)}% \gdef\AUTHORS{\AUTHI, \AUTHII, \AUTHIII\AUTHCONJ\ \AUTHIV}} \def\authorV#1{\gdef\AUTHV{\NAME(#1)}% \gdef\AUTHORS{\AUTHI, \AUTHII, \AUTHIII, \AUTHIV\AUTHCONJ\ \AUTHV}} \def\authorVI#1{\gdef\AUTHV{\NAME(#1)}% \gdef\AUTHORS{\AUTHI, \AUTHII, \AUTHIII, \AUTHIV, \AUTHV\AUTHCONJ\ \AUTHVI}} \def\etal{\gdef\ETAL{\ETALPUNC\ \emph{et~al.}}% \gdef\AUTHCONJ{,}\gdef\ERSTEDS{Eds.}} \def\eds{\gdef\EDS{ {\rm (\ERSTEDS)}}} \def\isbn#1{\gdef\ISBN{#1}} \def\ETAL{}\def\ETALPUNC{}\def\AUTHCONJ{ and} \def\EDS{}\def\ERSTEDS{Ed.} \def\reviewer#1{\gdef\REVIEWER{\NAME(#1)}} \def\affiliation#1{\gdef\AFFILIATION{#1}} \def\address#1{\gdef\ADDRESS{#1}} \def\telephone#1{\gdef\TELEPHONE{#1}} \def\review{% \subsection*{Book \#\BOOKNO} Reviewer: \REVIEWER\\ \AFFILIATION\\ \ADDRESS\\ \TELEPHONE \subsection*{\sf\TITLE} \begin{quotation} \noindent \AUTHORS\ETAL\EDS, \CITY : \PUBLISHER , \YEAR, \ROMANPAGES~+~\ARABICPAGES\ pp.\ ISBN~\ISBN \$\PRICE . \end{quotation}\baselineskip=\DOUBLESKIP} \def\endreview{% {\baselineskip=\SINGLESKIP \begin{flushright} \REVIEWER \\ {\em\AFFILIATION}\\ \end{flushright}}} \def\references{% \center {\sf REFERENCES} \endcenter% \list{}{\topsep=0pt\parsep=0pt\baselineskip=\DOUBLESKIP% \leftmargin=1.5em\itemindent=-\leftmargin}} \def\endreferences{\endlist} %%%%% END OF MACROS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %!!! The following lines are used to enter information about the book % being reviewed. They are fairly self-explanatory. Put the needed % information inside the braces. DO NOT boldface or italicize % anything - that's taken care of by the associated macros. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %!!! Book number (4-digit number assigned by JASA) \booknumber {1234} %!!! Authors (uncomment as needed) \author {Last,First I.} %%%\authorII {,} %%%\authorIII {,} %%%\authorIV {,} %%%\authorV {,} %%%\authorVI {,} %!!! If there are still more authors, uncomment next line %%%\etal %!!! If the "authors" above are really editors, uncomment next line %%%\eds %!!! Book title \title {Title} %!!! Publisher \publisher {Publisher} %!!! City of publisher (OMIT the state/province unless very small) \city {Boston} %!!! Year of publication \year {1996} %!!! Number of pages of front matter, in lower-case roman numerals \romanpages {xiv} %!!! Number of pages in the main body of the text, in arabic numerals \arabicpages {123} %!!! ISBN, using dashes for spaces \isbn {0-0000-0000-X} %!!! Price of the book, in dollars (but NO initial dollar sign) %!!! (hardcover) (paperback) (hardcover AND paperback) \price {14.95} %%% {14.95~(P)} %%% {89.95~(H) \$ 15.95~(P)} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %!!! Now enter some information about yourself %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %!!! Your name \reviewer {Last,First I.} %!!! Your affiliation \affiliation {University of } %!!! Your mailing address (use "\\" to separate lines) \address {Department of \\ City, State zip} %!!! Your daytime telephone number, including area code \telephone {(555) 555-1212} \begin{document} \begin{review} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %!!! Type the body of your review here !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{review} %!!! Enter references below in this format: % % \item Last, First I.\ and Last, First (year), ``Article title,'' % {\em Journal name (spelled out)}, volume, 123--129. % % \item Last, First (year), {\em Book title}, % City: Publisher, 123--129. % %!!! (If none, delete or comment-out this "references" environment) \begin{references} \item \end{references} \end{document} --------------58704D15737C--