レポートの見本(pdf,dvi)を作成したときの表紙は,以下のようにプリアンブル部に書いた.いろいろ書いてあるが,必要なのは,1行目と2行目,32〜64行目くらいである.
01: \documentclass[a4paper,11pt]{jarticle} 02: \usepackage{aki_exp_cover} 03: \usepackage{html} 04: \usepackage{graphicx} 05: \usepackage{amsmath} 06: \usepackage{amssymb} 07: \usepackage{ascmac} 08: \usepackage{float} 09: \usepackage{lgrind} 10: \usepackage{verbatim} 11: % 12: \newcommand{\vm}[1]{\boldsymbol{#1}} 13: \newcommand{\hugesymbol}[1]{\mbox{\strut\rlap{\smash{\Huge$#1$}}\quad}} 14: \newcommand{\grad}[1]{\nabla #1} 15: \renewcommand{\div}[1]{\nabla\cdot #1 } 16: \newcommand{\rot}[1]{\nabla\!\times\! #1} 17: \newcommand{\pdiff}[3]{ 18: \if 1#1 \frac{\partial #2}{\partial #3} 19: \else \frac{\partial^{#1} #2}{\partial #3^{#1}}\fi 20: } 21: % 22: \newcounter{toi_num} 23: \newcommand{\toi}{\textbf{\texttt [問\arabic{toi_num}]} 24: \addtocounter{toi_num}{1}} 25: % 26: \oddsidemargin 0mm %左の余白 25.4mm-0mm 奇数ページ 27: \evensidemargin 0mm %左の余白 25.4mm-0mm 偶数ページ 28: \textwidth 160mm 29: % 30: %====================================================== 31: % 32: %====================================================== 33: % 表紙の作成のための情報 aki_exp_cover.styを使用 34: %====================================================== 35: % 36: %------- 実験 ------------------------------------------ 37: \expnumber{E-3} %% 実験番号 38: \title{共振回路の特性測定} %% 実験題目 39: 40: %------- 学生情報 -------------------------------------- 41: \registernumber{98}{76} %% 学籍番号 ??-?? 42: \schoolyear{3} %% 学年 43: \groupnumber{1} %% 班番号 44: \author{山本昌志} %% 報告者氏名 45: 46: %------- 共同実験者 ------------------------------------ 47: %%% 6名分名前が書ける.それより少ない場合は,{}と何もか書かない. 48: \member{広末涼子}{長澤まさみ}{雷電為右衛門}{カメハメハ忠太郎}{}{} 49: 50: %------- 実験日 ---------------------------------------- 51: \experimentdate{16}{9}{28}{水} %% 平成??年 ??月 ??日? ?曜日 52: 53: %------- 実験日の環境 ---------------------------------- 54: \weather{晴れ} %% 天候 55: \temperature{23.7} %% 気温 56: \humidity{65.4} %% 湿度 57: \airpressure{1013.5} %% 気圧 58: 59: %------- 提出日 --------------------------------------- 60: \submissiondate{16}{10}{4}{月} %% 平成??年 ??月 ??日? ?曜日 61: 62: %====================================================== 63: \begin{document} 64: \maketitle 65: % 66: %====================================================== 67: \section{目的} 68: %======================================================