%math
\documentclass[11pt,a4paper,fleqn]{jsarticle}
\usepackage{amsmath,amssymb}
\usepackage{theorem} % 定理環境をカスタマイズして使う
\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}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 定理環境の整備
\theoremstyle{break} % 定理名を表示した後に改行
\newtheorem{thm}{定理}[section]
\newtheorem{cor}[thm]{系}
\newtheorem{ex}[thm]{例}
\newtheorem{prop}[thm]{命題}
\newtheorem{q}{問}[section]
% 証明終りの記号
\newcommand{\qed}{\hfill $\blacksquare$ \par}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 数式と図の連番
\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}}
\newcommand{\xx}{\mathbf{x}}
% ヒント
% mathbb ボールド
% mathbf 中抜きのボールド
% mathsf ブロックボールド
% mathcal ちょい筆記体
% mathscr ばり花文字
% mathrm 空気読めるやつ
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 属性
\title{数学のレポート}
\author{1G06Q117-5 園田 翔\thanks{早稲田大学理工学部電気・情報生命工学科4年}}
\date{\today}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ここから本文
\begin{document}
\maketitle
\section{問題を解け。}
\begin{thm}[hoge's theorem]
ここに定理を書く。
[証明]
\qed
\end{thm}
\begin{thebibliography}{0}
\bibitem{Brezis} H.ブレジス著,藤田宏監訳・小西芳雄訳,関数解析,産業図書,1994
\end{thebibliography}
\end{document}
最終更新:2009年08月04日 21:24