mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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
|
|
@ -40,6 +40,8 @@
|
||||||
|
|
||||||
\setcounter{secnumdepth}{3}
|
\setcounter{secnumdepth}{3}
|
||||||
\setcounter{tocdepth}{3}
|
\setcounter{tocdepth}{3}
|
||||||
|
|
||||||
|
\usepackage{array}
|
||||||
%\usepackage{amsmath}
|
%\usepackage{amsmath}
|
||||||
\usepackage{amsfonts}
|
\usepackage{amsfonts}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
|
|
@ -51,6 +53,7 @@
|
||||||
\usepackage[footnotesize]{caption}
|
\usepackage[footnotesize]{caption}
|
||||||
\usepackage{portland}
|
\usepackage{portland}
|
||||||
\usepackage{float}
|
\usepackage{float}
|
||||||
|
|
||||||
%---------------------- File "./base/proc.sty":
|
%---------------------- File "./base/proc.sty":
|
||||||
%---------------------- File "./misc/blkarray.sty":
|
%---------------------- File "./misc/blkarray.sty":
|
||||||
%---------------------- File "./misc/doublespace.sty":
|
%---------------------- File "./misc/doublespace.sty":
|
||||||
|
|
@ -124,6 +127,9 @@
|
||||||
% \DeclareMathSymbol{\C}{\mathalpha}{\AMSb}{``43}
|
% \DeclareMathSymbol{\C}{\mathalpha}{\AMSb}{``43}
|
||||||
% \DeclareMathSymbol{\R}{\mathalpha}{\AMSb}{``52}
|
% \DeclareMathSymbol{\R}{\mathalpha}{\AMSb}{``52}
|
||||||
|
|
||||||
|
\newcolumntype{v}[1]{%
|
||||||
|
>{\raggedright\hspace{0pt}\arraybackslash}p{#1}%
|
||||||
|
}
|
||||||
|
|
||||||
\renewcommand\floatpagefraction{.9}
|
\renewcommand\floatpagefraction{.9}
|
||||||
\renewcommand\topfraction{.9}
|
\renewcommand\topfraction{.9}
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,8 @@
|
||||||
|
|
||||||
\setcounter{secnumdepth}{3}
|
\setcounter{secnumdepth}{3}
|
||||||
\setcounter{tocdepth}{3}
|
\setcounter{tocdepth}{3}
|
||||||
|
|
||||||
|
\usepackage{array}
|
||||||
%\usepackage{amsmath}
|
%\usepackage{amsmath}
|
||||||
\usepackage{amsfonts}
|
\usepackage{amsfonts}
|
||||||
\usepackage{longtable}
|
\usepackage{longtable}
|
||||||
|
|
@ -123,6 +125,10 @@
|
||||||
% \DeclareMathSymbol{\R}{\mathalpha}{\AMSb}{``52}
|
% \DeclareMathSymbol{\R}{\mathalpha}{\AMSb}{``52}
|
||||||
|
|
||||||
|
|
||||||
|
\newcolumntype{v}[1]{%
|
||||||
|
>{\raggedright\hspace{0pt}\arraybackslash}p{#1}%
|
||||||
|
}
|
||||||
|
|
||||||
\renewcommand\floatpagefraction{.9}
|
\renewcommand\floatpagefraction{.9}
|
||||||
\renewcommand\topfraction{.9}
|
\renewcommand\topfraction{.9}
|
||||||
\renewcommand\bottomfraction{.9}
|
\renewcommand\bottomfraction{.9}
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,8 @@
|
||||||
\documentclass[a4paper,12pt,oneside] {__DOCUMENT_CLASS__}
|
\documentclass[a4paper,12pt,oneside] {__DOCUMENT_CLASS__}
|
||||||
\setcounter{secnumdepth}{3}
|
\setcounter{secnumdepth}{3}
|
||||||
\setcounter{tocdepth}{3}
|
\setcounter{tocdepth}{3}
|
||||||
|
|
||||||
|
\usepackage{array}
|
||||||
%\usepackage{amsmath}
|
%\usepackage{amsmath}
|
||||||
\usepackage{longtable}
|
\usepackage{longtable}
|
||||||
\usepackage{lscape}
|
\usepackage{lscape}
|
||||||
|
|
@ -123,6 +125,10 @@
|
||||||
% \DeclareMathSymbol{\R}{\mathalpha}{\AMSb}{``52}
|
% \DeclareMathSymbol{\R}{\mathalpha}{\AMSb}{``52}
|
||||||
|
|
||||||
|
|
||||||
|
\newcolumntype{v}[1]{%
|
||||||
|
>{\raggedright\hspace{0pt}\arraybackslash}p{#1}%
|
||||||
|
}
|
||||||
|
|
||||||
\renewcommand\floatpagefraction{.9}
|
\renewcommand\floatpagefraction{.9}
|
||||||
\renewcommand\topfraction{.9}
|
\renewcommand\topfraction{.9}
|
||||||
\renewcommand\bottomfraction{.9}
|
\renewcommand\bottomfraction{.9}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue