texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Add a @var in tp/tests/tex_html/tex.texi


From: Patrice Dumas
Subject: branch master updated: Add a @var in tp/tests/tex_html/tex.texi
Date: Sat, 15 Oct 2022 08:36:48 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 78f380cdc3 Add a @var in tp/tests/tex_html/tex.texi
78f380cdc3 is described below

commit 78f380cdc38dfd89a95961da03ceaa2a94bbc879
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Oct 15 14:36:22 2022 +0200

    Add a @var in tp/tests/tex_html/tex.texi
---
 tp/tests/tex_html/res_parser/tex/tex-l2h_cache.pm        |  6 +++---
 tp/tests/tex_html/res_parser/tex/tex.html                |  4 ++--
 tp/tests/tex_html/res_parser/tex/tex_l2h.html            |  4 ++--
 tp/tests/tex_html/res_parser/tex/tex_l2h.tex             |  2 +-
 tp/tests/tex_html/res_parser/tex/tex_l2h_images.tex      | 16 ++++++++--------
 tp/tests/tex_html/res_parser/tex_httex/tex.html          |  5 +++--
 .../tex_html/res_parser/tex_httex/tex_tex4ht_tex.html    |  5 +++--
 .../tex_html/res_parser/tex_httex/tex_tex4ht_tex.tex     |  2 +-
 tp/tests/tex_html/res_parser/tex_notex/tex.html          |  2 +-
 tp/tests/tex_html/tex.texi                               |  2 +-
 10 files changed, 25 insertions(+), 23 deletions(-)

diff --git a/tp/tests/tex_html/res_parser/tex/tex-l2h_cache.pm 
b/tp/tests/tex_html/res_parser/tex/tex-l2h_cache.pm
index eca1ff9208..86a4b604fc 100644
--- a/tp/tests/tex_html/res_parser/tex/tex-l2h_cache.pm
+++ b/tp/tests/tex_html/res_parser/tex/tex-l2h_cache.pm
@@ -63,13 +63,13 @@ $l2h_cache{$l2h_cache_key} = q|<!-- MATH
  STYLE="height: 2.66ex; vertical-align: -0.81ex; " SRC="tex_6.svg"
  ALT="$\sum_{i} f(x)@sup{2}$"></SPAN>|;
 
-$l2h_cache_key = q/$\underline{@code{math \hbox{ code }}} 
\sum_{i}{\underline{f}}$/;
+$l2h_cache_key = q/$\underline{@code{math \hbox{ code }}} 
\sum_{i}{\underline{@var{eff}}}$/;
 $l2h_cache{$l2h_cache_key} = q|<!-- MATH
- $\underline{@code{math \hbox{ code }}} \sum_{i}{\underline{f}}$
+ $\underline{@code{math \hbox{ code }}} \sum_{i}{\underline{@var{eff}}}$
  -->
 <SPAN CLASS="MATH"><IMG
  STYLE="height: 2.88ex; vertical-align: -1.03ex; " SRC="tex_5.svg"
- ALT="$\underline{@code{math \hbox{ code }}} 
\sum_{i}{\underline{f}}$"></SPAN>|;
+ ALT="$\underline{@code{math \hbox{ code }}} 
\sum_{i}{\underline{@var{eff}}}$"></SPAN>|;
 
 $l2h_cache_key = q/$a @\ b$/;
 $l2h_cache{$l2h_cache_key} = q|<SPAN CLASS="MATH"><IMG
diff --git a/tp/tests/tex_html/res_parser/tex/tex.html 
b/tp/tests/tex_html/res_parser/tex/tex.html
index fa83fb8b7a..aa2e019770 100644
--- a/tp/tests/tex_html/res_parser/tex/tex.html
+++ b/tp/tests/tex_html/res_parser/tex/tex.html
@@ -77,11 +77,11 @@ Here some <!-- MATH
 <p>Maths with code @-command and braces:
 </p>
 <p><!-- MATH
- $\underline{@code{math \hbox{ code }}} \sum_{i}{\underline{f}}$
+ $\underline{@code{math \hbox{ code }}} \sum_{i}{\underline{@var{eff}}}$
  -->
 <SPAN CLASS="MATH"><IMG
  STYLE="height: 2.88ex; vertical-align: -1.03ex; " SRC="tex_5.svg"
- ALT="$\underline{@code{math \hbox{ code }}} \sum_{i}{\underline{f}}$"></SPAN>
+ ALT="$\underline{@code{math \hbox{ code }}} 
\sum_{i}{\underline{@var{eff}}}$"></SPAN>
 </p>
 <p>Maths with @-sup
 </p>
diff --git a/tp/tests/tex_html/res_parser/tex/tex_l2h.html 
b/tp/tests/tex_html/res_parser/tex/tex_l2h.html
index 5a2e2de8e2..245adafbe7 100644
--- a/tp/tests/tex_html/res_parser/tex/tex_l2h.html
+++ b/tp/tests/tex_html/res_parser/tex/tex_l2h.html
@@ -72,11 +72,11 @@ tex <SPAN CLASS="logo-TeX">T<SMALL>E</SMALL>X</SPAN>
 
 <!-- l2h_begin tex_l2h 6 -->
 <!-- MATH
- $\underline{@code{math \hbox{ code }}} \sum_{i}{\underline{f}}$
+ $\underline{@code{math \hbox{ code }}} \sum_{i}{\underline{@var{eff}}}$
  -->
 <SPAN CLASS="MATH"><IMG
  STYLE="height: 2.88ex; vertical-align: -1.03ex; " SRC="tex_l2h_img5.svg"
- ALT="$\underline{@code{math \hbox{ code }}} \sum_{i}{\underline{f}}$"></SPAN>
+ ALT="$\underline{@code{math \hbox{ code }}} 
\sum_{i}{\underline{@var{eff}}}$"></SPAN>
 
 <!-- l2h_end tex_l2h 6 -->
 
diff --git a/tp/tests/tex_html/res_parser/tex/tex_l2h.tex 
b/tp/tests/tex_html/res_parser/tex/tex_l2h.tex
index 646a0d5bc2..ca79c8fb60 100644
--- a/tp/tests/tex_html/res_parser/tex/tex_l2h.tex
+++ b/tp/tests/tex_html/res_parser/tex/tex_l2h.tex
@@ -56,7 +56,7 @@ $@code{math code} a < b$
 
 <!-- l2h_begin tex_l2h 6 -->
 \end{rawhtml}
-$\underline{@code{math \hbox{ code }}} \sum_{i}{\underline{f}}$
+$\underline{@code{math \hbox{ code }}} \sum_{i}{\underline{@var{eff}}}$
 \begin{rawhtml}
 <!-- l2h_end tex_l2h 6 -->
 
diff --git a/tp/tests/tex_html/res_parser/tex/tex_l2h_images.tex 
b/tp/tests/tex_html/res_parser/tex/tex_l2h_images.tex
index 92e545762b..f207e4b7eb 100644
--- a/tp/tests/tex_html/res_parser/tex/tex_l2h_images.tex
+++ b/tp/tests/tex_html/res_parser/tex/tex_l2h_images.tex
@@ -118,7 +118,7 @@
 % !!! IMAGES START HERE !!!
 
 {\newpage\clearpage
-\lthtmlinlinemathA{tex2html_wrap_indisplay43}%
+\lthtmlinlinemathA{tex2html_wrap_indisplay44}%
 $\displaystyle \chi^2 = \sum_{i=1}^N
           \left(y_i - (a + b x_i)
          \over \sigma_i\right)^2 $%
@@ -126,37 +126,37 @@ $\displaystyle \chi^2 = \sum_{i=1}^N
 \lthtmlcheckvsize\clearpage}
 
 {\newpage\clearpage
-\lthtmlinlinemathA{tex2html_wrap_inline24}%
+\lthtmlinlinemathA{tex2html_wrap_inline25}%
 ${x^i}\over{\tan y}$%
 \lthtmlindisplaymathZ
 \lthtmlcheckvsize\clearpage}
 
 {\newpage\clearpage
-\lthtmlinlinemathA{tex2html_wrap_inline26}%
+\lthtmlinlinemathA{tex2html_wrap_inline27}%
 $a @\ b$%
 \lthtmlindisplaymathZ
 \lthtmlcheckvsize\clearpage}
 
 {\newpage\clearpage
-\lthtmlinlinemathA{tex2html_wrap_inline28}%
+\lthtmlinlinemathA{tex2html_wrap_inline29}%
 $@code{math code} a < b$%
 \lthtmlindisplaymathZ
 \lthtmlcheckvsize\clearpage}
 
 {\newpage\clearpage
-\lthtmlinlinemathA{tex2html_wrap_inline30}%
-$\underline{@code{math \hbox{ code }}} \sum_{i}{\underline{f}}$%
+\lthtmlinlinemathA{tex2html_wrap_inline31}%
+$\underline{@code{math \hbox{ code }}} \sum_{i}{\underline{@var{eff}}}$%
 \lthtmlindisplaymathZ
 \lthtmlcheckvsize\clearpage}
 
 {\newpage\clearpage
-\lthtmlinlinemathA{tex2html_wrap_inline32}%
+\lthtmlinlinemathA{tex2html_wrap_inline33}%
 $\sum_{i} f(x)@sup{2}$%
 \lthtmlindisplaymathZ
 \lthtmlcheckvsize\clearpage}
 
 {\newpage\clearpage
-\lthtmlinlinemathA{tex2html_wrap_indisplay50}%
+\lthtmlinlinemathA{tex2html_wrap_indisplay51}%
 $\displaystyle -- f(x) = {1 \over \sigma \sqrt{2\pi}}e@sup{-{1 \over 
2}\left({x-\mu \over \sigma}\right)^2}
 $%
 \lthtmlindisplaymathZ
diff --git a/tp/tests/tex_html/res_parser/tex_httex/tex.html 
b/tp/tests/tex_html/res_parser/tex_httex/tex.html
index 93c167f0a3..e260b5a14f 100644
--- a/tp/tests/tex_html/res_parser/tex_httex/tex.html
+++ b/tp/tests/tex_html/res_parser/tex_httex/tex.html
@@ -71,8 +71,9 @@ class="cmmi-10">code</span><span
 class="cmmi-10">math</span> code </span><span 
 class="cmex-10">&#x2211;</span>
   <sub><span 
-class="cmmi-7">i</span></sub><span class="underline"><span 
-class="cmmi-10">f</span></span>
+class="cmmi-7">i</span></sub><span class="underline">@<span 
+class="cmmi-10">var</span><span 
+class="cmmi-10">eff</span></span>
 </p>
 <p>Maths with @-sup
 </p>
diff --git a/tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_tex.html 
b/tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_tex.html
index 139e443987..21478bd598 100644
--- a/tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_tex.html
+++ b/tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_tex.html
@@ -69,8 +69,9 @@ class="cmmi-10">code</span><span
 class="cmmi-10">math</span> code </span><span 
 class="cmex-10">&#x2211;</span>
   <sub><span 
-class="cmmi-7">i</span></sub><span class="underline"><span 
-class="cmmi-10">f</span></span> 
+class="cmmi-7">i</span></sub><span class="underline">@<span 
+class="cmmi-10">var</span><span 
+class="cmmi-10">eff</span></span> 
 <!-- tex4ht_end tex_tex4ht_tex math 6 --> 
  
   
diff --git a/tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_tex.tex 
b/tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_tex.tex
index 57f40b13ab..31c380e43a 100644
--- a/tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_tex.tex
+++ b/tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_tex.tex
@@ -19,7 +19,7 @@ tex \TeX
 \HCode{\Hnewline \Hnewline <!-- tex4ht_begin tex_tex4ht_tex math 5 
-->\Hnewline}
 \IgnorePar $@code{math code} a < b$\HCode{\Hnewline <!-- tex4ht_end 
tex_tex4ht_tex math 5 -->\Hnewline \Hnewline}
 \HCode{\Hnewline \Hnewline <!-- tex4ht_begin tex_tex4ht_tex math 6 
-->\Hnewline}
-\IgnorePar $\underline{@code{math \hbox{ code }}} 
\sum_{i}{\underline{f}}$\HCode{\Hnewline <!-- tex4ht_end tex_tex4ht_tex math 6 
-->\Hnewline \Hnewline}
+\IgnorePar $\underline{@code{math \hbox{ code }}} 
\sum_{i}{\underline{@var{eff}}}$\HCode{\Hnewline <!-- tex4ht_end tex_tex4ht_tex 
math 6 -->\Hnewline \Hnewline}
 \HCode{\Hnewline \Hnewline <!-- tex4ht_begin tex_tex4ht_tex math 7 
-->\Hnewline}
 \IgnorePar $\sum_{i} f(x)@sup{2}$\HCode{\Hnewline <!-- tex4ht_end 
tex_tex4ht_tex math 7 -->\Hnewline \Hnewline}
 \HCode{\Hnewline \Hnewline <!-- tex4ht_begin tex_tex4ht_tex displaymath 8 
-->\Hnewline}
diff --git a/tp/tests/tex_html/res_parser/tex_notex/tex.html 
b/tp/tests/tex_html/res_parser/tex_notex/tex.html
index 61da4fd4c5..6e8a6e70ac 100644
--- a/tp/tests/tex_html/res_parser/tex_notex/tex.html
+++ b/tp/tests/tex_html/res_parser/tex_notex/tex.html
@@ -43,7 +43,7 @@ Here some <em class="math">{x^i}\over{\tan y}</em>.
 </p>
 <p>Maths with code @-command and braces:
 </p>
-<p><em class="math">\underline{<code class="code">math \hbox{ code }</code>} 
\sum_{i}{\underline{f}}</em>
+<p><em class="math">\underline{<code class="code">math \hbox{ code }</code>} 
\sum_{i}{\underline{<var class="var">eff</var>}}</em>
 </p>
 <p>Maths with @-sup
 </p>
diff --git a/tp/tests/tex_html/tex.texi b/tp/tests/tex_html/tex.texi
index 5ff2991d96..18012f29f9 100644
--- a/tp/tests/tex_html/tex.texi
+++ b/tp/tests/tex_html/tex.texi
@@ -35,7 +35,7 @@ Maths with code @@-command:
 
 Maths with code @@-command and braces:
 
-@math{ \underline{@code{math \hbox{ code }}} \sum_{i}{\underline{f}}}
+@math{ \underline{@code{math \hbox{ code }}} \sum_{i}{\underline{@var{eff}}}}
 
 Maths with @@-sup
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]