annotate master_paper.sty @ 6:8e6f52c249a0

modify style
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Tue, 09 Feb 2016 17:11:24 +0900
parents 910e143c28e7
children 5aa805c029fb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 % 修士卒業論文スタイルファイル master_papar.sty(ver. 2.1e)
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 % Time-stamp: <01/03/01 22:01:27 ryuji>
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 % ver 2.1e 2/3/01 ryuji
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 % ver 2.0e 17/12/00 ryuji
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 % ver 1.0e 05/11/99 hiroki
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 % modifier: Ryuji Gushiken(ryuji@ads.ie.u-ryukyu.ac.jp)
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 % author: Hiroki Taira(hiroki@ads.ie.u-ryukyu.ac.jp)
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
12
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 % usage:
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 %\documentclass[a4j]{jreport}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
16 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 %\usepackage{master_paper}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
18 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
19 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
20 %\jtitle{修士論文スタイルファイル\\自律分散研バージョン}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
21 %\etitle{\LaTeX style test file for master paper}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
22 %\year{平成11年度}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
23 %\affiliation{琉球大学大学院理工学研究科\\ 情報工学専攻}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
24 %\author{名字 名前}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
25 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
26 %\begin{document}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
27 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
28 %\maketitle
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
29 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
30 %%要旨
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
31 %\input{abstract.tex}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
32 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
33 %%目次
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
34 %\tableofcontents
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
35 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
36 %%図目次
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
37 %\listoffigures
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
38 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
39 %%表目次
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
40 %\listoftables
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
41 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
42 %%第一章
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
43 %\input{chapter1.tex}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
44 %%chapter1.texの\chapter{}の後ろに次のコマンドを追加してください。
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
45 %%ページカウントがリセットされ、ページ数がアラビア文字になります。
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
46 %% \pagenumbering{arabic}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
47 %%第二章
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
48 %\input{chapter2.tex}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
49 %%第三章
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
50 %\input{chapter3.tex}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
51 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
52 %%付録
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
53 %\input{appendix.tex}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
54 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
55 %%謝辞
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
56 %%\input{thanx.tex}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
57 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
58 %%参考文献
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
59 %\input{biblography.tex}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
60 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
61 %\end{document}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
62
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
63 \typeout{****************************************************************}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
64 \typeout{** 平成15年度 琉球大学大学院 学位論文(修士) ********************}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
65 \typeout{** スタイルファイル(LaTeX2e) : 非公式 ********************}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
66 \typeout{****************************************************************}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
67
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
68 %長さ設定
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
69 \hoffset -1in \addtolength{\hoffset}{20mm}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
70 \voffset -1in \addtolength{\voffset}{10mm}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
71 \oddsidemargin 10mm
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
72 \topmargin 0mm
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
73 \headheight 10mm
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
74 \headsep 15mm
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
75 \textheight 39\baselineskip \addtolength{\textheight}{\topskip}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
76 \textwidth 160mm
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
77 \marginparsep 3mm
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
78 \marginparwidth 15mm
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
79 \footskip \headsep
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
80
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
81
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
82 %年度
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
83 \def\@year{}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
84 \def\year#1{\gdef\@year{#1}}
5
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
85 \def\@eyear{}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
86 \def\eyear#1{\gdef\@eyear{#1}}
0
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
87 %和文タイトル
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
88 \def\jetitle{}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
89 \def\jtitle#1{\gdef\@title{#1}}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
90 %英文タイトル
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
91 \def\@etitle{}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
92 \def\etitle#1{\gdef\@etitle{#1}}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
93 %所属
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
94 %\def\@belongto{}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
95 %\def\belongto#1{\gdef\@belongto{#1}}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
96 \def\@affiliation{}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
97 \def\affiliation#1{\gdef\@affiliation{#1}}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
98 \let\belongto\affiliation
5
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
99 %名前
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
100 \def\@name{}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
101 \def\name#1{\gdef\@name{#1}}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
102 \def\@ename{}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
103 \def\ename#1{\gdef\@ename{#1}}
0
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
104
5
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
105 \def\thesis{修士(工学)学位論文}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
106 \def\ethesis{Master's Thesis of Engineering}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
107
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
108 \def\university{琉球大学}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
109 \def\euniversity{Universty of the Ryukyus}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
110
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
111 \def\department{大学院理工学研究科}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
112 \def\edepartment{Graduate School of Engineering and Science}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
113
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
114 \def\course{情報工学専攻}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
115 \def\ecourse{Infomation Engineering Course}
0
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
116
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
117 %表紙
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
118 %\renewcommand{\maketitle}{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
119 %\newpage\null
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
120 %\thispagestyle{empty}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
121 %\vskip 1cm%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
122 %\begin{center}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
123 %\let\footnote\thanks
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
124 % {\huge \@title \par}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
125 % \vskip 1.5em%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
126 % {\huge \@etitle \par}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
127 % \vskip 2.5em%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
128 % {\LARGE \@year \ \thesis \par}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
129 % \vskip 10em%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
130 %% {\huge \@belongto \par}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
131 % {\LARGE \@affiliation \par}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
132 % \vskip 1.5em%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
133 % {\LARGE \@author \par}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
134 %\end{center}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
135 %%\par\vskip 1.5em
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
136 %}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
137 \renewcommand{\maketitle}{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
138 \newpage\null
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
139 \thispagestyle{empty}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
140 \vskip 1cm%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
141 \begin{center}%
5
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
142 \let\footnote\thanks
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
143 {\Large\bfseries\thesis \par}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
144 \vskip 0.3 em
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
145 {\Large\textbf\ethesis \par}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
146 \vskip 2.0 em
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
147 {\LARGE\bfseries\mc\@title \par}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
148 \vskip 0.3 em
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
149 {\LARGE\textbf{\@etitle} \par}
6
8e6f52c249a0 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 5
diff changeset
150 \vskip 2.0 em
5
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
151 {\large \@year \par}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
152 \vskip 0.3 em
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
153 {\large\textbf\@eyear \par}
6
8e6f52c249a0 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 5
diff changeset
154 \vskip 1.0 em
5
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
155 {\large \@name \par}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
156 \vskip 0.3 em
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
157 {\large \@ename \par}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
158 \vskip 2.0 em
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
159 {\large \@affiliation \par}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
160 \vskip 2.0 em
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
161 {\large\bfseries\university \par}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
162 \vskip 0.3 em
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
163 {\large\bfseries\department \par}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
164 \vskip 0.3 em
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
165 {\large\bfseries\course \par}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
166 \vskip 1.0 em
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
167 {\large\textbf\euniversity \par}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
168 \vskip 0.3 em
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
169 {\large\textbf\edepartment \par}
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
170 \vskip 0.3 em
910e143c28e7 modify style
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
171 {\large\textbf\ecourse \par}
0
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
172 \end{center}}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
173
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
174 %abstract
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
175 \renewenvironment{abstract}{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
176 \titlepage
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
177 \thispagestyle{empty}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
178 \null\vfil
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
179 \@beginparpenalty\@lowpenalty
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
180 {\Huge \bfseries \abstractname}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
181 \begin{center}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
182 \@endparpenalty\@M
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
183 \end{center}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
184 }%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
185
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
186 \newenvironment{abstract_eng}{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
187 \titlepage
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
188 \thispagestyle{empty}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
189 \null\vfil
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
190 \@beginparpenalty\@lowpenalty
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
191 {\Huge \bfseries \abstractengname}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
192 \begin{center}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
193 \@endparpenalty\@M
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
194 \end{center}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
195 }%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
196
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
197 %目次
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
198 \renewcommand{\tableofcontents}{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
199 \pagestyle{plain}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
200 \if@twocolumn\@restonecoltrue\onecolumn
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
201 \else\@restonecolfalse\fi
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
202 \chapter*{\contentsname
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
203 \@mkboth{\contentsname}{\contentsname}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
204 } \pagenumbering{roman}\@starttoc{toc}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
205 \if@restonecol\twocolumn\fi
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
206 }
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
207
1
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
208 \newcommand\frontmatter{%
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
209 \cleardoublepage
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
210 %\@mainmatterfalse
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
211 \pagenumbering{roman}
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
212 }
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
213
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
214 \newcommand\mainmatter{%
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
215 \cleardoublepage
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
216 % \@mainmattertrue
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
217 \pagenumbering{arabic}
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
218 }
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
219
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
220 \newcommand\backmatter{%
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
221 \if@openright
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
222 \cleardoublepage
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
223 \else
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
224 \clearpage
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
225 \fi
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
226 % \@mainmatterfalse
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
227 }
e55fa2471718 fix stylefile
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
228
0
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
229 %付録
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
230 \renewcommand{\appendix}{\par
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
231 \setcounter{chapter}{0}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
232 \setcounter{section}{0}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
233 \renewcommand{\@chapapp}{\appendixname}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
234 \renewcommand{\@chappos}\space%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
235 \renewcommand{\thechapter}{\@Alph\c@chapter}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
236 \renewcommand{\thesection}{\thechapter-\arabic{section}}}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
237
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
238
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
239 %章
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
240 \renewcommand{\chapter}{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
241 % \pagestyle{plain}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
242 % \pagestyle{m@tterheadings}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
243 \pagestyle{anotherheadings}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
244 \if@openright\cleardoublepage\else\clearpage\fi
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
245 % \thispagestyle{jpl@in}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
246 \thispagestyle{anotherplain}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
247 \global\@topnum\z@
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
248 \@afterindentfalse
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
249 \secdef\@chapter\@schapter}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
250 \def\@chapter[#1]#2{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
251 \ifnum \c@secnumdepth >\m@ne
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
252 \refstepcounter{chapter}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
253 \typeout{\@chapapp\space\thechapter\space\@chappos (\thepage ページ)}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
254 \addcontentsline{toc}{chapter}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
255 {\protect\numberline{\@chapapp\thechapter\@chappos}#1}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
256 \else
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
257 \addcontentsline{toc}{chapter}{#1}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
258 \fi
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
259 \chaptermark{#1}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
260 \addtocontents{lof}{\protect\addvspace{10\p@}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
261 \addtocontents{lot}{\protect\addvspace{10\p@}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
262 \@makechapterhead{#2}\@afterheading}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
263 \def\@makechapterhead#1{\hbox{}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
264 \vskip2\Cvs
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
265 {\parindent\z@
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
266 \raggedright
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
267 %
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
268 \reset@font\huge\bfseries
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
269 \ifnum \c@secnumdepth >\m@ne
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
270 \setlength\@tempdima{\linewidth}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
271 \setbox\z@\hbox{\@chapapp\thechapter\@chappos\hskip1zw}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
272 \addtolength\@tempdima{-\wd\z@}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
273 \unhbox\z@\nobreak
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
274 \vtop{\hsize\@tempdima#1}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
275 \else
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
276 #1\relax
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
277 \fi}\nobreak\vskip3\Cvs}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
278
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
279
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
280 \renewcommand{\prepartname}{\relax} %\renewcommand{\prepartname}{第}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
281 \renewcommand{\postpartname}{部}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
282 \renewcommand{\prechaptername}{第}%\renewcommand{\prechaptername}{第}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
283 \renewcommand{\postchaptername}{章}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
284 \renewcommand{\contentsname}{目 次}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
285 \renewcommand{\listfigurename}{図 目 次}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
286 \renewcommand{\listtablename}{表 目 次}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
287 \renewcommand{\bibname}{参考文献}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
288 \renewcommand{\indexname}{索 引}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
289 \renewcommand{\figurename}{図}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
290 \renewcommand{\tablename}{表}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
291 \renewcommand{\appendixname}{付 録}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
292 \renewcommand{\abstractname}{要 旨}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
293 \newcommand{\abstractengname}{Abstract}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
294
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
295
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
296 %%%% new environment for me(ryuji)
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
297 %定義のための環境
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
298 \newcounter{defnum}[chapter]
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
299 \newcommand{\predef}{定義}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
300 \newcommand{\postdef}{\relax}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
301 \newenvironment{definition}{\vskip5mm%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
302 \center\begin{minipage}{.8\textwidth}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
303 \addtocounter{defnum}{1}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
304 \begin{description}\item[\textbf{\predef\thechapter.\thedefnum\postdef}] }
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
305 {\end{description}\end{minipage}\newline\vskip5mm}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
306
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
307 \newcommand{\preex}{例題}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
308 \newcommand{\postex}{\relax}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
309 \newenvironment{example}{\vskip5mm%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
310 \center\begin{minipage}{.9\textwidth}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
311 \begin{description}\item[\textbf{[\preex\postex]\hskip1zw}] }
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
312 {\end{description}\end{minipage}\newline\vskip5mm}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
313
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
314 %%%% customized by me(ryuji)
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
315 %footnoteの表示部
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
316 \def\@makefnmark{\hbox{\@textsuperscript{\normalfont
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
317 注\kern0.1em \@thefnmark}}}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
318
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
319 %%%%%% added by ryuji %%%%%%%%%%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
320 % ヘディング
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
321 % c.f. 奥村晴彦,''LaTeX2e 美文書作成入門,'' 技術評論社, pp207--231, 1997.
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
322
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
323 %ヘッダ、フッタに追加するもの
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
324 \def\@lefthead{}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
325 \def\marklefthead#1{\gdef\@lefthead{\small #1}}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
326 \def\@leftfoot{}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
327 \def\markleftfoot#1{\gdef\@leftfoot{\small #1}}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
328
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
329
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
330 %\def\ps@headings{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
331 \def\ps@m@tterheadings{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
332 \let\@mkboth\@gobbletwo
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
333 \let\ps@jpl@in\ps@headnombre
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
334 \let\@oddfoot\@empty\let\@evenfoot\@empty
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
335 % \def\@evenhead{\thepage\hfil\leftmark}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
336 \def\@oddhead{\hss\addtolength{\textwidth}{-4.5zw}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
337 % \underline{\hbox to \textwidth{\hfil\textbf{\rightmark}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
338 \underline{\hbox to \textwidth{\vfil\@lefthead\hfil\textbf{\leftmark}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
339 \hfil\hskip4zw\thepage}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
340
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
341 \def\chaptermark##1{\markboth{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
342 \ifnum \c@secnumdepth >\m@ne
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
343 \@chapapp\thechapter\@chappos\hskip1zw
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
344 \fi
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
345 ##1}{}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
346 \def\sectionmark##1{\markright{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
347 \ifnum \c@secnumdepth >\z@ \thesection.\hskip1zw\fi
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
348 ##1}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
349 }
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
350
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
351
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
352 %もう一個のバージョン:headings(本命)
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
353 \def\ps@anotherheadings{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
354 \let\@mkboth\@gobbletwo
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
355 \let\ps@jpl@in\ps@headnombre
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
356 \def\@oddfoot{\reset@font%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
357 \textbf{\footnotesize \@leftfoot}\hfil\bf\thepage}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
358 \let\@evenfoot\@empty
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
359 \def\@oddhead{\hss
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
360 % \underline{\hbox to \textwidth{\hfil\textbf{\rightmark}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
361 \underline{\hbox to \textwidth{\@lefthead\hfil\textbf{\leftmark}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
362 \hfil}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
363
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
364 \def\chaptermark##1{\markboth{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
365 \ifnum \c@secnumdepth >\m@ne
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
366 \@chapapp\thechapter\@chappos\hskip1zw
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
367 \fi
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
368 ##1}{}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
369 \def\sectionmark##1{\markright{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
370 \ifnum \c@secnumdepth >\z@ \thesection.\hskip1zw\fi
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
371 ##1}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
372 }
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
373 %もう一個のバージョン:plain(本命)
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
374 \def\ps@anotherplain{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
375 \let\@mkboth\@gobbletwo
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
376 \let\ps@jpl@in\ps@headnombre
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
377 \def\@oddfoot{\reset@font%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
378 \textbf{\footnotesize \@leftfoot}\hfil\bf\thepage}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
379 \let\@evenfoot\@empty
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
380 \let\@oddhead\@empty
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
381 \def\chaptermark##1{\markboth{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
382 \ifnum \c@secnumdepth >\m@ne
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
383 \@chapapp\thechapter\@chappos\hskip1zw
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
384 \fi
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
385 ##1}{}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
386 \def\sectionmark##1{\markright{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
387 \ifnum \c@secnumdepth >\z@ \thesection.\hskip1zw\fi
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
388 ##1}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
389 }
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
390
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
391 %スタイルセットのため
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
392 \renewenvironment{thebibliography}[1]
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
393 {\chapter*{\bibname\@mkboth{\bibname}{\bibname}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
394 \markboth{\bibname}{\bibname}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
395 \addcontentsline{toc}{chapter}{参考文献}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
396 \list{\@biblabel{\@arabic\c@enumiv}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
397 {\settowidth\labelwidth{\@biblabel{#1}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
398 \leftmargin\labelwidth
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
399 \advance\leftmargin\labelsep
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
400 \@openbib@code
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
401 \usecounter{enumiv}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
402 \let\p@enumiv\@empty
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
403 \renewcommand\theenumiv{\@arabic\c@enumiv}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
404 \sloppy
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
405 \clubpenalty4000
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
406 \@clubpenalty\clubpenalty
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
407 \widowpenalty4000%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
408 \sfcode`\.\@m}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
409 {\def\@noitemerr
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
410 {\@latex@warning{Empty `thebibliography' environment}}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
411 \endlist}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
412
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
413
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
414 %索引のため
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
415 \renewenvironment{theindex}{%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
416 \clearpage
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
417 \columnseprule.4pt \columnsep 2zw
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
418 \markboth{\indexname}{\indexname}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
419 \addcontentsline{toc}{chapter}{\indexname}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
420 \begin{multicols}{3}[{\chapter*{\indexname}}]
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
421 \@mkboth{\indexname}{\indexname}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
422 \thispagestyle{anotherplain}%
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
423 \parindent=0pt
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
424 \parskip=0pt plus .3pt \relax
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
425 \let\item=\@idxitem
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
426 \raggedright
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
427 \footnotesize\narrowbaselines
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
428 }{\end{multicols}}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
429 \def\indexname{索引}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
430 \def\narrowbaselines{\fontsize\@xpt\@xiipt\selectfont}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
431 \def\@idxitem{\par \hangindent4zw}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
432 \def\subitem{\par \hangindent4zw \hspace*{2zw}}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
433 \def\subsubitem{\par \hangindent4zw \hspace*{3zw}}
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
434
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
435 %禁則処理の追加
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
436 %事前でのブレークを禁止(禁止>=10000)
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
437 \prebreakpenalty\jis`,=10000 % ,
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
438 \prebreakpenalty\jis`.=10000 % .
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
439 %\prebreakpenalty\jis"2124=10000 % ,
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
440 %\prebreakpenalty\jis"2125=10000 % .
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
441 %\prebreakpenalty\jis`、=10000 % 、
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
442 %\prebreakpenalty\jis`。=10000 % 。
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
443 %%\prebreakpenalty\jis"2124=10000 % 、
5eccffd1cdd0 first commit
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
444 %%\prebreakpenalty\jis"2125=10000 % 。