% 表題  MHD ダイナモの定式化
%
% 注意  画像に TeX のフォントを埋め込むために psfrag を用いる. 
%       2002/06 現在, psfrag に対応している dviware は dvips のみ
%       なので, 印刷には dvips を用いること.
%
% 履歴  2002/05/24 作成開始
%       2002/06/14 定式化終了
%       2002/07/02 定式化,水平離散化終了, 鉛直離散化疑問有り.
%       2002/10/04 離散化終了, 「rigid+磁気拡散率等しい内核」の計算定式化中.
%
\documentclass[12pt,a4j,notitlepage]{jarticle}
\usepackage{Dennou6}
\usepackage{psfrag}
\usepackage{ascmac}
\usepackage{times}
\Dtitle{回転球殻 MHD ダイナモの定式化}
\Dauthor{佐々木 洋平, 竹広 真一, 林 祥介}
\Ddate{平成 14 年 10 月 4 日} 
\pagestyle{Dheadings}
\begin{document}
% psfrag 用の設定
\psfrag{F}{$\varphi$}
\psfrag{L}{$\lambda$}
\psfrag{R}{$r$}
\psfrag{ri}{$r_{i}$}
\psfrag{ro}{$r_{o}$}
\psfrag{O}{$\Omega$}
\psfrag{x}{$x$}
\psfrag{y}{$y$}
\psfrag{z}{$z$}
% 数式
\maketitle
%
% 目次
\tableofcontents
\thispagestyle{Dheadings}
%--------------------------------------------------------------------------
\newpage
%--------------------------------------------------------------------------
% 本文スタート
\Dparskip
%--------------------------------------------------------------------------
\newpage
%--------------------------------------------------------------------------
\include{equation}
\include{horizon}
\include{vertical}
%--------------------------------------------------------------------------
% 参考文献
\markright{参考文献}
\thispagestyle{Dheadings}
\section*{参考文献}
\addcontentsline{toc}{section}{参考文献}
\begin{description}
%
\item Chandrasekhar,S.,1961: 
	    {\em Hydrodynamic and Hydromagnetic Stability}. 
	    Oxford University Press.
%
\item Glatzmaier,G.A.,1984: 
	    Numerical simulations of stellar convective dynamos. 
	    {I}.the model and method. 
	    {\em J. Comput. Phys.},  {\bf 55}, 461--484.
%
\item Hollerbach,R.,2000:
	    A spectral solution of the magneto-convection equations in
	    spherical geometry.
	    {\em J. Numer. Mech. Fluids},  {\bf 32}, 773-797.
%
\item Zhang,K. and Busse,F.H.,1987: 
	    On the onset of convection in rotating spherical shells. 
	    {\em Geophys. Astrophys. Fluid Dyn.},  {\bf 39}, 119--147.
\end{description}
\end{document}



