Mercurial > hg > Papers > 2021 > mk-thesis
comparison paper/mythesis.sty @ 0:bf822f6fcc95
init
author | Ken Miyahira <e175733@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Dec 2020 18:40:08 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bf822f6fcc95 |
---|---|
1 % | |
2 % 卒業論文スタイルファイル(mythesis.sty) | |
3 % version 1.0e | |
4 % | |
5 % ver 1.0e 02/07/2000 since | |
6 % usage: | |
7 | |
8 %\documentclass[a4j]{jreport} | |
9 %\usepackage{master_paper} | |
10 % | |
11 % | |
12 %\title{卒論タイトル \\ 長い} | |
13 %\etitle{\pLaTeX2e style test file for Teri's thesis } | |
14 %\year{平成11年度} | |
15 %\belongto{琉球大学大学工学部\\ 情報工学科} | |
16 %\author{豊平 絵梨} | |
17 % | |
18 %\begin{document} | |
19 % | |
20 %\maketitle | |
21 % | |
22 %%要旨 | |
23 %\input{abstract.tex} | |
24 % | |
25 %%目次 | |
26 %\tableofcontents | |
27 % | |
28 %%図目次 | |
29 %\listoffigures | |
30 % | |
31 %%表目次 | |
32 %\listoftables | |
33 % | |
34 %%第一章 | |
35 %\input{chapter1.tex} | |
36 %%chapter1.texの\chapter{}の後ろに次のコマンドを追加してください。 | |
37 %%ページカウントがリセットされ、ページ数がアラビア文字になります。 | |
38 %% \pagenumbering{arabic} | |
39 %%第二章 | |
40 %\input{chapter2.tex} | |
41 %%第三章 | |
42 %\input{chapter3.tex} | |
43 % | |
44 %%付録 | |
45 %\input{appendix.tex} | |
46 % | |
47 %%謝辞 | |
48 %%\input{thanx.tex} | |
49 % | |
50 %%参考文献 | |
51 %\input{biblography.tex} | |
52 % | |
53 %\end{document} | |
54 | |
55 | |
56 %長さ設定 | |
57 %\setlength{\topmargin}{-30mm} | |
58 %\addtolength{\oddsidemargin}{-15mm} | |
59 %\addtolength{\textwidth}{60mm} | |
60 | |
61 \topmargin -1in \addtolength{\topmargin}{35mm} | |
62 \headheight 0mm | |
63 \headsep 0mm | |
64 \oddsidemargin -1in \addtolength{\oddsidemargin}{30mm} | |
65 %\evensidemargin -1in \addtolength{\evensidemargin}{8mm} | |
66 \textwidth 160mm | |
67 \textheight 230mm | |
68 %\footheight 0mm | |
69 %\footskip 0mm | |
70 %\pagestyle{empty} | |
71 | |
72 | |
73 %年度 | |
74 \def\@year{} | |
75 \def\year#1{\gdef\@year{#1}} | |
76 %英文タイトル | |
77 \def\@etitle{} | |
78 \def\etitle#1{\gdef\@etitle{#1}} | |
79 %アイコン | |
80 \def\@icon{} | |
81 \def\icon#1{\gdef\@icon{#1}} | |
82 %所属 | |
83 \def\@belongto{} | |
84 \def\belongto#1{\gdef\@belongto{#1}} | |
85 | |
86 %表紙 | |
87 \renewcommand{\maketitle}{% | |
88 \newpage\null | |
89 \thispagestyle{empty} | |
90 \vskip 0cm% | |
91 \begin{center}% | |
92 \let\footnote\thanks | |
93 {\huge \@year \par}% | |
94 \vskip 3em% | |
95 {\Huge \@title \par}% | |
96 \vskip 1em% | |
97 {\huge \@etitle \par}% | |
98 \vskip 8em% | |
99 {\huge \@icon \par}% | |
100 \vskip 0.5em% | |
101 {\huge \@belongto \par}% | |
102 \vskip 1.0em% | |
103 {\huge \@author \par}% | |
104 | |
105 \end{center}% | |
106 \par\vskip 1.5em | |
107 } | |
108 | |
109 | |
110 %abstract | |
111 \renewenvironment{abstract}{% | |
112 \titlepage | |
113 \thispagestyle{empty} | |
114 \null\vfil | |
115 \@beginparpenalty\@lowpenalty | |
116 {\Huge \bfseries \abstractname}% | |
117 \begin{center}% | |
118 \@endparpenalty\@M | |
119 \end{center} | |
120 }% | |
121 | |
122 | |
123 %目次 | |
124 \renewcommand{\tableofcontents}{% | |
125 \pagestyle{plain} | |
126 \if@twocolumn\@restonecoltrue\onecolumn | |
127 \else\@restonecolfalse\fi | |
128 \chapter*{\contentsname | |
129 \@mkboth{\contentsname}{\contentsname}% | |
130 } \pagenumbering{roman}\@starttoc{toc}% | |
131 \if@restonecol\twocolumn\fi | |
132 } | |
133 | |
134 %章 | |
135 \renewcommand{\chapter}{% | |
136 \pagestyle{plain} | |
137 \if@openright\cleardoublepage\else\clearpage\fi | |
138 \thispagestyle{jpl@in}% | |
139 \global\@topnum\z@ | |
140 \@afterindentfalse | |
141 \secdef\@chapter\@schapter} | |
142 | |
143 | |
144 \renewcommand{\prepartname}{} %\renewcommand{\prepartname}{第} | |
145 \renewcommand{\postpartname}{部} | |
146 \renewcommand{\prechaptername}{第}%\renewcommand{\prechaptername}{第} | |
147 \renewcommand{\postchaptername}{章} | |
148 \renewcommand{\contentsname}{目 次} | |
149 \renewcommand{\listfigurename}{図 目 次} | |
150 \renewcommand{\listtablename}{表 目 次} | |
151 \renewcommand{\bibname}{参考文献} | |
152 \renewcommand{\indexname}{索 引} | |
153 \renewcommand{\figurename}{図} | |
154 \renewcommand{\tablename}{表} | |
155 \renewcommand{\appendixname}{付 録} | |
156 \renewcommand{\abstractname}{要 旨} |