texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Tue, 1 Oct 2024 17:36:53 -0400 (EDT)

branch: master
commit 11c116f56c32029aec8d692b0397a28b54b9afd2
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Oct 1 23:36:33 2024 +0200

    Regenerate Data files
---
 tp/Texinfo/Data.pm                   |  2 +-
 tp/Texinfo/XS/main/conversion_data.c | 20 ++++++++++++++++----
 tp/Texinfo/XS/main/conversion_data.h |  4 ++--
 3 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/tp/Texinfo/Data.pm b/tp/Texinfo/Data.pm
index 0317d1d09b..0c5bb385cb 100644
--- a/tp/Texinfo/Data.pm
+++ b/tp/Texinfo/Data.pm
@@ -1,4 +1,4 @@
-# Automatically generated from generate_convert_data_perl_code.pl
+# Automatically generated from generate_code_convert_data.pl
 
 package Texinfo::Data;
 
diff --git a/tp/Texinfo/XS/main/conversion_data.c 
b/tp/Texinfo/XS/main/conversion_data.c
index 9ef582d39d..81212d1ea7 100644
--- a/tp/Texinfo/XS/main/conversion_data.c
+++ b/tp/Texinfo/XS/main/conversion_data.c
@@ -1,4 +1,4 @@
-/* Automatically generated from ./../../maintain/generate_code_convert_data.pl 
*/
+/* Automatically generated from generate_code_convert_data.pl */
 
 #include <config.h>
 
@@ -15,6 +15,9 @@ const CSS_SELECTOR_STYLE 
base_default_css_element_class_styles[] = {
     {"pre.menu-preformatted", "font-family: serif"},
     {"a.summary-letter-printindex", "text-decoration: none"},
     {"pre.display-preformatted", "font-family: inherit"},
+/* 'display: flex; justify-content: center' centers the pre as a whole */
+    {"pre.displaymath", "font-style: italic; font-family: serif; display: 
flex; justify-content: center"},
+    {"table.cartouche", "border-style: solid; border-radius: 0.5em"},
 /* used with PROGRAM_NAME_IN_FOOTER */
     {"span.program-in-footer", "font-size: smaller"},
     {"span.sansserif", "font-family: sans-serif; font-weight: normal"},
@@ -39,14 +42,23 @@ const CSS_SELECTOR_STYLE 
base_default_css_element_class_styles[] = {
     {"td.printindex-index-section", "vertical-align: top; padding-left: 1em"},
     {"td.printindex-index-see-also", "vertical-align: top; padding-left: 1em"},
     {"td.menu-entry-destination", "vertical-align: top"},
-    {"td.menu-entry-description", "vertical-align: top"},
+    {"td.menu-entry-description", "vertical-align: top; padding-left: 1em"},
     {"th.entries-header-printindex", "text-align:left"},
     {"th.sections-header-printindex", "text-align:left; padding-left: 1em"},
     {"th.menu-comment", "text-align:left"},
     {"td.category-def", "text-align:right"},
     {"td.call-def", "text-align:left"},
-    {"td.button-direction-about", "text-align:center"},
-    {"td.name-direction-about", "text-align:center"},
+    {"table.direction-about", "border-collapse: collapse"},
+    {"th.button-direction-about", "border-width: thin; border-bottom-style: 
solid; border-right-style: solid"},
+    {"th.name-direction-about", "border-width: thin; border-bottom-style: 
solid; border-right-style: solid; border-left-style: solid"},
+    {"th.description-direction-about", "border-width: thin; 
border-bottom-style: solid; border-right-style: solid; border-left-style: 
solid"},
+    {"th.example-direction-about", "border-width: thin; border-bottom-style: 
solid; border-left-style: solid"},
+    {"td.button-direction-about", "text-align: center; border-width: thin; 
border-right-style: solid"},
+    {"td.name-direction-about", "text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid"},
+    {"td.description-direction-about", "border-width: thin; 
border-right-style: solid; border-left-style: solid"},
+    {"td.example-direction-about", "border-width: thin; border-left-style: 
solid"},
+    {"img.nav-icon", "vertical-align: middle"},
+    {"table.def-block", "width: 100%"},
 /* The anchor element is wrapped in a <span> rather than a block level element
    to avoid it appearing unless the mouse pointer is directly over the
    text, as it is annoying for anchors to flicker when you are moving your
diff --git a/tp/Texinfo/XS/main/conversion_data.h 
b/tp/Texinfo/XS/main/conversion_data.h
index 97c1201c0d..9963afd743 100644
--- a/tp/Texinfo/XS/main/conversion_data.h
+++ b/tp/Texinfo/XS/main/conversion_data.h
@@ -1,4 +1,4 @@
-/* Automatically generated from ./../../maintain/generate_code_convert_data.pl 
*/
+/* Automatically generated from generate_code_convert_data.pl */
 
 #ifndef CONVERSION_DATA_H
 #define CONVERSION_DATA_H
@@ -8,7 +8,7 @@ typedef struct HTML_DEFAULT_DIRECTION_STRING_TRANSLATED {
     const char *to_convert;
 } HTML_DEFAULT_DIRECTION_STRING_TRANSLATED;
 
-#define BASE_DEFAULT_CSS_ELEMENT_CLASS_STYLE_NR 39
+#define BASE_DEFAULT_CSS_ELEMENT_CLASS_STYLE_NR 50
 
 enum special_unit_info_type {
    SUI_type_none = -1,



reply via email to

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