mirror of https://github.com/CGAL/cgal
try to add figures for constrained triangulations but finally didn't
This commit is contained in:
parent
a9d9307b0f
commit
a9e3b57c89
|
|
@ -84,7 +84,7 @@ Doc_ps:
|
|||
latex wrapper.tex; latex wrapper.tex; \
|
||||
dvips -o Triangulation_2.ps wrapper.dvi; \
|
||||
gzip Triangulation_2.ps;\
|
||||
rm -f *.aux *.log *.dvi *.ps *.blg *.bbl *.toc ;
|
||||
rm -f *.aux *.log *.dvi *.blg *.bbl *.toc ;
|
||||
mv doc_tex/basic/Triangulation_2/Triangulation_2.ps.gz doc_ps ;
|
||||
cd doc_ps; rm -f pointer.ps.gz;
|
||||
cd doc_tex/support/Handle;\
|
||||
|
|
@ -92,7 +92,7 @@ Doc_ps:
|
|||
latex wrapper.tex; latex wrapper.tex; \
|
||||
dvips -o pointer.ps wrapper.dvi; \
|
||||
gzip pointer.ps; \
|
||||
rm -f *.aux *.log *.dvi *.ps *.blg *.bbl *.toc
|
||||
rm -f *.aux *.log *.dvi *.blg *.bbl *.toc
|
||||
mv doc_tex/support/Handle/pointer.ps.gz doc_ps ; \
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,12 @@
|
|||
Package triangulation: provides triangulations Delaunay triangulations,
|
||||
constrained and regular triangulations with tests and examples.
|
||||
|
||||
Ver 5.10 (17/7/010
|
||||
Ver 5.11 ??
|
||||
- added an example for constrained Delaunay triangulation
|
||||
- fixed indexing bug
|
||||
- try to add figures for constrained triangulation but finalle did not
|
||||
|
||||
Ver 5.10 (17/7/01)
|
||||
- fixed latex bugs in the doc
|
||||
|
||||
Ver 5.09 (13/7/01)
|
||||
|
|
|
|||
|
|
@ -841,22 +841,22 @@ and add three boolean to store the status of its edges.
|
|||
%that builds a
|
||||
%constrained triangulation from a list of constraints.
|
||||
|
||||
\begin{figure}
|
||||
\begin{ccTexOnly}
|
||||
\begin{center}
|
||||
\includegraphics[width=6cm]{Fig/poisson.ps}
|
||||
\includegraphics[width=6cm]{Fig/del_poisson.ps}
|
||||
\end{center}
|
||||
\end{ccTexOnly}
|
||||
\caption{Constrained and Constrained Delaunay triangulation}
|
||||
\label{I1_Fig_constrained}}
|
||||
\begin{ccHtmlOnly}
|
||||
<CENTER>
|
||||
<img border=0 src=poisson.gif align=center alt=" ">
|
||||
<img border=0 src=del_poisson.gif align=center alt=" ">
|
||||
</CENTER>
|
||||
\end{ccHtmlOnly}
|
||||
\end{figure}
|
||||
%\begin{figure}
|
||||
%\begin{ccTexOnly}
|
||||
%\begin{center}
|
||||
%\includegraphics[width=6cm]{poisson.ps}
|
||||
%\includegraphics[width=6cm]{del_poisson.ps}
|
||||
%\end{center}
|
||||
%\end{ccTexOnly}
|
||||
%\caption{Constrained and Constrained Delaunay triangulation}
|
||||
%\label{I1_Fig_constrained}}
|
||||
%\begin{ccHtmlOnly}
|
||||
%<CENTER>
|
||||
%<img border=0 src=poisson.gif alt=" Constrained triangulation">
|
||||
%<img border=0 src=del_poisson.gif alt="Constrained Delaunay triangulation">
|
||||
%</CENTER>
|
||||
%\end{ccHtmlOnly}
|
||||
%\end{figure}
|
||||
|
||||
|
||||
\section{Constrained Delaunay Triangulations}
|
||||
|
|
|
|||
|
|
@ -841,22 +841,22 @@ and add three boolean to store the status of its edges.
|
|||
%that builds a
|
||||
%constrained triangulation from a list of constraints.
|
||||
|
||||
\begin{figure}
|
||||
\begin{ccTexOnly}
|
||||
\begin{center}
|
||||
\includegraphics[width=6cm]{Fig/poisson.ps}
|
||||
\includegraphics[width=6cm]{Fig/del_poisson.ps}
|
||||
\end{center}
|
||||
\end{ccTexOnly}
|
||||
\caption{Constrained and Constrained Delaunay triangulation}
|
||||
\label{I1_Fig_constrained}}
|
||||
\begin{ccHtmlOnly}
|
||||
<CENTER>
|
||||
<img border=0 src=poisson.gif align=center alt=" ">
|
||||
<img border=0 src=del_poisson.gif align=center alt=" ">
|
||||
</CENTER>
|
||||
\end{ccHtmlOnly}
|
||||
\end{figure}
|
||||
%\begin{figure}
|
||||
%\begin{ccTexOnly}
|
||||
%\begin{center}
|
||||
%\includegraphics[width=6cm]{poisson.ps}
|
||||
%\includegraphics[width=6cm]{del_poisson.ps}
|
||||
%\end{center}
|
||||
%\end{ccTexOnly}
|
||||
%\caption{Constrained and Constrained Delaunay triangulation}
|
||||
%\label{I1_Fig_constrained}}
|
||||
%\begin{ccHtmlOnly}
|
||||
%<CENTER>
|
||||
%<img border=0 src=poisson.gif alt=" Constrained triangulation">
|
||||
%<img border=0 src=del_poisson.gif alt="Constrained Delaunay triangulation">
|
||||
%</CENTER>
|
||||
%\end{ccHtmlOnly}
|
||||
%\end{figure}
|
||||
|
||||
|
||||
\section{Constrained Delaunay Triangulations}
|
||||
|
|
|
|||
Loading…
Reference in New Issue