[BACK]Return to tk_ode_by_mpfr-en.texi CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc / tk_ode_by_mpfr

Annotation of OpenXM/src/asir-contrib/packages/doc/tk_ode_by_mpfr/tk_ode_by_mpfr-en.texi, Revision 1.1

1.1     ! takayama    1: %% %% $OpenXM$
        !             2: \input texinfo-ja
        !             3: @iftex
        !             4: @catcode`@#=6
        !             5: @def@fref#1{@xrefX[#1,,@code{#1},,,]}
        !             6: @def@b#1{{@bf #1}}
        !             7: @catcode`@#=@other
        !             8: @end iftex
        !             9: @c tex
        !            10: @c \overfullrule=0pt
        !            11: @c end tex
        !            12: @documentlanguage ja
        !            13: @c -*-texinfo-*-
        !            14: @comment %**start of header
        !            15: @comment --- おまじない終り ---
        !            16:
        !            17: @comment --- GNU info ファイルの名前 ---
        !            18: @setfilename asir-contrib-tk_ode_by_mpfr
        !            19:
        !            20: @comment --- タイトル ---
        !            21: @settitle tk_ode_by_mpfr
        !            22:
        !            23: @comment %**end of header
        !            24: @comment %@setchapternewpage odd
        !            25:
        !            26: @comment --- おまじない ---
        !            27: @ifinfo
        !            28: @macro fref{name}
        !            29: @ref{\name\,,@code{\name\}}
        !            30: @end macro
        !            31: @end ifinfo
        !            32:
        !            33: @iftex
        !            34: @comment @finalout
        !            35: @end iftex
        !            36:
        !            37: @titlepage
        !            38: @comment --- おまじない終り ---
        !            39:
        !            40: @comment --- タイトル, バージョン, 著者名, 著作権表示 ---
        !            41: @title tk_ode_by_mpfr
        !            42: @subtitle Generating C codes for numerical analysis by MPFR
        !            43: @subtitle Version 1.0
        !            44: @subtitle 2021-6-4
        !            45:
        !            46: @author  by Nobuki Takayama
        !            47: @page
        !            48: @vskip 0pt plus 1filll
        !            49: Copyright @copyright{} Risa/Asir committers
        !            50: 2020--2021. All rights reserved.
        !            51: @end titlepage
        !            52:
        !            53: @comment --- おまじない ---
        !            54: @synindex vr fn
        !            55: @comment --- おまじない終り ---
        !            56:
        !            57: @comment --- @node は GNU info, HTML 用 ---
        !            58: @comment --- @node  の引数は node-name,  next,  previous,  up ---
        !            59: @node Top,, (dir), (dir)
        !            60:
        !            61: @comment --- @menu は GNU info, HTML 用 ---
        !            62: @comment --- chapter 名を正確に並べる ---
        !            63: @comment --- この文書では chapter XYZ, Chapter Index がある.
        !            64: @comment ---  Chapter XYZ には section XYZについて, section XYZに関する函数がある.
        !            65: @menu
        !            66: * About tk_ode_by_mpfr
        !            67: * Functions in tk_ode_by_mpfr::
        !            68: * Index::
        !            69: @end menu
        !            70:
        !            71: @comment --- chapter の開始 ---
        !            72: @comment --- 親 chapter 名を正確に. 親がない場合は Top ---
        !            73: @node About tk_ode_by_mpfrについて,,, Top
        !            74: @chapter About tk_ode_by_mpfr
        !            75:
        !            76: It has not yet been translated from Japanese.
        !            77: See Japanese document.
        !            78: @example
        !            79: load("tk_ode_by_mpfr.rr")$
        !            80: @end example
        !            81: @noindent
        !            82:
        !            83: @sp 3
        !            84:
        !            85:
        !            86: @node Functions in tk_ode_by_mpfr,,, Top
        !            87: @chapter Functions in tk_ode_by_mpfr函数
        !            88:
        !            89:
        !            90:
        !            91: @comment --- おまじない ---
        !            92: @node Index,,, Top
        !            93: @unnumbered Index
        !            94: @printindex fn
        !            95: @printindex cp
        !            96: @iftex
        !            97: @vfill @eject
        !            98: @end iftex
        !            99: @summarycontents
        !           100: @contents
        !           101: @bye
        !           102: @comment --- おまじない終り ---
        !           103:
        !           104:
        !           105: @comment テンプレート.  start_of_template.
        !           106: @comment **********************************************************
        !           107: @comment --- ◯◯◯◯  の説明
        !           108: @comment --- 個々の函数の説明の開始 ---
        !           109: @comment --- section 名を正確に ---
        !           110: @node gtt_ekn3.hoge,,, 超幾何函数E(k,n)
        !           111: @subsection @code{gtt_ekn3.hoge}
        !           112: @comment --- 索引用キーワード
        !           113: @findex gtt_ekn3.hoge
        !           114:
        !           115: @table @t
        !           116: @item gtt_ekn3.hoge(@var{i})
        !           117: ::
        !           118: @end table
        !           119:
        !           120: @comment --- 引数の簡単な説明 ---  以下まだ書いてない.
        !           121: @table @var
        !           122: @item i  hage
        !           123: @item return
        !           124: @end table
        !           125:
        !           126: @comment --- ここで函数の詳しい説明 ---
        !           127: @comment --- @itemize〜@end itemize は箇条書き ---
        !           128: @comment --- @bullet は黒点付き ---
        !           129: @itemize @bullet
        !           130: @item 説明.
        !           131: @end itemize
        !           132:
        !           133: @comment --- @example〜@end example は実行例の表示 ---
        !           134: 例:
        !           135: @example
        !           136: [2221] gtt_ekn3.hoge([[1,4],[2,3]]);
        !           137: @end example
        !           138:
        !           139:
        !           140: @comment --- 参照(リンク)を書く ---
        !           141: @table @t
        !           142: @item 参照
        !           143: @ref{gtt_ekn3.nc}
        !           144: @ref{gtt_ekn3.gmvector}
        !           145: @end table
        !           146:
        !           147: @comment --- ChangeLog を書く. ソースコードの位置. 変更日時 など CVSサーバを見るため
        !           148: @noindent
        !           149: ChangeLog
        !           150: @itemize @bullet
        !           151: @item
        !           152: @end itemize
        !           153: @comment end_of_template
        !           154:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>