[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (c305bc65e8 -> 20957c9dd7)
From: |
Patrice Dumas |
Subject: |
master updated (c305bc65e8 -> 20957c9dd7) |
Date: |
Tue, 24 Dec 2024 07:52:25 -0500 (EST) |
pertusus pushed a change to branch master.
from c305bc65e8 * tp/Texinfo/Convert/Plaintext.pm
(conversion_initialization) (_convert): set block_math_commands to always be
default_preformatted_context_commands and default_format_context_commands. Do
not set dynamically anymore the 'preformatted_context_commands' and
'format_context_commands'.
new 723294ed02 Implement INFO_MATH_IMAGES in Info
new 20957c9dd7 * tp/Texinfo/Convert/LaTeX.pm (convert_math_to_images):
return png files relative to the directory where the info file is created.
Summary of changes:
ChangeLog | 39 +++-
TODO | 5 +
tp/Texinfo/Convert/Info.pm | 55 +++---
tp/Texinfo/Convert/LaTeX.pm | 53 ++++--
tp/Texinfo/Convert/Plaintext.pm | 141 +++++++++++++--
tp/Texinfo/Options.pm | 1 +
tp/Texinfo/XS/main/options_data.h | 3 +-
tp/Texinfo/XS/main/options_defaults.c | 2 +
tp/Texinfo/XS/main/options_init_free.c | 317 +++++++++++++++++----------------
tp/Texinfo/options_data.txt | 1 +
10 files changed, 410 insertions(+), 207 deletions(-)
- master updated (c305bc65e8 -> 20957c9dd7),
Patrice Dumas <=