Richard,

This journal puts the abstract before the \maketitle command in the attached .tex file.

I attach the .cls file for any help.

Thanks, Allen
----
Address:

Allen Wilkinson                       (cell)  (216) 548-2349
1286 Yellowstone Road
Cleveland Heights, OH 44121  USA      (INTERNET) aw(at)chaff(dot)biz
+++++++

On Thu, 12 Jul 2012, Richard Heck wrote:

On 07/11/2012 09:19 PM, Allen Wilkinson wrote:
Richard,

I read all of Section 5.2 on layouts. I used it to modify the article.layout file to nagauth.layout, which is poor for nagauth.cls.

There are a tons of things being set in layout files, especially when you drill down into stdclass.inc and its included .inc files.

In the linked file lyxmacros.inc the "Style Address" is noted. How can I control the nagauth.cls \address definition be used {placing author addresses right after the authors on the title page} and not the \lyxaddress definition?

If you don't want to use that definition, then start with:
   NoStyle Address
and then redefine it as you wish, e.g.:
   Style Address
       LaTeXType command
       LaTeXName address
       InTitle 1
   End
Pretty basic, but it should come close to working. LaTeX will take care of putting the address in the right place.

The same goes for "Style Abstract" in the stdstruct.inc file. How can I force the abstract to happen on the title page right after the \address content? nagauth.cls renames the 'abstract' to 'Summary' LyX output seems to botch that renaming.

I'd have to see nagauth.cls to be sure about this. In the article class, the abstract appears on a separate page when the titlepage option is given, and LyX's default definition is for that case.

I am looking for a manual on the structure and meaning of all elements used in layout files. Customization help file doesn't come close to that
need.

I still don't understand what it is you want. You want something that says what each and every style that is defined does? If so, then I'm not sure why looking at the layout files themselves isn't sufficient. That's what I do.

Richard

% nagdoc.tex V2.0, 13 May 2010



\documentclass[times]{nagauth}



\usepackage{moreverb}



\usepackage[dvips,colorlinks,bookmarksopen,bookmarksnumbered,citecolor=red,urlcolor=red]{hyperref}



\newcommand\BibTeX{{\rmfamily B\kern-.05em \textsc{i\kern-.025em b}\kern-.08em

T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}



\def\volumeyear{2010}



\begin{document}



\runningheads{A.~N.~Other}{A demonstration of the \journalabb\

class file}



\title{A demonstration of the \LaTeXe\ class file for the

\itshape{\journalnamelc}\footnotemark[2]}



\author{A.~N.~Other\corrauth}



\address{John Wiley \& Sons, Ltd, The Atrium, Southern Gate, Chichester,

West Sussex, PO19~8SQ, UK}



\corraddr{Journals Production Department, John Wiley \& Sons, Ltd,

The Atrium, Southern Gate, Chichester, West Sussex, PO19~8SQ, UK.}



\begin{abstract}

This paper describes the use of the \LaTeXe\

\textsf{\journalclass} class file for setting papers for the

\emph{\journalnamelc}.

\end{abstract}



\keywords{class file; \LaTeXe; \emph{\journalabb}}



\maketitle



\footnotetext[2]{Please ensure that you use the most up to date

class file,

available from the NAG Home Page at\\

\href{http://www3.interscience.wiley.com/journal/3312/home}{\texttt{http://www3.interscience.wiley.com/journal/3312/home}}}



\section{Introduction}

Many authors submitting to research journals use \LaTeXe\ to

prepare their papers. This paper describes the

\textsf{\journalclass} class file which can be used to convert

articles produced with other \LaTeXe\ class files into the correct

form for publication in the \emph{\journalnamelc}.



The \textsf{\journalclass} class file preserves much of the

standard \LaTeXe\ interface so that any document which was

produced using the standard \LaTeXe\ \textsf{article} style can

easily be converted to work with the \textsf{\journalclassshort}

style. However, the width of text and typesize will vary from that

of \textsf{article.cls}; therefore, \emph{line breaks will change}

and it is likely that displayed mathematics and tabular material

will need re-setting.



In the following sections we describe how to lay out your code to

use \textsf{\journalclass} to reproduce the typographical look of

the \emph{\journalnamelc}. However, this paper is not a guide to

using \LaTeXe\ and we would refer you to any of the many books

available (see, for example, \cite{R1,R2,R3}).



\section{The Three Golden Rules}

Before we proceed, we would like to stress \emph{three golden

rules} that need to be followed to enable the most efficient use

of your code at the typesetting stage:



\pagebreak



\begin{enumerate}

\item[(i)] keep your own macros to an absolute minimum;



\item[(ii)] as \TeX\ is designed to make sensible spacing

decisions by itself, do \emph{not} use explicit horizontal or

vertical spacing commands, except in a few accepted (mostly

mathematical) situations, such as \verb"\," before a

differential~d, or \verb"\quad" to separate an equation from its

qualifier;



\item[(iii)] follow the \emph{\journalnamelc} reference style.

\end{enumerate}



\section{Getting Started} The \textsf{\journalclassshort} class file should run

on any standard \LaTeXe\ installation. If any of the fonts, style

files or packages it requires are missing from your installation,

they can be found on the \emph{\TeX\ Collection} DVDs or from

CTAN.



\emph{\journalnamelc} is published using Times fonts and this is

achieved by using the \verb"times"

option as\\

\verb"\documentclass[times]{nagauth}".



\noindent If for any reason you have a problem using Times you can

easily resort to Computer Modern fonts by removing the

\verb"times" option.



\begin{figure}

\setlength{\fboxsep}{0pt}%

\setlength{\fboxrule}{0pt}%

\begin{center}

\begin{boxedverbatim}

\documentclass[times]{nagauth}

%\documentclass[times,doublespace]{nagauth}%For paper submission



\begin{document}



\runningheads{<Initials and Surnames>}{<Short title>}



\title{<Initial cap, lower case>}



\author{<An Author\affil{1},

Someone Else\affil{2}\corrauth\ and Perhaps Another\affil{1}>}



\address{<\affilnum{1}First author's address

(in this example it is the same as the third author)\break

\affilnum{2}Second author's address>}



\corraddr{<Corresponding author's address (the second author in

this example)>. E-mail: <corresponding author's email address>}



%\cgs{<Contract/grant sponsor name (no number)>}

%\cgsn{<Contract/grant sponsor name>}{<number>}



\begin{abstract}

<Text>

\end{abstract}



\keywords{<List keywords>}



\maketitle



\section{Introduction}

.

.

.

\end{boxedverbatim}

\end{center}

%\vspace{-12pt}

\caption{Example header text.\label{F1}}

\end{figure}





\section{The Article Header Information}

The heading for any file using \textsf{\journalclass} is shown in

Figure~\ref{F1}.



\subsection{Remarks}

\begin{enumerate}

\item[(i)] In \verb"\runningheads" use `\emph{et~al.}' if there

are three or more authors.



\item[(ii)] Note the use of \verb"\affil" and \verb"\affilnum" to

link names and addresses. The author for correspondence is marked

by \verb"\corrauth" and \verb"\corraddr" is used to give that

author's address, which will be printed as a footnote, prefaced by

`Correspondence to:'.



\item[(iii)] For submitting a double-spaced manuscript, add

\verb"doublespace" as an option to the documentclass line.



\item[(iv)] Use \verb"\cgs" for giving details of financial

sponsors; alternatively use \verb"\cgsn" if the grant number is

also to be included. These details will be printed as a footnote,

with `Contract/grant sponsor:' and `contract/grant number:'

inserted in the appropriate places.



\item[(v)] The abstract should be capable of standing by itself,

in the absence of the body of the article and of the bibliography.

Therefore, it must not contain any reference citations.



\item[(vi)] Keywords are separated by semicolons.

\end{enumerate}



\begin{figure}

\setlength{\fboxsep}{0pt}%

\setlength{\fboxrule}{0pt}%

\begin{center}

\begin{boxedverbatim}

\begin{table}

\caption{<Table caption>}

\centering

\tabsize

\begin{tabular}{<table alignment>}

\toprule

<column headings>\\

\midrule

<table entries

(separated by & as usual)>\\

<table entries>\\

.

.

.\\

\bottomrule

\end{tabular}

\end{table}

\end{boxedverbatim}

\end{center}

\vspace{-6pt}

\caption{Example table layout.\label{F2}}

\vspace{-6pt}

\end{figure}



\section{The Body of the Article}



\subsection{Mathematics} \textsf{\journalclass} makes the full

functionality of \AmS\/\TeX\ available. We encourage the use of

the \verb"align", \verb"gather" and \verb"multline" environments

for displayed mathematics. \textsf{amsthm} is used for setting

theorem-like and proof environments. The usual \verb"\newtheorem"

command needs to be used to set up the environments for your

particular document.



\subsection{Figures and Tables} \textsf{\journalclass} includes the

\textsf{graphicx} package for handling figures.



\pagebreak



Figures are called in as follows:

\begin{verbatim}

\begin{figure}

\centering

\includegraphics{<figure name>}

\caption{<Figure caption>}

\end{figure}

\end{verbatim}



For further details on how to size figures, etc., with the

\textsf{graphicx} package see, for example, \cite{R1}

or \cite{R3}. If figures are available in an

acceptable format (for example, .eps, .ps) they will be used but a

printed version should always be provided. \medbreak



The standard coding for a table is shown in Figure~\ref{F2}.



\subsection{Cross-referencing}

The use of the \LaTeX\ cross-reference system

for figures, tables, equations, etc., is encouraged

(using \verb"\ref{<name>}" and \verb"\label{<name>}").



\subsection{Acknowledgements} An Acknowledgements section is started with \verb"\ack" or

\verb"\acks" for \textit{Acknowledgement} or

\textit{Acknowledgements}, respectively. It must be placed just

before the References.



\subsection{Bibliography}

The normal commands for producing the reference list are:

\begin{verbatim}

\begin{thebibliography}{99}

\bibitem{<x-ref label>}

         <Reference details>

.

.

.

\end{thebibliography}

\end{verbatim}

where \verb"\bibitem{x-ref label}"

corresponds to \verb"\cite{x-ref label}" in the body of the article

and \verb"{99}" is the widest such number expected and determines

the width of the number column in the reference list.



Please note that the file \textsf{wileyj.bst} is available from

the same download page for those authors using \BibTeX.



\subsection{Double Spacing}

If you need to double space your document for submission please

use the \verb+doublespace+ option as shown in the sample layout in

Figure~\ref{F1}.



\section{Support for \textsf{\journalclass}}

We offer on-line support to participating authors. Please contact

us via e-mail at\\

\href{mailto:nagauth-...@wiley.co.uk}{\texttt{nagauth-...@wiley.co.uk}}.



We would welcome any feedback, positive or otherwise, on your

experiences of using \textsf{\journalclass}.



\section{Copyright Statement}

Please  be  aware that the use of  this \LaTeXe\ class file is

governed by the following conditions.



\subsection{Copyright}

Copyright \copyright\ \volumeyear\ John Wiley \& Sons, Ltd, The

Atrium, Southern Gate, Chichester, West Sussex, PO19~8SQ, UK. All

rights reserved.



\subsection{Rules of Use}

This class file is made available for use by authors who wish to

prepare an article for publication in the \emph{\journalnamelc}

published by John Wiley \& Sons, Ltd. The user may not exploit any

part of the class file commercially.



This class file is provided on an \emph{as is}  basis, without

warranties of any kind, either express or implied, including but

not limited to warranties of title, or implied  warranties of

merchantablility or fitness for a particular purpose. There will

be no duty on the author[s] of the software or  John Wiley \&

Sons, Ltd to correct any errors or defects in the software. Any

statutory  rights you may have remain unaffected by your

acceptance of these rules of use.



\ack This class file was developed by Sunrise Setting Ltd,

Torquay, Devon, UK. Website:\\

\href{http://www.sunrise-setting.co.uk}{\texttt{www.sunrise-setting.co.uk}}



\begin{thebibliography}{9}



\bibitem{R1} Kopka~H, Daly~PW. 2003. \emph{A Guide to \LaTeX} (4th~edn).

Addison-Wesley.



\bibitem{R2} Lamport~L. 1994. \emph{\LaTeX: a Document Preparation System} (2nd~edn).

Addison-Wesley.



\bibitem{R3} Mittelbach~F, Goossens~M. 2004. \emph{The \LaTeX\ Companion}

(2nd~edn). Addison-Wesley.

\end{thebibliography}

\end{document}

%---------------------------------------------------------------------------

%Please  be  aware that the use of this LaTeX class file is governed by the

%following conditions:

%

% based on the original LaTeX ARTICLE DOCUMENT STYLE

% Copyright (C) 1988, 1989 by Leslie Lamport

%

% Copyright (c) 2010 John Wiley & Sons, Ltd, The Atrium, Southern Gate, Chichester,

% West Sussex, PO19 8SQ UK.   All rights reserved.

%

%Rules of Use

%

%% You are NOT ALLOWED to change this file.

%

%

%This class file is made available for use by authors who wish to prepare an

%article for publication in the

%INTERNATIONAL JOURNAL FOR NUMERICAL AND ANALYTICAL METHODS IN GEOMECHANICS

%published by John Wiley & Sons Ltd. The user may not exploit any part of

%the class file commercially.

%

%This class file is provided on an `as is'  basis, without warranties of any

%kind, either expressed or implied, including but not limited to warranties of

%title, or  implied warranties of merchantablility or fitness for  a

%particular purpose. There will be no duty on the author[s] of the software

%or John Wiley & Sons Ltd to correct any errors or defects in the software.

%Any statutory rights you may have remain unaffected by your acceptance of

%these rules of use.

%---------------------------------------------------------------------------

%

% Created by Alistair Smith, Sunrise Setting Ltd, 13 May 2010

%

% nagauth.cls --- For Int. J. Numer. Anal. Meth. Geomech.



\def\update{2010/05/13 v2.00}



\newcommand{\journalname}{INTERNATIONAL JOURNAL FOR NUMERICAL AND ANALYTICAL METHODS IN GEOMECHANICS}

\newcommand{\journalnamelc}{International Journal for Numerical and Analytical Methods in Geomechanics}

\newcommand{\journalabb}{Int. J. Numer. Anal. Meth. Geomech.}

\newcommand{\journalclass}{nagauth.cls}

\newcommand{\journalclassshort}{nagauth}

\newcommand{\DOI}{nag}



\NeedsTeXFormat{LaTeX2e}

\ProvidesClass{nagauth}[\update\ \journalclass]



%\newcommand\hmmax{0}



\newif\if@timesfont

\DeclareOption{times}{%

\@timesfonttrue}



\newif\if@doublespace

\DeclareOption{doublespace}{%

\@doublespacetrue}



\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}

\ProcessOptions

\LoadClass{article}

\if@timesfont

\RequirePackage{times}

\fi

\if@doublespace

\RequirePackage[onehalfspacing]{setspace}

\fi



\RequirePackage{graphicx}

\RequirePackage{pifont,latexsym,ifthen,rotating,calc,textcase,booktabs,color}

\RequirePackage{amsfonts,amssymb,amsbsy,amsmath,amsthm}

%\RequirePackage{bm}

\RequirePackage[errorshow]{tracefnt}



\@twosidetrue

\flushbottom

\frenchspacing



\textwidth 34pc

\textheight 645pt

%\setlength\columnsep{24pt}



%Trim sizes

\setlength\voffset{-1in}

\setlength\hoffset{-1in}

\topmargin -1mm

\setlength\oddsidemargin{33mm}%back margin on odd pages

\setlength\evensidemargin{33mm}%fore margin on even pages

\setlength\paperwidth{210mm}

\setlength\paperheight{276mm}

%Needed to set PDF page size

\special{papersize=210mm,276mm}



\parskip \z@

\parindent 1em

\headheight 50pt

\headsep    20pt 

\footskip 24pt 



\hyphenpenalty=1000

\pretolerance=8000

\tolerance=9500

\hbadness=8000

\vbadness=9000

\displaywidowpenalty=0

\clubpenalty=10000

\widowpenalty=10000

\lefthyphenmin=3%

\righthyphenmin=3%

\brokenpenalty=10000%



\thinmuskip = 3mu

\medmuskip = 4mu

\thickmuskip = 5mu



\setcounter{topnumber}{10}

\def\topfraction{1}

\setcounter{bottomnumber}{10}

\def\bottomfraction{0.8}

\setcounter{totalnumber}{10}

\def\textfraction{0}

\renewcommand{\floatpagefraction}{0.95}

\setcounter{dbltopnumber}{10}

\renewcommand{\dblfloatpagefraction}{0.95}

\renewcommand{\dbltopfraction}{1}



\renewcommand{\normalsize}{\fontsize{10.3}{12pt}\selectfont}

\renewcommand{\small}{\fontsize{9.5}{10pt}\selectfont}

\renewcommand{\footnotesize}{\fontsize{8.5}{9pt}\selectfont}

\renewcommand{\scriptsize}{\fontsize{8.5}{9.5pt}\selectfont}

\renewcommand{\tiny}{\fontsize{6.5}{7pt}\selectfont}

\renewcommand{\large}{\fontsize{11.5}{12pt}\selectfont}

\renewcommand{\Large}{\fontsize{14}{18pt}\selectfont}

\renewcommand{\LARGE}{\fontsize{17}{22pt}\selectfont}

\renewcommand{\huge}{\fontsize{20}{25pt}\selectfont}

\renewcommand{\Huge}{\fontsize{25}{30pt}\selectfont}



\newcommand{\titlesize}{\fontsize{15.3}{16pt}\selectfont}

\newcommand{\tabsize}{\fontsize{9}{9.5pt}\selectfont}



\newbox\absbox

\def\abstract{\lrbox\absbox\minipage{\textwidth}%

  \small\normalfont%

  \centerline{{SUMMARY}}\par\vspace{8pt}%

  }

\def\endabstract{\copyrightline\endminipage\endlrbox}



\def\keywords#1{%

  \gdef\@keywords{\small{KEY WORDS:}\hspace{0.75em}\parbox[t]{28pc}{#1}}}

\let\@keywords\@empty



\skip\footins 22pt plus  8pt

%\gdef\footnoterule{}

\def\footnoterule{\kern-3\p@

  \hrule \@width 60pt \kern 2.6\p@}



\renewcommand{\thefootnote}{\fnsymbol{footnote}}

\long\def\@makefntext#1{\parindent 1em%

\noindent{$\m@th^{\@thefnmark}$}#1}



\def\corraddr#1{%

  \gdef\@corraddr{%

    \footnotetext[1]{Correspondence to: #1\stepcounter{footnote}}}}

\let\@corraddr\@empty

\def\corrauth{\footnotemark[1]}



\def\address#1{%

  \gdef\@address{{\footnotesize\itshape #1}}}

\let\@address\@empty



\def\cgsn#1#2{%

\gdef\@cgsn{%

\footnotetext[0]{\\

Contract/grant sponsor: #1; contract/grant

number: #2}}}



\def\cgs#1{%

\gdef\@cgs{%

\footnotetext[0]{\\

Contract/grant sponsor: #1}}}



\let\@cgsn\@empty

\let\@cgs\@empty



\def\affilnum#1{${}^{#1}$}

\def\affil#1{${}^{#1}$}

\def\comma{${}^{\text{,}}$}



\renewcommand\maketitle{\par

  \begingroup

     \if@twocolumn

      \ifnum \col@number=\@ne

        \@maketitle

      \else

        \twocolumn[\@maketitle]%

       \fi

    \else

      \newpage

      \global\@topnum\z@   % Prevents figures from going at top of page.

      \@maketitle

    \fi

    \thispagestyle{title}\label{FirstPage}\@corraddr\@cgs\@cgsn

  \endgroup

  %\setcounter{footnote}{0}%

  \global\let\address\relax

  \global\let\thanks\relax

  \global\let\maketitle\relax

  \global\let\@maketitle\relax

  \global\let\@thanks\@empty

  \global\let\@author\@empty

  \global\let\@date\@empty

  \global\let\@title\@empty

  \global\let\@address\@empty

  \global\let\corraddr\relax

  \global\let\title\relax

  \global\let\author\relax

  \global\let\date\relax

  \global\let\and\relax

}

\def\@maketitle{\vspace*{6pt}%

\null%

\begin{center}

    {\titlesize\@title \par}%

    \vskip 1.5em %

    \vskip 5pt

    {\large

      \lineskip .5em%

      \@author

      \par}%

      \vskip 11pt

{\footnotesize

      \lineskip .5em%

      %

        {\raggedright\emph\@address}

      \par}%

\end{center}    

    \vskip 31pt%

    {\noindent\usebox\absbox\par}

    {\lineskip 1.5em%

      %

      {\noindent\footnotesize Received \dots}\par}

    {\vspace{11pt}%

      %

      {\noindent\@keywords}\par}

      \vspace{12pt}

        \par%

  }

 

\def\startpage{\pageref{FirstPage}}

\def\endpage{\pageref{LastPage}}

\def\volumeyear{0000}

\def\volumenumber{00}



\gdef\copyrightline{Copyright \copyright\ \volumeyear\ John Wiley \& Sons, Ltd.}

\def\runningheads#1#2{\markboth{\uppercase{#1}}{\uppercase{#2}}}



\def\ps@title{%

\def\@oddhead{%

\parbox[t]{\textwidth}{%

\begin{tabular}[t]{@{}l@{}}%

{\footnotesize\journalname}\\[-3pt]

{\footnotesize\emph{\journalabb} \volumeyear; \textbf{\volumenumber}:\startpage--\endpage}\\[-3pt]

{\footnotesize Published online in Wiley InterScience (www.interscience.wiley.com). DOI: 10.1002/\DOI}

\end{tabular}}}%

\let\@evenhead\@oddhead

\def\@oddfoot{\parbox[t]{\textwidth}{%

{\footnotesize\copyrightline\hfill\\

\textit{Prepared using \textsf{\journalclass} [Version: \update]\hfill}%

}}}

\let\@evenfoot\@oddfoot}



\def\ps@wpage{

\let\@mkboth\@gobbletwo

\def\@evenhead{\normalsize \thepage\hfill\footnotesize{\leftmark}\hfill\normalsize\phantom{\thepage}}

\def\@oddhead{\normalsize \phantom{\thepage}\hfill\footnotesize{\rightmark}\hfill\normalsize\thepage}

\def\@evenfoot{\parbox[t]{\textwidth}{{\footnotesize \copyrightline}%

\hfill\footnotesize{\it \journalabb\ }(\volumeyear)\\ %

\footnotesize\textit{Prepared using \textsf{\journalclass}}\hfill DOI: 10.1002/\DOI}}

\def\@oddfoot{\@evenfoot}

}



\renewcommand{\@seccntformat}[1]{{\csname the#1\endcsname.}\hspace{0.5em}}



\newdimen\@bls                              

\@bls=\baselineskip



\renewcommand\section{\@startsection {section}{1}{\z@}%

                                   {2\@bls  plus .3\@bls minus .1\@bls}%

                                   {1\@bls\@afterindentfalse}%

                                   {\centering\normalfont\normalsize\protect\MakeTextUppercase}}

\renewcommand\subsection{\@startsection{subsection}{2}{\z@}%

                                     {\@bls plus .3\@bls minus .1\@bls}%

                                     {6pt\@afterindentfalse}%

                                     {\normalfont\normalsize\raggedright\itshape}}

\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}%

                                     {\@bls plus .2\@bls}%

                                     {-5pt}%

                                     {\normalfont\normalsize\itshape}}



\def\enumerate{\ifnum \@enumdepth >3 \@toodeep\else

      \advance\@enumdepth \@ne

      \edef\@enumctr{enum\romannumeral\the\@enumdepth}\list

      {\csname label\@enumctr\endcsname}{\usecounter

        {\@enumctr}\itemsep 0pt\parsep 0pt

         \def\makelabel##1{\hss\llap{##1}}}\fi}



\let\endenumerate =\endlist



\def\itemize{\ifnum \@itemdepth >3 \@toodeep\else \advance\@itemdepth \@ne

\edef\@itemitem{labelitem\romannumeral\the\@itemdepth}%

\list{\csname\@itemitem\endcsname}{\itemsep 0pt\parsep 0pt

\def\makelabel##1{\hss\llap{##1}}}\fi}



\let\enditemize =\endlist



\renewcommand{\thetable}{\Roman{table}}



\usepackage{caption}

\DeclareCaptionLabelSeparator{jwperiod}{.\hspace*{0.5ex}}

\captionsetup[figure]{font=small,labelfont=rm,labelsep=jwperiod,justification=centerlast,singlelinecheck=true}

\captionsetup[table]{position=top,font=small,labelfont=rm,labelsep=jwperiod,justification=centerlast,singlelinecheck=true}



\def\thmhead@plain#1#2#3{%

  \thmname{#1}\thmnumber{\@ifnotempty{#1}{ }{#2}}%

  \thmnote{ {\the\thm@notefont(#3)}}}



\newtheoremstyle{wiley}

{6pt plus 2pt minus 2pt}% space above

{6pt plus 2pt minus 2pt}% space below

{}% Body font

{}% Indent amount

{\itshape}% Theorem head font

{}% Punctuation after theorem head

{\newline}% Space after theorem head

{}% Theorem head spec



\renewenvironment{proof}[1][\proofname]{\par

  \pushQED{\qed}%

  \normalfont \topsep6\p@\@plus6\p@\relax

  \trivlist

  \item[\hskip\labelsep

        \itshape

    #1\@addpunct{}]\mbox{}\newline\ignorespaces

}{%

  \popQED\endtrivlist\@endpefalse

}



\theoremstyle{wiley}



\def\ack{\vspace{2\@bls plus .3\@bls minus .1\@bls}

\noindent{\footnotesize\centerline{ACKNOWLEDGEMENT}}\\[6pt]\small\noindent}%



\def\acks{\vspace{2\@bls plus .3\@bls minus .1\@bls}

\noindent{\footnotesize\centerline{ACKNOWLEDGEMENTS}}\\[6pt]\small\noindent}%



\renewcommand\refname{REFERENCES}



\renewenvironment{thebibliography}[1]{%

\vspace{2\@bls plus .3\@bls minus .1\@bls}

\noindent{\footnotesize\centerline{\refname}}\\[-3pt]

\list{{\arabic{enumi}}}{\def\makelabel##1{\hss{##1.}}\topsep=0\p@\parsep=0\p@

\partopsep=0\p@\itemsep=0\p@

\labelsep=1ex\itemindent=0\p@

\settowidth\labelwidth{\footnotesize[#1]}%

\leftmargin\labelwidth

\advance\leftmargin\labelsep

\advance\leftmargin -\itemindent

\usecounter{enumi}}\footnotesize

\def\newblock{\ }

\sloppy\clubpenalty4000\widowpenalty4000

\sfcode`\.=1000\relax}{\endlist}



%\def\biog{\section*{Author's Biography}\small}

%\def\biogs{\section*{Authors' Biographies}\small}



\AtEndDocument{%

\label{LastPage}}



\hyphenation{com-mu-ni-ca-tions}



\pagestyle{wpage}

\normalsize

\sloppy

Reply via email to