소스 검색

Fix footer overflow

Signed-off-by: Peter Hatina <peter@hatina.eu>
master
Peter Hatina 11 달 전
부모
커밋
2f8341bf5d
1개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. +3
    -5
      templates/invoice.tex

+ 3
- 5
templates/invoice.tex 파일 보기

@@ -9,6 +9,7 @@
\usepackage{graphicx} \usepackage{graphicx}
\renewcommand{\familydefault}{\sfdefault} \renewcommand{\familydefault}{\sfdefault}
\setlength{\extrarowheight}{3pt} \setlength{\extrarowheight}{3pt}
\maxdepth=0pt


{{if invoice.translate}} {{if invoice.translate}}
\newcommand\translation[1]{/\textit#1} \newcommand\translation[1]{/\textit#1}
@@ -87,7 +88,7 @@


\pagestyle{empty} \pagestyle{empty}


\begin{center}
\centering
\begin{tabularx}{\textwidth}{XXXX} \begin{tabularx}{\textwidth}{XXXX}


% INVOICE HEADING % INVOICE HEADING
@@ -195,16 +196,13 @@ SWIFT/BIC: & \multicolumn{1}{l|}{ {{issuer.swift}} } & \multicolumn{2}{l}{\Deliv
\end{tabu} \end{tabu}
} \\ } \\


&&& \\
\\
\hline \hline
\multicolumn{4}{r}{} \\
\end{tabularx} \end{tabularx}
\end{center}


\vfill \vfill


% FOOTER % FOOTER
\centering
\begin{tabu} to \textwidth {X[1]|X[0.5,l]|X[0.25,r] } \begin{tabu} to \textwidth {X[1]|X[0.5,l]|X[0.25,r] }
\hline \hline
\IssuedBy: \quad {{issuer.name}} & \TotalAmount: & {{eur(invoice.sum)}} \\ \cline{2-3} \IssuedBy: \quad {{issuer.name}} & \TotalAmount: & {{eur(invoice.sum)}} \\ \cline{2-3}


불러오는 중...
취소
저장