Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
texinfo-commits (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Tue Aug 31 2021 17:06:36 -0400
Threads in reverse chronological order
[
Next Period
]
branch master updated: * tp/Makefile.am (dist_modules_DATA): add Texinfo/Translations.pm.
,
Patrice Dumas
,
2021/08/31
branch master updated: * tp/Texinfo/Report.pm, tp/Texinfo/Translations.pm, tp/Texinfo/Convert/Converter.pm, tp/Texinfo/Convert/Text.pm, tp/Texinfo/ParserNonXS.pm, tp/Texinfo/XS/parsetexi/Parsetexi.pm: move gdt() and string translation related code from tp/Texinfo/Report.pm to newly created tp/Texinfo/Translations.pm.
,
Patrice Dumas
,
2021/08/31
branch master updated: * tp/texi2any.pl: use separate opened files informations for each of the files opened in texi2any.pl and add to the opened files list.
,
Patrice Dumas
,
2021/08/31
branch master updated: * tp/Texinfo/Common.pm (open_out, output_files_open_out) (output_files_register_closed, output_files_opened_files) (output_files_unclosed_files), tp/Texinfo/Convert/Converter.pm (register_close_file, converter) (converter_opened_files, converter_unclosed_files, output_files_information) tp/DebugTexinfo/DebugTree.pm, tp/Texinfo/Convert/DocBook.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/LaTeX.pm, tp/Texinfo/Convert/TexinfoXML.pm, tp/Texinfo/Convert/Text.pm, tp/init/chm.pm, tp/texi2an [...]
,
Patrice Dumas
,
2021/08/31
branch master updated: * tp/Texinfo/Structuring.pm (sectioning_structure, nodes_tree), tp/Texinfo/Convert/Converter.pm (%all_converters_defaults) (converter), Pod-Simple-Texinfo/pod2texi.pl, texi2any.pl: Do not set 'structring' keys in Texinfo::Structuring sectioning_structure() and nodes_tree(), return the informations that are set in the caller. The 'structuring' is not associated with parser anymore, but setup in the Texinfo::Structuring function callers.
,
Patrice Dumas
,
2021/08/31
master updated (f73f236 -> ac04776)
,
Patrice Dumas
,
2021/08/31
[no subject]
,
Patrice Dumas
,
2021/08/31
[no subject]
,
Patrice Dumas
,
2021/08/31
[no subject]
,
Patrice Dumas
,
2021/08/31
[no subject]
,
Patrice Dumas
,
2021/08/31
branch master updated: * tp/Texinfo/XS/parsetexi/Parsetexi.pm (parse_texi_file): internationalize error message.
,
Patrice Dumas
,
2021/08/30
branch master updated: * tp/Texinfo/Report.pm (document_warn, document_error), tp/Texinfo/Common.pm, tp/Texinfo/Convert/Converter.pm, tp/Texinfo/Convert/DocBook.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/IXIN.pm, tp/Texinfo/Convert/Info.pm, tp/Texinfo/Convert/LaTeX.pm, tp/Texinfo/Convert/Plaintext.pm, Texinfo/ParserNonXS.pm, tp/Texinfo/Structuring.pm, tp/Texinfo/XS/parsetexi/Parsetexi.pm, tp/init/chm.pm, tp/init/highlight_syntax.pm, tp/init/latex2html.pm, tp/init/tex4ht.pm: separate registrar that regist [...]
,
Patrice Dumas
,
2021/08/30
branch master updated: tp/Texinfo/XS/parsetexi/Parsetexi.pm: rename _complete_node_menus() as _associate_node_menus()
,
Patrice Dumas
,
2021/08/30
branch master updated: Update tp/TODO. Remove anything related with index splitting.
,
Patrice Dumas
,
2021/08/30
branch master updated: Explain how to call perl to check the validity of one source file
,
Patrice Dumas
,
2021/08/30
branch master updated: * tp/Texinfo/Report.pm (line_warn, line_error), Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm (_protect_hashchar), Pod-Simple-Texinfo/pod2texi.pl (_fix_texinfo_tree), tp/Texinfo/Common.pm (locate_include_file, expand_verbatiminclude) (_convert_text_options, _protect_hashchar_at_line_beginning) (protect_hashchar_at_line_beginning, set_nodes_list_labels) tp/Texinfo/Convert/DocBook.pm(_convert), tp/Texinfo/Convert/HTML.pm(noticed_line_warn) (_convert_verbatiminclude_command, _prepare_index_ent [...]
,
Patrice Dumas
,
2021/08/30
branch master updated: * tp/Texinfo/Report.pm (line_warn, line_error, document_warn) (document_error, file_line_warn, file_line_error), tp/Texinfo/Convert/HTML.pm (noticed_line_warn) (noticed_line_error): do not handle 'ignore_notice' in Texinfo::Report, this is internal converter information. Instead use the new function noticed_line_warn() in converter in in relevant places to intercept messages and ignore them if 'ignore_notice' is set.
,
Patrice Dumas
,
2021/08/29
branch master updated: * tp/Texinfo/Structuring.pm (setup_index_entry_keys_formatting) (do_index_keys, sort_indices, sort_indices_by_letter), tp/Texinfo/Convert/LaTeX.pm, tp/init/chm.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/Plaintext.pm, tp/Texinfo/Convert/IXIN.pm: remove the now unused $parser_informations argument.
,
Patrice Dumas
,
2021/08/29
branch master updated: * tp/Texinfo/Structuring.pm (setup_index_entry_keys_formatting): do not use input encoding to determine the encoding used in index key sorting.
,
Patrice Dumas
,
2021/08/29
branch master updated: file for tests missed in previous commit.
,
Patrice Dumas
,
2021/08/29
branch master updated: test file missed in previous commit.
,
Patrice Dumas
,
2021/08/29
branch master updated: * tp/Texinfo/Convert/Converter.pm (converter), tp/Texinfo/Convert/HTML.pm (_load_htmlxref_files, output), tp/Texinfo/Convert/IXIN.pm (output_ixin), tp/Texinfo/Convert/Info.pm (output, _info_header), tp/Texinfo/Convert/Text.pm (converter, output): rename 'info' as 'parser_info' in converter.
,
Patrice Dumas
,
2021/08/29
branch master updated: * Pod-Simple-Texinfo/pod2texi.pl (_fix_texinfo_tree) tp/texi2any.pl, tp/Texinfo/Common.pm (register_label, set_nodes_list_labels), tp/Texinfo/ParserNonXS.pm (labels_information, _register_label) (_end_line, _parse_texi), tp/Texinfo/XS/parsetexi/Parsetexi.pm (_complete_node_menus) (get_parser_info, parse_texi_line, labels_information) tp/Texinfo/Structuring.pm (_check_menu_entry) (_check_referenced_nodes, check_nodes_are_referenced) (set_menus_node_directions, complete_node_tree_with_menus) [...]
,
Patrice Dumas
,
2021/08/28
branch master updated: * tp/Texinfo/ParserNonXS.pm (_parse_texi): avoid "invalid interpolation" error in error message.
,
Gavin D. Smith
,
2021/08/28
branch master updated: texinfo.tex: Simplify time-stamp local variables
,
Gavin D. Smith
,
2021/08/28
branch master updated: * tp/Texinfo/XS/parsetexi/end_line.c (end_line) <def command>: Only store documentlanguage if set. From Patrice.
,
Gavin D. Smith
,
2021/08/28
branch master updated: * tp/Texinfo/ParserNonXS.pm(_parse_def, _end_line): put information about documentlanguage into the tree only if defined.
,
Patrice Dumas
,
2021/08/28
branch master updated: Fix setting documentlanguage from command line
,
Gavin D. Smith
,
2021/08/28
branch master updated: Give documentlanguage setting priority over @documentlanguage
,
Gavin D. Smith
,
2021/08/28
branch master updated: * tp/Texinfo/XS/parsetexi/Parsetexi.pm: replace tabs by spaces.
,
Patrice Dumas
,
2021/08/27
branch master updated: t/test_utils.pl: do not pass SIMPLE_MENU to parser, as it is not a parser option, instead set a variable to do the tree transformation and pass to converter.
,
Patrice Dumas
,
2021/08/27
branch master updated: Fix a typo. Add comments.
,
Patrice Dumas
,
2021/08/27
branch master updated: * tp/Texinfo/Convert/Converter.pm (xml_accent): if using numerical entities, use numerical entities for diacritics too. Suggestion from Hefferon, Jim S.
,
Patrice Dumas
,
2021/08/27
branch master updated: * tp/Texinfo/Convert/NodeNameNormalization.pm (unicode_accent): put @tieaccent diacritic between the characters.
,
Patrice Dumas
,
2021/08/27
branch master updated: tp/t/paragraph.t: set_space_protection() returns nothing.
,
Patrice Dumas
,
2021/08/27
branch master updated: * tp/Texinfo/ParserNonXS.pm (parse_texi_line): always add a line such as to always get error messages. * tp/Texinfo/Report.pm (gdt): show errors in parsing Texinfo generated for translations.
,
Patrice Dumas
,
2021/08/27
branch master updated: replace in_gdt by accept_internalvalue
,
Patrice Dumas
,
2021/08/26
branch master updated: Internal command @txiinternalvalue for gdt strings value labels in tree
,
Patrice Dumas
,
2021/08/26
branch master updated: handle @novalidate in a more common way
,
Patrice Dumas
,
2021/08/25
master updated (12e9ffb -> 1a73810)
,
Patrice Dumas
,
2021/08/25
[no subject]
,
Patrice Dumas
,
2021/08/25
[no subject]
,
Patrice Dumas
,
2021/08/25
[no subject]
,
Patrice Dumas
,
2021/08/25
[no subject]
,
Patrice Dumas
,
2021/08/25
branch master updated: Add test demonstrating incorrect setting of documentlanguage in Parser, not having command line overriding the value set in the document.
,
Patrice Dumas
,
2021/08/24
master updated (4335211 -> 58fb71d)
,
Patrice Dumas
,
2021/08/24
[no subject]
,
Patrice Dumas
,
2021/08/24
[no subject]
,
Patrice Dumas
,
2021/08/24
branch master updated: * tp/Texinfo/Convert/Text.pm (%ignored_brace_commands), tp/Texinfo/Convert/NodeNameNormalization.pm (%ignored_brace_commands): ignore sortas, seealso, seeentry. * tp/Texinfo/Structuring.pm (setup_index_entry_keys_formatting) (index_key, do_index_keys): split setup_index_entry_keys_formatting and index_key out of do_index_keys() such that the same code can be used in converters on individual index entries or subentries. * tp/Texinfo/Convert/LaTeX.pm (_index_entry): use Texinfo::Structuring: [...]
,
Patrice Dumas
,
2021/08/24
branch master updated: * tp/Texinfo/Convert/Converter.pm (convert_index_subentries): use convert_tree() instead of _convert().
,
Patrice Dumas
,
2021/08/24
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_printindex_command): convert @subentry in monospace context if in code index. * tp/Texinfo/Convert/Plaintext.pm (_open_code, _close_code) (_printindex_formatted, _convert): new functions to open and close _code type to be able to open and close code context without a tree element, to be able to use convert_index_subentries(). * LaTeX.pm: handle indices.
,
Patrice Dumas
,
2021/08/23
branch master updated: LaTeX.pm: handle @documentlanguage
,
Patrice Dumas
,
2021/08/22
branch master updated: LaTeX.pm: do not output quotes for empty @*table @item. Add an empty item for text before item in @*table
,
Patrice Dumas
,
2021/08/22
branch master updated: Test for @samp in @table with inter items
,
Patrice Dumas
,
2021/08/22
branch master updated: coverage_macro.texi: more tests of @table
,
Patrice Dumas
,
2021/08/22
branch master updated: LaTeX.pm: handle @itemize, @enumerate, @*table formatting
,
Patrice Dumas
,
2021/08/22
branch master updated: LaTeX.pm: handle @cartouche
,
Patrice Dumas
,
2021/08/22
branch master updated: LaTeX tests, add @verbatim in @smallformat
,
Patrice Dumas
,
2021/08/22
branch master updated: LaTeX.pm: rename contexts keys. Add comments.
,
Patrice Dumas
,
2021/08/22
branch master updated: coverage_macro.texi: put some invalid tests in the invalid tests section. Add more @enumerate tests.
,
Patrice Dumas
,
2021/08/22
branch master updated: LaTeX.pm: set code in preformatted code commands.
,
Patrice Dumas
,
2021/08/22
branch master updated: LaTeX.pm: handle @*quotation, small preformatted environment. Adapt code to be able to use both report and book documentclass.
,
Patrice Dumas
,
2021/08/22
branch master updated: LaTeX.pm: handle @pagesizes
,
Patrice Dumas
,
2021/08/21
branch master updated: LaTeX.pm: split leading tree element before nodes in two, preamble before document beginning and document beginning type where \begin{document} should be issued. Normalize tree to always have two levels below content before first node/section. Enclose shorttitlepage in \begin{titlepage} \end{titlepage}. Handle paper geometry commands. Allow output to be inserted in result more consistently (though such insertion is not actually used anywhere in the code). Move code around.
,
Patrice Dumas
,
2021/08/21
branch master updated: * Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm, Pod-Simple-Texinfo/pod2texi.pl: rename Texinfo::Convert::Texinfo convert() as convert_to_texinfo(). Report from shoober420.
,
Patrice Dumas
,
2021/08/21
branch master updated: * tp/Texinfo/ParserNonXS.pm (%in_simple_text_headings_commands), (%simple_text_commands, %simple_text_headings_commands) (%default_valid_nestings): add valid nestings for %in_heading_commands like @thispage in %headings_specification_commands like @everyheading. This should have an effect when %headings_specification_commands commands arguments are parsed.
,
Patrice Dumas
,
2021/08/21
branch master updated: * tp/Texinfo/ParserNonXS.pm (_end_line): do not really keep the @include in tree when they have been replaced to avoid different test results until the XS parser has been modified (or not).
,
Patrice Dumas
,
2021/08/21
branch master updated: Add a test of output of formatting.texi as texinfo. To test also format structure and --macro-expand.
,
Patrice Dumas
,
2021/08/21
branch master updated: * tp/Texinfo/Convert/TexinfoXML.pm (%commands_formatting): format @| as divideheading element. * util/texinfo.dtd: add divideheading. Add heading marks, such as thischapter. Allow everyheading and similar to contain simple line text and heading marks.
,
Patrice Dumas
,
2021/08/21
branch master updated: * tp/Texinfo/Convert/PlainTexinfo.pm (%defaults): set EXTENSION to texi.
,
Patrice Dumas
,
2021/08/21
branch master updated: * tp/texi2any.pl: handle the case of 'FORMAT_MENU' not being defined and format 'nodes_tree' being set. Can happen if format is structure.
,
Patrice Dumas
,
2021/08/21
branch master updated: Update test result
,
Patrice Dumas
,
2021/08/21
branch master updated: * tp/Texinfo/ParserNonXS.pm (_top_context_command) (_parse_texi), tp/Texinfo/Common.pm (%headings_specification_commands): use a list of headings specification @-commands and a new function, _top_context_command() to determine if rightly in a headings specification @-commands when seeing an @-command in %in_heading_commands.
,
Patrice Dumas
,
2021/08/20
branch master updated: * tp/Texinfo/ParserNonXS.pm (_init_context_stack) (_push_context, _pop_context, _get_context_stack) (_top_context): use functions to encapsulate parser 'context_state'. Put context on context stack but also th eassociated command. Gavin idea.
,
Patrice Dumas
,
2021/08/20
branch master updated: LaTeX.pm: handle @fonttextsize
,
Patrice Dumas
,
2021/08/20
branch master updated: LaTeX.pm: find anchor associated section to use with @xrefautomaticsectiontitle on
,
Patrice Dumas
,
2021/08/19
branch master updated: * LaTeX.pm: associate every node to a section. Handle correctly xrefautomaticsectiontitle.
,
Patrice Dumas
,
2021/08/19
branch master updated: * tp/Texinfo/Common.pm (_print_current): warn instead of dying if 'contents' is not an ARRAY.
,
Patrice Dumas
,
2021/08/19
branch master updated: LaTeX.pm: handle shorttitlepage. Add \phantom{blabla} after each \newpage to make sure that successive newpage create blank pages.
,
Patrice Dumas
,
2021/08/19
branch master updated: LaTeX.pm add to TODO comments in the beginning
,
Patrice Dumas
,
2021/08/19
branch master updated: Test listoffloats for LaTeX.pm
,
Patrice Dumas
,
2021/08/19
branch master updated: Handle floats, caption, shortcaption, and listoffloats
,
Patrice Dumas
,
2021/08/19
branch master updated: LaTeX.pm handle @titlepage formatting and corresponding @-commandss
,
Patrice Dumas
,
2021/08/19
branch master updated: LaTeX.pm: implement @email.
,
Patrice Dumas
,
2021/08/19
branch master updated: LaTeX.pm: handle @uref and @url.
,
Patrice Dumas
,
2021/08/18
branch master updated: t/test_utils.pl output_texi_file(): ooutput a @chapter too for LaTeX as Top node is ignored in that case.
,
Patrice Dumas
,
2021/08/18
branch master updated: LaTeX.pm: improve/fix references formatting.
,
Patrice Dumas
,
2021/08/18
master updated (528f2d0 -> f174cef)
,
Patrice Dumas
,
2021/08/17
[no subject]
,
Patrice Dumas
,
2021/08/17
[no subject]
,
Patrice Dumas
,
2021/08/17
branch master updated: Add test with TeX/LaTeX macros with MathJax and enhance test
,
Patrice Dumas
,
2021/08/17
master updated (d45998b -> 6f49d58)
,
Patrice Dumas
,
2021/08/17
[no subject]
,
Patrice Dumas
,
2021/08/17
[no subject]
,
Patrice Dumas
,
2021/08/17
branch master updated: tp/Texinfo/Convert/Text.pm: replace convert by convert_to_text in pod section
,
Patrice Dumas
,
2021/08/17
branch master updated: * tp/Texinfo/Common.pm (find_innermost_accent_contents) (float_name_caption, labels_information), tp/Texinfo/Convert/Converter.pm (sort_element_counts), tp/Texinfo/Convert/DocBook.pm (_convert), tp/Texinfo/Convert/HTML.pm (_convert_def_line_type) (_prepare_footnotes, _external_node_href) (output_internal_links, output, _convert), tp/Texinfo/Convert/IXIN.pm (output_ixin), tp/Texinfo/Convert/Info.pm (output, _image), tp/Texinfo/Convert/LaTeX.pm (_convert), tp/Texinfo/Convert/PlainTexinfo.pm [...]
,
Patrice Dumas
,
2021/08/17
branch master updated: texi2any.pl: remove spurious old second arg of Texinfo::Convert::Texinfo::convert
,
Patrice Dumas
,
2021/08/17
branch master updated: tp/TODO: readd sourcemark, it is still needed from marks not associated with @-commands, for instance end of included file.
,
Patrice Dumas
,
2021/08/17
branch master updated: LaTeX.pm: convert directly the parser tree, no need to determine the structure in any way.
,
Patrice Dumas
,
2021/08/16
branch master updated: Remove temporary fix now obsolete.
,
Patrice Dumas
,
2021/08/16
branch master updated: LaTeX.pm: handle last style brace commands. coverage_macro.texi: Add fonts selection brace commands in a @displaymath.
,
Patrice Dumas
,
2021/08/16
branch master updated: * tp/Texinfo/Convert/Unicode.pm (check_unicode_point_conversion) tp/Texinfo/Convert/Plaintext.pm (_convert) tp/Texinfo/Convert/LaTeX.pm (_convert): move the code checking actual conversion to UTF-8 of unicode codepoint string to Texinfo/Convert/Unicode.pm as check_unicode_point_conversion().
,
Patrice Dumas
,
2021/08/16
branch master updated: More latex tests on files
,
Patrice Dumas
,
2021/08/15
branch master updated: LaTeX.pm: keep lone nodes.
,
Patrice Dumas
,
2021/08/15
branch master updated: Add file_latex tests, add a setfilename.
,
Patrice Dumas
,
2021/08/15
branch master updated: Add @setfilename for tests that are interesting as file_latex
,
Patrice Dumas
,
2021/08/15
branch master updated: correct condition code. The result is not really used
,
Patrice Dumas
,
2021/08/15
branch master updated: Remove a debug output
,
Patrice Dumas
,
2021/08/15
branch master updated: LaTeX.pm: ignore top node and sectionning commands until next node, as Texinfo TeX does. Add tests and latex test output files.
,
Patrice Dumas
,
2021/08/15
branch master updated: Check conversion of simple @include use in every output format
,
Patrice Dumas
,
2021/08/15
branch master updated: * tp/Texinfo/ParserNonXS.pm (_end_line), tp/Texinfo/Convert/Texinfo.pm (convert), tp/Texinfo/Convert/TexinfoXML.pm (%ignored_types): Keep @include of included files in tree, with type set to 'replaced'. Ignore 'replaced' type in converters that expand all @-commands, in the default case. If Texinfo.pm convert() has a defined second argument given, expand replaced types. Used in the parser to have @include replaced by its content, with replaced type set shown in error messages.
,
Patrice Dumas
,
2021/08/15
branch master updated: * tp/Texinfo/ParserNonXS.pm (_parse_line_command_args): fix setchapternewpage argument. Changes in one debug message, reindent some code.
,
Patrice Dumas
,
2021/08/15
master updated (d9057a2 -> 10ecad0)
,
Patrice Dumas
,
2021/08/15
[no subject]
,
Patrice Dumas
,
2021/08/15
[no subject]
,
Patrice Dumas
,
2021/08/15
branch master updated: use \obeylines instead of \obeycr
,
Gavin D. Smith
,
2021/08/15
branch master updated: LaTeX.pm: add % after macros to avoid adding end of lines Temporary fix for testsuite no line to end errors in obeycr. tests/formatting/simplest.texi: add @top to make more LaTeX output friendly tests/layout/simplest.texi: add comment to state that this file is only used for @verbatiminclude. Update tests.
,
Patrice Dumas
,
2021/08/15
branch master updated: LaTeX.pm: add support for headings related @-commands and other commands. Ignore Top node. Other improvements. Tests: make layout/formatting test more LaTeX friendly by moving content to be tested out of Top node. Add/reuse tests for LaTeX output testing.
,
Patrice Dumas
,
2021/08/14
branch master updated: update tests
,
Gavin D. Smith
,
2021/08/14
branch master updated: \obeycr for @example in latex
,
Gavin D. Smith
,
2021/08/14
branch master updated: LaTeX.pm: no linebreak in one-line math style. Implement @center, @need, @page, @noindent, @frenchspacing, @paragraphindent. More commands in coverage_macro.texi.
,
Patrice Dumas
,
2021/08/13
branch master updated: Remove useless end of lines. Add @latex in coverage_macro.texi.
,
Patrice Dumas
,
2021/08/12
branch master updated: Use empty_line type to determine where end of line should be output, do not add extraneous end of lines. Handle @sp. Use _convert instead of convert_unfilled and convert_line.
,
Patrice Dumas
,
2021/08/12
branch master updated: Add @page and @author to coverage macro.
,
Patrice Dumas
,
2021/08/12
branch master updated: Add test with most commands that can happen in math in @displaymath.
,
Patrice Dumas
,
2021/08/12
branch master updated: Handle @image.
,
Patrice Dumas
,
2021/08/12
master updated (0e82ed6 -> 4c337e3)
,
Patrice Dumas
,
2021/08/12
[no subject]
,
Patrice Dumas
,
2021/08/12
[no subject]
,
Patrice Dumas
,
2021/08/12
[no subject]
,
Patrice Dumas
,
2021/08/12
branch master updated: fix \textdegree{}
,
Gavin D. Smith
,
2021/08/12
branch master updated: Add coverage tests, mostly @-commands in @displaymath.
,
Patrice Dumas
,
2021/08/11
branch master updated: Fix @ commands expansion in math mode.
,
Patrice Dumas
,
2021/08/11
branch master updated: For @abbr first arg, protect . with a type and context element. Handle @titlefont. Remove useless code.
,
Patrice Dumas
,
2021/08/11
master updated (cb31b06 -> 9e1d5c9)
,
Patrice Dumas
,
2021/08/11
[no subject]
,
Patrice Dumas
,
2021/08/11
[no subject]
,
Patrice Dumas
,
2021/08/11
branch master updated: * tp/Texinfo/Convert/LaTeX.pm (%Latex_style_brace_commands) (_protect_text, _convert): handle style commands, verb and kbd, verbatim, @-, add kbdinputstyle in informative commands. * t/latex_tests.t, t/test_utils.pl: support for LaTeX converter tests. Add a first test.
,
Patrice Dumas
,
2021/08/11
branch master updated: Fix @defun sentence spacing
,
Gavin D. Smith
,
2021/08/10
branch master updated: * tp/Texinfo/Convert/LaTeX.pm (_protect_text, _convert): use the context to determine if in math. If in math protect text differently and use different conversions. Handle @math and @displaymath conversion. (_convert): prepend \leavevmode{} to @* conversion to avoid ! LaTeX Error: There's no line here to end. (_image_formatted_text): protect text result.
,
Patrice Dumas
,
2021/08/09
branch master updated: * tp/Texinfo/Convert/LaTeX.pm (%Latex_no_arg_brace_commands, %LaTeX_text_only_no_arg_brace_commands, _latex_header, _convert): use LaTeX commands for @-commands with braces and no argument. * tp/Texinfo/Convert/LaTeX.pm (_latex_header, %LaTeX_encoding_names_map): use OUTPUT_ENCODING_NAME to determine output encoding. * tp/Texinfo/Convert/LaTeX.pm (%defaults): set EXTENSION to tex. * tp/Texinfo/Convert/LaTeX.pm (output, convert, convert_tree): make output() more general, add convert() and c [...]
,
Patrice Dumas
,
2021/08/08
master updated (294e4fd -> 1a53ece)
,
Patrice Dumas
,
2021/08/07
[no subject]
,
Patrice Dumas
,
2021/08/07
[no subject]
,
Patrice Dumas
,
2021/08/07
[no subject]
,
Patrice Dumas
,
2021/08/07
master updated (6a72a2f -> 294e4fd)
,
Patrice Dumas
,
2021/08/07
[no subject]
,
Patrice Dumas
,
2021/08/07
[no subject]
,
Patrice Dumas
,
2021/08/07
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc