1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
%表題 数学関数
%
%履歴
%\Drireki{
% これ以前の履歴が辿れず.
% 12/12/20 辻野智紀 (html -> pdf)
% }
%
%
\documentclass[a4paper,twoside,report,dvipdfmx]{jsbook}
\usepackage{ascmac}
\usepackage{amssymb} % added (by satoki)
\usepackage{Dennou6}
\usepackage{atbegshi}
\ifnum 42146=\euc"A4A2
\AtBeginShipoutFirst{\special{pdf:tounicode EUC-UCS2}}
\else
\AtBeginShipoutFirst{\special{pdf:tounicode 90ms-RKSJ-UCS2}}
\fi
\usepackage[dvipdfmx,bookmarks=true,bookmarksnumbered=true,%
bookmarksdepth=5,%
pdftitle={DCL math and misc Manual},%
pdfsubject={math},%
pdfauthor={GFD Dennnou Club},%
pdfkeywords={DCL; math},%
colorlinks=true]{hyperref}
\Dtitle[graph]{地球流体電脳ライブラリ\\[5mm]
数学関数 \\[5mm]
(Fortran 90 版)\\[70mm]}
%% \Dauthor[地球流体電脳倶楽部 DCL-\Dversion]{地球流体電脳倶楽部}
\Dauthor[地球流体電脳倶楽部 DCL-f90]{地球流体電脳倶楽部}
%% \input{../../HISTORY}
%% \Ddate[\Dmoddate]{\DmoddateJ (DCL-\Dversion)}
%% \Ddate[\Dmoddate]{\DmoddateJ (DCL-f90)}
\Dpath{/doc/math/}
% \Depsfdrafttrue % for non-PS printer
% \includeonly{%
% gaiyou/gaiyou,sgdemo/sgdemo,sldemo/sldemo,%
% sgpack/intro,sgpack/cntl,sgpack/ntrf,sgpack/wstrf,sgpack/clip,%
% sgpack/pline,sgpack/pmark,sgpack/text,sgpack/csgi,sgpack/tone,%
% sgpack/farea,sgpack/line,sgpack/append,%
% supack/supack,slpack/slintro,slpack/slmain,%
% swpack/intro,swpack/ref,swpack/meta,swpack/data,swpack/etc,%
% append/table, ../../CREDITS.tex,%
% }
\makeindex
\newcommand{\GLPGET}{{\tt GL}{\it p}{\tt GET}}
\newcommand{\GLPSET}{{\tt GL}{\it p}{\tt SET}}
\newcommand{\GLPGETSET}{{\tt GL}{\it p}{\tt GET/}{\tt GL}{\it p}{\tt SET}}
\newcommand{\SGPGET}{{\tt SG}{\it p}{\tt GET}}
\newcommand{\SGPSET}{{\tt SG}{\it p}{\tt SET}}
\newcommand{\SGPGETSET}{{\tt SG}{\it p}{\tt GET/}{\tt SG}{\it p}{\tt SET}}
\newcommand{\SWPGET}{{\tt SW}{\it p}{\tt GET}}
\newcommand{\SWPSET}{{\tt SW}{\it p}{\tt SET}}
\newcommand{\SWPGETSET}{{\tt SW}{\it p}{\tt GET/}{\tt SW}{\it p}{\tt SET}}
\setcounter{tocdepth}{3}
\begin{document}
\pagenumbering{roman}
\maketitle
\tableofcontents
\clearpage
\pagenumbering{arabic}
%% \Dchapter{概要}
%% \Dinclude{gaiyou/gaiyou}
%% \Dinclude{gaiyou/intro}
% \Dchapter{システム管理}
% \Dchapterhead
\Dinput{../misc/parm/parm}
\Dinput{syslib/syslib}
\Dinput{oslib/oslib}
% \Dchapter{文字処理}
% \Dchapterhead
\Dinput{../misc/chglib/chglib}
\Dinput{../misc/chklib/chklib}
% \Dchapter{日付処理}
% \Dchapterhead
\Dinput{../misc/datelib/datelib}
\Dinput{../misc/timelib/timelib}
% \Dchapter{誤差を考慮した処理}
% \Dchapterhead
\Dinput{lrllib/lrllib}
\Dinput{blklib/blklib}
\Dinput{gnmlib/gnmlib}
\Dinput{intlib/intlib}
% \Dchapter{欠損値を考慮した処理}
% \Dchapterhead
\Dinput{rfalib/rfalib}
\Dinput{itrlib/itrlib}
\Dinput{rnmlib/rnmlib}
% \Dchapter{座標変換}
% \Dchapterhead
\Dinput{ctrlib/ctrlib}
\Dinput{maplib/maplib}
% \Dchapter{数学変換}
% \Dchapterhead
\Dinput{fftlib/fftlib}
\Dinput{shtlib/shtlib}
% \Dchapter{その他}
% \Dchapterhead
\Dinput{idxlib/idxlib}
%% \Dchapter{付録}
% \Dinclude{append/unix}
%% \Dinclude{append/table}
%% \Dchapter*{謝辞}
%% \Dinclude{CREDITS}
\end{document}
|