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

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