texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: add a git ignored file and change in comments


From: Patrice Dumas
Subject: branch master updated: add a git ignored file and change in comments
Date: Tue, 18 Oct 2022 19:06:55 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 90afd8d612 add a git ignored file and change in comments
90afd8d612 is described below

commit 90afd8d612a7a43f59879f28c18ee59e7347438c
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Oct 19 01:06:27 2022 +0200

    add a git ignored file and change in comments
---
 .gitignore                  | 1 +
 tp/Texinfo/Convert/LaTeX.pm | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 2d826cd8a5..93e313ec25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -70,6 +70,7 @@ gnulib/lib/uniwidth.h
 gnulib/lib/wchar.h
 gnulib/lib/wctype.h
 gnulib/lib/math.h
+gnulib/lib/stdckdint.h
 gnulib/lib/stddef.h
 gnulib/lib/limits.h
 gnulib/lib/malloc/dynarray.gl.h 
diff --git a/tp/Texinfo/Convert/LaTeX.pm b/tp/Texinfo/Convert/LaTeX.pm
index 254ebaf773..5fd72fa938 100644
--- a/tp/Texinfo/Convert/LaTeX.pm
+++ b/tp/Texinfo/Convert/LaTeX.pm
@@ -254,9 +254,14 @@ foreach my $def_command (keys(%def_commands)) {
 # together with \pagename which is page in the default case, but it is unclear
 # if this can be used as a basis for translations
 my %LaTeX_in_heading_commands_formatting = (
+  # default for texinfo.tex is similar:
+  #   \putwordChapter{} \thischapternum: \thischaptername}
+  # see doc/txi-zh.tex for how it could be in chinese
   'thischapter' => '\chaptername{} \thechapter{} \chaptertitle{}',
   'thischaptername' => '\chaptertitle{}',
   'thischapternum' => '\thechapter{}',
+  #  default for texinfo.tex is similar:
+  #   \putwordSection{} \thissectionnum: \thissectionname}
   #'thissection' => '\sectionname{} \thesection{} \sectiontitle{}',
   'thissection' => 'Section \thesection{} \sectiontitle{}',
   'thissectionname' => '\sectiontitle{}',



reply via email to

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