1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
\documentclass[a4j,12pt]{jarticle}
\usepackage[dvips]{graphicx}
\usepackage[abs]{overpic}
\usepackage{color}
\usepackage{longtable}
\title{Zp}
\author{kbinani}
\date{}
\setlength{\topmargin}{9mm}
\addtolength{\topmargin}{0mm}
\setlength\unitlength{1mm}
%\setlength{\headsep}{3mm}
%\setlength{\headheight}{0mm}
%\setlength{\topskip}{0mm}
%\setlength{\baselineskip}{0mm}
\setlength{\oddsidemargin}{20mm}
\addtolength{\oddsidemargin}{-1in}
\setlength{\evensidemargin}{15mm}
\addtolength{\evensidemargin}{-1in}
%\setlength{\columnsep}{4mm}
%\setlength{\columnseprule}{0mm}
%\setlength{\marginparsep}{0mm}
%\setlength{\marginparpush}{0mm}
%\setlength{\marginwidth}{0mm}
\setlength{\textwidth}{160mm}
\setlength{\textheight}{240mm}
%\setlength{\footheight}{0mm}
%\setlength{\footskip}{8mm}
\setlength{\headsep}{0mm}
\setlength{\headheight}{0mm}
\setlength{\topskip}{0mm}
\makeatletter
\newcommand{\subsubsubsection}{\@startsection{paragraph}{4}{\z@}%
{1.0\Cvs \@plus.5\Cdp \@minus.2\Cdp}%
{.1\Cvs \@plus.3\Cdp}%
{\reset@font\sffamily\normalsize}
}
\makeatother
\setcounter{secnumdepth}{4}
\begin{document}
\maketitle
\newpage
\tableofcontents
\newpage
\include{tech_memo_scroll}
\include{tech_memo_synth_system}
\include{tech_memo_class-depend_vsq}
\include{tech_memo_checklist}
\end{document}
|