*) Matching brace failure

  \renewcommand\putdraftmarkps{%
  \@tempdima .5\textheight\advance\@tempdima\headsep
    \placepos{.5\textwidth}{\@tempdima}{%
      \vbox to\z@{\vss\makebox[\z@][c]{%
        \rotatebox{55}{%
	  \color{draftgray}\draftpsfont	  
	  \settowidth{\@tempdima}{\draftname}%
	  \ifdim\@tempdima>\textheight
      	    \resizebox{\textheight}{!}{\draftname}\else\draftname\fi
	  }%
        }\vss}}}


*) Matching brace on the outermost doesn't work:

\newcommand\draftmark@watermark{%
  \newcommand\putdraftmarkps{%
    \placepos{.2\textwidth}{.8\textheight}{\rotatebox{65}{%
      \fontfamily{phv}\fontsize{.2\textheight}\z@\selectfont
      \color{draftgray}\draftname}}}
  \@ifundefined{rotatebox}{\AtEndOfPackage{\RequirePackage{graphics}}}{}
  \@ifundefined{color}{\AtEndOfPackage{\RequirePackage{color}}}{}
  \AtEndOfPackage{\definecolor{draftgray}{gray}{0.9}}  %0.955, 0.93
  \def\ps@plain{\let\@mkboth\@gobbletwo
    \def\@oddhead{\putdraftmarkps\hfil}\let\@evenhead\@oddhead}
  \let\ps@empty\ps@plain
  \let\ps@h@old\ps@headings \def\ps@headings{\ps@h@old
    \def\@oddhead{\putdraftmarkps{\slshape\rightmark}\hfil\thepage}%
    \def\@evenhead{\putdraftmarkps\thepage\hfil\slshape\leftmark}}%
  \let\draftmark@watermark\empty
%
  \draftmark@select
}



*)

\gobble{
\begin{figure*}
	\subfigure{%[case 1]{%
	    \placeEPS{\plotwidth}{}{plot1}%
	}\hfill
	\subfigure{%[case 2]{%
	    \placeEPS{\plotwidth}{}{plot2}%
	}\par
	%\endgroup
	\caption%[Toc caption]
		{Caption text.}
	\label{f:plot}
\end{figure*}
}

\begin{figure}
	\begingroup
	\centering
%	\placeEPS{\plotwidth}{}{plot3}\par%\hfill
	\placeEPS{\plotwidth}{}{plot4}\par
	\endgroup

