diff options
author | Mark Wells <mark@freeside.biz> | 2012-09-27 23:38:32 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-09-27 23:38:32 -0700 |
commit | 3ded761f92af1bab8d3d8a8e9deccd97082aaf15 (patch) | |
tree | ce9dcdf1217728f6f38df7405ed624e00ae44ad3 /conf | |
parent | 3185fe4edea62dd3fa9818cf80902e96fe2a2d21 (diff) |
fix caption/longtable conflict with modern LaTeX installs, #13908
Diffstat (limited to 'conf')
-rw-r--r-- | conf/invoice_latex | 2 | ||||
-rw-r--r-- | conf/quotation_latex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/invoice_latex b/conf/invoice_latex index 772c2eb95..d56a7fbdc 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -19,7 +19,7 @@ \documentclass[letterpaper]{article}
-\usepackage{fancyhdr,lastpage,ifthen,array,fslongtable,afterpage,caption,multirow,bigstrut}
+\usepackage{fancyhdr,lastpage,ifthen,array,longtable,afterpage,caption,multirow,bigstrut}
\usepackage{graphicx} % required for logo graphic
\usepackage[utf8]{inputenc} % multilanguage support
\usepackage[T1]{fontenc}
diff --git a/conf/quotation_latex b/conf/quotation_latex index 772c2eb95..d56a7fbdc 100644 --- a/conf/quotation_latex +++ b/conf/quotation_latex @@ -19,7 +19,7 @@ \documentclass[letterpaper]{article}
-\usepackage{fancyhdr,lastpage,ifthen,array,fslongtable,afterpage,caption,multirow,bigstrut}
+\usepackage{fancyhdr,lastpage,ifthen,array,longtable,afterpage,caption,multirow,bigstrut}
\usepackage{graphicx} % required for logo graphic
\usepackage[utf8]{inputenc} % multilanguage support
\usepackage[T1]{fontenc}
|