%
% TEX メインファイルフォーマット
% 
%   ・ このファイルでは documentclass などのファイルフォーマットを
%      決定する
%  
%   ・ このファイル内でのテキスト本文には直接内容は書き込まず,
%      include によって他のファイルを読み込む.
%
%   ・ 一番下に, 図の貼込みや数式を書き込む場合のサンプルがあります.
%
%
% 2002/10/09 森川 靖大   作成
% 2003/04/15 光田 千紘   基礎物理ゼミ用に修正
% 2003/04/22 光田 千紘   式番号表示形式変更
% 2004/04/12 福井 隆     2004 年度基礎物理ゼミ用に修正
% 2004/06/24 福井 隆     割り当て表追加
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%             Style  Setting             %%%%%%%%
\documentclass[a4j,11pt,openbib]{jreport}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%             Package Include            %%%%%%%%
\usepackage{Dennou6}
\usepackage{ascmac}
\usepackage{tabularx}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{amsmath}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%            PageStyle Setting           %%%%%%%%
\pagestyle{Dmyheadings}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%            Title Setting               %%%%%%%%
\Dtitle{An introduction to the study of stellar structure} 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%   Set Counter (chapter, section etc. ) %%%%%%%%
\setcounter{chapter}{0}
\setcounter{section}{0}
\setcounter{equation}{0}
\setcounter{page}{1}
\setcounter{figure}{0}
\setcounter{footnote}{0}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%        Counter Output Format           %%%%%%%%

\def\thechapter{\arabic{chapter}}
\def\thesection{第 \arabic{section} 章}
\def\thesubsection{\arabic{subsection}}
\def\thesubsubsection{\arabic{subsubsection} )}
\def\theequation{\arabic{equation}}
\def\thepage{\arabic{page}}
\def\thefigure{\arabic{figure}}
\def\thetable{\arabic{table}}
\def\thefootnote{\arabic{footnote}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%        Dennou-Style Definition         %%%%%%%%
\Dparskip
%\Dnoparskip
\Dparindent
%\Dnoparindent

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%            Local Definition            %%%%%%%%
\def\dfrac#1#2{{\displaystyle\frac{#1}{#2}}}
\def\minicaption#1#2{\begin{quote} \caption{\footnotesize #1} \Dfiglab{#2} \end{quote}}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%             Text Start                 %%%%%%%%
\begin{document}

%%%%%%%%              Chapter 1                 %%%%%%%%

% 自分の書いたファイル名の行のコメントアウトを外してください.
% ファイルが読み込まれるようになります.

%\section*{序論}
%\input{./SEC00/sec0001.tex}
%
%\hrulefill
%
%\clearpage

%\def\theequation{\arabic{equation}}
%\def\thefigure{\arabic{figure}}
%\def\thetable{\arabic{table}}
\setcounter{section}{0}
\setcounter{equation}{0}
%\setcounter{figure}{0}
%\setcounter{table}{1}

%\section{熱力学の法則}
%\input{./SEC01/sec0101.tex}
%\input{./SEC01/sec0102.tex}
%\input{./SEC01/sec0103.tex}
%
%\hrulefill
%
%\clearpage

%\section{物理的原理}
%\input{./SEC02/sec0201.tex}
%\input{./SEC02/sec0202.tex}
%\input{./SEC02/sec0203.tex}
%\input{./SEC02/sec0204.tex}
%\input{./SEC02/sec0205.tex}
%\hrulefill
%
%\clearpage

%\section{星の平衡に関する積分定理}
%\input{./SEC03/sec0301.tex}
%\input{./SEC03/sec0302.tex}
%\input{./SEC03/sec0303.tex}
%\input{./SEC03/sec0304.tex}
%
%\hrulefill
%
%\clearpage


\end{document}
%%%%%%%%              Text End                  %%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%              Sample                    %%%%%%%%

%%%%%%%%            数式 (ラベル付き)           %%%%%%%%
%
%\begin{eqnarray}
% \Deqlab{1.1} % 教科書での式番号を入れる.
%  \DP{\rho}{t} + \Ddiv (\rho \Dvect{V}) = 0.
%\end{eqnarray}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%%%%%%%%  数式 (式番号を独立して書きたい場合)   %%%%%%%%
%
%$$
% \DP{p}{z} = \rho g.
% \eqno \textrm{(1.11)}
%$$
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%%%%%%%%         参考文献 (本文に書く場合)      %%%%%%%%
%
%{\bfseries 参考文献}
%\vspace{-7mm}
%\begin{description}
% \item	著者名, 2000:
%	書籍名, (章, 節).
%	出版社, 319pp.
%\end{description}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%%%%%%             図の貼込み                 %%%%%%%%
%
%\begin{figure}[hbtp]
% \begin{center}
%  \Depsf[][]{./SEC01/images/fig0101.eps}
% \end{center}
% \caption{
%  見出し
% }
% \Dfiglab{fig0101} % 教科書の図の番号を入れる,
%                   % table の図の場合は tab0101
%\end{figure}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%




