[freeside-commits] branch master updated. 5ea451e310506e07a26887897c5051bb02ab62d1

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


The branch, master has been updated
       via  5ea451e310506e07a26887897c5051bb02ab62d1 (commit)
      from  8202103585cb218da090f18a8f0ce71af4bada8e (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 5ea451e310506e07a26887897c5051bb02ab62d1
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Sep 30 13:42:46 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