mirror of https://github.com/CGAL/cgal
More obsolete \ccTexHtml removal.
This commit is contained in:
parent
3fab8f07fb
commit
80da0bff1a
|
|
@ -29,8 +29,8 @@ exists and is unique.
|
|||
|
||||
%% i.e.~$me(P)=\emptyset$ if
|
||||
%% $P=\emptyset$, $me(P)=\{p\}$ if
|
||||
%% $P=\{p\}$, and $me(P) = \{ \mbox{\ccTexHtml{$(1-\lambda)p + \lambda q
|
||||
%% \mid 0 \leq \lambda \leq 1$}{(1-l)p + l q | 0 <= l <= 1}} \}$ if
|
||||
%% $P=\{p\}$, and $me(P) = \{ (1-\lambda)p + \lambda q
|
||||
%% \mid 0 \leq \lambda \leq 1 \}$ if
|
||||
%% $P=\{p,q\}$.
|
||||
|
||||
For a given finite and full-dimensional pointset $P\subset \E^d$ and a
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ loops as the one in the example of the function \ccc{is_empty_range}.
|
|||
loops through the range [\ccc{i, j}). It increments \ccc{i} until it
|
||||
reaches \ccc{j}. The implementation looks like:
|
||||
|
||||
\ccc{CGAL_For_all(i,j)} \ \ \ccTexHtml{$\equiv$}{:=} \ \
|
||||
\ccc{CGAL_For_all(i,j)} \ \ $\equiv$ \ \
|
||||
\begin{minipage}[t]{0.74\textwidth}
|
||||
\begin{verbatim}
|
||||
for ( bool _circ_loop_flag = ! ::CGAL::is_empty_range(i,j);
|
||||
|
|
|
|||
|
|
@ -569,7 +569,7 @@ come with this package that can be of independent interest.
|
|||
\ccIndexSubitem{index}{adding part number to}
|
||||
-- script used to prepend a part number to the
|
||||
page numbers in a {\tt .idx} file produced by the indexing commands in
|
||||
a \ccTexHtml{\LaTeX\ }{LaTeX} document.
|
||||
a \LaTeX\ document.
|
||||
See \ccAnchor{./cc_manual_index.ps.gz}{{\tt Manual\_tools/doc/cc\_manual\_index.ps.gz}}.
|
||||
\lcRawHtml{<A NAME="cc_index_fix">}
|
||||
\item \verb|index_fix|\lcRawHtml{</A>}%
|
||||
|
|
@ -1187,9 +1187,9 @@ readable in both formats and that they are neither too large nor too small.
|
|||
Also, all figures used in the HTML documentation should have transparent
|
||||
backgrounds. You can achieve this using the {\tt giftrans}\index{giftrans
|
||||
script@{\tt giftrans} script} program distributed with
|
||||
\ccTexHtml{\LaTeX\ }{LaTeX} or by using one of the scripts available at
|
||||
\LaTeX\ or by using one of the scripts available at
|
||||
\path|http://www.cgal.org/Members/Manual_tools| for converting from
|
||||
\ccAnchor{http://www.cgal.org/Members/Manual_tools/latex2gif}{\ccTexHtml{\LaTeX\ }{LaTeX} to gif},
|
||||
\ccAnchor{http://www.cgal.org/Members/Manual_tools/latex2gif}{\LaTeX\ to gif},
|
||||
\ccAnchor{http://www.cgal.org/Members/Manual_tools/eps2gif}{Encapsulated PostScript to gif},
|
||||
\ccAnchor{http://www.cgal.org/Members/Manual_tools/pstogif}{PostScript to gif}, and from
|
||||
\ccAnchor{http://www.cgal.org/Members/Manual_tools/ipe2gif}{ipe to gif}\ccIndexSubsubitem{manuals}{figures}{converting to gif}.
|
||||
|
|
@ -1350,7 +1350,7 @@ any problems.
|
|||
|
||||
\item[{\bf Solution:}] Use either the {\tt giftrans}%
|
||||
\index{giftrans script@{\tt giftrans} script}
|
||||
program distributed with \ccTexHtml{\LaTeX\ }{LaTeX} or one of the
|
||||
program distributed with \LaTeX\ or one of the
|
||||
scripts {\tt ps2gif}\index{ps2gif script@{\tt ps2gif} script},
|
||||
{\tt ipe2gif}\index{ipe2gif script@{\tt ipe2gif} script}, or
|
||||
{\tt latex2gif}\index{latex2gif script@{\tt latex2gif} script}
|
||||
|
|
@ -1405,7 +1405,7 @@ command. See also Section~\ref{sec:doc_figures}.
|
|||
|
||||
\end{description}
|
||||
|
||||
\subsection*{Problem --- Raw \ccTexHtml{\LaTeX\ }{LaTeX} commands in HTML manual}
|
||||
\subsection*{Problem --- Raw \LaTeX\ commands in HTML manual}
|
||||
\index{manuals!HTML!removing raw \LaTeX\ commands|(}
|
||||
\ccIndexSubsubitemBegin{manuals}{HTML}{unsupported commands}
|
||||
|
||||
|
|
|
|||
|
|
@ -57,8 +57,7 @@ therefore do not appear in the constructors.
|
|||
const Kernel::RT &hw = RT(1));}
|
||||
{introduces a rotation by the angle \ccStyle{rho}.
|
||||
\ccPrecond
|
||||
\ccTexHtml{$\mbox{\it sine\_rho}^2 + \mbox{\it cosine\_rho}^2 == hw^2$}{<MATH><i>sine_rho</i><SUP>2</SUP> + <i>cosine_rho</i><SUP>2</SUP> ==
|
||||
<i>hw</i><SUP>2</SUP></MATH>}.}
|
||||
$sine\_rho^2 + cosine\_rho^2 == hw^2$.}
|
||||
|
||||
\ccConstructor{Aff_transformation_2(const Scaling,
|
||||
const Kernel::RT &s,
|
||||
|
|
|
|||
|
|
@ -35,8 +35,7 @@ A model for this must provide:
|
|||
Orientation const& orientation
|
||||
= COUNTERCLOCKWISE);}{
|
||||
introduces a variable of type \ccc{Kernel::Circle_2}.
|
||||
It is initialized to the circle with diameter
|
||||
$\ccTexHtml{\overline{pq}}{pq}$
|
||||
It is initialized to the circle with diameter $\overline{pq}$
|
||||
and orientation \ccc{orientation}.
|
||||
\ccPrecond \ccc{orientation} $\neq$ \ccc{COLLINEAR}.}
|
||||
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ A model for this must provide:
|
|||
const Kernel::RT &c,
|
||||
const Kernel::RT &d);}
|
||||
{creates a plane defined by the equation
|
||||
\ccTexHtml{$a\, x +b\, y +c\, z + d = 0$}{a x + b y + c z + d = 0}.
|
||||
Notice that it is degenerate if \ccTexHtml{$a = b = c = 0$}{a = b = c = 0}.}
|
||||
$a\, x +b\, y +c\, z + d = 0$.
|
||||
Notice that it is degenerate if $a = b = c = 0$.}
|
||||
|
||||
\ccMemberFunction{Kernel::Plane_3 operator()(const Kernel::Point_3 &p,
|
||||
const Kernel::Point_3 &q,
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@ that satisfy the equation
|
|||
The line splits $\E^2$ in a {\em positive} and a {\em negative}
|
||||
side. A point $p$ with \ccHtmlNoLinksFrom{Cartesian} coordinates
|
||||
$(px, py)$ is on the positive side of \ccStyle{l}, iff
|
||||
\ccTexHtml{$a\, px + b\, py +c > 0$}{a px + b py + c > 0}, it is
|
||||
$a\, px + b\, py +c > 0$, it is
|
||||
on the negative side of \ccStyle{l}, iff
|
||||
\ccTexHtml{$a\, px + b\, py +c < 0$}{a px + b py + c < 0}.
|
||||
$a\, px + b\, py +c < 0$.
|
||||
The positive side is to the left of \ccc{l}.
|
||||
|
||||
\ccCreation
|
||||
|
|
|
|||
|
|
@ -15,10 +15,8 @@ h : a x + b y + c z + d = 0
|
|||
|
||||
The plane splits $\E^3$ in a {\em positive} and a {\em negative side}.
|
||||
A point $p$ with Cartesian coordinates $(px, py, pz)$ is on the
|
||||
positive side of \ccStyle{h}, iff \ccTexHtml{$a\, px +b\, py +c\, pz +
|
||||
d > 0$}{a px + b py +c pz + d > 0}. It is on the negative side, iff
|
||||
\ccTexHtml{$a\, px +b\, py\, +c\, pz + d < 0$}{a px + b py +c pz + d <
|
||||
0}.
|
||||
positive side of \ccStyle{h}, iff $a\, px +b\, py +c\, pz + d > 0$.
|
||||
It is on the negative side, iff $a\, px +b\, py\, +c\, pz + d < 0$.
|
||||
|
||||
\ccCreation
|
||||
\ccCreationVariable{h}
|
||||
|
|
@ -34,9 +32,9 @@ positive side of \ccStyle{h}, iff \ccTexHtml{$a\, px +b\, py +c\, pz +
|
|||
const Kernel::RT &c,
|
||||
const Kernel::RT &d)}
|
||||
{creates a plane \ccVar\ defined by the equation
|
||||
\ccTexHtml{$a\, px +b\, py +c\, pz + d = 0$}{a px + b py + c pz + d = 0}.
|
||||
$a\, px +b\, py +c\, pz + d = 0$.
|
||||
Notice that \ccVar\ is degenerate if
|
||||
\ccTexHtml{$a = b = c = 0$}{a = b = c = 0}.}
|
||||
$a = b = c = 0$.}
|
||||
|
||||
\ccConstructor{Plane_3(const Point_3<Kernel> &p,
|
||||
const Point_3<Kernel> &q,
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ instead of a vector initialized with zeros.
|
|||
|
||||
\ccConstructor{Vector_2(const Kernel::RT &hx, const Kernel::RT &hy, const Kernel::RT &hw = RT(1));}
|
||||
{introduces a vector \ccVar\ initialized to $(hx/hw,hy/hw)$.
|
||||
\ccPrecond \ccTexHtml{$hw\neq 0$}{hw not equal to 0} }
|
||||
\ccPrecond $hw\neq 0$ }
|
||||
|
||||
\ccConstructor{Vector_2(const Kernel::FT &x, const Kernel::FT &y);}
|
||||
{introduces a vector \ccVar\ initialized to $(x,y)$.}
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@
|
|||
\newcommand{\$}{\lcAsciiToHtml{$}}
|
||||
\newcommand{\&}{\lcAsciiToHtml{&}}
|
||||
\newcommand{\/}{}
|
||||
\newcommand{\,}{}
|
||||
\newcommand{\,}{\lcRawHtml{ }}
|
||||
\newcommand{\;}{}
|
||||
\newcommand{\:}{}
|
||||
\newcommand{\!}{}
|
||||
|
|
|
|||
|
|
@ -3,9 +3,5 @@
|
|||
\ccChapterRelease{Release: WIP (\today)}
|
||||
\ccChapterAuthor{Michael Hoffmann \and Eli Packer }
|
||||
|
||||
%\minitoc
|
||||
|
||||
\ccTexHtml{\thispagestyle{empty}}{}
|
||||
|
||||
\input{Inscribed_areas/PkgDescription.tex}
|
||||
\input{Inscribed_areas/user_part.tex}
|
||||
|
|
|
|||
Loading…
Reference in New Issue