view paper/mythesis.sty @ 0:79c74488a2b7

add files
author Yu Taninari <you@cr.ie.u-ryukyu.ac.jp>
date Sat, 11 Feb 2012 16:57:45 +0900
parents
children
line wrap: on
line source

%
%  卒業論文スタイルファイル(mythesis.sty)
%        version 1.0e   
%
% ver 1.0e 02/07/2000 since  
% usage:

%\documentclass[a4j]{jreport}
%\usepackage{master_paper}
%
%

%長さ設定
%\setlength{\topmargin}{-30mm}
%\addtolength{\oddsidemargin}{-15mm}
%\addtolength{\textwidth}{60mm}

\topmargin -1in \addtolength{\topmargin}{35mm}
\headheight 0mm
\headsep 0mm
\oddsidemargin -1in \addtolength{\oddsidemargin}{30mm}
%\evensidemargin -1in \addtolength{\evensidemargin}{8mm}
\textwidth 160mm
\textheight 230mm
%\footheight 0mm
%\footskip 0mm
%\pagestyle{empty}


%年度
\def\@year{}
\def\year#1{\gdef\@year{#1}}
%英文タイトル
\def\@etitle{}
\def\etitle#1{\gdef\@etitle{#1}}
%所属
\def\@belongto{}
\def\belongto#1{\gdef\@belongto{#1}}

%表紙
\renewcommand{\maketitle}{%
\newpage\null
\thispagestyle{empty}
\vskip 4cm%
\begin{center}%
\let\footnote\thanks
  {\huge \@year \par}%
    \vskip 3em%
  {\Huge \@title \par}%
    \vskip 1em%
  {\huge \@etitle \par}%
    \vskip 18em%
  {\huge \@belongto \par}%
    \vskip 1.0em%
  {\huge \@author \par}%

\end{center}%
\par\vskip 1.5em
}


%abstract
\renewenvironment{abstract}{%
      \titlepage
      \thispagestyle{empty}
      \null\vfil
      \@beginparpenalty\@lowpenalty
      {\Huge \bfseries \abstractname}%
      \begin{center}%
        \@endparpenalty\@M
      \end{center}
}%


%目次
\renewcommand{\tableofcontents}{%
  \pagestyle{plain}
  \if@twocolumn\@restonecoltrue\onecolumn
  \else\@restonecolfalse\fi
  \chapter*{\contentsname
    \@mkboth{\contentsname}{\contentsname}%
  }  \pagenumbering{roman}\@starttoc{toc}%
  \if@restonecol\twocolumn\fi
}

%章
\renewcommand{\chapter}{%
  \pagestyle{plain}
  \if@openright\cleardoublepage\else\clearpage\fi
  \thispagestyle{jpl@in}%
  \global\@topnum\z@
  \@afterindentfalse
  \secdef\@chapter\@schapter}


\renewcommand{\prepartname}{} %\renewcommand{\prepartname}{第}
\renewcommand{\postpartname}{部}
\renewcommand{\prechaptername}{第}%\renewcommand{\prechaptername}{第}
\renewcommand{\postchaptername}{章}
\renewcommand{\contentsname}{目 次}
\renewcommand{\listfigurename}{図 目 次}
\renewcommand{\listtablename}{表 目 次}
\renewcommand{\bibname}{参考文献}
\renewcommand{\indexname}{索 引}
\renewcommand{\figurename}{図}
\renewcommand{\tablename}{表}
\renewcommand{\appendixname}{付 録}
\renewcommand{\abstractname}{要 旨}