diff --git a/Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d.tex b/Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d.tex
index a3887be46cb..067a1a47491 100644
--- a/Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d.tex
+++ b/Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d.tex
@@ -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
diff --git a/Circulator/doc_tex/Circulator_ref/For_all.tex b/Circulator/doc_tex/Circulator_ref/For_all.tex
index 0ab607e9c1a..5929c29b9fb 100644
--- a/Circulator/doc_tex/Circulator_ref/For_all.tex
+++ b/Circulator/doc_tex/Circulator_ref/For_all.tex
@@ -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);
diff --git a/Developers_manual/doc_tex/Developers_manual/specification.tex b/Developers_manual/doc_tex/Developers_manual/specification.tex
index 33f7f207fbc..c0384d5ace9 100644
--- a/Developers_manual/doc_tex/Developers_manual/specification.tex
+++ b/Developers_manual/doc_tex/Developers_manual/specification.tex
@@ -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{}
\item \verb|index_fix|\lcRawHtml{}%
@@ -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}
diff --git a/Kernel_23/doc_tex/Kernel_23_ref/Aff_transformation_2.tex b/Kernel_23/doc_tex/Kernel_23_ref/Aff_transformation_2.tex
index e17c7cf25fa..6c7f00a239e 100644
--- a/Kernel_23/doc_tex/Kernel_23_ref/Aff_transformation_2.tex
+++ b/Kernel_23/doc_tex/Kernel_23_ref/Aff_transformation_2.tex
@@ -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$}{}.}
+ $sine\_rho^2 + cosine\_rho^2 == hw^2$.}
\ccConstructor{Aff_transformation_2(const Scaling,
const Kernel::RT &s,
diff --git a/Kernel_23/doc_tex/Kernel_23_ref/Kernel_ConstructCircle_2.tex b/Kernel_23/doc_tex/Kernel_23_ref/Kernel_ConstructCircle_2.tex
index 5f617df1d5e..ed9c105daa7 100644
--- a/Kernel_23/doc_tex/Kernel_23_ref/Kernel_ConstructCircle_2.tex
+++ b/Kernel_23/doc_tex/Kernel_23_ref/Kernel_ConstructCircle_2.tex
@@ -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}.}
diff --git a/Kernel_23/doc_tex/Kernel_23_ref/Kernel_ConstructPlane_3.tex b/Kernel_23/doc_tex/Kernel_23_ref/Kernel_ConstructPlane_3.tex
index 0a0edf38e4d..3cd8ef342cd 100644
--- a/Kernel_23/doc_tex/Kernel_23_ref/Kernel_ConstructPlane_3.tex
+++ b/Kernel_23/doc_tex/Kernel_23_ref/Kernel_ConstructPlane_3.tex
@@ -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,
diff --git a/Kernel_23/doc_tex/Kernel_23_ref/Line_2.tex b/Kernel_23/doc_tex/Kernel_23_ref/Line_2.tex
index 6ea4bf8922c..c9d22773ad6 100644
--- a/Kernel_23/doc_tex/Kernel_23_ref/Line_2.tex
+++ b/Kernel_23/doc_tex/Kernel_23_ref/Line_2.tex
@@ -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
diff --git a/Kernel_23/doc_tex/Kernel_23_ref/Plane_3.tex b/Kernel_23/doc_tex/Kernel_23_ref/Plane_3.tex
index 31c4942dca0..0a1d0dc47d7 100644
--- a/Kernel_23/doc_tex/Kernel_23_ref/Plane_3.tex
+++ b/Kernel_23/doc_tex/Kernel_23_ref/Plane_3.tex
@@ -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 &p,
const Point_3 &q,
diff --git a/Kernel_23/doc_tex/Kernel_23_ref/Vector_2.tex b/Kernel_23/doc_tex/Kernel_23_ref/Vector_2.tex
index 4ef98ae61ed..8f3c5240cf3 100644
--- a/Kernel_23/doc_tex/Kernel_23_ref/Vector_2.tex
+++ b/Kernel_23/doc_tex/Kernel_23_ref/Vector_2.tex
@@ -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)$.}
diff --git a/Manual_tools/src/latex_converter_config/html/latex.sty b/Manual_tools/src/latex_converter_config/html/latex.sty
index 8990365c8cc..5cf0c84e3f3 100644
--- a/Manual_tools/src/latex_converter_config/html/latex.sty
+++ b/Manual_tools/src/latex_converter_config/html/latex.sty
@@ -187,7 +187,7 @@
\newcommand{\$}{\lcAsciiToHtml{$}}
\newcommand{\&}{\lcAsciiToHtml{&}}
\newcommand{\/}{}
-\newcommand{\,}{}
+\newcommand{\,}{\lcRawHtml{ }}
\newcommand{\;}{}
\newcommand{\:}{}
\newcommand{\!}{}
diff --git a/Optimisation_doc/doc_tex/Inscribed_areas/main.tex b/Optimisation_doc/doc_tex/Inscribed_areas/main.tex
index 87c7f58fe68..43b19ef6818 100644
--- a/Optimisation_doc/doc_tex/Inscribed_areas/main.tex
+++ b/Optimisation_doc/doc_tex/Inscribed_areas/main.tex
@@ -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}