[freeside-commits] branch FREESIDE_4_BRANCH updated. 041ede06710837b92b2d17a0f4b63ab0710a6f25

Ivan ivan at 420.am
Sat Sep 30 13:42:49 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  041ede06710837b92b2d17a0f4b63ab0710a6f25 (commit)
      from  b569c819b7acbdd91f31621ac04cbc3c9645c7eb (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 041ede06710837b92b2d17a0f4b63ab0710a6f25
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Sep 30 13:42:48 2017 -0700

    move \begin{document} earlier to prevent a large summary from pushing things off the bottom of the page, RT#77899.  ref https://tex.stackexchange.com/questions/55331/text-is-going-below-the-page-bottom : "need to place any contents that is actually typeset within ghte document environment"

diff --git a/conf/invoice_latex b/conf/invoice_latex
index 5c6090e..a710cdd 100644
--- a/conf/invoice_latex
+++ b/conf/invoice_latex
@@ -63,6 +63,10 @@
 
 \LTchunksize=40
 
+
+\begin{document}
+
+
 \renewcommand{\headrulewidth}{0pt}
 \renewcommand{\footrulewidth}{1pt}
 
@@ -268,7 +272,6 @@
   \\
 }
 
-\begin{document}
 %	Headers and footers defined for the first page
 \addressinset \rule{0.5cm}{0cm} 
 \makebox{
diff --git a/conf/quotation_latex b/conf/quotation_latex
index 25228dc..13fc429 100644
--- a/conf/quotation_latex
+++ b/conf/quotation_latex
@@ -39,6 +39,10 @@
 
 \LTchunksize=40
 
+
+\begin{document}
+
+
 \renewcommand{\headrulewidth}{0pt}
 \renewcommand{\footrulewidth}{1pt}
 
@@ -200,7 +204,6 @@
 }
 
 
-\begin{document}
 %	Headers and footers defined for the first page
 \addressinset \rule{0.5cm}{0cm} 
 \makebox{

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

Summary of changes:
 conf/invoice_latex   |    5 ++++-
 conf/quotation_latex |    5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list