From 5ea451e310506e07a26887897c5051bb02ab62d1 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 30 Sep 2017 13:42:46 -0700 Subject: [PATCH] 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" --- conf/invoice_latex | 5 ++++- conf/quotation_latex | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/conf/invoice_latex b/conf/invoice_latex index 5c6090e08..a710cddec 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 25228dcb9..13fc42978 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{ -- 2.11.0