Annotation of OpenXM/src/asir-contrib/packages/doc/mt_gkz/mt_gkz-ja.texi, Revision 1.2
1.2 ! takayama 1: %% $OpenXM: OpenXM/src/asir-contrib/packages/doc/mt_gkz/mt_gkz-ja.texi,v 1.1 2021/01/20 23:12:06 takayama Exp $
1.1 takayama 2: %% xetex mt_gkz-ja.texi (.texi までつける. )
3: %% @math{tex形式の数式}
4: %% 参考: http://www.fan.gr.jp/~ring/doc/texinfo/texinfo-ja_14.html#SEC183
5: %% @tex{tex形式で書いたもの}
6: %%https://www.gnu.org/software/texinfo/manual/texinfo/html_node/_0040TeX-_0040LaTeX.html
7:
8: %% 日本語版 まだ書いてない, 以下コメントは @comment で始める. \input texinfo 以降は普通の tex 命令は使えない.
9: \input texinfo-ja
10: @iftex
11: @catcode`@#=6
12: @def@fref#1{@xrefX[#1,,@code{#1},,,]}
13: @def@b#1{{@bf #1}}
14: @catcode`@#=@other
15: @end iftex
16: @overfullrule=0pt
17: @documentlanguage ja
18: @c -*-texinfo-*-
19: @comment --- おまじない終り ---
20:
21: @comment --- GNU info ファイルの名前 ---
1.2 ! takayama 22: @setfilename asir-contrib-mt_gkz_man
1.1 takayama 23:
24: @comment --- タイトル ---
25: @settitle GKZ hypergeometric system
26:
27: @comment --- おまじない ---
28: @ifinfo
29: @macro fref{name}
30: @ref{\name\,,@code{\name\}}
31: @end macro
32: @end ifinfo
33:
34: @titlepage
35: @comment --- おまじない終り ---
36:
37: @comment --- タイトル, バージョン, 著者名, 著作権表示 ---
38: @title GKZ hypergeometric system
39: @subtitle Pfaffian system (Pfaff equation), contiguity relations, cohomology intersection
40: @subtitle Version 1.0
41: @subtitle January 20, 2021
42:
43: @author by S-J. Matsubara-Heo, N.Takayama
44: @page
45: @vskip 0pt plus 1filll
46: Copyright @copyright{} Risa/Asir committers
47: 2004--2020. All rights reserved.
48: @end titlepage
49:
50: @comment --- おまじない ---
51: @synindex vr fn
52: @comment --- おまじない終り ---
53:
54: @comment --- @node は GNU info, HTML 用 ---
55: @comment --- @node の引数は node-name, next, previous, up ---
56: @node Top,, (dir), (dir)
57:
58: @comment --- @menu は GNU info, HTML 用 ---
59: @comment --- chapter 名を正確に並べる ---
60:
61: @menu
62: * About this document::
63: * Index::
64: @end menu
65:
66: @comment --- chapter の開始 ---
67: @comment --- 親 chapter 名を正確に. 親がない場合は Top ---
68: @node About this document,,, Top
69: @chapter About this document
70:
71: 英語版をまだ翻訳してない.
72: 英語版のマニュアル
73: @uref{http://www.math.kobe-u.ac.jp/OpenXM/Current/doc/asir-contrib/en/mt_gkz-en.pdf},
74: @uref{http://www.math.kobe-u.ac.jp/OpenXM/Current/doc/asir-contrib/en/mt_gkz-html/mt_gkz-en.html}
75: を参照.
76:
77:
78:
79:
80: @comment --- おまじない ---
81: @node Index,,, Top
82: @unnumbered Index
83: @printindex fn
84: @printindex cp
85: @iftex
86: @vfill @eject
87: @end iftex
88: @summarycontents
89: @contents
90: @bye
91: @comment --- おまじない終り ---
92:
93: @comment *********************************************************
94: @comment ********* template
95: @comment **********************************************************
96: @comment --- 個々の関数の説明 ---
97: @comment --- section 名を正確に ---
98: @node mt_gkz.pfaff_eq,,, Pfaff equation for given cocycles
99: @subsection @code{mt_gkz.pfaff_eq}
100: @comment --- 索引用キーワード
101: @findex mt_gkz.pfaff_eq
102:
103: @table @t
104: @item mt_gkz.pfaff_eq(@var{A},@var{Beta},@var{Ap},@var{Rvec},@var{DirX})
105: :: It returns the Pfaff equation for the GKZ system defined by @var{A} and @var{Beta} with respect to cocycles defined by @var{Rvec}.
106: @end table
107:
108: @comment --- 引数の簡単な説明 ---
109: @table @var
110: @item return
111: a list of coefficients of the Pfaff equation with respect to the direction @var{DirX}
112: @item A
113: the matrix A of the GKZ system.
114: @item Beta
115: ...
116: @end table
117:
118: @comment --- ここで関数の詳しい説明 ---
119: @comment --- @itemize〜@end itemize は箇条書き ---
120: @comment --- @bullet は黒点付き ---
121: @itemize @bullet
122: @item
123: The independent variables are @code{x1,x2,x3,...} (@math{x_1, x_2, x_3, \ldots}).
124: @end itemize
125:
126: @comment --- @example〜@end example は実行例の表示 ---
127: Example: Gauss hypergeometric system, see [GM2020] example ??.
128: @example
129: [1883] import("mt_gkz.rr");
130: @end example
131:
132: @comment --- 参照(リンク)を書く ---
133: @table @t
134: @item Refer to
135: @ref{mt_gkz.pfaff_eq}
136: @end table
137: @comment おわり.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>