diff --git a/tmpl/tex/de_contract/header.tex.tmpl b/tmpl/tex/de_contract/header.tex.tmpl index c88e7d46..e3866332 100644 --- a/tmpl/tex/de_contract/header.tex.tmpl +++ b/tmpl/tex/de_contract/header.tex.tmpl @@ -40,6 +40,8 @@ \setcounter{secnumdepth}{3} \setcounter{tocdepth}{3} + +\usepackage{array} %\usepackage{amsmath} \usepackage{amsfonts} \usepackage{graphicx} @@ -51,6 +53,7 @@ \usepackage[footnotesize]{caption} \usepackage{portland} \usepackage{float} + %---------------------- File "./base/proc.sty": %---------------------- File "./misc/blkarray.sty": %---------------------- File "./misc/doublespace.sty": @@ -124,6 +127,9 @@ % \DeclareMathSymbol{\C}{\mathalpha}{\AMSb}{``43} % \DeclareMathSymbol{\R}{\mathalpha}{\AMSb}{``52} +\newcolumntype{v}[1]{% +>{\raggedright\hspace{0pt}\arraybackslash}p{#1}% +} \renewcommand\floatpagefraction{.9} \renewcommand\topfraction{.9} diff --git a/tmpl/tex/de_technical/header.tex.tmpl b/tmpl/tex/de_technical/header.tex.tmpl index 1ec34437..a80b2f95 100644 --- a/tmpl/tex/de_technical/header.tex.tmpl +++ b/tmpl/tex/de_technical/header.tex.tmpl @@ -33,6 +33,8 @@ \setcounter{secnumdepth}{3} \setcounter{tocdepth}{3} + +\usepackage{array} %\usepackage{amsmath} \usepackage{amsfonts} \usepackage{longtable} @@ -123,6 +125,10 @@ % \DeclareMathSymbol{\R}{\mathalpha}{\AMSb}{``52} +\newcolumntype{v}[1]{% +>{\raggedright\hspace{0pt}\arraybackslash}p{#1}% +} + \renewcommand\floatpagefraction{.9} \renewcommand\topfraction{.9} \renewcommand\bottomfraction{.9} diff --git a/tmpl/tex/en_technical/header.tex.tmpl b/tmpl/tex/en_technical/header.tex.tmpl index 8a52477d..b94b51e3 100644 --- a/tmpl/tex/en_technical/header.tex.tmpl +++ b/tmpl/tex/en_technical/header.tex.tmpl @@ -32,6 +32,8 @@ \documentclass[a4paper,12pt,oneside] {__DOCUMENT_CLASS__} \setcounter{secnumdepth}{3} \setcounter{tocdepth}{3} + +\usepackage{array} %\usepackage{amsmath} \usepackage{longtable} \usepackage{lscape} @@ -123,6 +125,10 @@ % \DeclareMathSymbol{\R}{\mathalpha}{\AMSb}{``52} +\newcolumntype{v}[1]{% +>{\raggedright\hspace{0pt}\arraybackslash}p{#1}% +} + \renewcommand\floatpagefraction{.9} \renewcommand\topfraction{.9} \renewcommand\bottomfraction{.9}