texinfo-commits
[Top][All Lists]
Advanced

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

[5557] Do not keep Latex2HTML generated files like *_l2h_images.pl as


From: Patrice Dumas
Subject: [5557] Do not keep Latex2HTML generated files like *_l2h_images.pl as
Date: Sun, 11 May 2014 19:47:49 +0000

Revision: 5557
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5557
Author:   pertusus
Date:     2014-05-11 19:47:49 +0000 (Sun, 11 May 2014)
Log Message:
-----------
Do not keep Latex2HTML generated files like *_l2h_images.pl as
the keys order is not predictible.
tp/init/latex2html.pm: make *-l2h_cache.pm cache files keys order 
predictible.

Modified Paths:
--------------
    trunk/tp/init/latex2html.pm
    trunk/tp/tests/many_input_files/tex_l2h.sh
    trunk/tp/tests/many_input_files/tex_l2h_res/tex-l2h_cache.pm
    trunk/tp/tests/many_input_files/tex_l2h_res/tex_complex-l2h_cache.pm
    trunk/tp/tests/run_parser_all.sh
    trunk/tp/tests/tex_html/res_parser/block_EOL_tex/block_EOL-l2h_cache.pm
    trunk/tp/tests/tex_html/res_parser/formatting_singular/formatting.2
    trunk/tp/tests/tex_html/res_parser/formatting_singular/index.htm
    trunk/tp/tests/tex_html/res_parser/formatting_singular/sing-l2h_cache.pm
    trunk/tp/tests/tex_html/res_parser/tex/tex-l2h_cache.pm
    trunk/tp/tests/tex_html/res_parser/tex_complex_l2h/tex_complex-l2h_cache.pm

Removed Paths:
-------------
    trunk/tp/tests/many_input_files/tex_l2h_res/tex_complex_l2h_images.pl
    trunk/tp/tests/many_input_files/tex_l2h_res/tex_l2h_images.pl
    trunk/tp/tests/tex_html/res_parser/formatting_singular/sing_l2h_images.pl
    trunk/tp/tests/tex_html/res_parser/tex/tex_l2h_images.pl
    trunk/tp/tests/tex_html/res_parser/tex_complex_l2h/tex_complex_l2h_images.pl
    
trunk/tp/tests/tex_html/res_parser/tex_in_copying/tex_in_copying_l2h_images.pl

Modified: trunk/tp/init/latex2html.pm
===================================================================
--- trunk/tp/init/latex2html.pm 2014-05-11 19:37:36 UTC (rev 5556)
+++ trunk/tp/init/latex2html.pm 2014-05-11 19:47:49 UTC (rev 5557)
@@ -635,7 +635,9 @@
                                   $l2h_cache_file, $!));
     return;
   }
-  while (($key, $value) = each %l2h_cache) {
+  foreach my $key(sort(keys(%l2h_cache))) {
+  #while (($key, $value) = each %l2h_cache) {
+    my $value = $l2h_cache{$key};
     # escape stuff
     $key =~ s|/|\\/|g;
     $key =~ s|\\\\/|\\/|g;

Modified: trunk/tp/tests/many_input_files/tex_l2h.sh
===================================================================
--- trunk/tp/tests/many_input_files/tex_l2h.sh  2014-05-11 19:37:36 UTC (rev 
5556)
+++ trunk/tp/tests/many_input_files/tex_l2h.sh  2014-05-11 19:47:49 UTC (rev 
5557)
@@ -65,11 +65,12 @@
   outdir=$basename
   cp -pr $outdir $raw_output_dir
   rm -f $outdir/*_l2h_images.log $outdir/*.aux $outdir/*_l2h.css \
-        $outdir/*_l2h_images.out $outdir/*.png
+        $outdir/*_l2h_images.out $outdir/*_l2h_images.pl $outdir/*.png
   sed -e 's/^texexpand.*/texexpand /' \
       -e '/is no longer supported at.*line/d' "$raw_outdir/$basename.2" > 
"$outdir/$basename.2"
 
-  for file in "$raw_outdir/"*.html "$raw_outdir/"*_l2h_images.pl 
"$raw_outdir/"*-l2h_cache.pm; do
+  #for file in "$raw_outdir/"*.html "$raw_outdir/"*_l2h_images.pl 
"$raw_outdir/"*-l2h_cache.pm; do
+  for file in "$raw_outdir/"*.html "$raw_outdir/"*-l2h_cache.pm; do
     filename=`basename "$file"`
     sed -e 's/WIDTH="\([0-9]*\)\([0-9]\)"/WIDTH="100"/' \
         -e 's/CONTENT="LaTeX2HTML.*/CONTENT="LaTeX2HTML">/' \

Modified: trunk/tp/tests/many_input_files/tex_l2h_res/tex-l2h_cache.pm
===================================================================
--- trunk/tp/tests/many_input_files/tex_l2h_res/tex-l2h_cache.pm        
2014-05-11 19:37:36 UTC (rev 5556)
+++ trunk/tp/tests/many_input_files/tex_l2h_res/tex-l2h_cache.pm        
2014-05-11 19:47:49 UTC (rev 5557)
@@ -1,35 +1,5 @@
 
-$l2h_cache_key = q/address@hidden code} a < b$/;
-$l2h_cache{$l2h_cache_key} = q|<!-- MATH
- address@hidden code} a < b$
- -->
-<SPAN CLASS="MATH"><IMG
- WIDTH="100" HEIGHT="28" ALIGN="MIDDLE" BORDER="0"
- SRC="tex_4.png"
- ALT="address@hidden code} a &lt; b$"></SPAN>|;
-
 $l2h_cache_key = q/
-tex \TeX/;
-$l2h_cache{$l2h_cache_key} = q|
-<P>
-tex <SPAN CLASS="logo-TeX">T<SMALL>E</SMALL>X</SPAN>|;
-
-$l2h_cache_key = q/$a @\ b$/;
-$l2h_cache{$l2h_cache_key} = q|<SPAN CLASS="MATH"><IMG
- WIDTH="100" HEIGHT="14" ALIGN="BOTTOM" BORDER="0"
- SRC="tex_3.png"
- ALT="$a @\ b$"></SPAN>|;
-
-$l2h_cache_key = q/${x^i}\over{\tan y}$/;
-$l2h_cache{$l2h_cache_key} = q|<!-- MATH
- ${x^i}\over{\tan y}$
- -->
-<SPAN CLASS="MATH"><IMG
- WIDTH="100" HEIGHT="38" ALIGN="MIDDLE" BORDER="0"
- SRC="tex_2.png"
- ALT="${x^i}\over{\tan y}$"></SPAN>|;
-
-$l2h_cache_key = q/
 $$ \chi^2 = \sum_{i=1}^N
           \left(y_i - (a + b x_i)
          \over \sigma_i\right)^2 $$/;
@@ -55,6 +25,12 @@
 <BR CLEAR="ALL">
 <P></P>|;
 
+$l2h_cache_key = q/
+tex \TeX/;
+$l2h_cache{$l2h_cache_key} = q|
+<P>
+tex <SPAN CLASS="logo-TeX">T<SMALL>E</SMALL>X</SPAN>|;
+
 $l2h_cache_key = q/$ address@hidden \hbox{ code }}} \sum_{i}{\underline{f}}$/;
 $l2h_cache{$l2h_cache_key} = q|<!-- MATH
  address@hidden \hbox{ code }}} \sum_{i}{\underline{f}}$
@@ -63,4 +39,28 @@
  WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
  SRC="tex_5.png"
  ALT="$ address@hidden \hbox{ code }}} \sum_{i}{\underline{f}}$"></SPAN>|;
+
+$l2h_cache_key = q/address@hidden code} a < b$/;
+$l2h_cache{$l2h_cache_key} = q|<!-- MATH
+ address@hidden code} a < b$
+ -->
+<SPAN CLASS="MATH"><IMG
+ WIDTH="100" HEIGHT="28" ALIGN="MIDDLE" BORDER="0"
+ SRC="tex_4.png"
+ ALT="address@hidden code} a &lt; b$"></SPAN>|;
+
+$l2h_cache_key = q/$a @\ b$/;
+$l2h_cache{$l2h_cache_key} = q|<SPAN CLASS="MATH"><IMG
+ WIDTH="100" HEIGHT="14" ALIGN="BOTTOM" BORDER="0"
+ SRC="tex_3.png"
+ ALT="$a @\ b$"></SPAN>|;
+
+$l2h_cache_key = q/${x^i}\over{\tan y}$/;
+$l2h_cache{$l2h_cache_key} = q|<!-- MATH
+ ${x^i}\over{\tan y}$
+ -->
+<SPAN CLASS="MATH"><IMG
+ WIDTH="100" HEIGHT="38" ALIGN="MIDDLE" BORDER="0"
+ SRC="tex_2.png"
+ ALT="${x^i}\over{\tan y}$"></SPAN>|;
 1;
\ No newline at end of file

Modified: trunk/tp/tests/many_input_files/tex_l2h_res/tex_complex-l2h_cache.pm
===================================================================
--- trunk/tp/tests/many_input_files/tex_l2h_res/tex_complex-l2h_cache.pm        
2014-05-11 19:37:36 UTC (rev 5556)
+++ trunk/tp/tests/many_input_files/tex_l2h_res/tex_complex-l2h_cache.pm        
2014-05-11 19:47:49 UTC (rev 5557)
@@ -1,65 +1,74 @@
 
 $l2h_cache_key = q/$$
-\omega = h ( \eta , \varphi) 
+ U w V^\dagger
 $$/;
 $l2h_cache{$l2h_cache_key} = q|<BR><P></P>
 <DIV ALIGN="CENTER" CLASS="mathdisplay">
 <!-- MATH
  \begin{displaymath}
-\omega = h ( \eta , \varphi)
+U w V^\dagger
 \end{displaymath}
  -->
 
 <IMG
- WIDTH="100" HEIGHT="26" BORDER="0"
- SRC="tex_complex_3.png"
+ WIDTH="100" HEIGHT="22" BORDER="0"
+ SRC="tex_complex_2.png"
  ALT="\begin{displaymath}
-\omega = h ( \eta , \varphi)
+U w V^\dagger
 \end{displaymath}">
 </DIV>
 <BR CLEAR="ALL">
 <P></P>|;
 
-$l2h_cache_key = q/$$\partial_{\eta} g(\eta(t),\varphi(t));
+$l2h_cache_key = q/$$
+\omega = h ( \eta , \varphi) 
 $$/;
 $l2h_cache{$l2h_cache_key} = q|<BR><P></P>
 <DIV ALIGN="CENTER" CLASS="mathdisplay">
 <!-- MATH
  \begin{displaymath}
-\partial_{\eta} g(\eta(t),\varphi(t));
+\omega = h ( \eta , \varphi)
 \end{displaymath}
  -->
 
 <IMG
- WIDTH="100" HEIGHT="27" BORDER="0"
- SRC="tex_complex_1.png"
- ALT="\begin{displaymath}\partial_{\eta} g(\eta(t),\varphi(t));
+ WIDTH="100" HEIGHT="26" BORDER="0"
+ SRC="tex_complex_3.png"
+ ALT="\begin{displaymath}
+\omega = h ( \eta , \varphi)
 \end{displaymath}">
 </DIV>
 <BR CLEAR="ALL">
 <P></P>|;
 
-$l2h_cache_key = q/$$
- U w V^\dagger
+$l2h_cache_key = q/$$\partial_{\eta} g(\eta(t),\varphi(t));
 $$/;
 $l2h_cache{$l2h_cache_key} = q|<BR><P></P>
 <DIV ALIGN="CENTER" CLASS="mathdisplay">
 <!-- MATH
  \begin{displaymath}
-U w V^\dagger
+\partial_{\eta} g(\eta(t),\varphi(t));
 \end{displaymath}
  -->
 
 <IMG
- WIDTH="100" HEIGHT="22" BORDER="0"
- SRC="tex_complex_2.png"
- ALT="\begin{displaymath}
-U w V^\dagger
+ WIDTH="100" HEIGHT="27" BORDER="0"
+ SRC="tex_complex_1.png"
+ ALT="\begin{displaymath}\partial_{\eta} g(\eta(t),\varphi(t));
 \end{displaymath}">
 </DIV>
 <BR CLEAR="ALL">
 <P></P>|;
 
+$l2h_cache_key = q/$(I-D) \varphi(t)$/;
+$l2h_cache{$l2h_cache_key} = q|<!-- MATH
+ $(I-D) \varphi(t)$
+ -->
+<SPAN CLASS="MATH"><IMG
+ WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
+ SRC="tex_complex_4.png"
+ ALT="$(I-D) \varphi(t)$"></SPAN>|;
+
 $l2h_cache_key = q/$\phi w V^t$/;
 $l2h_cache{$l2h_cache_key} = q|<SPAN CLASS="MATH"><IMG
  WIDTH="100" HEIGHT="31" ALIGN="MIDDLE" BORDER="0"
@@ -74,13 +83,4 @@
  WIDTH="100" HEIGHT="35" ALIGN="MIDDLE" BORDER="0"
  SRC="tex_complex_6.png"
  ALT="$h \dot \psi^\phi$"></SPAN>|;
-
-$l2h_cache_key = q/$(I-D) \varphi(t)$/;
-$l2h_cache{$l2h_cache_key} = q|<!-- MATH
- $(I-D) \varphi(t)$
- -->
-<SPAN CLASS="MATH"><IMG
- WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
- SRC="tex_complex_4.png"
- ALT="$(I-D) \varphi(t)$"></SPAN>|;
 1;
\ No newline at end of file

Deleted: trunk/tp/tests/many_input_files/tex_l2h_res/tex_complex_l2h_images.pl
===================================================================
--- trunk/tp/tests/many_input_files/tex_l2h_res/tex_complex_l2h_images.pl       
2014-05-11 19:37:36 UTC (rev 5556)
+++ trunk/tp/tests/many_input_files/tex_l2h_res/tex_complex_l2h_images.pl       
2014-05-11 19:47:49 UTC (rev 5557)
@@ -1,47 +0,0 @@
-# LaTeX2HTML
-# Associate images original text with physical files.
-
-
-$key = q/{displaymath}UwV^dagger{displaymath};MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="22" BORDER="0"
- SRC="|."$dir".q|tex_complex_l2h_img2.png"
- ALT="\begin{displaymath}
-U w V^\dagger
-\end{displaymath}">|; 
-
-$key = q/{displaymath}omega=h(eta,varphi){displaymath};MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="26" BORDER="0"
- SRC="|."$dir".q|tex_complex_l2h_img3.png"
- ALT="\begin{displaymath}
-\omega = h ( \eta , \varphi)
-\end{displaymath}">|; 
-
-$key = q/(I-D)varphi(t);MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
- SRC="|."$dir".q|tex_complex_l2h_img4.png"
- ALT="$(I-D) \varphi(t)$">|; 
-
-$key = q/hdotpsi^phi;MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="35" ALIGN="MIDDLE" BORDER="0"
- SRC="|."$dir".q|tex_complex_l2h_img6.png"
- ALT="$h \dot \psi^\phi$">|; 
-
-$key = 
q/{displaymath}partial_{eta}g(eta(t),varphi(t));{displaymath};MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="27" BORDER="0"
- SRC="|."$dir".q|tex_complex_l2h_img1.png"
- ALT="\begin{displaymath}\partial_{\eta} g(\eta(t),\varphi(t));
-\end{displaymath}">|; 
-
-$key = q/phiwV^t;MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="31" ALIGN="MIDDLE" BORDER="0"
- SRC="|."$dir".q|tex_complex_l2h_img5.png"
- ALT="$\phi w V^t$">|; 
-
-1;
-

Deleted: trunk/tp/tests/many_input_files/tex_l2h_res/tex_l2h_images.pl
===================================================================
--- trunk/tp/tests/many_input_files/tex_l2h_res/tex_l2h_images.pl       
2014-05-11 19:37:36 UTC (rev 5556)
+++ trunk/tp/tests/many_input_files/tex_l2h_res/tex_l2h_images.pl       
2014-05-11 19:47:49 UTC (rev 5557)
@@ -1,38 +0,0 @@
-# LaTeX2HTML
-# Associate images original text with physical files.
-
-
-$key = 
q/{displaymath}chi^2=sum_{i=1}^Nleft(y_i-(a+bx_i)oversigma_iright)^2{displaymath};MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="52" BORDER="0"
- SRC="|."$dir".q|tex_l2h_img1.png"
- ALT="\begin{displaymath}\chi^2 = \sum_{i=1}^N
-\left(y_i - (a + b x_i)
-\over \sigma_i\right)^2 \end{displaymath}">|; 
-
-$key = q/{x^i}over{tany};MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="38" ALIGN="MIDDLE" BORDER="0"
- SRC="|."$dir".q|tex_l2h_img2.png"
- ALT="${x^i}\over{\tan y}$">|; 
-
-$key = q/address@hidden;MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="14" ALIGN="BOTTOM" BORDER="0"
- SRC="|."$dir".q|tex_l2h_img3.png"
- ALT="$a @ b$">|; 
-
-$key = q/address@hidden;MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
- SRC="|."$dir".q|tex_l2h_img5.png"
- ALT="$ address@hidden \hbox{ code }}} \sum_{i}{\underline{f}}$">|; 
-
-$key = q/@code{mathcode}a<b;MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="28" ALIGN="MIDDLE" BORDER="0"
- SRC="|."$dir".q|tex_l2h_img4.png"
- ALT="address@hidden code} a &lt; b$">|; 
-
-1;
-

Modified: trunk/tp/tests/run_parser_all.sh
===================================================================
--- trunk/tp/tests/run_parser_all.sh    2014-05-11 19:37:36 UTC (rev 5556)
+++ trunk/tp/tests/run_parser_all.sh    2014-05-11 19:47:49 UTC (rev 5557)
@@ -343,7 +343,8 @@
             sed -e 's/^# LaTeX2HTML.*/# LaTeX2HTML/' "$file" > 
"$outdir$dir/$filename"
            fi
           done
-          for file in "${raw_outdir}$dir/"*.htm* 
"${raw_outdir}$dir/"*-l2h_cache.pm "${raw_outdir}$dir/"*_l2h_images.pl; do
+          #for file in "${raw_outdir}$dir/"*.htm* 
"${raw_outdir}$dir/"*-l2h_cache.pm "${raw_outdir}$dir/"*_l2h_images.pl; do
+          for file in "${raw_outdir}$dir/"*.htm* 
"${raw_outdir}$dir/"*-l2h_cache.pm; do
            if test -f "$file" ; then
            # width and height changed because of different rounding on 
            # different computers.  Also remove version information.
@@ -355,8 +356,11 @@
                 -e 's/with LaTeX2HTML.*/with LaTeX2HTML/' "$file" > 
"$outdir$dir/$filename"
            fi
           done
+          # *_l2h_images.pl associate images original text with physical files
+          # but entries are not sorted, so that the result is not reproducible
+          # even with the normalizations above.
           rm -f ${outdir}$dir/*.aux ${outdir}$dir/*_images.out \
-                ${outdir}$dir/*_l2h.css
+                ${outdir}$dir/*_l2h.css ${outdir}$dir/*_l2h_images.pl
         fi
 
         diff $DIFF_A_OPTION $DIFF_U_OPTION -r "${staging_dir_res}$dir" 
"${outdir}$dir" 2>>$logfile > "$diffs_dir/$diff_base.diff"

Modified: 
trunk/tp/tests/tex_html/res_parser/block_EOL_tex/block_EOL-l2h_cache.pm
===================================================================
--- trunk/tp/tests/tex_html/res_parser/block_EOL_tex/block_EOL-l2h_cache.pm     
2014-05-11 19:37:36 UTC (rev 5556)
+++ trunk/tp/tests/tex_html/res_parser/block_EOL_tex/block_EOL-l2h_cache.pm     
2014-05-11 19:47:49 UTC (rev 5557)
@@ -1,7 +1,7 @@
 
+$l2h_cache_key = q/Surrounded by empty lines./;
+$l2h_cache{$l2h_cache_key} = q|Surrounded by empty lines.|;
+
 $l2h_cache_key = q/in block/;
 $l2h_cache{$l2h_cache_key} = q|in block|;
-
-$l2h_cache_key = q/Surrounded by empty lines./;
-$l2h_cache{$l2h_cache_key} = q|Surrounded by empty lines.|;
 1;
\ No newline at end of file

Modified: trunk/tp/tests/tex_html/res_parser/formatting_singular/formatting.2
===================================================================
--- trunk/tp/tests/tex_html/res_parser/formatting_singular/formatting.2 
2014-05-11 19:37:36 UTC (rev 5556)
+++ trunk/tp/tests/tex_html/res_parser/formatting_singular/formatting.2 
2014-05-11 19:47:49 UTC (rev 5557)
@@ -1,189 +1,189 @@
-formatting.texi:18: warning: @ctrl is obsolete. (possibly involving @mymacro)
-formatting.texi:18: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:18: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:18: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:18: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:18: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:18: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:18: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:18: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:18: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:18: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:18: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:18: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:18: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:18: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:18: warning: accent command `@,' must not be followed by new 
line (possibly involving @mymacro)
-formatting.texi:18: use braces to give a command as an argument to @, 
(possibly involving @mymacro)
-formatting.texi:18: warning: accent command `@'' must not be followed by new 
line (possibly involving @mymacro)
-formatting.texi:18: use braces to give a command as an argument to @' 
(possibly involving @mymacro)
-formatting.texi:18: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:18: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:18: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:18: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:18: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:18: unexpected @ (possibly involving @mymacro)
-formatting.texi:18: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:18: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:18: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:18: @sp missing argument (possibly involving @mymacro)
-formatting.texi:18: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:18: misplaced } (possibly involving @mymacro)
-formatting.texi:18: misplaced } (possibly involving @mymacro)
-formatting.texi:18: misplaced { (possibly involving @mymacro)
-formatting.texi:18: misplaced { (possibly involving @mymacro)
-formatting.texi:18: must be after address@hidden' to use address@hidden' 
(possibly involving @mymacro)
-formatting.texi:18: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:18: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:18: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:18: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:18: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:28: warning: @ctrl is obsolete. (possibly involving @mymacro)
-formatting.texi:28: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:28: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:28: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:28: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:28: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:28: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:28: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:28: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:28: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:28: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:28: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:28: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:28: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:28: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:28: warning: accent command `@,' must not be followed by new 
line (possibly involving @mymacro)
-formatting.texi:28: use braces to give a command as an argument to @, 
(possibly involving @mymacro)
-formatting.texi:28: warning: accent command `@'' must not be followed by new 
line (possibly involving @mymacro)
-formatting.texi:28: use braces to give a command as an argument to @' 
(possibly involving @mymacro)
-formatting.texi:28: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:28: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:28: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:28: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:28: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:28: unexpected @ (possibly involving @mymacro)
-formatting.texi:28: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:28: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:28: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:28: @sp missing argument (possibly involving @mymacro)
-formatting.texi:28: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:28: misplaced } (possibly involving @mymacro)
-formatting.texi:28: misplaced } (possibly involving @mymacro)
-formatting.texi:28: misplaced { (possibly involving @mymacro)
-formatting.texi:28: misplaced { (possibly involving @mymacro)
-formatting.texi:28: must be after address@hidden' to use address@hidden' 
(possibly involving @mymacro)
-formatting.texi:28: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:28: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:28: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:28: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:28: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:38: warning: @ctrl is obsolete. (possibly involving @mymacro)
-formatting.texi:38: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:38: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:38: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:38: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:38: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:38: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:38: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:38: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:38: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:38: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:38: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:38: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:38: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:38: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:38: warning: accent command `@,' must not be followed by new 
line (possibly involving @mymacro)
-formatting.texi:38: use braces to give a command as an argument to @, 
(possibly involving @mymacro)
-formatting.texi:38: warning: accent command `@'' must not be followed by new 
line (possibly involving @mymacro)
-formatting.texi:38: use braces to give a command as an argument to @' 
(possibly involving @mymacro)
-formatting.texi:38: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:38: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:38: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:38: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:38: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:38: unexpected @ (possibly involving @mymacro)
-formatting.texi:38: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:38: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:38: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:38: @sp missing argument (possibly involving @mymacro)
-formatting.texi:38: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:38: misplaced } (possibly involving @mymacro)
-formatting.texi:38: misplaced } (possibly involving @mymacro)
-formatting.texi:38: misplaced { (possibly involving @mymacro)
-formatting.texi:38: misplaced { (possibly involving @mymacro)
-formatting.texi:38: must be after address@hidden' to use address@hidden' 
(possibly involving @mymacro)
-formatting.texi:38: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:38: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:38: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:38: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:38: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:42: warning: @ctrl is obsolete. (possibly involving @mymacro)
-formatting.texi:42: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:42: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:42: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:42: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:42: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:42: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:42: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:42: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:42: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:42: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:42: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:42: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:42: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:42: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:42: warning: accent command `@,' must not be followed by new 
line (possibly involving @mymacro)
-formatting.texi:42: use braces to give a command as an argument to @, 
(possibly involving @mymacro)
-formatting.texi:42: warning: accent command `@'' must not be followed by new 
line (possibly involving @mymacro)
-formatting.texi:42: use braces to give a command as an argument to @' 
(possibly involving @mymacro)
-formatting.texi:42: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:42: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:42: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:42: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:42: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:42: unexpected @ (possibly involving @mymacro)
-formatting.texi:42: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:42: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:42: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:42: @sp missing argument (possibly involving @mymacro)
-formatting.texi:42: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:42: misplaced } (possibly involving @mymacro)
-formatting.texi:42: misplaced } (possibly involving @mymacro)
-formatting.texi:42: misplaced { (possibly involving @mymacro)
-formatting.texi:42: misplaced { (possibly involving @mymacro)
-formatting.texi:42: must be after address@hidden' to use address@hidden' 
(possibly involving @mymacro)
-formatting.texi:42: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:42: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:42: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:42: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:42: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:18: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:18: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:18: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:18: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:28: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:28: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:28: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:28: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:38: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:38: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:38: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:38: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:42: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:42: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:42: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:42: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:25: warning: @ctrl is obsolete. (possibly involving @mymacro)
+formatting.texi:25: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:25: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:25: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:25: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:25: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:25: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:25: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:25: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:25: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:25: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:25: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:25: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:25: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:25: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:25: warning: accent command `@,' must not be followed by new 
line (possibly involving @mymacro)
+formatting.texi:25: use braces to give a command as an argument to @, 
(possibly involving @mymacro)
+formatting.texi:25: warning: accent command `@'' must not be followed by new 
line (possibly involving @mymacro)
+formatting.texi:25: use braces to give a command as an argument to @' 
(possibly involving @mymacro)
+formatting.texi:25: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:25: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:25: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:25: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:25: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:25: unexpected @ (possibly involving @mymacro)
+formatting.texi:25: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:25: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:25: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:25: @sp missing argument (possibly involving @mymacro)
+formatting.texi:25: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:25: misplaced } (possibly involving @mymacro)
+formatting.texi:25: misplaced } (possibly involving @mymacro)
+formatting.texi:25: misplaced { (possibly involving @mymacro)
+formatting.texi:25: misplaced { (possibly involving @mymacro)
+formatting.texi:25: must be after address@hidden' to use address@hidden' 
(possibly involving @mymacro)
+formatting.texi:25: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:25: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:25: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:25: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:25: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:35: warning: @ctrl is obsolete. (possibly involving @mymacro)
+formatting.texi:35: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:35: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:35: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:35: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:35: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:35: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:35: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:35: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:35: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:35: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:35: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:35: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:35: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:35: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:35: warning: accent command `@,' must not be followed by new 
line (possibly involving @mymacro)
+formatting.texi:35: use braces to give a command as an argument to @, 
(possibly involving @mymacro)
+formatting.texi:35: warning: accent command `@'' must not be followed by new 
line (possibly involving @mymacro)
+formatting.texi:35: use braces to give a command as an argument to @' 
(possibly involving @mymacro)
+formatting.texi:35: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:35: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:35: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:35: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:35: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:35: unexpected @ (possibly involving @mymacro)
+formatting.texi:35: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:35: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:35: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:35: @sp missing argument (possibly involving @mymacro)
+formatting.texi:35: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:35: misplaced } (possibly involving @mymacro)
+formatting.texi:35: misplaced } (possibly involving @mymacro)
+formatting.texi:35: misplaced { (possibly involving @mymacro)
+formatting.texi:35: misplaced { (possibly involving @mymacro)
+formatting.texi:35: must be after address@hidden' to use address@hidden' 
(possibly involving @mymacro)
+formatting.texi:35: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:35: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:35: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:35: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:35: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:45: warning: @ctrl is obsolete. (possibly involving @mymacro)
+formatting.texi:45: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:45: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:45: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:45: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:45: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:45: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:45: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:45: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:45: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:45: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:45: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:45: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:45: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:45: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:45: warning: accent command `@,' must not be followed by new 
line (possibly involving @mymacro)
+formatting.texi:45: use braces to give a command as an argument to @, 
(possibly involving @mymacro)
+formatting.texi:45: warning: accent command `@'' must not be followed by new 
line (possibly involving @mymacro)
+formatting.texi:45: use braces to give a command as an argument to @' 
(possibly involving @mymacro)
+formatting.texi:45: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:45: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:45: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:45: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:45: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:45: unexpected @ (possibly involving @mymacro)
+formatting.texi:45: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:45: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:45: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:45: @sp missing argument (possibly involving @mymacro)
+formatting.texi:45: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:45: misplaced } (possibly involving @mymacro)
+formatting.texi:45: misplaced } (possibly involving @mymacro)
+formatting.texi:45: misplaced { (possibly involving @mymacro)
+formatting.texi:45: misplaced { (possibly involving @mymacro)
+formatting.texi:45: must be after address@hidden' to use address@hidden' 
(possibly involving @mymacro)
+formatting.texi:45: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:45: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:45: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:45: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:45: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:49: warning: @ctrl is obsolete. (possibly involving @mymacro)
+formatting.texi:49: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:49: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:49: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:49: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:49: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:49: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:49: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:49: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:49: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:49: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:49: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:49: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:49: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:49: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:49: warning: accent command `@,' must not be followed by new 
line (possibly involving @mymacro)
+formatting.texi:49: use braces to give a command as an argument to @, 
(possibly involving @mymacro)
+formatting.texi:49: warning: accent command `@'' must not be followed by new 
line (possibly involving @mymacro)
+formatting.texi:49: use braces to give a command as an argument to @' 
(possibly involving @mymacro)
+formatting.texi:49: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:49: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:49: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:49: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:49: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:49: unexpected @ (possibly involving @mymacro)
+formatting.texi:49: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:49: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:49: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:49: @sp missing argument (possibly involving @mymacro)
+formatting.texi:49: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:49: misplaced } (possibly involving @mymacro)
+formatting.texi:49: misplaced } (possibly involving @mymacro)
+formatting.texi:49: misplaced { (possibly involving @mymacro)
+formatting.texi:49: misplaced { (possibly involving @mymacro)
+formatting.texi:49: must be after address@hidden' to use address@hidden' 
(possibly involving @mymacro)
+formatting.texi:49: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:49: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:49: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:49: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:49: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:25: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:25: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:25: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:25: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:35: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:35: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:35: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:35: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:45: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:45: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:45: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:45: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:49: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:49: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:49: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:49: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 texexpand 
-formatting.texi:18: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:18: warning: @image file address@hidden' (for HTML) not found, 
using address@hidden ext e--xt}' (possibly involving @mymacro)
-formatting.texi:18: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:18: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" address@hidden' (possibly involving @mymacro)
-formatting.texi:38: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:38: warning: @image file address@hidden' (for HTML) not found, 
using address@hidden ext e--xt}' (possibly involving @mymacro)
-formatting.texi:38: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:38: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" address@hidden' (possibly involving @mymacro)
-formatting.texi:42: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:42: warning: @image file address@hidden' (for HTML) not found, 
using address@hidden ext e--xt}' (possibly involving @mymacro)
-formatting.texi:42: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:42: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" address@hidden' (possibly involving @mymacro)
+formatting.texi:25: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:25: warning: @image file address@hidden' (for HTML) not found, 
using address@hidden ext e--xt}' (possibly involving @mymacro)
+formatting.texi:25: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:25: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" address@hidden' (possibly involving @mymacro)
+formatting.texi:45: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:45: warning: @image file address@hidden' (for HTML) not found, 
using address@hidden ext e--xt}' (possibly involving @mymacro)
+formatting.texi:45: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:45: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" address@hidden' (possibly involving @mymacro)
+formatting.texi:49: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:49: warning: @image file address@hidden' (for HTML) not found, 
using address@hidden ext e--xt}' (possibly involving @mymacro)
+formatting.texi:49: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:49: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" address@hidden' (possibly involving @mymacro)

Modified: trunk/tp/tests/tex_html/res_parser/formatting_singular/index.htm
===================================================================
--- trunk/tp/tests/tex_html/res_parser/formatting_singular/index.htm    
2014-05-11 19:37:36 UTC (rev 5556)
+++ trunk/tp/tests/tex_html/res_parser/formatting_singular/index.htm    
2014-05-11 19:47:49 UTC (rev 5557)
@@ -636,6 +636,7 @@
 
 <body lang="en"  background="../singular_images/Mybg.png">
 
+
 <a name="Top"></a>
 <table border="0" cellpadding="0" cellspacing="0">
 <tr valign="top">

Modified: 
trunk/tp/tests/tex_html/res_parser/formatting_singular/sing-l2h_cache.pm
===================================================================
--- trunk/tp/tests/tex_html/res_parser/formatting_singular/sing-l2h_cache.pm    
2014-05-11 19:37:36 UTC (rev 5556)
+++ trunk/tp/tests/tex_html/res_parser/formatting_singular/sing-l2h_cache.pm    
2014-05-11 19:47:49 UTC (rev 5557)
@@ -1,13 +1,4 @@
 
-$l2h_cache_key = q/address@hidden {\frac{1}{2}}$/;
-$l2h_cache{$l2h_cache_key} = q|<!-- MATH
- $- address@hidden {\frac{1}{2}}$
- -->
-<SPAN CLASS="MATH"><IMG
- WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
- SRC="sing_3.png"
- ALT="address@hidden {\frac{1}{2}}$"></SPAN>|;
-
 $l2h_cache_key = q/$$\partial_t \eta (t) = g(\eta(t),\varphi(t))$$ ''/;
 $l2h_cache{$l2h_cache_key} = q|<BR><P></P>
 <DIV ALIGN="CENTER" CLASS="mathdisplay">
@@ -33,4 +24,13 @@
  WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
  SRC="sing_2.png"
  ALT="$--a {\frac{1}{2}} @minus{}$"></SPAN>|;
+
+$l2h_cache_key = q/address@hidden {\frac{1}{2}}$/;
+$l2h_cache{$l2h_cache_key} = q|<!-- MATH
+ $- address@hidden {\frac{1}{2}}$
+ -->
+<SPAN CLASS="MATH"><IMG
+ WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
+ SRC="sing_3.png"
+ ALT="address@hidden {\frac{1}{2}}$"></SPAN>|;
 1;
\ No newline at end of file

Deleted: 
trunk/tp/tests/tex_html/res_parser/formatting_singular/sing_l2h_images.pl
===================================================================
--- trunk/tp/tests/tex_html/res_parser/formatting_singular/sing_l2h_images.pl   
2014-05-11 19:37:36 UTC (rev 5556)
+++ trunk/tp/tests/tex_html/res_parser/formatting_singular/sing_l2h_images.pl   
2014-05-11 19:47:49 UTC (rev 5557)
@@ -1,24 +0,0 @@
-# LaTeX2HTML
-# Associate images original text with physical files.
-
-
-$key = q/address@hidden;MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
- SRC="|."$dir".q|sing_l2h_img3.png"
- ALT="address@hidden {\frac{1}{2}}$">|; 
-
-$key = 
q/{displaymath}partial_teta(t)=g(eta(t),varphi(t)){displaymath};MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="20" BORDER="0"
- SRC="|."$dir".q|sing_l2h_img1.png"
- ALT="\begin{displaymath}\partial_t \eta (t) = 
g(\eta(t),\varphi(t))\end{displaymath}">|; 
-
-$key = q/address@hidden;MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
- SRC="|."$dir".q|sing_l2h_img2.png"
- ALT="$-a {\frac{1}{2}} @minus{}$">|; 
-
-1;
-

Modified: trunk/tp/tests/tex_html/res_parser/tex/tex-l2h_cache.pm
===================================================================
--- trunk/tp/tests/tex_html/res_parser/tex/tex-l2h_cache.pm     2014-05-11 
19:37:36 UTC (rev 5556)
+++ trunk/tp/tests/tex_html/res_parser/tex/tex-l2h_cache.pm     2014-05-11 
19:47:49 UTC (rev 5557)
@@ -1,35 +1,5 @@
 
-$l2h_cache_key = q/address@hidden code} a < b$/;
-$l2h_cache{$l2h_cache_key} = q|<!-- MATH
- address@hidden code} a < b$
- -->
-<SPAN CLASS="MATH"><IMG
- WIDTH="100" HEIGHT="20" ALIGN="MIDDLE" BORDER="0"
- SRC="tex_4.png"
- ALT="address@hidden code} a &lt; b$"></SPAN>|;
-
 $l2h_cache_key = q/
-tex \TeX/;
-$l2h_cache{$l2h_cache_key} = q|
-<P>
-tex <SPAN CLASS="logo-TeX">T<SMALL>E</SMALL>X</SPAN>|;
-
-$l2h_cache_key = q/$a @\ b$/;
-$l2h_cache{$l2h_cache_key} = q|<SPAN CLASS="MATH"><IMG
- WIDTH="100" HEIGHT="10" ALIGN="BOTTOM" BORDER="0"
- SRC="tex_3.png"
- ALT="$a @\ b$"></SPAN>|;
-
-$l2h_cache_key = q/${x^i}\over{\tan y}$/;
-$l2h_cache{$l2h_cache_key} = q|<!-- MATH
- ${x^i}\over{\tan y}$
- -->
-<SPAN CLASS="MATH"><IMG
- WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
- SRC="tex_2.png"
- ALT="${x^i}\over{\tan y}$"></SPAN>|;
-
-$l2h_cache_key = q/
 $$ \chi^2 = \sum_{i=1}^N
           \left(y_i - (a + b x_i)
          \over \sigma_i\right)^2 $$/;
@@ -55,6 +25,12 @@
 <BR CLEAR="ALL">
 <P></P>|;
 
+$l2h_cache_key = q/
+tex \TeX/;
+$l2h_cache{$l2h_cache_key} = q|
+<P>
+tex <SPAN CLASS="logo-TeX">T<SMALL>E</SMALL>X</SPAN>|;
+
 $l2h_cache_key = q/$ address@hidden \hbox{ code }}} \sum_{i}{\underline{f}}$/;
 $l2h_cache{$l2h_cache_key} = q|<!-- MATH
  address@hidden \hbox{ code }}} \sum_{i}{\underline{f}}$
@@ -63,4 +39,28 @@
  WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
  SRC="tex_5.png"
  ALT="$ address@hidden \hbox{ code }}} \sum_{i}{\underline{f}}$"></SPAN>|;
+
+$l2h_cache_key = q/address@hidden code} a < b$/;
+$l2h_cache{$l2h_cache_key} = q|<!-- MATH
+ address@hidden code} a < b$
+ -->
+<SPAN CLASS="MATH"><IMG
+ WIDTH="100" HEIGHT="20" ALIGN="MIDDLE" BORDER="0"
+ SRC="tex_4.png"
+ ALT="address@hidden code} a &lt; b$"></SPAN>|;
+
+$l2h_cache_key = q/$a @\ b$/;
+$l2h_cache{$l2h_cache_key} = q|<SPAN CLASS="MATH"><IMG
+ WIDTH="100" HEIGHT="10" ALIGN="BOTTOM" BORDER="0"
+ SRC="tex_3.png"
+ ALT="$a @\ b$"></SPAN>|;
+
+$l2h_cache_key = q/${x^i}\over{\tan y}$/;
+$l2h_cache{$l2h_cache_key} = q|<!-- MATH
+ ${x^i}\over{\tan y}$
+ -->
+<SPAN CLASS="MATH"><IMG
+ WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
+ SRC="tex_2.png"
+ ALT="${x^i}\over{\tan y}$"></SPAN>|;
 1;
\ No newline at end of file

Deleted: trunk/tp/tests/tex_html/res_parser/tex/tex_l2h_images.pl
===================================================================
--- trunk/tp/tests/tex_html/res_parser/tex/tex_l2h_images.pl    2014-05-11 
19:37:36 UTC (rev 5556)
+++ trunk/tp/tests/tex_html/res_parser/tex/tex_l2h_images.pl    2014-05-11 
19:47:49 UTC (rev 5557)
@@ -1,38 +0,0 @@
-# LaTeX2HTML
-# Associate images original text with physical files.
-
-
-$key = 
q/{displaymath}chi^2=sum_{i=1}^Nleft(y_i-(a+bx_i)oversigma_iright)^2{displaymath};MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="50" BORDER="0"
- SRC="|."$dir".q|tex_l2h_img1.png"
- ALT="\begin{displaymath}\chi^2 = \sum_{i=1}^N
-\left(y_i - (a + b x_i)
-\over \sigma_i\right)^2 \end{displaymath}">|; 
-
-$key = q/{x^i}over{tany};MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
- SRC="|."$dir".q|tex_l2h_img2.png"
- ALT="${x^i}\over{\tan y}$">|; 
-
-$key = q/address@hidden;MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="10" ALIGN="BOTTOM" BORDER="0"
- SRC="|."$dir".q|tex_l2h_img3.png"
- ALT="$a @ b$">|; 
-
-$key = q/address@hidden;MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
- SRC="|."$dir".q|tex_l2h_img5.png"
- ALT="$ address@hidden \hbox{ code }}} \sum_{i}{\underline{f}}$">|; 
-
-$key = q/@code{mathcode}a<b;MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="20" ALIGN="MIDDLE" BORDER="0"
- SRC="|."$dir".q|tex_l2h_img4.png"
- ALT="address@hidden code} a &lt; b$">|; 
-
-1;
-

Modified: 
trunk/tp/tests/tex_html/res_parser/tex_complex_l2h/tex_complex-l2h_cache.pm
===================================================================
--- trunk/tp/tests/tex_html/res_parser/tex_complex_l2h/tex_complex-l2h_cache.pm 
2014-05-11 19:37:36 UTC (rev 5556)
+++ trunk/tp/tests/tex_html/res_parser/tex_complex_l2h/tex_complex-l2h_cache.pm 
2014-05-11 19:47:49 UTC (rev 5557)
@@ -1,65 +1,74 @@
 
 $l2h_cache_key = q/$$
-\omega = h ( \eta , \varphi) 
+ U w V^\dagger
 $$/;
 $l2h_cache{$l2h_cache_key} = q|<BR><P></P>
 <DIV ALIGN="CENTER" CLASS="mathdisplay">
 <!-- MATH
  \begin{displaymath}
-\omega = h ( \eta , \varphi)
+U w V^\dagger
 \end{displaymath}
  -->
 
 <IMG
  WIDTH="100" HEIGHT="20" BORDER="0"
- SRC="tex_complex_3.png"
+ SRC="tex_complex_2.png"
  ALT="\begin{displaymath}
-\omega = h ( \eta , \varphi)
+U w V^\dagger
 \end{displaymath}">
 </DIV>
 <BR CLEAR="ALL">
 <P></P>|;
 
-$l2h_cache_key = q/$$\partial_{\eta} g(\eta(t),\varphi(t));
+$l2h_cache_key = q/$$
+\omega = h ( \eta , \varphi) 
 $$/;
 $l2h_cache{$l2h_cache_key} = q|<BR><P></P>
 <DIV ALIGN="CENTER" CLASS="mathdisplay">
 <!-- MATH
  \begin{displaymath}
-\partial_{\eta} g(\eta(t),\varphi(t));
+\omega = h ( \eta , \varphi)
 \end{displaymath}
  -->
 
 <IMG
  WIDTH="100" HEIGHT="20" BORDER="0"
- SRC="tex_complex_1.png"
- ALT="\begin{displaymath}\partial_{\eta} g(\eta(t),\varphi(t));
+ SRC="tex_complex_3.png"
+ ALT="\begin{displaymath}
+\omega = h ( \eta , \varphi)
 \end{displaymath}">
 </DIV>
 <BR CLEAR="ALL">
 <P></P>|;
 
-$l2h_cache_key = q/$$
- U w V^\dagger
+$l2h_cache_key = q/$$\partial_{\eta} g(\eta(t),\varphi(t));
 $$/;
 $l2h_cache{$l2h_cache_key} = q|<BR><P></P>
 <DIV ALIGN="CENTER" CLASS="mathdisplay">
 <!-- MATH
  \begin{displaymath}
-U w V^\dagger
+\partial_{\eta} g(\eta(t),\varphi(t));
 \end{displaymath}
  -->
 
 <IMG
  WIDTH="100" HEIGHT="20" BORDER="0"
- SRC="tex_complex_2.png"
- ALT="\begin{displaymath}
-U w V^\dagger
+ SRC="tex_complex_1.png"
+ ALT="\begin{displaymath}\partial_{\eta} g(\eta(t),\varphi(t));
 \end{displaymath}">
 </DIV>
 <BR CLEAR="ALL">
 <P></P>|;
 
+$l2h_cache_key = q/$(I-D) \varphi(t)$/;
+$l2h_cache{$l2h_cache_key} = q|<!-- MATH
+ $(I-D) \varphi(t)$
+ -->
+<SPAN CLASS="MATH"><IMG
+ WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
+ SRC="tex_complex_4.png"
+ ALT="$(I-D) \varphi(t)$"></SPAN>|;
+
 $l2h_cache_key = q/$\phi w V^t$/;
 $l2h_cache{$l2h_cache_key} = q|<SPAN CLASS="MATH"><IMG
  WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
@@ -74,13 +83,4 @@
  WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
  SRC="tex_complex_6.png"
  ALT="$h \dot \psi^\phi$"></SPAN>|;
-
-$l2h_cache_key = q/$(I-D) \varphi(t)$/;
-$l2h_cache{$l2h_cache_key} = q|<!-- MATH
- $(I-D) \varphi(t)$
- -->
-<SPAN CLASS="MATH"><IMG
- WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
- SRC="tex_complex_4.png"
- ALT="$(I-D) \varphi(t)$"></SPAN>|;
 1;
\ No newline at end of file

Deleted: 
trunk/tp/tests/tex_html/res_parser/tex_complex_l2h/tex_complex_l2h_images.pl
===================================================================
--- 
trunk/tp/tests/tex_html/res_parser/tex_complex_l2h/tex_complex_l2h_images.pl    
    2014-05-11 19:37:36 UTC (rev 5556)
+++ 
trunk/tp/tests/tex_html/res_parser/tex_complex_l2h/tex_complex_l2h_images.pl    
    2014-05-11 19:47:49 UTC (rev 5557)
@@ -1,47 +0,0 @@
-# LaTeX2HTML
-# Associate images original text with physical files.
-
-
-$key = q/{displaymath}UwV^dagger{displaymath};MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="20" BORDER="0"
- SRC="|."$dir".q|tex_complex_l2h_img2.png"
- ALT="\begin{displaymath}
-U w V^\dagger
-\end{displaymath}">|; 
-
-$key = q/{displaymath}omega=h(eta,varphi){displaymath};MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="20" BORDER="0"
- SRC="|."$dir".q|tex_complex_l2h_img3.png"
- ALT="\begin{displaymath}
-\omega = h ( \eta , \varphi)
-\end{displaymath}">|; 
-
-$key = q/(I-D)varphi(t);MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
- SRC="|."$dir".q|tex_complex_l2h_img4.png"
- ALT="$(I-D) \varphi(t)$">|; 
-
-$key = q/hdotpsi^phi;MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
- SRC="|."$dir".q|tex_complex_l2h_img6.png"
- ALT="$h \dot \psi^\phi$">|; 
-
-$key = 
q/{displaymath}partial_{eta}g(eta(t),varphi(t));{displaymath};MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="20" BORDER="0"
- SRC="|."$dir".q|tex_complex_l2h_img1.png"
- ALT="\begin{displaymath}\partial_{\eta} g(\eta(t),\varphi(t));
-\end{displaymath}">|; 
-
-$key = q/phiwV^t;MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
- SRC="|."$dir".q|tex_complex_l2h_img5.png"
- ALT="$\phi w V^t$">|; 
-
-1;
-

Deleted: 
trunk/tp/tests/tex_html/res_parser/tex_in_copying/tex_in_copying_l2h_images.pl
===================================================================
--- 
trunk/tp/tests/tex_html/res_parser/tex_in_copying/tex_in_copying_l2h_images.pl  
    2014-05-11 19:37:36 UTC (rev 5556)
+++ 
trunk/tp/tests/tex_html/res_parser/tex_in_copying/tex_in_copying_l2h_images.pl  
    2014-05-11 19:47:49 UTC (rev 5557)
@@ -1,22 +0,0 @@
-# LaTeX2HTML
-# Associate images original text with physical files.
-
-
-$key = q/{displaymath}2a=dot{phi}{displaymath};MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="20" BORDER="0"
- SRC="|."$dir".q|tex_in_copying_l2h_img2.png"
- ALT="\begin{displaymath}
-2 a = \dot{\phi}
-\end{displaymath}">|; 
-
-$key = q/{displaymath}a=phi{displaymath};MSF=1.5;AAT/;
-$cached_env_img{$key} = q|<IMG
- WIDTH="100" HEIGHT="20" BORDER="0"
- SRC="|."$dir".q|tex_in_copying_l2h_img1.png"
- ALT="\begin{displaymath}
-a = \phi
-\end{displaymath}">|; 
-
-1;
-




reply via email to

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