fix the position problem of the teaser of the manual

This commit is contained in:
Le-Jeng Shiue 2006-03-20 14:52:00 +00:00
parent 771d3ff0ea
commit eca65d792e
1 changed files with 14 additions and 15 deletions

View File

@ -15,21 +15,26 @@
\label{chapterSubdivision}
\ccChapterRelease{\subdivisionRev. \ \subdivisionDate}
\ccChapterAuthor{Le-Jeng Andy Shiue}
\hspace{.4cm}
\begin{ccTexOnly}
\setlength{\unitlength}{1mm}
\begin{picture}(0,0)(0.0,0.0)
\put (78,25){% textwidth = 156mm
\includegraphics[width=0.5\textwidth]{Subdivision_method_3/FIG/teaser}
}
\end{picture}\vspace{-4mm}% compensate for some vspace added by picture
\end{ccTexOnly}
\minitoc
% +------------------------------------------------------------------------+
\section{Introduction} \label{sectionSubIntro}
% +------------------------------------------------------------------------+
\begin{ccTexOnly}
\begin{center}
\parbox{0.6\textwidth}{%
\includegraphics[width=0.6\textwidth]{Subdivision_method_3/FIG/teaser}
}\\ \vspace{0.5cm}
\end{center}
\end{ccTexOnly}
\begin{ccHtmlOnly}
<CENTER>
<img src="FIG/teaser.jpg" alt="Catmull-Clark subdivision"><P>
</CENTER>
\end{ccHtmlOnly}
Subdivision methods are simple yet powerful ways to
generate smooth surfaces from arbitrary polyhedral meshes.
Unlike spline-based surfaces (e.g NURBS) or other numeric-based
@ -62,12 +67,6 @@ $\sqrt{3}$ subdivisions. Variations of these methods can be easily
extended by substituting the geometry computation of the refinement
host.
\begin{ccHtmlOnly}
<CENTER>
<img src="FIG/teaser.jpg" alt="Catmull-Clark subdivision"><P>
</CENTER>
\end{ccHtmlOnly}
% +------------------------------------------------------------------------+
\section{Subdivision Method}
\label{secSubAlgo}