texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/Convert/LaTeX.pm (_begin_document):


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/Convert/LaTeX.pm (_begin_document): do not set $self->{'titlepage_done'}, it is not used anymore.
Date: Wed, 28 Dec 2022 19:15:43 -0500

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 80fc28a553 * tp/Texinfo/Convert/LaTeX.pm (_begin_document): do not set 
$self->{'titlepage_done'}, it is not used anymore.
80fc28a553 is described below

commit 80fc28a553a15d4e32dfe7510287cc01e92d49d9
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Dec 29 01:15:34 2022 +0100

    * tp/Texinfo/Convert/LaTeX.pm (_begin_document): do not set
    $self->{'titlepage_done'}, it is not used anymore.
---
 ChangeLog                   | 5 +++++
 tp/Texinfo/Convert/LaTeX.pm | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 3e56b314da..f955af3e8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-12-28  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/Convert/LaTeX.pm (_begin_document): do not set
+       $self->{'titlepage_done'}, it is not used anymore.
+
 2022-12-28  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/LaTeX.pm (_latex_begin_output, _begin_document)
diff --git a/tp/Texinfo/Convert/LaTeX.pm b/tp/Texinfo/Convert/LaTeX.pm
index 28568aad27..833bb6e71d 100644
--- a/tp/Texinfo/Convert/LaTeX.pm
+++ b/tp/Texinfo/Convert/LaTeX.pm
@@ -1685,7 +1685,6 @@ sub _begin_document($)
       $result .= "\\newpage{}\n\\phantom{blabla}\\newpage{}\n";
       $result .= "\\end{titlepage}\n";
     }
-    $self->{'titlepage_done'} = 1;
   }
 
   if (exists($self->{'global_commands'}->{'contents'})



reply via email to

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