File: misc1.tex

package info (click to toggle)
dcl 7.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 20,872 kB
  • sloc: fortran: 48,433; f90: 12,803; ansic: 6,513; makefile: 4,612; ruby: 184; sh: 153
file content (113 lines) | stat: -rw-r--r-- 3,189 bytes parent folder | download | duplicates (14)
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
%表題   MISC1 (その他の基本処理下位パッケージ)
%
%履歴
%\Drireki{
%         90/03/22 塩谷雅人
%         91/09/05 林祥介
%         91/12/17 塩谷雅人
%         92/02/25 塩谷雅人 (4.1-α版出力)
%         92/03/26 沼口  敦 (書式整理)
%         92/04/22 林祥介   (4.1版)
%         94/03/12 酒井敏, 塩谷雅人
%         94/04/23 塩谷雅人 (5.z版)
%         95/05/22 林祥介   (5.0版)
%        }
%
\documentclass[a4paper,twoside,report,dvipdfmx]{jsbook}
\usepackage{ascmac}
\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=3,%
 pdftitle={DCL misc1 Manual},%
 pdfsubject={etc},%
 pdfauthor={GFD Dennnou Club},%
 pdfkeywords={DCL; misc1},%
 colorlinks=true]{hyperref}
\hypersetup{colorlinks,breaklinks,
            urlcolor=[rgb]{0,0.5,0.5},
            linkcolor=[rgb]{0,0.5,0.5}}

  \Dtitle[MISC1]{地球流体電脳ライブラリ\\[5mm]
                MISC1 \\[5mm]
                (その他の基本処理下位パッケージ)\\[70mm]}
  \Dauthor[地球流体電脳倶楽部 DCL-\Dversion]{地球流体電脳倶楽部}
  \input{../HISTORY}
  \Ddate[\Dmoddate]{\DmoddateJ (DCL-\Dversion)}
  \Dpath{/doc/misc1/}

%  \includeonly{%
%               gaiyou/gaiyou,gaiyou/int,gaiyou/real,%
%               gaiyou/char,gaiyou/file,%
%               bitlib/bitlib,hexlib/hexlib,%
%               chglib/chglib,chklib/chklib,chnlib/chnlib,%
%               fiolib/fiolib,datelib/datelib,timelib/timelib,%
%               clcklib/clcklib,%
%               reallib/reallib,fmtlib/fmtlib,fnclib/fnclib,%
%               randlib/randlib,%
%               }
\makeindex

\begin{document}

  \pagenumbering{roman}
  \maketitle
  \tableofcontents
  \clearpage
  \pagenumbering{arabic}

  \Dchapter{概要}
  \Dinclude{gaiyou/gaiyou}
  \Dinclude{gaiyou/int}
  \Dinclude{gaiyou/real}
  \Dinclude{gaiyou/char}
  \Dinclude{gaiyou/file}

  \Dchapter{BITLIB : ビットパターンの処理 *☆}
  \Dinclude{bitlib/bitlib}

  \Dchapter{CHGLIB : 大文字・小文字の変換 *☆}
  \Dinclude{chglib/chglib}

  \Dchapter{CHKLIB : 文字種の判別 *}
  \Dinclude{chklib/chklib}

  \Dchapter{CHNLIB : 文字列の置換 *}
  \Dinclude{chnlib/chnlib}

  \Dchapter{FMTLIB : 数値の文字列化 *}
  \Dinclude{fmtlib/fmtlib}

  \Dchapter{DATELIB : 日付の取り扱い *☆}
  \Dinclude{datelib/datelib}

  \Dchapter{TIMELIB : 時刻の取り扱い *☆}
  \Dinclude{timelib/timelib}

  \Dchapter{MISCLIB : 雑多な関数・サブルーチン *☆}
  \Dinclude{misclib/misclib}

  \Dchapter{CLCKLIB : CPU時間の取り扱い ☆}
  \Dinclude{clcklib/clcklib}

  \Dchapter{FIOLIB : ファイルの入出力 ☆}
  \Dinclude{fiolib/fiolib}

  \Dchapter{RANDLIB : 疑似乱数 ☆}
  \Dinclude{randlib/randlib}

  \Dchapter{HEXLIB : 16進定数の処理 }
  \Dinclude{hexlib/hexlib}

  \Dchapter{REALLIB : 実数の変換 }
  \Dinclude{reallib/reallib}

  \Dchapter*{謝辞}
  \Dinclude{CREDITS}

\end{document}