蛙の井戸見聞記 Pretty frog in a well who knows nothing of the great web ocean!

~~ 好奇心は猫をも殺す Curiosity Kills the Cat ~~ ♪欲しいモノ・食べたいモノ・ネットで集めた情報と日々の記録の倉庫♪ Logging my life... Since 2003.12  

すぐ忘れるのでまとめておこう

\documentclass[a4j,12pt]{article}
\usepackage{natbib}%雑誌引用形式の変更
\usepackage{graphicx}%画像の取り込み
\usepackage{amsmath,amssymb}%よりきれいな数式を
\usepackage{indentfirst} %章の次の文をインデント
\usepackage[nomarkers]{endfloat}%画像と表をまとめて後ろへ
%\usepackage{time}%現在時間の表示
\usepackage{setspace}%ダブルスペース \doublespacingとセット
\usepackage{ccaption}% 同じ番号のFig23.continued等というCaptionをFigやTableにつける
\usepackage{caption}%キャプションの変更
\pagestyle{empty} %ページ数を表示しない
%\usepackage{fancyhdr}%ヘッダーフッターの変更
%\usepackage{fancy}%ヘッダーフッターbookで使うとき
%\pagestyle{fancy}%ヘッダーフッターをarticleで使うとき
%\usepackage[loose]{minitoc}%各章ごとの目次を入れる
%\usepackage{makeidx}%各章ごとの目次を入れる
%--size の設定
\textheight = 250mm
\textwidth = 165mm
\topmargin = -1.5cm
\oddsidemargin = -0.5cm
%\evensidemargin = -1.5cm
\footskip = 1.2cm
%-ヘッダフッタの設定
%\lhead{DRAFT PAPER}
%\chead{Headerの真ん中}
%\rhead{compiled at \now   \today}
%\rhead{Ver. 0}
%\lfoot{左下}
%\cfoot{-\thepage-}
%\rfoot{-\thepage-}
%\renewcommand{\headrulewidth}{0.0pt}
%\renewcommand{\footrulewidth}{0.0pt}
%--数式関連
\setlength{\arraycolsep}{2pt} % 数式の行間の調整
\makeatletter
 \renewcommand{\theequation}{% 数式番号を節ごとに
   \thesection.\arabic{equation}}
  \@addtoreset{equation}{section}
\makeatother
\setcounter{secnumdepth}{4} % カウンタをparagraphまで
\setcounter{tocdepth}{4} %目次をparagraphまで
\doublespacing