|
216 | 216 | % \begin{macrocode} |
217 | 217 | \DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} |
218 | 218 | % \end{macrocode} |
219 | | -% We will use onecolumn paper and 11pt fonts by default. |
| 219 | +% We will use onecolumn paper and 12pt fonts by default. |
220 | 220 | % \begin{macrocode} |
221 | 221 | \ExecuteOptions{paper,onecolumn,long,noendfloat,new,nonreprod,blind} |
222 | 222 | \ProcessOptions* |
|
233 | 233 | % \begin{macrocode} |
234 | 234 | \RequirePackage{rotating} |
235 | 235 | % \end{macrocode} |
| 236 | +% Load comment package to exclude acknowledgments section for double-blind |
| 237 | +% review. |
| 238 | +% \begin{macrocode} |
| 239 | +\ifthenelse{\boolean{@manu}\AND\boolean{@blind}}{\RequirePackage{xcomment}}{} |
| 240 | +% \end{macrocode} |
236 | 241 | % |
237 | 242 | % \subsection{Figures and Tables} |
238 | 243 | % Either load the endfloat package or define special plotting commands |
|
741 | 746 | % \end{macrocode} |
742 | 747 | % \end{macro} |
743 | 748 | % \begin{macro}{\author} |
744 | | -% Finally, everything goes to \author and is stored in |\seg@author|. |
| 749 | +% Finally, everything goes to |\author| and is stored in |\seg@author|. |
745 | 750 | % \begin{macrocode} |
746 | 751 | \providecommand{\seg@author}{} |
747 | 752 | \renewcommand{\author}[1]{% |
|
778 | 783 | % \begin{macro}{abstract} |
779 | 784 | % For manuscripts, the abstract environment is simply a section. |
780 | 785 | % \begin{macrocode} |
781 | | -\ifthenelse{\boolean{@manu}}{ |
782 | | - \renewenvironment{abstract}{\seg@author |
| 786 | +\ifthenelse{\boolean{@manu}}{% |
| 787 | + \renewenvironment{abstract}{ |
| 788 | + \ifthenelse{\boolean{@manu}\AND\boolean{@blind}}% |
| 789 | + {{\setboolean{@blind}{false}\seg@author}\newpage\setcounter{page}{1}}{}% |
| 790 | + \seg@author |
783 | 791 | \section{ABSTRACT}}{\newpage} |
784 | 792 | } |
785 | 793 | % \end{macrocode} |
|
799 | 807 | } |
800 | 808 | % \end{macrocode} |
801 | 809 | % \end{macro} |
| 810 | +% \begin{macro}{acknowledgments} |
| 811 | +% Acknowledgments section is removed for double-blind review. |
| 812 | +% \begin{macrocode} |
| 813 | +\newenvironment{acknowledgments}% |
| 814 | + {\ifthenelse{\boolean{@manu}\AND\boolean{@blind}}{\comment}{\section{acknowledgments}}}% |
| 815 | + {\ifthenelse{\boolean{@manu}\AND\boolean{@blind}}{\endcomment}{}} |
| 816 | +% \end{macrocode} |
| 817 | +% \end{macro} |
802 | 818 | % \subsection{Page style} |
803 | 819 | % \begin{macrocode} |
804 | 820 | \ifthenelse{\boolean{@manu}} |
|
0 commit comments