tex.mk: Update de_contract and de_technical

- Add \usepackage{array}
  - Add \newcolumntype{v}
This commit is contained in:
Jan Lindemann 2010-06-30 17:56:10 +00:00 committed by Jan Lindemann
commit 9f4c77bdec
3 changed files with 18 additions and 0 deletions

View file

@ -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}