レポートのテンプレート

%report
\documentclass[11pt,a4paper,fleqn]{jsarticle}

\usepackage{amsmath,amssymb}
\usepackage{mathrsfs}         % 花文字 mathscr{ABC}
\usepackage{bm}
\usepackage{graphicx}
\usepackage{ascmac}

\setlength{\textwidth}{\fullwidth}
\setlength{\textheight}{40\baselineskip}
\addtolength{\textheight}{\topskip}
\setlength{\voffset}{-0.2in}
\setlength{\topmargin}{0pt}
\setlength{\headheight}{0pt}
\setlength{\headsep}{0pt}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 数式と図の連番
\makeatletter

\renewcommand{\theequation}{ \thesection.\arabic{equation} }
\@addtoreset{equation}{section}

\renewcommand{\thefigure}{ \thesection.\arabic{figure} }
\@addtoreset{figure}{section}

\makeatother

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% よく使う記号
\newcommand{\dd}{\mathrm{d}}
\newcommand{\pd}{\partial}

\newcommand{\R}{\mathbf{R}}
//latex

\newcommand{\xx}{\mathbf{x}}

% ヒント
% mathbb  ボールド
% mathbf  中抜きのボールド
% mathsf  ブロックボールド
% mathcal ちょい筆記体
% mathscr ばり花文字
% mathrm  空気読めるやつ

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 属性
\title{レポートのテンプレート}
\author{1G06Q117-5 園田 翔\thanks{早稲田大学理工学部電気・情報生命工学科3年}}
\date{\today}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ここから本文
\begin{document}
\maketitle

\section{ イントロダクション }

\begin{thebibliography}{0}
\bibitem{指導書} 電気・情報生命工学科,電気・情報生命工学実験C,電気工学実験室,2008
\end{thebibliography}

\end{document}
最終更新:2009年06月04日 13:22
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。