texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: LaTeX.pm add to TODO comments in the beginning


From: Patrice Dumas
Subject: branch master updated: LaTeX.pm add to TODO comments in the beginning
Date: Thu, 19 Aug 2021 12:36:26 -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 675652f  LaTeX.pm add to TODO comments in the beginning
675652f is described below

commit 675652f62010b271978f1f88a38c896b248d7402
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Aug 19 18:36:01 2021 +0200

    LaTeX.pm add to TODO comments in the beginning
---
 tp/Texinfo/Convert/LaTeX.pm | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/tp/Texinfo/Convert/LaTeX.pm b/tp/Texinfo/Convert/LaTeX.pm
index 8c2bc63..cb6c3e3 100644
--- a/tp/Texinfo/Convert/LaTeX.pm
+++ b/tp/Texinfo/Convert/LaTeX.pm
@@ -46,7 +46,7 @@
 # 
 # Other non filled environments @example, @display...  No similar
 # environment found in LaTeX.  Basic implementation done with \obeylines
-# from plain TeX.
+# from plain TeX, but some features remain to be done.
 #
 # @group should also be done together with the non filled environments.
 #
@@ -55,6 +55,24 @@
 #
 # Nothing specific is done for @headings singleafter and @headings doubleafter
 # compared to @headings single and @headings double
+#
+# two \newpage in titlepage do not cause one blank page.  See
+# titlepage_classical in t/latex_tests.t test result processed by 
+# pdflatex.
+# 
+# The \listof result does not seems very good.  Also it does not
+# use the type (name) of float.
+#
+# interline spacing in @title multi lines in @titlepage and between
+# multiple @author is not as good as in Texinfo TeX output/
+# example titlepage_classical in t/latex_tests.t can show it.
+#
+# for external references it seems that Texinfo TeX points to
+# a file. 
+#
+# Translations.   Need thinking.  In texi2any?  In LaTeX?  If in 
+# texi2any In general no need for something complex as gdt, as we 
+# can provide nice strings to be translated in LaTeX.
 
 package Texinfo::Convert::LaTeX;
 



reply via email to

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