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 6c7f00a239e..1a6bd666f8c 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 @@ -92,10 +92,10 @@ therefore do not appear in the constructors. \ccTexHtml{$3 \times 3$ matrix form \usebox{\arrtwo}.}% {3x3 matrix .} The sub-matrix \ccTexHtml{$1\over hw$\usebox{\arrlintwo}}% - {hw-1 hw-1 } contains the scaling and rotation information, the vector \ccTexHtml{$1\over hw$ - \usebox{\transvectwo}}{hw-1 + \usebox{\transvectwo}}{hw-1 } contains the translational part of the transformation.} diff --git a/Kernel_23/doc_tex/Kernel_23_ref/Aff_transformation_3.tex b/Kernel_23/doc_tex/Kernel_23_ref/Aff_transformation_3.tex index 42013b6651c..0aab9fc6c98 100644 --- a/Kernel_23/doc_tex/Kernel_23_ref/Aff_transformation_3.tex +++ b/Kernel_23/doc_tex/Kernel_23_ref/Aff_transformation_3.tex @@ -73,11 +73,11 @@ constructors. {introduces a general affine transformation of the matrix form \ccTexHtml{\usebox{\arrthree}.}{ .} The part \ccTexHtml{$1\over hw$ - \usebox{\arrlinthree}}{hw-1 + \usebox{\arrlinthree}}{hw-1 } defines the scaling and rotational part of the transformation, while the vector \ccTexHtml{$1\over hw$\usebox{\transvecthree}}% - {hw-1 hw-1 } contains the translational part.} \savebox{\arrthree}{\small $\left(\begin{array}{cccc} diff --git a/Manual_tools/src/latex_converter_config/html/latex.sty b/Manual_tools/src/latex_converter_config/html/latex.sty index 14e98a969b8..0d2ef99ad78 100644 --- a/Manual_tools/src/latex_converter_config/html/latex.sty +++ b/Manual_tools/src/latex_converter_config/html/latex.sty @@ -1444,8 +1444,8 @@ % declare TeX compatible \ifmmode (can be used in the ifthen.sty) \newcommand{\ifmmode}{\lciMathMode} -\newcommand{\(}{\newcommand{\lciMathMode}{\lcTrue}\lcRawHtml{}} -\newcommand{\)}{\newcommand{\lciMathMode}{\lcFalse}\lcRawHtml{}} +\newcommand{\(}{\newcommand{\lciMathMode}{\lcTrue}\lcRawHtml{}} +\newcommand{\)}{\newcommand{\lciMathMode}{\lcFalse}\lcRawHtml{}} \newenvironment{math}{\(}{\)} \newcommand{\lciToggleMathMode}{\lciIf{\lciMathMode}{\)}{\(}} @@ -1467,9 +1467,9 @@ \newcommand{\sqrt@om}{\lcRawHtml{root}#1\lcRawHtml{}(#2)} \newcommand{\frac}[2]{\lciIf{\lciMathModeDisplay} - {\lcRawHtml{
}#1% - \lcRawHtml{

}#2% - \lcRawHtml{
}}% + {\lcRawHtml{
}#1% + \lcRawHtml{

}#2% + \lcRawHtml{
}}% {\lcRawHtml{(}#1\lcRawHtml{)/(}#2\lcRawHtml{)}}} \newcommand{\over}{/} %% TeX style fraction diff --git a/Manual_tools/src/latex_converter_config/html/modern.css b/Manual_tools/src/latex_converter_config/html/modern.css index fe73d43c510..c895ce13f79 100644 --- a/Manual_tools/src/latex_converter_config/html/modern.css +++ b/Manual_tools/src/latex_converter_config/html/modern.css @@ -105,7 +105,7 @@ pre.ExampleCode { background-color: #e8e8e8; } /* ----------------------------------------------------------------------- */ /* math environment */ /* ----------------------------------------------------------------------- */ -math { +span.math { font-family: serif; font-style: italic; font-size: 120%; diff --git a/Manual_tools/src/string_conversion.cpp b/Manual_tools/src/string_conversion.cpp index 4bd84895e19..8e246a85b6f 100644 --- a/Manual_tools/src/string_conversion.cpp +++ b/Manual_tools/src/string_conversion.cpp @@ -70,7 +70,7 @@ const char* html_font_opening[ end_font_array] = { "", "", "", - "" + "" }; const char* html_font_closing[ end_font_array] = { "", @@ -81,7 +81,7 @@ const char* html_font_closing[ end_font_array] = { "", "", "", - "" + "" }; const int max_tag_size = 20; diff --git a/SearchStructures/doc_tex/SearchStructures/range_tree_def.tex b/SearchStructures/doc_tex/SearchStructures/range_tree_def.tex index fe7882da4ba..74e314de096 100644 --- a/SearchStructures/doc_tex/SearchStructures/range_tree_def.tex +++ b/SearchStructures/doc_tex/SearchStructures/range_tree_def.tex @@ -18,7 +18,7 @@ Figure~\ref{User:fig:range.eps} shows a two-dimensional range tree, Figure~\ref{User:fig:d-range.eps} a $d$-dimensional one. \end{ccTexOnly} \begin{ccHtmlOnly} -The pictures below show a two-dimensional and a d-dimensional +The pictures below show a two-dimensional and a d-dimensional range tree. \end{ccHtmlOnly} \begin{ccTexOnly} @@ -58,10 +58,10 @@ range tree. A two-dimensional range tree. The tree is a binary search tree on the first dimension. Each - sublayer tree of a vertex v is a binary search tree on the + sublayer tree of a vertex v is a binary search tree on the second - dimension. The data items in a sublayer tree of v are - all data items of the subtree of v + dimension. The data items in a sublayer tree of v are + all data items of the subtree of v A d-dimensional range tree. For each layer of the tree, one diff --git a/SearchStructures/doc_tex/SearchStructures/rangesegmentuser.tex b/SearchStructures/doc_tex/SearchStructures/rangesegmentuser.tex index e6f5c549862..3ba276f78f7 100644 --- a/SearchStructures/doc_tex/SearchStructures/rangesegmentuser.tex +++ b/SearchStructures/doc_tex/SearchStructures/rangesegmentuser.tex @@ -134,7 +134,7 @@ Figure~\ref{User:fig:range.eps} shows a two-dimensional range tree, Figure~\ref{User:fig:d-range.eps} a $d$-dimensional one. \end{ccTexOnly} \begin{ccHtmlOnly} -The pictures below show a two-dimensional and a d-dimensional +The pictures below show a two-dimensional and a d-dimensional range tree. \end{ccHtmlOnly} \begin{ccTexOnly} @@ -176,10 +176,10 @@ alt="A A two-dimensional range tree. The tree is a binary search tree on the first dimension. Each - sublayer tree of a vertex v is a binary search tree on the + sublayer tree of a vertex v is a binary search tree on the second - dimension. The data items in a sublayer tree of v are - all data items of the subtree of v + dimension. The data items in a sublayer tree of v are + all data items of the subtree of v A d-dimensional range tree. For each layer of the tree, one @@ -289,8 +289,8 @@ A one-dimensional segment A two-dimensional segment tree. The first layer of the tree is built according to the elementary intervals of the first dimension. Each - sublayer tree of a vertex v is a segment tree according to - the second dimension of all data items of v. + sublayer tree of a vertex v is a segment tree according to + the second dimension of all data items of v. diff --git a/SearchStructures/doc_tex/SearchStructures/segment_tree_def.tex b/SearchStructures/doc_tex/SearchStructures/segment_tree_def.tex index db458fd97ff..169a31c7b0c 100644 --- a/SearchStructures/doc_tex/SearchStructures/segment_tree_def.tex +++ b/SearchStructures/doc_tex/SearchStructures/segment_tree_def.tex @@ -85,8 +85,8 @@ A one-dimensional segment A two-dimensional segment tree. The first layer of the tree is built according to the elementary intervals of the first dimension. Each - sublayer tree of a vertex v is a segment tree according to - the second dimension of all data items of v. + sublayer tree of a vertex v is a segment tree according to + the second dimension of all data items of v. \end{ccHtmlOnly}