mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
tex.mk: Update de_contract and de_technical
- Add \usepackage{array}
- Add \newcolumntype{v}
This commit is contained in:
parent
0b5941ddea
commit
9f4c77bdec
3 changed files with 18 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue