view thesis-paper.tex @ 0:aadd99682062

add PD2 files
author masa
date Thu, 17 Jul 2014 18:00:53 +0900
parents
children
line wrap: on
line source

\documentclass[a4j,12pt]{jreport}
\usepackage[dvipdfmx]{graphicx}
\usepackage{eclbkbox}
\usepackage{mythesis}
\usepackage{multirow}
\usepackage{here}
\usepackage{wrapfig}
\setlength{\itemsep}{-1zh}
\title{PD2 6班報告書}
\author{148585H {古波倉 正隆}}
\begin{document}

\maketitle
\pagenumbering{roman}
\setcounter{page}{0}

\tableofcontents	% 目次
% \listoffigures		% 図目次
% \listoftables		% 表目次

%以下のように、章ごとに個別の tex ファイルを作成して、
% main.tex をコンパイルして確認する。
%章分けは個人で違うので下のフォーマットを参考にして下さい。

% プロジェクト立ち上げ
\input{chapter1.tex}

% プロジェクト計画・実績
\input{chapter2.tex}

% 集結
\input{chapter3.tex}
%\input{appendix.tex}

\end{document}