shishi-commit
[Top][All Lists]
Advanced

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

[SCM] GNU shishi branch, master, updated. shishi-1-0-2-41-g5785d3a


From: Mats Erik Andersson
Subject: [SCM] GNU shishi branch, master, updated. shishi-1-0-2-41-g5785d3a
Date: Sat, 05 Jul 2014 21:16:20 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU shishi".

http://git.savannah.gnu.org/cgit/shishi.git/commit/?id=5785d3a47b31c4da091c1e71a89b4ec1d1e1ec86

The branch, master has been updated
       via  5785d3a47b31c4da091c1e71a89b4ec1d1e1ec86 (commit)
      from  1afa1ee89ab9a80cd79b0aeb36c0f47391795051 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5785d3a47b31c4da091c1e71a89b4ec1d1e1ec86
Author: Mats Erik Andersson <address@hidden>
Date:   Sat Jul 5 23:11:09 2014 +0200

    gdoc: Tune the LaTeX output.
    
    Now that blank line detection works reliably,
    emit the macro '\newline' when called for.
    Also emit '\pagebreak' of low weight at the
    end of each function.

-----------------------------------------------------------------------

Summary of changes:
 doc/gdoc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/gdoc b/doc/gdoc
index 548d7ed..254b25e 100755
--- a/doc/gdoc
+++ b/doc/gdoc
@@ -196,7 +196,7 @@ my %highlights_tex = (
 );
 # Ideally this value should be place on the line preceding
 # the detected empty line.  Then '\\' would be ideal.
-my $blankline_tex = '\smallskip';
+my $blankline_tex = '\newline';
 
 # sgml, docbook format
 my %highlights_sgml = (
@@ -616,7 +616,7 @@ sub output_tex {
        print $out;
        print "\\end{rmfamily}\n";
     }
-    print "\n";
+    print '\pagebreak[2]', "\n";
 }
 
 


hooks/post-receive
-- 
GNU shishi



reply via email to

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