texinfo-commits
[Top][All Lists]
Advanced

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

master updated (528f2d0 -> f174cef)


From: Patrice Dumas
Subject: master updated (528f2d0 -> f174cef)
Date: Tue, 17 Aug 2021 18:33:35 -0400 (EDT)

pertusus pushed a change to branch master.

    from 528f2d0  Add test with TeX/LaTeX macros with MathJax and enhance test
     new 1d0905b  * tp/Texinfo/Common.pm (collect_commands_list_in_tree): add 
function that collects commands from tree and keep them in the order in which 
they appear. * tp/init/latex2html.pm (l2h_process): use 
Texinfo::Common::collect_commands_list_in_tree() to collect @-commands in order 
and process them in order too.
     new f174cef  * tp/init/tex4ht.pm (tex4ht_prepare, tex4ht_convert) 
(tex4ht_process_format, tex4ht_process_command): process commands in the input 
file order, using Texinfo::Common::collect_commands_list_in_tree(). Prepare and 
process a file for tex4ht per format and not per @-command.


Summary of changes:
 ChangeLog                                          |  18 ++
 tp/Texinfo/Common.pm                               |  42 +++++
 tp/init/latex2html.pm                              |  50 +++---
 tp/init/tex4ht.pm                                  | 189 +++++++++++----------
 .../tex_l2h_res/tex_complex-l2h_cache.pm           |   8 +-
 .../many_input_files/tex_l2h_res/tex_complex.html  |  10 +-
 .../tex_l2h_res/tex_complex_l2h.html               |  42 ++---
 .../tex_l2h_res/tex_complex_l2h.tex                |  12 +-
 .../tex_l2h_res/tex_complex_l2h_images.tex         |  16 +-
 tp/tests/many_input_files/tex_t4ht_res/tex.html    |  11 +-
 .../many_input_files/tex_t4ht_res/tex_complex.html |   7 +-
 .../tex_t4ht_res/tex_complex_tex4ht_math.4ct       |   2 -
 .../tex_t4ht_res/tex_complex_tex4ht_math.4tc       |   1 -
 .../tex_t4ht_res/tex_complex_tex4ht_math.css       |  42 -----
 .../tex_t4ht_res/tex_complex_tex4ht_math.html      |  49 ------
 .../tex_t4ht_res/tex_complex_tex4ht_math.lg        |  53 ------
 .../tex_t4ht_res/tex_complex_tex4ht_math.tex       |  10 --
 .../tex_t4ht_res/tex_complex_tex4ht_math.tmp       |   2 -
 .../tex_t4ht_res/tex_complex_tex4ht_math.xref      |   1 -
 .../tex_t4ht_res/tex_complex_tex4ht_tex.lg         |   2 +
 .../tex_t4ht_res/tex_complex_tex4ht_tex.tex        |  14 +-
 .../tex_t4ht_res/tex_tex4ht_displaymath.4ct        |   2 -
 .../tex_t4ht_res/tex_tex4ht_displaymath.4tc        |   1 -
 .../tex_t4ht_res/tex_tex4ht_displaymath.css        |  42 -----
 .../tex_t4ht_res/tex_tex4ht_displaymath.html       |  35 ----
 .../tex_t4ht_res/tex_tex4ht_displaymath.lg         |  54 ------
 .../tex_t4ht_res/tex_tex4ht_displaymath.tex        |   9 -
 .../tex_t4ht_res/tex_tex4ht_displaymath.tmp        |   2 -
 .../tex_t4ht_res/tex_tex4ht_displaymath.xref       |   1 -
 .../tex_t4ht_res/tex_tex4ht_math.4ct               |   2 -
 .../tex_t4ht_res/tex_tex4ht_math.4tc               |   1 -
 .../tex_t4ht_res/tex_tex4ht_math.css               |  44 -----
 .../tex_t4ht_res/tex_tex4ht_math.html              |  73 --------
 .../tex_t4ht_res/tex_tex4ht_math.lg                |  54 ------
 .../tex_t4ht_res/tex_tex4ht_math.tex               |  14 --
 .../tex_t4ht_res/tex_tex4ht_math.tmp               |   2 -
 .../tex_t4ht_res/tex_tex4ht_math.xref              |   1 -
 .../tex_t4ht_res/tex_tex4ht_tex.css                |   1 +
 .../tex_t4ht_res/tex_tex4ht_tex.lg                 |   2 +
 .../tex_t4ht_res/tex_tex4ht_tex.tex                |  15 ++
 tp/tests/tex_html/list-of-tests                    |   2 +-
 .../res_parser/formatting_singular/chapter.html    |  54 +++---
 .../formatting_singular/sing-l2h_cache.pm          |  18 +-
 .../res_parser/formatting_singular/sing_l2h.html   |  90 +++++-----
 .../res_parser/formatting_singular/sing_l2h.tex    |  54 +++---
 .../formatting_singular/sing_l2h_images.tex        |  38 ++---
 .../res_parser/tex_complex_httex/tex_complex.html  |   7 +-
 .../tex_complex_httex/tex_complex_tex4ht_math.4ct  |   2 -
 .../tex_complex_httex/tex_complex_tex4ht_math.4tc  |   1 -
 .../tex_complex_httex/tex_complex_tex4ht_math.css  |  42 -----
 .../tex_complex_httex/tex_complex_tex4ht_math.html |  49 ------
 .../tex_complex_httex/tex_complex_tex4ht_math.lg   |  53 ------
 .../tex_complex_httex/tex_complex_tex4ht_math.tex  |  10 --
 .../tex_complex_httex/tex_complex_tex4ht_math.tmp  |   2 -
 .../tex_complex_httex/tex_complex_tex4ht_math.xref |   1 -
 .../tex_complex_httex/tex_complex_tex4ht_tex.html  |  40 ++++-
 .../tex_complex_httex/tex_complex_tex4ht_tex.lg    |   2 +
 .../tex_complex_httex/tex_complex_tex4ht_tex.tex   |  14 +-
 .../tex_complex_l2h/tex_complex-l2h_cache.pm       |   8 +-
 .../res_parser/tex_complex_l2h/tex_complex.html    |  10 +-
 .../tex_complex_l2h/tex_complex_l2h.html           |  42 ++---
 .../res_parser/tex_complex_l2h/tex_complex_l2h.tex |  12 +-
 .../tex_complex_l2h/tex_complex_l2h_images.tex     |  16 +-
 .../res_parser/tex_eqalign_httex/tex_eqalign.html  |   7 +-
 .../tex_eqalign_tex4ht_displaymath.4ct             |   2 -
 .../tex_eqalign_tex4ht_displaymath.4tc             |   1 -
 .../tex_eqalign_tex4ht_displaymath.css             |  41 -----
 .../tex_eqalign_tex4ht_displaymath.html            |  36 ----
 .../tex_eqalign_tex4ht_displaymath.lg              |  52 ------
 .../tex_eqalign_tex4ht_displaymath.tex             |  12 --
 .../tex_eqalign_tex4ht_displaymath.tmp             |   2 -
 .../tex_eqalign_tex4ht_displaymath.xref            |   1 -
 .../tex_eqalign_httex/tex_eqalign_tex4ht_tex.html  |  21 ++-
 .../tex_eqalign_httex/tex_eqalign_tex4ht_tex.lg    |   1 +
 .../tex_eqalign_httex/tex_eqalign_tex4ht_tex.tex   |  12 +-
 .../tex_eqalign_l2h/tex_eqalign-l2h_cache.pm       |   6 +-
 .../res_parser/tex_eqalign_l2h/tex_eqalign.html    |   6 +-
 .../tex_eqalign_l2h/tex_eqalign_l2h.html           |   6 +-
 .../res_parser/tex_eqalign_l2h/tex_eqalign_l2h.tex |   6 +-
 .../tex_eqalign_l2h/tex_eqalign_l2h_images.tex     |   3 +-
 .../res_parser/tex_gdef_httex/tex_gdef.html        |  18 +-
 .../tex_gdef_httex/tex_gdef_tex4ht_displaymath.4ct |   2 -
 .../tex_gdef_httex/tex_gdef_tex4ht_displaymath.4tc |   1 -
 .../tex_gdef_httex/tex_gdef_tex4ht_displaymath.css |  40 -----
 .../tex_gdef_tex4ht_displaymath.html               |   6 -
 .../tex_gdef_httex/tex_gdef_tex4ht_displaymath.lg  |  47 -----
 .../tex_gdef_httex/tex_gdef_tex4ht_displaymath.tex |   9 -
 .../tex_gdef_httex/tex_gdef_tex4ht_displaymath.tmp |   2 -
 .../tex_gdef_tex4ht_displaymath.xref               |   1 -
 .../tex_gdef_httex/tex_gdef_tex4ht_math.4ct        |   2 -
 .../tex_gdef_httex/tex_gdef_tex4ht_math.4tc        |   1 -
 .../tex_gdef_httex/tex_gdef_tex4ht_math.css        |  40 -----
 .../tex_gdef_httex/tex_gdef_tex4ht_math.html       |   6 -
 .../tex_gdef_httex/tex_gdef_tex4ht_math.lg         |  47 -----
 .../tex_gdef_httex/tex_gdef_tex4ht_math.tex        |  10 --
 .../tex_gdef_httex/tex_gdef_tex4ht_math.tmp        |   2 -
 .../tex_gdef_httex/tex_gdef_tex4ht_math.xref       |   1 -
 .../tex_gdef_httex/tex_gdef_tex4ht_tex.css         |   2 +
 .../tex_gdef_httex/tex_gdef_tex4ht_tex.html        |  38 +++++
 .../tex_gdef_httex/tex_gdef_tex4ht_tex.lg          |   7 +
 .../tex_gdef_httex/tex_gdef_tex4ht_tex.tex         |  11 ++
 tp/tests/tex_html/res_parser/tex_httex/tex.html    |  11 +-
 .../tex_httex/tex_tex4ht_displaymath.4ct           |   2 -
 .../tex_httex/tex_tex4ht_displaymath.4tc           |   1 -
 .../tex_httex/tex_tex4ht_displaymath.css           |  42 -----
 .../tex_httex/tex_tex4ht_displaymath.html          |  35 ----
 .../res_parser/tex_httex/tex_tex4ht_displaymath.lg |  54 ------
 .../tex_httex/tex_tex4ht_displaymath.tex           |   9 -
 .../tex_httex/tex_tex4ht_displaymath.tmp           |   2 -
 .../tex_httex/tex_tex4ht_displaymath.xref          |   1 -
 .../res_parser/tex_httex/tex_tex4ht_math.4ct       |   2 -
 .../res_parser/tex_httex/tex_tex4ht_math.4tc       |   1 -
 .../res_parser/tex_httex/tex_tex4ht_math.css       |  44 -----
 .../res_parser/tex_httex/tex_tex4ht_math.html      |  73 --------
 .../res_parser/tex_httex/tex_tex4ht_math.lg        |  54 ------
 .../res_parser/tex_httex/tex_tex4ht_math.tex       |  14 --
 .../res_parser/tex_httex/tex_tex4ht_math.tmp       |   2 -
 .../res_parser/tex_httex/tex_tex4ht_math.xref      |   1 -
 .../res_parser/tex_httex/tex_tex4ht_tex.css        |   1 +
 .../res_parser/tex_httex/tex_tex4ht_tex.html       |  65 +++++++
 .../res_parser/tex_httex/tex_tex4ht_tex.lg         |   2 +
 .../res_parser/tex_httex/tex_tex4ht_tex.tex        |  15 ++
 tp/tests/tex_html/tex_gdef.texi                    |   8 +
 123 files changed, 705 insertions(+), 1745 deletions(-)
 delete mode 100644 
tp/tests/many_input_files/tex_t4ht_res/tex_complex_tex4ht_math.4ct
 delete mode 100644 
tp/tests/many_input_files/tex_t4ht_res/tex_complex_tex4ht_math.4tc
 delete mode 100644 
tp/tests/many_input_files/tex_t4ht_res/tex_complex_tex4ht_math.css
 delete mode 100644 
tp/tests/many_input_files/tex_t4ht_res/tex_complex_tex4ht_math.html
 delete mode 100644 
tp/tests/many_input_files/tex_t4ht_res/tex_complex_tex4ht_math.lg
 delete mode 100644 
tp/tests/many_input_files/tex_t4ht_res/tex_complex_tex4ht_math.tex
 delete mode 100644 
tp/tests/many_input_files/tex_t4ht_res/tex_complex_tex4ht_math.tmp
 delete mode 100644 
tp/tests/many_input_files/tex_t4ht_res/tex_complex_tex4ht_math.xref
 delete mode 100644 
tp/tests/many_input_files/tex_t4ht_res/tex_tex4ht_displaymath.4ct
 delete mode 100644 
tp/tests/many_input_files/tex_t4ht_res/tex_tex4ht_displaymath.4tc
 delete mode 100644 
tp/tests/many_input_files/tex_t4ht_res/tex_tex4ht_displaymath.css
 delete mode 100644 
tp/tests/many_input_files/tex_t4ht_res/tex_tex4ht_displaymath.html
 delete mode 100644 
tp/tests/many_input_files/tex_t4ht_res/tex_tex4ht_displaymath.lg
 delete mode 100644 
tp/tests/many_input_files/tex_t4ht_res/tex_tex4ht_displaymath.tex
 delete mode 100644 
tp/tests/many_input_files/tex_t4ht_res/tex_tex4ht_displaymath.tmp
 delete mode 100644 
tp/tests/many_input_files/tex_t4ht_res/tex_tex4ht_displaymath.xref
 delete mode 100644 tp/tests/many_input_files/tex_t4ht_res/tex_tex4ht_math.4ct
 delete mode 100644 tp/tests/many_input_files/tex_t4ht_res/tex_tex4ht_math.4tc
 delete mode 100644 tp/tests/many_input_files/tex_t4ht_res/tex_tex4ht_math.css
 delete mode 100644 tp/tests/many_input_files/tex_t4ht_res/tex_tex4ht_math.html
 delete mode 100644 tp/tests/many_input_files/tex_t4ht_res/tex_tex4ht_math.lg
 delete mode 100644 tp/tests/many_input_files/tex_t4ht_res/tex_tex4ht_math.tex
 delete mode 100644 tp/tests/many_input_files/tex_t4ht_res/tex_tex4ht_math.tmp
 delete mode 100644 tp/tests/many_input_files/tex_t4ht_res/tex_tex4ht_math.xref
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_complex_httex/tex_complex_tex4ht_math.4ct
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_complex_httex/tex_complex_tex4ht_math.4tc
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_complex_httex/tex_complex_tex4ht_math.css
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_complex_httex/tex_complex_tex4ht_math.html
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_complex_httex/tex_complex_tex4ht_math.lg
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_complex_httex/tex_complex_tex4ht_math.tex
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_complex_httex/tex_complex_tex4ht_math.tmp
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_complex_httex/tex_complex_tex4ht_math.xref
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_eqalign_httex/tex_eqalign_tex4ht_displaymath.4ct
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_eqalign_httex/tex_eqalign_tex4ht_displaymath.4tc
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_eqalign_httex/tex_eqalign_tex4ht_displaymath.css
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_eqalign_httex/tex_eqalign_tex4ht_displaymath.html
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_eqalign_httex/tex_eqalign_tex4ht_displaymath.lg
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_eqalign_httex/tex_eqalign_tex4ht_displaymath.tex
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_eqalign_httex/tex_eqalign_tex4ht_displaymath.tmp
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_eqalign_httex/tex_eqalign_tex4ht_displaymath.xref
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_displaymath.4ct
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_displaymath.4tc
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_displaymath.css
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_displaymath.html
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_displaymath.lg
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_displaymath.tex
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_displaymath.tmp
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_displaymath.xref
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_math.4ct
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_math.4tc
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_math.css
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_math.html
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_math.lg
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_math.tex
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_math.tmp
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_math.xref
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_displaymath.4ct
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_displaymath.4tc
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_displaymath.css
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_displaymath.html
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_displaymath.lg
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_displaymath.tex
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_displaymath.tmp
 delete mode 100644 
tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_displaymath.xref
 delete mode 100644 tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_math.4ct
 delete mode 100644 tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_math.4tc
 delete mode 100644 tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_math.css
 delete mode 100644 tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_math.html
 delete mode 100644 tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_math.lg
 delete mode 100644 tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_math.tex
 delete mode 100644 tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_math.tmp
 delete mode 100644 tp/tests/tex_html/res_parser/tex_httex/tex_tex4ht_math.xref



reply via email to

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